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

Builder curl-unthreaded-solaris11-sparc Build #4082

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision6c1a7541fb144e95fb11ba26c0b341d4c68436fc
Got Revision6c1a7541fb144e95fb11ba26c0b341d4c68436fc
Changes3 changes

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 5 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 25 mins, 25 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 4082 Build
codebase Build
got_revision 6c1a7541fb144e95fb11ba26c0b341d4c68436fc Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 6c1a7541fb144e95fb11ba26c0b341d4c68436fc 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. Viktor Szakats

Timing:

StartThu Jun 19 16:02:27 2025
EndThu Jun 19 17:18:32 2025
Elapsed1 hrs, 16 mins, 4 secs

All Changes:

:

  1. Change #237035

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 19 Jun 2025 15:57:37
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 35d0c047ce713298f15771649ffe7662404628f0

    Comments

    lib: make `curlx_wait_ms()` and use it
    Move function to curlx/, change all callers.
    
    Also:
    - src: replace local implementation.
    - tests/client: replace local ad-hoc sleep code.
    - tests/libtest: replace local `wait_ms()` implementation.
    - lib1531: replace local ad-hoc sleep code.
    - tests/server: replace local, simplified copy.
    - tests/server: formatting, drop some unused headers.
    
    Closes #17641

    Changed files

    • lib/Makefile.inc
    • lib/curlx/curlx.h
    • lib/curlx/wait.c
    • lib/curlx/wait.h
    • lib/easy.c
    • lib/multi.c
    • lib/select.c
    • lib/select.h
    • lib/vtls/openssl.c
    • packages/vms/gnv_link_curl.com
    • src/Makefile.inc
    • src/tool_cb_rea.c
    • src/tool_operate.c
    • src/tool_sleep.c
    • src/tool_sleep.h
    • tests/client/Makefile.inc
    • tests/client/first.h
    • tests/client/ws_data.c
    • tests/client/ws_pingpong.c
    • tests/libtest/Makefile.inc
    • tests/libtest/first.c
    • tests/libtest/first.h
    • tests/libtest/lib1506.c
    • tests/libtest/lib1515.c
    • tests/libtest/lib1517.c
    • tests/libtest/lib1531.c
    • tests/libtest/lib1542.c
    • tests/libtest/lib1565.c
    • tests/libtest/lib2301.c
    • tests/libtest/lib2304.c
    • tests/libtest/lib2402.c
    • tests/libtest/lib2404.c
    • tests/libtest/lib2502.c
    • tests/libtest/lib670.c
    • tests/libtest/test.h
    • tests/server/Makefile.inc
    • tests/server/dnsd.c
    • 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
    • tests/unit/unit2600.c
    • winbuild/MakefileBuild.vc
  2. Change #237036

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 19 Jun 2025 15:57:37
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 916f241f2f9d73b97388a47fcec57f320ea77e3d

    Comments

    lib: make `CURLX_SET_BINMODE()` and use it
    Use it from libtests' `first.c` and thus also from units, and tunits.
    
    Also:
    - cmake: drop stray `curltool` lib dependency for units.
    - units: stop depending on `src` headers.
    - tests/server: drop depending on `src` headers.
      (the remaining one listed in the comments, `tool_xattr.h`, was not
      actually used from servers.)
    - tests/server: drop duplicate curlx headers.
      (Except `warnless.h`, which is tricky on Windows.)
    
    Closes #17672

    Changed files

    • lib/Makefile.inc
    • lib/curlx/binmode.h
    • lib/curlx/curlx.h
    • src/Makefile.inc
    • src/tool_binmode.h
    • src/tool_formparse.c
    • src/tool_getparam.c
    • src/tool_operate.c
    • tests/libtest/CMakeLists.txt
    • tests/libtest/Makefile.am
    • tests/libtest/first.c
    • tests/server/CMakeLists.txt
    • tests/server/Makefile.am
    • tests/server/mqttd.c
    • tests/server/sockfilt.c
    • tests/server/socksd.c
    • tests/server/sws.c
    • tests/unit/CMakeLists.txt
    • tests/unit/Makefile.am
  3. Change #237037

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 19 Jun 2025 15:57:37
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6c1a7541fb144e95fb11ba26c0b341d4c68436fc

    Comments

    tftpd: use `CURLMIN()` macro
    Closes #17674

    Changed files

    • tests/server/tftpd.c