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

Builder curl-unthreaded-solaris10-i386 Build #16197

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisioneb39fee40be6a8e68be2551e36b6fcb94170aaed
Got Revisioneb39fee40be6a8e68be2551e36b6fcb94170aaed
Changes2 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 18 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 3 mins, 38 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 15 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-unthreaded-solaris10-i386 slave
buildername curl-unthreaded-solaris10-i386 Builder
buildnumber 16197 Build
codebase Build
got_revision eb39fee40be6a8e68be2551e36b6fcb94170aaed Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision eb39fee40be6a8e68be2551e36b6fcb94170aaed Build
scheduler schedule-curl-unthreaded-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing

Timing:

StartFri Dec 12 12:01:52 2025
EndFri Dec 12 12:10:01 2025
Elapsed8 mins, 8 secs

All Changes:

:

  1. Change #251941

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 12 Dec 2025 11:50:29
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 407d2f3d574f68bfe986b621282a61016ca45c63

    Comments

    test568: remove what looks like an email and a URL
    Closes #19944

    Changed files

    • tests/data/test568
  2. Change #251942

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Fri 12 Dec 2025 11:58:57
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision eb39fee40be6a8e68be2551e36b6fcb94170aaed

    Comments

    pytest: add tests using sshd
    With either /usr/sbin/sshd found or configured via --with-test-sshd=path
    add tests for SCP down- and uploads, insecure, with known hosts or not,
    with authorized user key or unauthorized one.
    
    Working now with libssh and libssh2, using a hashed known_hosts file.
    
    Closes #19934

    Changed files

    • configure.ac
    • docs/INSTALL-CMAKE.md
    • tests/http/CMakeLists.txt
    • tests/http/Makefile.am
    • tests/http/config.ini.in
    • tests/http/conftest.py
    • tests/http/test_50_scp.py
    • tests/http/test_51_sftp.py
    • tests/http/testenv/__init__.py
    • tests/http/testenv/curl.py
    • tests/http/testenv/env.py
    • tests/http/testenv/sshd.py