Fetching updates to dlang/dmd:
Fetching origin
From https://github.com/dlang/dmd
   abb7836..7d83fd6  master     -> master
 + 5092aa7...70da041 refs/pull/11632/merge -> refs/pull/11632/merge  (forced update)
 + bb48cca...03d06c4 refs/pull/11925/head -> refs/pull/11925/head  (forced update)
 + 32db049...cd3e6f1 refs/pull/11925/merge -> refs/pull/11925/merge  (forced update)
 + 510f921...0bcda9a refs/pull/14881/merge -> refs/pull/14881/merge  (forced update)
 + a7ab47a...18a22bd refs/pull/14902/merge -> refs/pull/14902/merge  (forced update)
 + 2d68056...1e4e91b refs/pull/14931/merge -> refs/pull/14931/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-5463923-Linux_64_32/dmd, branch master
Cloning into '/home/braddr/sandbox/at-client/pull-5463923-Linux_64_32/dmd'...
done.
Head commit:
commit 7d83fd6f1461246f5638e77e59a34edcda966130
Author: Geod24 <pro.mathias.lang@gmail.com>
Date:   Fri Mar 3 15:58:22 2023 +0100

    Remove uses of in on extern(C) functions in druntime
    
    It will error out if we try to compile druntime with `-preview=in`,
    because we can't use `in` on non `extern(D)` / `extern(C++)` functions.


Fetching updates to dlang/druntime:
Fetching origin


Cloning source/dlang/druntime.git into pull-5463923-Linux_64_32/druntime, branch master
Cloning into '/home/braddr/sandbox/at-client/pull-5463923-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


Cloning source/dlang/phobos.git into pull-5463923-Linux_64_32/phobos, branch master
Cloning into '/home/braddr/sandbox/at-client/pull-5463923-Linux_64_32/phobos'...
done.
Head commit:
commit 73e2f6d6e69b6df73867dd9ac415c6999986d159
Merge: 82e9ac4 860a887
Author: Razvan Nitu <razvan.nitu1305@gmail.com>
Date:   Fri Mar 3 23:22:08 2023 +0800

    Merge pull request #8706 from ntrel/throw-shared
    
    [std.concurrency] Avoid throwing shared type