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

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

Results:

Build successful

SourceStamp:

Projectcurl/curl
Repositoryhttps://github.com/curl/curl
Branchmaster
Revisionfd395792410a4360f32382c913a1eddbe7d27d76
Got Revisionfd395792410a4360f32382c913a1eddbe7d27d76
Changes4 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 1 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 8 mins, 19 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 3763 Build
codebase Build
got_revision fd395792410a4360f32382c913a1eddbe7d27d76 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl/curl Build
repository https://github.com/curl/curl Build
revision fd395792410a4360f32382c913a1eddbe7d27d76 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. Andy Pan
  2. Daniel Stenberg

Timing:

StartSun Apr 6 21:04:15 2025
EndSun Apr 6 22:12:37 2025
Elapsed1 hrs, 8 mins, 21 secs

All Changes:

:

  1. Change #226813

    Category None
    Changed by Andy Pan <iohnoyoudont@andypan.me>
    Changed at Sun 06 Apr 2025 13:08:33
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision 3d02872be7cfe6dcdef4b02321b47af19e1ce268

    Comments

    socket: use accept4 when available
    
    Linux, *BSD, and Solaris support accept4 system call that enables the
    caller to assign additional flags and save some extra system calls. It
    can come in handy when O_NONBLOCK or/and FD_CLOEXEC is/are required on a
    socket after being accepted.
    
    Ref:
    https://man7.org/linux/man-pages/man2/accept.2.html
    https://man.freebsd.org/cgi/man.cgi?query=accept4
    https://man.dragonflybsd.org/?command=accept&section=2
    https://man.openbsd.org/accept.2
    https://man.netbsd.org/accept.2
    https://docs.oracle.com/cd/E88353_01/html/E37843/accept4-3c.html
    https://www.gnu.org/software/gnulib/manual/html_node/accept4.html
    
    Closes #16979

    Changed files

    • CMake/unix-cache.cmake
    • CMake/win32-cache.cmake
    • CMakeLists.txt
    • configure.ac
    • lib/cf-socket.c
    • lib/curl_config.h.cmake
    • lib/memdebug.c
    • lib/memdebug.h
  2. Change #226814

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 06 Apr 2025 13:11:26
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision 64ce880d71eec5ad1a029dde654dd9425c4e492f

    Comments

    RELEASE-NOTES: synced

    Changed files

    • RELEASE-NOTES
  3. Change #226817

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 06 Apr 2025 13:12:55
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision d3761bb84013ffd356753f943d687283afe203b5

    Comments

    make: clean tests better
    
    1. 'make clean' in the root dir now also invokes 'make clean' in the
    tests subdir so that it cleans up better recursively. The Makefile.am
    does not list 'tests' as a normal subdir to avoid building that
    directory for a normal make invoke.
    
    2. 'make clean' in the tests/libtest and tests/unit directories now
    *explicitly* remove the unity build executables even if this is not a
    unit build. This, because those files may be leftovers from previous
    builds and such leftovers can otherwise linger around and since
    'runtests.pl' dynamically acts differently based on the mere *presence*
    of those files, they can keep you fooled for a while until you
    realize...
    
    Closes #16986

    Changed files

    • Makefile.am
    • tests/libtest/Makefile.am
    • tests/unit/Makefile.am
  4. Change #226818

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 06 Apr 2025 13:19:30
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision fd395792410a4360f32382c913a1eddbe7d27d76

    Comments

    KNOWN_BUGS: wolfssh: all tests fail
    
    Closes #16794

    Changed files

    • docs/KNOWN_BUGS