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

Builder curl-unthreaded-solaris11-i386 Build #5391

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartMon Sep 21 14:16:04 2026
EndMon Sep 21 16:58:22 2026
Elapsed2 hrs, 42 mins, 17 secs

All Changes:

:

  1. Change #282460

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 21 Sep 2026 14:05:05
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7a6bd027d0de2b6857472d35da090ef60cc29f19

    Comments

    getinfo: make sure CURLINFO_EFFECTIVE_URL does not contain creds
    Reported-by: Joshua Rogers
    
    Verified in test 1876
    
    Closes #23016

    Changed files

    • lib/getinfo.c
    • lib/transfer.c
    • lib/url.c
    • lib/urldata.h
    • tests/data/Makefile.am
    • tests/data/test1876
  2. Change #282465

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 21 Sep 2026 14:10:23
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d1317b5d4a5c8430133a588fb812d5c5fa327b79

    Comments

    parsedate: remove the unused leading three letters
    The three first letters of the weekdays are never actually used in the
    weekday array so drop them. Also make the array local.
    
    Closes #23013

    Changed files

    • lib/parsedate.c
    • tests/libtest/lib517.c