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

Builder curl-ares-solaris10-i386 Build #3600

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 3 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 2 hrs, 54 mins, 2 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-ares-solaris10-i386 slave
buildername curl-ares-solaris10-i386 Builder
buildnumber 3600 Build
codebase Build
got_revision ffafec8ffab4201c2b6a5731913fca8df4225273 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision ffafec8ffab4201c2b6a5731913fca8df4225273 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. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartMon Aug 4 23:31:18 2025
EndTue Aug 5 08:18:05 2025
Elapsed8 hrs, 46 mins, 46 secs

All Changes:

:

  1. Change #241929

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 04 Aug 2025 14:55:10
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1644a49ab8d077980950a7ea15287b26bf596638

    Comments

    configure: if no perl, disable unity and shell completion, related tidy ups
    Also:
    - GHA/linux, macos: test `install` with autotools too.
    - GHA/linux, macos: enable fish and zsh completion in an autotools job.
    - scripts: drop dynamic perl checks redundant after this patch.
    - scripts: drop two interim variables.
    - autotools: make `build-certs` target check perl first.
    - autotools: replace `$(PERL)` with `@PERL@` to match the pattern used
      in most automake scripts. For consistency. This makes `PERL` be
      defined at configure-time, as opposed to make-time, for these cases
      now.
    
    Closes #18141

    Changed files

    • .github/workflows/linux.yml
    • .github/workflows/macos.yml
    • Makefile.am
    • configure.ac
    • scripts/Makefile.am
    • src/Makefile.am
    • tests/Makefile.am
    • tests/certs/Makefile.am
  2. Change #241930

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 04 Aug 2025 14:55:10
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c2fed8c669411aaeea9ea872f6d5b593640f731b

    Comments

    libtests: use `FMT_SOCKET_T`, drop more casts
    Follow-up to 37913c01a51653d257dc7d57f676504cedbf16f6 #18106
    
    Closes #18142

    Changed files

    • tests/libtest/first.c
    • tests/libtest/lib1156.c
    • tests/libtest/lib1485.c
    • tests/libtest/lib1509.c
    • tests/libtest/lib1541.c
    • tests/libtest/lib1948.c
    • tests/libtest/lib2032.c
    • tests/libtest/lib2304.c
    • tests/libtest/lib2405.c
    • tests/libtest/lib3207.c
    • tests/libtest/lib506.c
    • tests/libtest/lib530.c
    • tests/libtest/lib540.c
    • tests/libtest/lib552.c
    • tests/libtest/lib569.c
    • tests/libtest/lib570.c
    • tests/libtest/lib571.c
    • tests/libtest/lib582.c
    • tests/libtest/lib586.c
    • tests/libtest/lib643.c
    • tests/libtest/mk-lib1521.pl
  3. Change #241931

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 04 Aug 2025 14:55:10
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 37ac4498ee27b850be1a2435077a813499c79cf1

    Comments

    unit2604: avoid `UNCONST()`
    Closes #18143

    Changed files

    • tests/unit/unit2604.c
  4. Change #241932

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 04 Aug 2025 14:55:10
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 985f39c0ce78b546e832c250588c14023123edfb

    Comments

    runtests: add `--ci` option, show `Env:` only when non-empty
    To reduce log noise in local test runs:
    - move the `buildinfo.txt` dump and header info lines
      `OS:`, `Perl:`, `diff:` behind a `--ci` `runtests.pl` option.
    - enable this option for the CI test targets.
    - hide `Env:` header info line if empty.
    - merge `Env:` output into a single `logmsg()` call.
    
    Closes #18147

    Changed files

    • docs/runtests.md
    • tests/CMakeLists.txt
    • tests/Makefile.am
    • tests/globalconfig.pm
    • tests/runtests.pl
  5. Change #241933

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 04 Aug 2025 14:55:10
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision be71475b1313ff017acc1efab16e0fea84cd32f5

    Comments

    GHA/windows: show disk space used in each job
    Also:
    - make the dl-minge 6.4.0 job shared. To save 761MB of disk space, and
      speed up examples build step by 50% (10 seconds).
    
    Closes #18150

    Changed files

    • .github/workflows/windows.yml
  6. Change #241946

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 04 Aug 2025 16:20:50
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 854b0e230cd5f84ae6fce3cefe12ee6de12788f3

    Comments

    hostip: do DNS cache pruning in milliseconds
    Instead of using integer seconds. Also: if the cache contains over
    30,000 entries after first pruning, it makes anoter round and removes
    all entries that are older than half the age of the oldest entry until
    it goes below 30,000.
    
    Closes #18160

    Changed files

    • lib/hostip.c
    • lib/hostip.h
    • lib/setopt.c
    • lib/url.c
    • lib/urldata.h
    • tests/unit/unit1607.c
  7. Change #241947

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 04 Aug 2025 16:28:01
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ff5140a25f42fef80325c6e28c4802fdb7e06386

    Comments

    GHA/windows: give more time for Ubuntu installs
    Recently sometimes the Ubuntu package repository is very slow to access.
    Remove the time limit for the install step, and bump the total limit,
    aligning with Linux jobs.
    
    In most cases the `install packages` steps takes 15-25 seconds.
    Sometimes this goes up to 30-45 minutes.
    
    Reported-by: nevakrien on github
    Bug: https://github.com/curl/curl/discussions/14854#discussioncomment-13988574
    Closes #18163

    Changed files

    • .github/workflows/windows.yml
  8. Change #241951

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 04 Aug 2025 16:31:54
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 29a6e15b27474300c04da5826eac2e94451ec37d

    Comments

    setopt: split out cookielist() and cookiefile()
    into their own sub functions
    
    Closes #18162

    Changed files

    • lib/setopt.c
  9. Change #241966

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 04 Aug 2025 17:12:14
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 13cbabf05f1f287bb456646c2489099179807e04

    Comments

    curl: add --follow
    Makes curl follow redirects an act on the response code and change a
    custom method accordingly, contrary to --location.
    
    Potential future command line to send QUERY and following a redirect
    according to the status code:
    
        curl -d "request-body" -X QUERY --follow https://example.com
    
    add test 794,796,797
    
    Assisted-by: Daniel Böhmer <post@daniel-boehmer.de>
    
    Closes #16543

    Changed files

    • docs/cmdline-opts/Makefile.inc
    • docs/cmdline-opts/follow.md
    • docs/cmdline-opts/location-trusted.md
    • docs/cmdline-opts/location.md
    • docs/options-in-versions
    • src/config2setopts.c
    • src/tool_cfgable.h
    • src/tool_getparam.c
    • src/tool_getparam.h
    • src/tool_listhelp.c
    • src/tool_setopt.c
    • src/tool_setopt.h
    • tests/data/Makefile.am
    • tests/data/test794
    • tests/data/test796
    • tests/data/test797
  10. Change #241973

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 04 Aug 2025 19:08:27
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ffafec8ffab4201c2b6a5731913fca8df4225273

    Comments

    cmake: enable `-Wall` for MSVC 1944
    MSVC=1944 is now tested in CI. It did not trigger new `-Wall` compiler
    warnings, thus safe to enable `-Wall` for.
    
    Closes #18165

    Changed files

    • CMake/PickyWarnings.cmake