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

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

Results:

Build successful

SourceStamp:

Projectcurl/curl
Repositoryhttps://github.com/curl/curl
Branchmaster
Revision2f5e4e0db464acff921901b7bf98dd94f8a73745
Got Revision2f5e4e0db464acff921901b7bf98dd94f8a73745
Changes1 change

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 33 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 13 mins, 17 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 3761 Build
codebase Build
got_revision 2f5e4e0db464acff921901b7bf98dd94f8a73745 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl/curl Build
repository https://github.com/curl/curl Build
revision 2f5e4e0db464acff921901b7bf98dd94f8a73745 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. Carlos Henrique Lima Melara

Timing:

StartSun Apr 6 12:47:22 2025
EndSun Apr 6 17:35:46 2025
Elapsed4 hrs, 48 mins, 24 secs

All Changes:

:

  1. Change #226804

    Category None
    Changed by Carlos Henrique Lima Melara <charlesmelaraohnoyoudont@riseup.net>
    Changed at Sun 06 Apr 2025 11:35:38
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision 2f5e4e0db464acff921901b7bf98dd94f8a73745

    Comments

    scripts: completion.pl: sort the completion file for all shells
    
    The reproducible builds effort in Debian has caught a regression in curl
    8.13.0-rc1 but we were a bit slow to realize it. The ordering of the
    completion file for fish is not deterministic so it can differ between
    builds. Since there is no restriction about the order of the completion
    file for fish, let's just sort it too.
    
    Closes #16985

    Changed files

    • scripts/completion.pl