Fetching updates to dlang/dmd:
Fetching origin
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-5464922-Linux_64_32/dmd, branch master
Cloning into '/home/braddr/sandbox/at-client/pull-5464922-Linux_64_32/dmd'...
done.
Head commit:
commit 7d6ac55712063371d0e1701a7820c92575aef4f4
Author: Nick Treleaven <ntrel002@gmail.com>
Date:   Mon Mar 13 15:42:18 2023 +0000

    Fix Issue 12118 - Modify immutable data using throw (#14706)
    
    * Fix Issue 12118 - Modify immutable data using throw
    
    * Change immutable test to const
    
    * Deprecate throwing any qualified type
    
    * Allow throw shared as std.concurrency does that
    
    * Use static this instead of static const for test
    
    * Only allow single shared qualifier or none
    
    * Add changelog
    
    * Disallow throwing shared objects too
    
    * Update changelog/dmd.throw-qualifier.dd
    
    Co-authored-by: Razvan Nitu <razvan.nitu1305@gmail.com>
    
    ---------
    
    Co-authored-by: Razvan Nitu <razvan.nitu1305@gmail.com>


Fetching updates to dlang/druntime:
Fetching origin


Cloning source/dlang/druntime.git into pull-5464922-Linux_64_32/druntime, branch master
Cloning into '/home/braddr/sandbox/at-client/pull-5464922-Linux_64_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
 + 2a664be...3c64206 refs/pull/6795/head -> refs/pull/6795/head  (forced update)
 + 77890b1...8ad31b1 refs/pull/6795/merge -> refs/pull/6795/merge  (forced update)
 + df813d1...32f50ae refs/pull/8610/merge -> refs/pull/8610/merge  (forced update)


Cloning source/dlang/phobos.git into pull-5464922-Linux_64_32/phobos, branch master
Cloning into '/home/braddr/sandbox/at-client/pull-5464922-Linux_64_32/phobos'...
done.
Head commit:
commit 1b89dcf76253d5efd8e226ae19c503af6d23659f
Merge: 2f8dd14 3b3757a
Author: Razvan Nitu <razvan.nitu1305@gmail.com>
Date:   Mon Mar 13 18:35:58 2023 +0800

    Merge pull request #8714 from WebFreak001/fix-22147
    
     fix 22147: allow @disable this(this) T in DList!T