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

Builder curl-threaded-solaris10-i386 Build #4051

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 mins, 14 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-threaded-solaris10-i386 slave
buildername curl-threaded-solaris10-i386 Builder
buildnumber 4051 Build
codebase Build
got_revision 308c347c8b5d36e6eefeff7fbf5e419a5f621e5a Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 308c347c8b5d36e6eefeff7fbf5e419a5f621e5a Build
scheduler schedule-curl-threaded-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartThu Dec 18 21:31:44 2025
EndThu Dec 18 21:34:08 2025
Elapsed2 mins, 24 secs

All Changes:

:

  1. Change #252634

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 18 Dec 2025 21:27:58
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision cd9da30e761dc5633e9329e949158dd00bed4eee

    Comments

    INSTALL-CMAKE.md: add recently added targets
    Follow-up to d7bde803ee839eb438c95a1142411ceff2a11672 #20014
    
    Closes #20020

    Changed files

    • docs/INSTALL-CMAKE.md
  2. Change #252635

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 18 Dec 2025 21:27:58
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 308c347c8b5d36e6eefeff7fbf5e419a5f621e5a

    Comments

    tidy-up: miscellaneous
    - apply more clang-format.
    - lib/version: use `CURL_ARRAYSIZE()`.
    - INSTALL-CMAKE.md: sync-up an option description with others.
    - examples: delete unused main args.
    - examples/ftpgetinfo: document `_CRT_SECURE_NO_WARNINGS` symbol.
    - delete remaining stray duplicate lines.
    - acinclude.m4: drop an unnecessary x-hack.
    - vtls/mbedtls: join a URL split into two lines.
    - src/tool_cb_see: add parentheses around macro expressions.
    - src/tool_operate: move literals to the right side of comparisons.
    - libtests: sync up fopen/fstat error messages between tests.
    - curl_setup.h: replace `if ! defined __LP64` with `ifndef __LP64`.
      I assume it makes no difference on Tandem systems, as the latter form
      is already used in `include/curl/system.h`.
    
    Closes #20018

    Changed files

    • acinclude.m4
    • docs/INSTALL-CMAKE.md
    • docs/examples/ephiperfifo.c
    • docs/examples/evhiperfifo.c
    • docs/examples/ftpgetinfo.c
    • docs/examples/hiperfifo.c
    • lib/conncache.c
    • lib/content_encoding.c
    • lib/curl_setup.h
    • lib/curl_setup_once.h
    • lib/easy.c
    • lib/easy_lock.h
    • lib/ftp.c
    • lib/imap.c
    • lib/mime.c
    • lib/rtsp.c
    • lib/smtp.c
    • lib/telnet.c
    • lib/tftp.c
    • lib/urldata.h
    • lib/version.c
    • lib/vquic/vquic.c
    • lib/vssh/libssh.c
    • lib/vssh/libssh2.c
    • lib/vtls/mbedtls.c
    • lib/vtls/openssl.c
    • lib/vtls/schannel.c
    • lib/vtls/wolfssl.c
    • lib/vtls/x509asn1.c
    • lib/ws.c
    • m4/curl-reentrant.m4
    • scripts/managen
    • src/tool_cb_prg.c
    • src/tool_cb_prg.h
    • src/tool_cb_see.c
    • src/tool_cfgable.h
    • src/tool_filetime.c
    • src/tool_formparse.c
    • src/tool_libinfo.c
    • src/tool_listhelp.c
    • src/tool_msgs.c
    • src/tool_operate.c
    • src/tool_paramhlp.c
    • src/tool_setup.h
    • src/tool_writeout_json.c
    • src/tool_writeout_json.h
    • tests/libtest/lib505.c
    • tests/libtest/lib525.c
    • tests/libtest/lib541.c
    • tests/libtest/lib568.c
    • tests/libtest/lib572.c
    • tests/test1139.pl
    • tests/unit/unit1664.c