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

Builder curl-threaded-solaris10-sparc Build #2790

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-threaded-solaris10-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 16 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 3 hrs, 3 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-threaded-solaris10-sparc slave
buildername curl-threaded-solaris10-sparc Builder
buildnumber 2790 Build
codebase Build
got_revision a1298593673ae76f4dd930b15064a482e60b4e0b Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision a1298593673ae76f4dd930b15064a482e60b4e0b Build
scheduler schedule-curl-threaded-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-threaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartFri May 9 10:04:53 2025
EndFri May 9 18:45:50 2025
Elapsed8 hrs, 40 mins, 57 secs

All Changes:

:

  1. Change #229393

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 09 May 2025 10:01:30
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a1298593673ae76f4dd930b15064a482e60b4e0b

    Comments

    lib: drop curlx_getpid, use fake pid in SMB
    It was not a function properly exposed in the curlx set. SMB cannot
    possibly need to send a real pid, now sends a made up number.
    
    The only real users of this function are test servers, so move the logic
    over there.
    
    Closes #17298

    Changed files

    • lib/curl_setup.h
    • lib/smb.c
    • tests/server/dnsd.c
    • tests/server/rtspd.c
    • tests/server/sws.c
    • tests/server/tftpd.c
    • tests/server/util.c