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

Builder curl-pr-unthreaded-solaris10-i386 Build #3570

Results:

Build successful

SourceStamp:

Projectcurl/curl
Repositoryhttps://github.com/curl/curl
Branchmaster
Revision0825cf42f02ba2592489267cd83e1580efa96ade
Got Revision0825cf42f02ba2592489267cd83e1580efa96ade
Changes9 changes

BuildSlave:

unstable10x

Reason:

The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 14 mins, 24 secs )
    1. stdio
    2. resultlog

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-pr-unthreaded-solaris10-i386 slave
buildername curl-pr-unthreaded-solaris10-i386 Builder
buildnumber 3570 Build
codebase Build
got_revision 0825cf42f02ba2592489267cd83e1580efa96ade Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl/curl Build
repository https://github.com/curl/curl Build
revision 0825cf42f02ba2592489267cd83e1580efa96ade Build
scheduler schedule-curl-pr Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-pr-unthreaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Michał Antoniak
  3. Viktor Szakats

Timing:

StartWed Mar 5 04:54:14 2025
EndWed Mar 5 09:49:13 2025
Elapsed4 hrs, 54 mins, 59 secs

All Changes:

:

  1. Change #223794

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 04 Mar 2025 16:43:39
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision 57ac8aed3f47f48335ae57045aff4ee62f35c070

    Comments

    tests/data/Makefile.am: fix trailing slash issue
    
    Follow-up from 6758aa722ddf5a6db819b753d962
    
    Fixes #16556
    Closes #16558

    Changed files

    • tests/data/Makefile.am
  2. Change #223806

    Category None
    Changed by Michał Antoniak <m.antoniakohnoyoudont@posnet.com.pl>
    Changed at Tue 04 Mar 2025 17:21:27
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision 8e07429e43b8051e20275e23b4c07d1884acf7a0

    Comments

    cf-socket: remove empty switch
    
    Closes #16555

    Changed files

    • lib/cf-socket.c
  3. Change #223807

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 04 Mar 2025 17:27:28
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision d251ecb5c8a12ce08deee05ae27cc7e9e298ee32

    Comments

    RELEASE-NOTES: synced

    Changed files

    • RELEASE-NOTES
  4. Change #223819

    Category None
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 04 Mar 2025 18:23:40
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision adcfd4fb3e9be1de0e506728066bea2aaa53c394

    Comments

    tests/server: replace `errno` with `SOCKERRNO` in sockfilt, socksd, sws
    
    To correctly read the winsock2 result code on Windows.
    
    Follow-up to de2126b1821fecbc1f66715714cb34c5c2d14ec4 #5241
    Ref: https://github.com/curl/curl/commit/5e855bbd18f84a02c951be7cac6188276818cdac#r38507132
    Ref: #14854
    Closes #16553

    Changed files

    • tests/server/sockfilt.c
    • tests/server/socksd.c
    • tests/server/sws.c
  5. Change #223821

    Category None
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 04 Mar 2025 18:32:51
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision 6f1031e9d52138555a8191b146e0a3f47997d5be

    Comments

    tests/server: replace `strerror` with `sstrerror` in socksd
    
    To follow the `errno` -> `SOCKERRNO` update.
    
    Missed from the previous commit.
    
    Follow-up to adcfd4fb3e9be1de0e506728066bea2aaa53c394 #16553

    Changed files

    • tests/server/socksd.c
  6. Change #223825

    Category None
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 04 Mar 2025 19:33:50
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision 0e0db0e38552a327eec0e33fe5fbca467e7692fc

    Comments

    GHA: brew `--no-lock` an invalid option now, drop
    
    ```
    Error: invalid option: --no-lock
    ```
    Ref: https://github.com/curl/curl/actions/runs/13659344413/job/38186577572#step:2:655
    
    Closes #16561

    Changed files

    • .github/workflows/macos.yml
    • .github/workflows/non-native.yml
    • .github/workflows/windows.yml
  7. Change #223840

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 04 Mar 2025 23:44:12
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision e4e8f1226f13a04c90b6a8bc8d45b7fc004e3d93

    Comments

    tool_getparam: do parse_upload_flags without the alloc/free
    
    Follow-up to 6758aa722ddf5a6
    
    Closes #16552

    Changed files

    • src/tool_getparam.c
  8. Change #223856

    Category None
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 05 Mar 2025 03:10:45
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision aa0d70fef73c77af68e238375669d1bda10e22a2

    Comments

    build: tidy-ups around `inet_pton`
    
    - cmake: make the `inet_pton`/`inet_ntop` detection codepath explicit
      for WinCE. To not rely on an empty `HAVE_WIN32_WINNT`.
    
    - tests/server/mqttd: drop `inet_pton` header and lib source.
    
    - tests/server: move `inet_pton` lib source to a variable.
    
    Closes #16563

    Changed files

    • CMakeLists.txt
    • tests/server/Makefile.inc
    • tests/server/mqttd.c
  9. Change #223857

    Category None
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 05 Mar 2025 03:10:45
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision 0825cf42f02ba2592489267cd83e1580efa96ade

    Comments

    GHA/windows: drop running tests with dl-mingw 7.3.0 due to flakiness
    
    This job was never stable. Bumping to -j8 (from -j4) possibly made it
    flakier: 032447e6249bf87958b16eb0c97874490b711ec7 #16271
    
    Keep this job for build tests and drop running tests to improve the CI
    experience and save CI time.
    
    It's also a simple build with no dependencies. CI continues to build
    a similar job with 9.5.0, which is more stable.
    
    It remains a puzzle why builds with this toolchain (7.3.0 win32 threads
    mingw-builds) is flakier and requires more test exceptions than the
    indentical build with a slightly different build/version of
    the toolchain (9.5.0 posix threads winlibs_mingw).
    
    Ref: #14854
    Closes #16564

    Changed files

    • .github/workflows/windows.yml