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

Builder curl-ares-solaris10-i386 Build #3318

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 2 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 13 mins, 57 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-solaris10-i386 slave
buildername curl-ares-solaris10-i386 Builder
buildnumber 3318 Build
codebase Build
got_revision f9f1a15699ea703da75c1e4c4f159cbbdaa325a4 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision f9f1a15699ea703da75c1e4c4f159cbbdaa325a4 Build
scheduler schedule-curl-ares-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Helmut Grohne
  3. Niall

Timing:

StartThu Apr 24 00:59:35 2025
EndThu Apr 24 04:38:32 2025
Elapsed3 hrs, 38 mins, 56 secs

All Changes:

:

  1. Change #228051

    Category curl
    Changed by Helmut Grohne <helmutohnoyoudont@subdivi.de>
    Changed at Wed 23 Apr 2025 23:21:05
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 51170b52d15256d4aaf74ed6eea9a9297f5d595c

    Comments

    autotools: install shell completion files on cross build
     Before 8.13.0, it was not possible to generate them as it required
     calling the compiled binary, but this has been fixed.
    
    Co-authored-by: Samuel Henrique <samueloph@debian.org>
    
    Closes #17159

    Changed files

    • scripts/Makefile.am
  2. Change #228053

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 23 Apr 2025 23:23:59
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9c59a6ac551b58c78822830dbd769338e462e4a2

    Comments

    libcurl-tutorial.md: fix read callback explanation
    Fixes #17138
    Reported-by: Thomas Klausner
    Closes #17154

    Changed files

    • docs/libcurl/libcurl-tutorial.md
  3. Change #228055

    Category curl
    Changed by Niall <Niall.oReillyohnoyoudont@ucd.ie>
    Changed at Wed 23 Apr 2025 23:39:41
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 179aeeaf228e3837a14e5df74285b75d0c243cce

    Comments

    ares: add definition for HTTPSRR_WORKS
    Closes #17157

    Changed files

    • lib/asyn-ares.c
  4. Change #228061

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 23 Apr 2025 23:44:55
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f9f1a15699ea703da75c1e4c4f159cbbdaa325a4

    Comments

    lib/src/docs/test: improve curl_easy_setopt() calls
    Fix invokes where the argument was not the correct type.
    
    Closes #17160

    Changed files

    • docs/examples/externalsocket.c
    • docs/examples/ftp-wildcard.c
    • docs/examples/ipv6.c
    • docs/examples/sftpget.c
    • docs/examples/sftpuploadresume.c
    • src/tool_cfgable.h
    • tests/http/clients/hx-download.c
    • tests/http/clients/hx-upload.c
    • tests/http/clients/tls-session-reuse.c
    • tests/http/clients/upload-pausing.c
    • tests/libtest/lib1515.c
    • tests/libtest/lib1525.c
    • tests/libtest/lib1526.c
    • tests/libtest/lib1527.c
    • tests/libtest/lib1528.c
    • tests/libtest/lib1529.c
    • tests/libtest/lib1571.c
    • tests/libtest/lib1592.c
    • tests/libtest/lib2301.c
    • tests/libtest/lib3207.c
    • tests/libtest/lib678.c
    • tests/libtest/mk-lib1521.pl