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

Builder curl-threaded-solaris10-sparc Build #2903

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision86f43af95122f49b1fb95e0ad42955af431cae5b
Got Revision86f43af95122f49b1fb95e0ad42955af431cae5b
Changes6 changes

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-threaded-solaris10-sparc' triggered this build

Steps and Logfiles:

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

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-threaded-solaris10-sparc slave
buildername curl-threaded-solaris10-sparc Builder
buildnumber 2903 Build
codebase Build
got_revision 86f43af95122f49b1fb95e0ad42955af431cae5b Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 86f43af95122f49b1fb95e0ad42955af431cae5b Build
scheduler schedule-curl-threaded-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-threaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Patrick Stoeckle
  2. Viktor Szakats

Timing:

StartSat Jul 12 09:03:08 2025
EndSat Jul 12 16:29:56 2025
Elapsed7 hrs, 26 mins, 47 secs

All Changes:

:

  1. Change #239101

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 12 Jul 2025 08:59:44
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ddcfd2d511d9e7c618ff5e56a60573396d775672

    Comments

    tidy-up: whitespace (more in Perl)
    Follow-up to 8eab2b70860e285525130f69b22ac5567292c659 #17896
    Cherry-picked from #17877
    Closes #17901

    Changed files

    • docs/libcurl/mksymbolsmanpage.pl
    • scripts/cd2cd
    • scripts/cd2nroff
    • scripts/checksrc.pl
    • scripts/completion.pl
    • scripts/managen
    • scripts/mdlinkcheck
    • scripts/mk-ca-bundle.pl
    • scripts/singleuse.pl
    • scripts/top-complexity
    • src/mk-file-embed.pl
    • src/mkhelp.pl
    • tests/appveyor.pm
    • tests/data/test1056
    • tests/data/test1082
    • tests/data/test1083
    • tests/data/test1506
    • tests/data/test1510
    • tests/data/test1512
    • tests/data/test1542
    • tests/data/test2072
    • tests/data/test2402
    • tests/data/test2404
    • tests/data/test2502
    • tests/data/test8
    • tests/data/test96
    • tests/libtest/test1013.pl
    • tests/libtest/test613.pl
    • tests/pathhelp.pm
    • tests/runtests.pl
    • tests/servers.pm
    • tests/test1119.pl
    • tests/test1135.pl
    • tests/test1139.pl
    • tests/test1165.pl
    • tests/test1167.pl
    • tests/test1173.pl
    • tests/test1175.pl
    • tests/test1486.pl
    • tests/test1488.pl
    • tests/test745.pl
    • tests/test971.pl
    • tests/testcurl.pl
  2. Change #239102

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 12 Jul 2025 08:59:44
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 368ba4e13fe722be9dcc9bcb96b26b2e76007c11

    Comments

    tidy-up: drop redundant `#ifdef` before `#undef`
    Closes #17899

    Changed files

    • lib/curl_setup.h
    • lib/setup-vms.h
  3. Change #239103

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 12 Jul 2025 08:59:44
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 886389dc01cd59b5718ba8f60f242c8094100c1c

    Comments

    lib: stop `time()` debug overrides at the end of source in altsvc, hsts
    To avoid applying it to all other sources in unity mode.
    
    This may have affected tests setting a custom time via `CURL_TIME`,
    in unity builds: 446, 780, 781, 782, 783, 970, 972, 1654, 1660
    
    Closes #17897

    Changed files

    • lib/altsvc.c
    • lib/hsts.c
  4. Change #239104

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 12 Jul 2025 08:59:44
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 75395eb003f9bdae9d72b6c01d94e21cb329b74c

    Comments

    scripts: fix to quote the copyright email address
    Also:
    - fix the generated output in repo files.
    
    Cherry-picked from #17877
    Closes #17903

    Changed files

    • docs/libcurl/mksymbolsmanpage.pl
    • docs/libcurl/opts/CURLOPT_UPLOAD_FLAGS.md
    • docs/runtests.md
    • docs/testcurl.md
    • scripts/cd2cd
    • scripts/extract-unit-protos
    • scripts/nroff2cd
  5. Change #239105

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 12 Jul 2025 08:59:44
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c6b2d3d911ed49612fdd63625133035aa6d297e2

    Comments

    connect: drop unused struct member
    Follow-up to 283af039c819bd8039f8d7314f924079782d5abb #14863
    
    Closes #17908

    Changed files

    • lib/connect.c
  6. Change #239106

    Category curl
    Changed by Patrick Stoeckle <patrick.stoeckleohnoyoudont@siemens.com>
    Changed at Sat 12 Jul 2025 08:59:44
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 86f43af95122f49b1fb95e0ad42955af431cae5b

    Comments

    misc: fix typos
    Just fixing some typos using: https://github.com/crate-ci/typos
    
    Closes #17904

    Changed files

    • docs/CURLDOWN.md
    • docs/KNOWN_BUGS
    • docs/cmdline-opts/json.md
    • lib/cfilters.h
    • lib/conncache.h
    • lib/cookie.c
    • lib/llist.h
    • lib/multi.c
    • lib/pingpong.h
    • lib/smtp.c
    • lib/vquic/curl_ngtcp2.c
    • lib/vtls/x509asn1.c
    • lib/ws.c
    • scripts/cd2nroff
    • scripts/managen
    • tests/http/test_31_vsftpds.py
    • tests/http/test_32_ftps_vsftpd.py
    • tests/libtest/lib2405.c
    • tests/unit/unit1658.c
    • tests/unit/unit3211.c
    • tests/unit/unit3214.c