<dustymabe>
you'll see that the failure for ostree summary -u started happening with the 00:46 UTC email
<dustymabe>
which was 18:46 on the 28th
<dustymabe>
00:46:52 specifically
<dustymabe>
the 00:45:12 email worked fine
<dustymabe>
if you cross reference that with the pruner logs it looks like this operation is the one that caused the summary update to stop working (implying commits were deleted that shouldn't have been deleted):
<dustymabe>
2023-01-29 00:45:29,168 INFO fedora-ostree-pruner - Pruning the fedora/35/x86_64/testing/kinoite ref in repo /mnt/koji/ostree/repo to time:90
<dustymabe>
2023-01-29 00:45:29,168 INFO fedora-ostree-pruner - Running command: ['ostree', 'prune', '--repo', '/mnt/koji/ostree/repo', '--commit-only', '--only-branch', 'fedora/35/x86_64/testing/kinoite', '--refs-only', '--keep-younger-than=90 days ago']
<dustymabe>
and if you look at the eventual summary -u failure from the pruner - it's complaining about No such metadata object 619554b37ce12caccb9425779aca709a40fe0050d0a74fc692e34b0052a5c9f0.commit
<dustymabe>
and that one was related to fedora/37/aarch64/kinoite
<jlebon>
want to switch to high bandwidth?
<dustymabe>
yeah give me a minute
gursewak__ has quit [Ping timeout: 248 seconds]
plarsen has joined #fedora-coreos
saschagrunert has quit [Quit: Leaving]
jcajka has quit [Quit: Leaving]
paragan has quit [Quit: Leaving]
daMaestro has joined #fedora-coreos
daMaestro has quit [Client Quit]
daMaestro has joined #fedora-coreos
daMaestro has quit [Quit: Leaving]
Betal has joined #fedora-coreos
bgilbert has joined #fedora-coreos
daMaestro has joined #fedora-coreos
Betal has quit [Ping timeout: 252 seconds]
Betal has joined #fedora-coreos
jpn has quit [Ping timeout: 268 seconds]
baude has joined #fedora-coreos
jpn has joined #fedora-coreos
daMaestro has quit [Quit: Leaving]
fifofonix has joined #fedora-coreos
<dustymabe>
aaradhak[m]: any luck reproducing the chrony generator rawhide issue on AWS?
<aaradhak[m]>
hey dustymabe just pinged you on slack regarding the same.
<aaradhak[m]>
in order to reproduce the issue locally, I downloaded the 38.20230127.91.0 rawhide aarch 64 version and planning to run using cosa.
jpn has quit [Ping timeout: 260 seconds]
<aaradhak[m]>
for instance:
<aaradhak[m]>
cosa kola run --aws-credentials-file /var/home/aaradhak/.aws/credentials --qemu=fedora-coreos-38.20230127.91.0-qemu.aarch64.qcow2 ext.config.chrony.dhcp-propagation --arch=aarch64 -p=aws
<aaradhak[m]>
had a doubt if this is the approach to reproduce ?
<dustymabe>
so you're running in AWS. you don't need the qemu image - try with something more like:
<dustymabe>
cosa kola spawn -p=aws --aws-credentials-file=/var/home/aaradhak/.aws/credentials --arch=aarch64 --aws-region=us-east-1 --aws-ami=ami-015ccd5711aed276d
<dustymabe>
darn - use this instead
<dustymabe>
cosa kola spawn -p=aws --aws-credentials-file=/var/home/aaradhak/.aws/credentials --arch=x86_64 --aws-region=us-east-1 --aws-ami=ami-015ccd5711aed276d
<dustymabe>
i'm just trying to figure out what assumption is bad.. cc @bgilbert since he generally has a good hold on networking fundamentals
<dustymabe>
basically aaradhak[m] is running kola in a new AWS account and it's trying to create the kola networking resources (vpc sg subnets, etc) and failing
<dustymabe>
the complain from AWS is `The IPv6 CIDR '2600:1f18:edb:e906::/64' is invalid`
<dustymabe>
aaradhak[m]: if you run the command again, it continues to fail in the same way?
<aaradhak[m]>
yes, it is hitting the same error on repeated runs
<dustymabe>
aaradhak[m]: what does this show for you? AWS_CONFIG_FILE=/srv/creds aws --region=us-east-1 ec2 describe-availability-zones | jq .AvailabilityZones[].ZoneName
<dustymabe>
the `6` in your failure message makes me think for some reason you are seeing more availability zones than I am