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

Builder curl-ares-solaris11-sparc Build #2334

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 1 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 29 mins, 26 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-sparc slave
buildername curl-ares-solaris11-sparc Builder
buildnumber 2334 Build
codebase Build
got_revision add22feeef07858307be5722e1869e082554290e Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision add22feeef07858307be5722e1869e082554290e Build
scheduler schedule-curl-ares-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. MonkeybreadSoftware
  2. Stefan Eissing

Timing:

StartWed Apr 17 01:13:42 2024
EndWed Apr 17 02:41:56 2024
Elapsed1 hrs, 28 mins, 14 secs

All Changes:

:

  1. Change #195407

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Tue 16 Apr 2024 23:48:22
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 08d10d2a0003d796467a17fce0d7857809b31d63

    Comments

    http3: extend download abort tests, fixes in ngtcp2
    - fix flow handling in ngtcp2 to ACK data on streams
      we abort ourself.
    - extend test_02_23* cases to also run for h3
    - skip test_02_23* for OpenSSL QUIC as it gets stalled
      on progressing the connection
    
    Closes #13374

    Changed files

    • lib/vquic/curl_ngtcp2.c
    • tests/http/clients/h2-download.c
    • tests/http/test_02_download.py
    • tests/http/test_03_goaway.py
    • tests/http/testenv/env.py
  2. Change #195417

    Category curl
    Changed by MonkeybreadSoftware <supportohnoyoudont@monkeybreadsoftware.de>
    Changed at Wed 17 Apr 2024 00:24:09
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision add22feeef07858307be5722e1869e082554290e

    Comments

    idn: add native AppleIDN (icucore) support for macOS/iOS
    I implemented the IDN functions for macOS and iOS using Unicode
    libraries coming with macOS and iOS.
    
    Builds and runs here on macOS 14.2.1. Also verified to load and
    run on older macOS version 10.13.
    
    Build requires macOS SDK 13 or equivalent.
    
    Set `-DUSE_APPLE_IDN=ON` CMake option to enable it.
    With autotools and other build tools, set these manual options:
    ```
    CPPFLAGS=-DUSE_APPLE_IDN
    LIBS=-licucore
    ```
    
    Completes TODO 1.6.
    
    TODO: add autotools option and feature-detection.
    
    Refs: #5330 #5371
    Co-authored-by: Viktor Szakats
    Closes #13246

    Changed files

    • .github/workflows/macos.yml
    • CMakeLists.txt
    • docs/TODO
    • lib/curl_config.h.cmake
    • lib/curl_setup.h
    • lib/idn.c
    • lib/idn.h
    • lib/version.c
    • tests/libtest/lib1560.c