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

Builder curl-unthreaded-solaris11-i386 Build #3769

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 13 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-i386 slave
buildername curl-unthreaded-solaris11-i386 Builder
buildnumber 3769 Build
codebase Build
got_revision d413ed2d400dc5986e8725d2da6abb08f688b6ed Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision d413ed2d400dc5986e8725d2da6abb08f688b6ed Build
scheduler schedule-curl-unthreaded-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartWed Jul 30 17:44:33 2025
EndWed Jul 30 21:17:34 2025
Elapsed3 hrs, 33 mins, 0 secs

All Changes:

:

  1. Change #241311

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 30 Jul 2025 14:21:17
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 801800aca24a2186d4f13f2db1524b7270211273

    Comments

    tests: fix prechecks to call the bundle libtest tool
    Some tests make a hard-coded call to the libtest binary in the precheck
    step. With bundle builds the binary changed name and calling convention.
    Before this patch these tests failed the pre-check and did not run for
    the 5 affected tests: 518, 537, 678, 1517, 1960
    
    Fixing, e.g.:
    ```
    test 1517 SKIPPED: precheck command error
    ```
    https://github.com/curl/curl/actions/runs/16611990422/job/46996698437?pr=18039#step:13:4832
    
    It also fixes builds with a custom `CURL_DIRSUFFIX` set.
    
    Follow-up to 2c27a67daa1b76859c18d63e4e1f528db05b5e13 #17590
    Follow-up to 71cf0d1fca9e1f53524e1545ef0c08d174458d80 #14772
    
    Closes #18099

    Changed files

    • tests/data/test1517
    • tests/data/test1960
    • tests/data/test518
    • tests/data/test537
    • tests/data/test678
    • tests/servers.pm
  2. Change #241312

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 30 Jul 2025 14:21:17
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1140c8bc047ff847f8f5f0105802f2c265c3426f

    Comments

    tests: fix perl warnings in http2-server, http3-server
    AM libressl heimdal:
    ```
    Global symbol "$verbose" requires explicit package name (did you forget to declare "my $verbose"?) at tests/http2-server.pl line 52.
    Global symbol "$certfile" requires explicit package name (did you forget to declare "my $certfile"?) at tests/http2-server.pl line 109.
    Global symbol "$keyfile" requires explicit package name (did you forget to declare "my $keyfile"?) at tests/http2-server.pl line 110.
    Execution of tests/http2-server.pl aborted due to compilation errors.
    [...]
    ```
    Ref: https://github.com/curl/curl/actions/runs/16622030370/job/47028537336?pr=18099#step:39:3148
    
    Follow-up to 2ec54556d4e3f3ab551b5298adab0c703d85a463 #17877
    
    Closes #18100

    Changed files

    • tests/http2-server.pl
    • tests/http3-server.pl
  3. Change #241327

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 30 Jul 2025 15:28:28
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d413ed2d400dc5986e8725d2da6abb08f688b6ed

    Comments

    windows: drop `CRYPT_E_*` macro fallbacks, limit one to mingw32ce
    They are defined by all mingw-w64 versions and all supported MSVC
    versions (VS2008 and up).
    
    Also by OpenWatcom 2:
    https://github.com/open-watcom/open-watcom-v2/blob/ce6c37eb29f3fda95f9c4e8e37dee866b8c4e496/bld/w32api/include/winerror.mh
    
    mingw32ce misses `CRYPT_E_NOT_IN_REVOCATION_DATABASE`.
    
    Closes #18092

    Changed files

    • lib/curl_sspi.h