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

Builder curl-ares-solaris11-i386 Build #4363

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision4df7269ba892c51c5907aed63fd9699c94821cc7
Got Revision4df7269ba892c51c5907aed63fd9699c94821cc7
Changes1 change

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartSun Dec 21 12:22:02 2025
EndSun Dec 21 12:24:31 2025
Elapsed2 mins, 29 secs

All Changes:

:

  1. Change #252961

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 21 Dec 2025 12:11:56
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4df7269ba892c51c5907aed63fd9699c94821cc7

    Comments

    test96: fix to accept non-unity memdump content with MSVC
    In unity builds the source filename (via `__FILE__`) has no path (or
    uses slashes?), while in non-unity ones it does contain backslashes
    on Windows, with MSVC. Fix the test to recognize backslashes in the
    `stripfile` regexp.
    
    Seen in MSVC jobs in CI:
    ```diff
    -MEM tool_cfgable.c[LF]
    -MEM tool_paramhlp.c[LF]
    -MEM tool_cfgable.c[LF]
    -MEM tool_cfgable.c[LF]
    -MEM tool_cfgable.c[LF]
    -MEM tool_cfgable.c[LF]
    +MEM D:\a\curl\curl\src\tool_cfgable.c[LF]
    +MEM D:\a\curl\curl\src\tool_paramhlp.c[LF]
    +MEM D:\a\curl\curl\src\tool_cfgable.c[LF]
    +MEM D:\a\curl\curl\src\tool_cfgable.c[LF]
    +MEM D:\a\curl\curl\src\tool_cfgable.c[LF]
    +MEM D:\a\curl\curl\src\tool_cfgable.c[LF]
    ```
    Ref: https://github.com/curl/curl/actions/runs/20408366058/job/58641468316?pr=20061#step:13:303
    Ref: https://github.com/curl/curl/actions/runs/20408522070/job/58641826216?pr=20064#step:13:298
    
    Closes #20064

    Changed files

    • tests/data/test96