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

Builder curl-unthreaded-solaris10-i386 Build #16506

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision46d107d0e73135ef4559c8a046ac60d766a514c5
Got Revision46d107d0e73135ef4559c8a046ac60d766a514c5
Changes3 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 15 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 5 hrs, 2 mins, 56 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 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 16506 Build
codebase Build
got_revision 46d107d0e73135ef4559c8a046ac60d766a514c5 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 46d107d0e73135ef4559c8a046ac60d766a514c5 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. Alex Hamilton
  2. Daniel Stenberg
  3. Viktor Szakats

Timing:

StartWed Apr 1 08:45:05 2026
EndWed Apr 1 16:37:41 2026
Elapsed7 hrs, 52 mins, 36 secs

All Changes:

:

  1. Change #263089

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 31 Mar 2026 23:39:47
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a5838847c4395cdf043d9a833f38d5ba0a704ca1

    Comments

    GHA: try workaround for slow Azure Ubuntu distro server (cont.)
    - fail if all retries failed.
    - run `dpkg --configure -a` after an aborted slow attempt.
    
    ```
    Selecting previously unselected package libsys-hostname-long-perl.
    Error: slow server, retry
    E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.
    [...]
    ```
    
    Bug: https://github.com/curl/curl/pull/21107#issuecomment-4163506100
    Follow-up to 5172ba5475cffc525c2338dfa63f818e11e80a42 #21107
    
    Closes #21181

    Changed files

    • .github/workflows/codeql.yml
    • .github/workflows/configure-vs-cmake.yml
    • .github/workflows/distcheck.yml
    • .github/workflows/http3-linux.yml
    • .github/workflows/linux.yml
    • .github/workflows/non-native.yml
    • .github/workflows/windows.yml
  2. Change #263091

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 31 Mar 2026 23:53:45
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1ec912d2926767478783af950e5f7ce4e9ed2f7b

    Comments

    http: refactor http_on_response into sub functions
    Reduces complexity.
    
    Closes #21172

    Changed files

    • lib/http.c
    • lib/http2.h
  3. Change #263104

    Category curl
    Changed by Alex Hamilton <1622250+Aehmloohnoyoudont@users.noreply.github.com>
    Changed at Wed 01 Apr 2026 08:34:56
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 46d107d0e73135ef4559c8a046ac60d766a514c5

    Comments

    docs/cmdline-opts: tidy up retry-connrefused
    Closes #21182

    Changed files

    • docs/cmdline-opts/retry-connrefused.md