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

Builder curl-ares-solaris11-i386 Build #4228

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 mins, 28 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 4228 Build
codebase Build
got_revision 8d9aa6d6e12cb35b074dd66da454795c8808a41b Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 8d9aa6d6e12cb35b074dd66da454795c8808a41b 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. Stefan Eissing

Timing:

StartFri Dec 5 13:09:56 2025
EndFri Dec 5 13:12:37 2025
Elapsed2 mins, 40 secs

All Changes:

:

  1. Change #251080

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Fri 05 Dec 2025 13:00:19
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8d9aa6d6e12cb35b074dd66da454795c8808a41b

    Comments

    tests/servers: put unix-domain-path inside LOGDIR
    Change Unix domain socket paths from `/tmp/curl-socksd-<random>` to
    `/drive/path/to/LOGDIR/PIDDIR/*-uds` to avoid having to create and
    delete them before use. Also to use a path which remains an absolute one
    while passed from MSYS2 Perl to native Windows curl tool and test server
    via the command-line, and keep pointing to the same location, fixing:
    ```
    === Start of file commands.log
    ../src/curl.exe -q --output log/3/curl1468.out --include --trace-ascii log/3/trace1468
      --trace-time http://this.is.a.host.name:64405/1468
      --proxy socks5h://localhost/tmp/curl-socksd-YnbvRo98 [...]
    === End of file commands.log
    === Start of file socks2_server.log
    [...]
    14:11:54.597968 Listening on Unix socket D:/a/_temp/msys64/tmp/curl-socksd-YnbvRo98
    ```
    Ref: https://github.com/curl/curl/actions/runs/19896583933/job/57028545111?pr=19812
    
    The curl tool is pending #19825 to fix accepting an absolute unix domain
    socket path on Windows.
    
    Assisted-by: Viktor Szakats
    Closes #19810

    Changed files

    • tests/servers.pm