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

Builder curl-unthreaded-solaris11-sparc Build #5501

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisiond5014a2b9521ca3c71cad99c845912e157825e7c
Got Revisiond5014a2b9521ca3c71cad99c845912e157825e7c
Changes7 changes

BuildSlave:

unstable11s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-unthreaded-solaris11-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 22 mins, 40 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-solaris11-sparc slave
buildername curl-unthreaded-solaris11-sparc Builder
buildnumber 5501 Build
codebase Build
got_revision d5014a2b9521ca3c71cad99c845912e157825e7c Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision d5014a2b9521ca3c71cad99c845912e157825e7c Build
scheduler schedule-curl-unthreaded-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartSat Mar 21 13:29:06 2026
EndSat Mar 21 14:39:14 2026
Elapsed1 hrs, 10 mins, 7 secs

All Changes:

:

  1. Change #261834

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 21 Mar 2026 12:25:14
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 322db3efc09c34c8078a7e081d7d83c16f354eae

    Comments

    ftp: make the MDTM date parser stricter (again)
    A previous refactor made the parser more lenient and this takes it back
    to making sure only ascii digits are accepted.
    
    Added test 1684 to verify
    
    Follow-up to 304b5183fda43b5c5be
    
    Pointed out by Codex Security
    
    Closes #21041

    Changed files

    • lib/ftp.c
    • tests/data/Makefile.am
    • tests/data/test1684
  2. Change #261835

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 21 Mar 2026 12:27:34
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f36a8ac5a27b3a9a20fad955fd0cdbf94affb9bc

    Comments

    dnscache.h: include curlx/timeval.h for struct curltime
    Follow-up to 96d5b5c688c48a8f5
    
    Closes #21045

    Changed files

    • lib/dnscache.h
  3. Change #261842

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 21 Mar 2026 13:14:46
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8ffe0db8f8d5b3ddfcfc58fb8c89fe0359b06e5a

    Comments

    lib: move all UNITTEST prototypes to C files (cont.)
    Follow-up to 98d8e82c7471232639841eb63e16bb979a30acb4 #21014
    
    Closes #21040

    Changed files

    • lib/cf-ip-happy.c
    • lib/cf-ip-happy.h
    • lib/cfilters.c
    • lib/cfilters.h
    • lib/dynhds.c
    • lib/dynhds.h
    • lib/llist.c
    • lib/llist.h
  4. Change #261843

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 21 Mar 2026 13:14:46
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e0038e109673f7ae78a4368aab7c8715b3d88ce9

    Comments

    tool_operhlp: propagate low-level OOM in `add_file_name_to_url()`
    Bug: https://github.com/curl/curl/pull/21011#discussion_r2961678069
    
    Closes #21043

    Changed files

    • src/tool_operhlp.c
  5. Change #261844

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 21 Mar 2026 13:14:46
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c3c2bf594125a9e8895fde20abbdfc45f7fc6a17

    Comments

    libtest: drop duplicate include
    Include moved to `unitcheck.h` earlier.
    
    Follow-up to 96d5b5c688c48a8f58ded1563ed0c5c47c877e32 #20864
    Ref: 8a1f361716ab0bbf1e15f8a9914b9f1f07855bae #21024
    
    Closes #21046

    Changed files

    • tests/libtest/first.h
  6. Change #261845

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 21 Mar 2026 13:21:06
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f45bf74b5a1030ac68316b22c60c73f6ab38e2c4

    Comments

    curl/curl.h: replace recursive macros with C++-friendly method to enforce 3 args
    Certain uses may still trigger a C compiler warning
    `-Wdisabled-macro-expansion` after this, e.g. when the call is wrapped
    in the `CURL_IGNORE_DEPRECATION()` macro as seen in docs/examples.
    
    Suggested-by: Kai Pastor
    Ref: https://github.com/curl/curl/issues/20682#issuecomment-3949788664
    
    Follow-up to ee9b000438bd6e4cecc8a933804397a55ad0f7b8 #20686
    Follow-up to daa6b27b4d998d62c8198b4fe167199cc7bf0064 #20597
    
    Closes #20709

    Changed files

    • CMake/PickyWarnings.cmake
    • include/curl/curl.h
    • m4/curl-compilers.m4
  7. Change #261846

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 21 Mar 2026 13:21:06
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d5014a2b9521ca3c71cad99c845912e157825e7c

    Comments

    scripts: drop redundant double-quotes: `"$var"` -> `$var` (Perl)
    Closes #21009

    Changed files

    • scripts/cd2cd
    • scripts/cd2nroff
    • scripts/cdall
    • scripts/checksrc.pl
    • scripts/delta
    • scripts/mdlinkcheck
    • scripts/mk-ca-bundle.pl
    • scripts/nroff2cd
    • tests/devtest.pl
    • tests/ftpserver.pl
    • tests/getpart.pm
    • tests/memanalyzer.pm
    • tests/processhelp.pm
    • tests/runner.pm
    • tests/runtests.pl
    • tests/secureserver.pl
    • tests/serverhelp.pm
    • tests/servers.pm
    • tests/sshhelp.pm
    • tests/sshserver.pl
    • tests/test1119.pl
    • tests/test1135.pl
    • tests/test1139.pl
    • tests/test1140.pl
    • tests/test1173.pl
    • tests/test1177.pl
    • tests/test1222.pl
    • tests/test1275.pl
    • tests/test1488.pl
    • tests/test1544.pl
    • tests/test971.pl
    • tests/testcurl.pl
    • tests/valgrind.pm