Fetching updates to dlang/dmd:
Fetching origin
From https://github.com/dlang/dmd
 + 41f3f90...a43aa44 refs/pull/10958/merge -> refs/pull/10958/merge  (forced update)
 + 5a416f1...211242c refs/pull/14513/merge -> refs/pull/14513/merge  (forced update)
 + 28b05fc...42fa4b9 refs/pull/14631/merge -> refs/pull/14631/merge  (forced update)
 + 08ea105...114848e refs/pull/14694/merge -> refs/pull/14694/merge  (forced update)
 + 81852cf...31b1309 refs/pull/14695/merge -> refs/pull/14695/merge  (forced update)
 + 260ac76...eb0a050 refs/pull/14707/merge -> refs/pull/14707/merge  (forced update)
 + 3be0fad...429a6d6 refs/pull/14713/merge -> refs/pull/14713/merge  (forced update)
 + 3590424...563d44d refs/pull/14881/merge -> refs/pull/14881/merge  (forced update)
 + 819c656...2ca6c2c refs/pull/14986/merge -> refs/pull/14986/merge  (forced update)
 + 4b85761...1d4c8e6 refs/pull/14988/merge -> refs/pull/14988/merge  (forced update)
 + d50e4ec...2284245 refs/pull/14991/merge -> refs/pull/14991/merge  (forced update)
 + 808cdff...8281f75 refs/pull/14999/merge -> refs/pull/14999/merge  (forced update)
 + 7828145...b616fe8 refs/pull/15002/merge -> refs/pull/15002/merge  (forced update)
Auto packing the repository in background for optimum performance.
See "git help gc" for manual housekeeping.
error: The last gc run reported the following. Please correct the root cause
and remove gc.log.
Automatic cleanup will not be performed until the file is removed.

warning: There are too many unreachable loose objects; run 'git prune' to remove them.

Auto packing the repository in background for optimum performance.
See "git help gc" for manual housekeeping.
error: The last gc run reported the following. Please correct the root cause
and remove gc.log.
Automatic cleanup will not be performed until the file is removed.

warning: There are too many unreachable loose objects; run 'git prune' to remove them.



Cloning source/dlang/dmd.git into pull-5465797-Linux_32/dmd, branch master
Cloning into '/home/braddr/sandbox/at-client/pull-5465797-Linux_32/dmd'...
done.
Head commit:
commit 498822ec8efb8e2b68e257b01fa1e097ec6e3a88
Author: WebFreak001 <gh@webfreak.org>
Date:   Tue Mar 21 22:35:20 2023 +0100

    Fix issue 14891 - profilgc to stdout not working
    
    Improves error message for diagnostics and tests it


Fetching updates to dlang/druntime:
Fetching origin


Cloning source/dlang/druntime.git into pull-5465797-Linux_32/druntime, branch master
Cloning into '/home/braddr/sandbox/at-client/pull-5465797-Linux_32/druntime'...
done.
Head commit:
commit 92d444fb7496919b219d9182459e984686ffbbb2
Author: Iain Buclaw <ibuclaw@gdcproject.org>
Date:   Sun Jul 10 01:01:21 2022 +0200

    Add stubs for install make recipes
    
    This allows the auto-tester to build without complaint, even though it ultimately does nothing


Fetching updates to dlang/phobos:
Fetching origin
From https://github.com/dlang/phobos
 + 1870b04...71f05e6 refs/pull/8647/head -> refs/pull/8647/head  (forced update)
 + 3f9ab73...99f1562 refs/pull/8647/merge -> refs/pull/8647/merge  (forced update)


Cloning source/dlang/phobos.git into pull-5465797-Linux_32/phobos, branch master
Cloning into '/home/braddr/sandbox/at-client/pull-5465797-Linux_32/phobos'...
done.
Head commit:
commit 3c74c2b88a9ac726ab824d64e0c359ad7f0d3a57
Author: Jeremy <jtbx@duck.com>
Date:   Tue Mar 21 22:01:15 2023 +1300

    Add an introduction to the std.json documentation, fix some mistakes in std.curl and replace broken links in std.stdio (#8724)
    
    * Fix some mistakes in curl.d
    
    * Add an introduction for std.json
    
    * Fix more documentation in curl.d
    
    * Fix broken links in std.stdio documentation