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

Builder curl-ares-solaris11-sparc Build #4111

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartMon Jun 23 18:24:50 2025
EndMon Jun 23 19:42:23 2025
Elapsed1 hrs, 17 mins, 32 secs

All Changes:

:

  1. Change #237583

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 23 Jun 2025 17:02:43
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1a70977a83c30d58282ec75a1b2352e775209074

    Comments

    build: drop explicit curlx from hdr paths, refer headers with `curlx/` prefix
    To make all src and test code refer to curlx headers the same way.
    
    Also:
    - src: move `curlx.h` include to `tool_setup.h`.
    - src/tool_setup.h: drop stray `curlx/timeval.h`.
    - servers: de-duplicate `curlx.h` and `curl_setup.h` includes.
    - libtests, units: drop stray curlx sub-headers in favor of
      `<curlx/curlx.h>`.
    - tests: include `curlx.h` with `<>` instead of `""`. To match
      other parts of the codebase.
    
    Closes #17680

    Changed files

    • src/CMakeLists.txt
    • src/Makefile.am
    • src/terminal.c
    • src/tool_cb_dbg.c
    • src/tool_cb_hdr.c
    • src/tool_cb_prg.c
    • src/tool_cb_rea.c
    • src/tool_cb_see.c
    • src/tool_cb_wrt.c
    • src/tool_cfgable.c
    • src/tool_dirhie.c
    • src/tool_doswin.c
    • src/tool_easysrc.c
    • src/tool_filetime.c
    • src/tool_findfile.c
    • src/tool_formparse.c
    • src/tool_getparam.c
    • src/tool_help.c
    • src/tool_helpers.c
    • src/tool_ipfs.c
    • src/tool_libinfo.c
    • src/tool_main.c
    • src/tool_msgs.c
    • src/tool_operate.c
    • src/tool_operhlp.c
    • src/tool_paramhlp.c
    • src/tool_parsecfg.c
    • src/tool_progress.c
    • src/tool_setopt.c
    • src/tool_setup.h
    • src/tool_ssls.c
    • src/tool_urlglob.c
    • src/tool_util.c
    • src/tool_vms.c
    • src/tool_writeout.c
    • src/tool_writeout_json.c
    • src/var.c
    • src/var.h
    • tests/client/CMakeLists.txt
    • tests/client/Makefile.am
    • tests/client/first.h
    • tests/libtest/CMakeLists.txt
    • tests/libtest/Makefile.am
    • tests/libtest/first.h
    • tests/server/CMakeLists.txt
    • tests/server/Makefile.am
    • tests/server/first.h
    • tests/server/sockfilt.c
    • tests/tunit/CMakeLists.txt
    • tests/tunit/Makefile.am
    • tests/unit/CMakeLists.txt
    • tests/unit/Makefile.am
    • tests/unit/unit1302.c
    • tests/unit/unit1305.c
    • tests/unit/unit1323.c
    • tests/unit/unit1602.c
    • tests/unit/unit1603.c
    • tests/unit/unit1616.c
    • tests/unit/unit1650.c
    • tests/unit/unit1664.c
    • tests/unit/unit1979.c
    • tests/unit/unit1980.c
    • tests/unit/unit2600.c
    • tests/unit/unit2602.c
  2. Change #237584

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 23 Jun 2025 17:02:43
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision bb50dee510a34db03bb963b88b51550166b34c37

    Comments

    tests/server: de-dupe/merge three `sockdaemon()` clones into one
    Also: tidy up `if()` expressions here and there.
    
    Follow-up to f4f25505df1d2ede727071eb0c518368a206f64b #15000
    
    Closes #17719

    Changed files

    • tests/server/dnsd.c
    • tests/server/first.h
    • tests/server/mqttd.c
    • tests/server/rtspd.c
    • tests/server/sockfilt.c
    • tests/server/socksd.c
    • tests/server/sws.c
    • tests/server/tftpd.c
    • tests/server/util.c