From 814652594befdd46937ec71feaec7286d8b5d756 Mon Sep 17 00:00:00 2001 From: COW_ILLUMINATI Date: Fri, 6 Jun 2025 18:00:54 -0400 Subject: [PATCH] .2 --- cawezs_mantle_to_stratus.mcreator | 29 +- elements/BloodStorm.mod.json | 2 +- elements/Callion.mod.json | 4 +- elements/Ceilock.mod.json | 2 +- elements/CeilockHurt.mod.json | 2 +- elements/DiurnalController.mod.json | 4 +- .../DiurnalControllerRightclicked.mod.json | 2 +- elements/Haunter.mod.json | 6 +- elements/HaunterEntityIsHurt.mod.json | 2 +- elements/HaunterOnEntityTickUpdate.mod.json | 2 +- elements/Nymbus.mod.json | 2 +- elements/NymbusEntityIsHurt.mod.json | 2 +- elements/OreBlockDestroyedByPlayer.mod.json | 2 +- elements/Trees.mod.json | 2 +- elements/Uiron.mod.json | 4 +- run/logs/debug-1.log.gz | Bin 19845 -> 20277 bytes run/logs/debug.log | 3051 +++++++++++------ run/logs/latest.log | 123 +- .../entity/CallionEntity.java | 6 - .../entity/CeilockEntity.java | 2 +- .../entity/HaunterEntity.java | 4 +- .../entity/NymbusEntity.java | 2 +- .../entity/UironEntity.java | 6 - .../CawezsMantleToStratusModEntities.java | 2 +- .../item/DiurnalControllerItem.java | 4 +- .../procedures/CeilockHurtProcedure.java | 24 +- ...iurnalControllerRightclickedProcedure.java | 14 +- .../HaunterEntityIsHurtProcedure.java | 24 +- .../HaunterOnEntityTickUpdateProcedure.java | 4 +- .../NymbusEntityIsHurtProcedure.java | 87 +- .../OreBlockDestroyedByPlayerProcedure.java | 12 +- .../resources/META-INF/neoforge.mods.toml | 2 +- .../cawezs_mantle_to_stratus/lang/en_us.json | 2 +- .../callion_biome_modifier.json | 2 +- .../ceilock_biome_modifier.json | 2 +- .../haunter_biome_modifier.json | 2 +- .../biome_modifier/nymbus_biome_modifier.json | 2 +- .../biome_modifier/uiron_biome_modifier.json | 2 +- .../worldgen/biome/trees.json | 12 +- .../tags/item/enchantable/durability.json | 1 + 40 files changed, 2212 insertions(+), 1247 deletions(-) diff --git a/cawezs_mantle_to_stratus.mcreator b/cawezs_mantle_to_stratus.mcreator index de5f479..cf91498 100644 --- a/cawezs_mantle_to_stratus.mcreator +++ b/cawezs_mantle_to_stratus.mcreator @@ -3273,6 +3273,18 @@ "name": "itemstack", "type": "itemstack" }, + { + "name": "x", + "type": "number" + }, + { + "name": "y", + "type": "number" + }, + { + "name": "z", + "type": "number" + }, { "name": "world", "type": "world" @@ -3682,6 +3694,10 @@ "name": "entity", "type": "entity" }, + { + "name": "sourceentity", + "type": "entity" + }, { "name": "x", "type": "number" @@ -3801,6 +3817,10 @@ "name": "entity", "type": "entity" }, + { + "name": "sourceentity", + "type": "entity" + }, { "name": "x", "type": "number" @@ -4020,6 +4040,10 @@ "name": "entity", "type": "entity" }, + { + "name": "sourceentity", + "type": "entity" + }, { "name": "x", "type": "number" @@ -5978,6 +6002,7 @@ "~CUSTOM:Overgrowncaves" ], "ITEMS:minecraft:enchantable/durability": [ + "~CUSTOM:DiurnalController", "~CUSTOM:Blightstone", "~CUSTOM:Amber", "~CUSTOM:Wayfinder", @@ -6226,7 +6251,7 @@ "block.cawezs_mantle_to_stratus.fortite": "Fortite", "item.cawezs_mantle_to_stratus.heaven_armor_helmet.description_0": "It appears so strong...", "item.cawezs_mantle_to_stratus.orbofsatiety.description_0": "Eat away: it never runs out", - "item.cawezs_mantle_to_stratus.blood_storm": "Blood of Overgrowth", + "item.cawezs_mantle_to_stratus.blood_storm": "Blood of Storm", "item.cawezs_mantle_to_stratus.amber_amulet": "Amber Amulet", "item.cawezs_mantle_to_stratus.nymbus_spawn_egg": "Nymbus Spawn Egg", "item.cawezs_mantle_to_stratus.fortite_gemstone": "Fortite Gemstone", @@ -6628,7 +6653,7 @@ "workspaceSettings": { "modid": "cawezs_mantle_to_stratus", "modName": "cawezs_mantle_to_stratus", - "version": "2.0.0", + "version": "2.0.2", "description": "A vertical expansion to Minecraft", "author": "COW_ILLUMINATI", "websiteURL": "https://cawez.ca", diff --git a/elements/BloodStorm.mod.json b/elements/BloodStorm.mod.json index 0617b97..61f82ec 100644 --- a/elements/BloodStorm.mod.json +++ b/elements/BloodStorm.mod.json @@ -7,7 +7,7 @@ "customModelName": "Normal", "customProperties": {}, "states": [], - "name": "Blood of Overgrowth", + "name": "Blood of Storm", "rarity": "COMMON", "creativeTabs": [ { diff --git a/elements/Callion.mod.json b/elements/Callion.mod.json index fef9e05..2c6a9bc 100644 --- a/elements/Callion.mod.json +++ b/elements/Callion.mod.json @@ -192,11 +192,11 @@ "rangedAttackInterval": 20, "rangedAttackRadius": 10.0, "spawnThisMob": true, - "doesDespawnWhenIdle": false, + "doesDespawnWhenIdle": true, "spawningCondition": { "name": "CallionNaturalEntitySpawningCondition" }, - "spawningProbability": 100, + "spawningProbability": 25, "mobSpawningType": "monster", "minNumberOfMobsPerGroup": 4, "maxNumberOfMobsPerGroup": 4, diff --git a/elements/Ceilock.mod.json b/elements/Ceilock.mod.json index 311cdbc..03439db 100644 --- a/elements/Ceilock.mod.json +++ b/elements/Ceilock.mod.json @@ -153,7 +153,7 @@ "rangedAttackRadius": 128.0, "spawnThisMob": true, "doesDespawnWhenIdle": false, - "spawningProbability": 30, + "spawningProbability": 5, "mobSpawningType": "monster", "minNumberOfMobsPerGroup": 1, "maxNumberOfMobsPerGroup": 1, diff --git a/elements/CeilockHurt.mod.json b/elements/CeilockHurt.mod.json index 6106275..e676d08 100644 --- a/elements/CeilockHurt.mod.json +++ b/elements/CeilockHurt.mod.json @@ -2,6 +2,6 @@ "_fv": 77, "_type": "procedure", "definition": { - "procedurexml": "no_ext_triggerEQ216CUSTOM:Depths/summon item ~ ~ ~ {Item:{id:\"cawezs_mantle_to_stratus:blood_overgrowth\",count:1}}CUSTOM:Inverted/summon item ~ ~ ~ {Item:{id:\"cawezs_mantle_to_stratus:blood_grimstone\",count:1}}TRUE" + "procedurexml": "no_ext_triggerEQ216CUSTOM:Depths/summon item ~ ~ ~ {Item:{id:\"cawezs_mantle_to_stratus:blood_overgrowth\",count:1}}CUSTOM:Inverted/summon item ~ ~ ~ {Item:{id:\"cawezs_mantle_to_stratus:blood_grimstone\",count:1}}TRUE" } } \ No newline at end of file diff --git a/elements/DiurnalController.mod.json b/elements/DiurnalController.mod.json index c836b7f..844cebc 100644 --- a/elements/DiurnalController.mod.json +++ b/elements/DiurnalController.mod.json @@ -14,11 +14,11 @@ "value": "CUSTOM:MtS" } ], - "stackSize": 64, + "stackSize": 1, "enchantability": 0, "useDuration": 0, "toolType": 1.0, - "damageCount": 0, + "damageCount": 1024, "recipeRemainder": { "value": "" }, diff --git a/elements/DiurnalControllerRightclicked.mod.json b/elements/DiurnalControllerRightclicked.mod.json index d26216e..fd74280 100644 --- a/elements/DiurnalControllerRightclicked.mod.json +++ b/elements/DiurnalControllerRightclicked.mod.json @@ -2,6 +2,6 @@ "_fv": 77, "_type": "procedure", "definition": { - "procedurexml": "no_ext_triggerADD30001" + "procedurexml": "no_ext_triggertime add 5001" } } \ No newline at end of file diff --git a/elements/Haunter.mod.json b/elements/Haunter.mod.json index 4d442cc..ceeb3c3 100644 --- a/elements/Haunter.mod.json +++ b/elements/Haunter.mod.json @@ -70,8 +70,8 @@ "movementSpeed": 0.4, "stepHeight": 0.6, "armorBaseValue": 0.0, - "trackingRange": 128, - "followRange": 32, + "trackingRange": 32, + "followRange": 16, "health": 25, "xpAmount": 0, "waterMob": false, @@ -144,7 +144,7 @@ "rangedAttackRadius": 10.0, "spawnThisMob": true, "doesDespawnWhenIdle": false, - "spawningProbability": 30, + "spawningProbability": 5, "mobSpawningType": "monster", "minNumberOfMobsPerGroup": 1, "maxNumberOfMobsPerGroup": 1, diff --git a/elements/HaunterEntityIsHurt.mod.json b/elements/HaunterEntityIsHurt.mod.json index 4202efa..aed61fc 100644 --- a/elements/HaunterEntityIsHurt.mod.json +++ b/elements/HaunterEntityIsHurt.mod.json @@ -2,6 +2,6 @@ "_fv": 77, "_type": "procedure", "definition": { - "procedurexml": "no_ext_triggerEQ216CUSTOM:Depths/summon item ~ ~ ~ {Item:{id:\"cawezs_mantle_to_stratus:blood_gloom\",count:1}}CUSTOM:Heights/summon item ~ ~ ~ {Item:{id:\"cawezs_mantle_to_stratus:blood_storm\",count:1}}TRUE" + "procedurexml": "no_ext_triggerEQ216CUSTOM:Depths/summon item ~ ~ ~ {Item:{id:\"cawezs_mantle_to_stratus:blood_gloom\",count:1}}CUSTOM:Heights/summon item ~ ~ ~ {Item:{id:\"cawezs_mantle_to_stratus:blood_storm\",count:1}}TRUE" } } \ No newline at end of file diff --git a/elements/HaunterOnEntityTickUpdate.mod.json b/elements/HaunterOnEntityTickUpdate.mod.json index f68ab9a..c0d680c 100644 --- a/elements/HaunterOnEntityTickUpdate.mod.json +++ b/elements/HaunterOnEntityTickUpdate.mod.json @@ -2,6 +2,6 @@ "_fv": 77, "_type": "procedure", "definition": { - "procedurexml": "no_ext_triggerCUSTOM:DepthsSMOKE_LARGE25ADD10.110.10.1CUSTOM:HeightsCLOUD25ADD10.110.10.1" + "procedurexml": "no_ext_triggerCUSTOM:DepthsSMOKE_LARGE5ADD10.110.10.1CUSTOM:HeightsCLOUD5ADD10.110.10.1" } } \ No newline at end of file diff --git a/elements/Nymbus.mod.json b/elements/Nymbus.mod.json index 2717939..7f3d35e 100644 --- a/elements/Nymbus.mod.json +++ b/elements/Nymbus.mod.json @@ -153,7 +153,7 @@ "rangedAttackRadius": 10.0, "spawnThisMob": true, "doesDespawnWhenIdle": false, - "spawningProbability": 20, + "spawningProbability": 5, "mobSpawningType": "monster", "minNumberOfMobsPerGroup": 1, "maxNumberOfMobsPerGroup": 1, diff --git a/elements/NymbusEntityIsHurt.mod.json b/elements/NymbusEntityIsHurt.mod.json index a5812ee..43bdcb0 100644 --- a/elements/NymbusEntityIsHurt.mod.json +++ b/elements/NymbusEntityIsHurt.mod.json @@ -2,6 +2,6 @@ "_fv": 77, "_type": "procedure", "definition": { - "procedurexml": "no_ext_triggerThis example will test if the random number is less than 0.7 (70%). Random numbers range between (0.0 and 1.0). If it is true, then it will run what is in the \"do\" section of the if statement.LTRANDOM0.1666666CUSTOM:Inverted/summon item ~ ~ ~ {Item:{id:\"cawezs_mantle_to_stratus:blood_ichor\",count:1}}CUSTOM:Heights/summon item ~ ~ ~ {Item:{id:\"cawezs_mantle_to_stratus:blood_aeris\",count:1}}5block.note_block.bitneutral1110block.note_block.bitneutral1115block.note_block.bitneutral1120summon tnt" + "procedurexml": "no_ext_triggerThis example will test if the random number is less than 0.7 (70%). Random numbers range between (0.0 and 1.0). If it is true, then it will run what is in the \"do\" section of the if statement.LTRANDOM0.1666666CUSTOM:Inverted/summon item ~ ~ ~ {Item:{id:\"cawezs_mantle_to_stratus:blood_ichor\",count:1}}CUSTOM:Heights/summon item ~ ~ ~ {Item:{id:\"cawezs_mantle_to_stratus:blood_aeris\",count:1}}5block.note_block.bitneutral1110block.note_block.bitneutral1115block.note_block.bitneutral1120summon tnt" } } \ No newline at end of file diff --git a/elements/OreBlockDestroyedByPlayer.mod.json b/elements/OreBlockDestroyedByPlayer.mod.json index a0a0526..af23cd5 100644 --- a/elements/OreBlockDestroyedByPlayer.mod.json +++ b/elements/OreBlockDestroyedByPlayer.mod.json @@ -2,6 +2,6 @@ "_fv": 77, "_type": "procedure", "definition": { - "procedurexml": "no_ext_triggerORANDFORTUNEORItems.DIAMOND_PICKAXEItems.NETHERITE_PICKAXECUSTOM:StarforgedPickaxeCUSTOM:HaeliumTRUECUSTOM:HaeliumGemstone10CUSTOM:AminaliteTRUECUSTOM:AminaliteGemstone10CUSTOM:SolititeTRUECUSTOM:SolititeGemstone10CUSTOM:FortiteTRUECUSTOM:FortiteGemstone10CUSTOM:ObsidiliteTRUECUSTOM:ObsidiliteGemstone10CUSTOM:CelerititeTRUECUSTOM:CelerititeGemstone10Perhaps with more FORTUNE..?TRUE" + "procedurexml": "no_ext_triggerORORItems.DIAMOND_PICKAXEItems.NETHERITE_PICKAXECUSTOM:StarforgedPickaxeCUSTOM:HaeliumTRUECUSTOM:HaeliumGemstone10CUSTOM:AminaliteTRUECUSTOM:AminaliteGemstone10CUSTOM:SolititeTRUECUSTOM:SolititeGemstone10CUSTOM:FortiteTRUECUSTOM:FortiteGemstone10CUSTOM:ObsidiliteTRUECUSTOM:ObsidiliteGemstone10CUSTOM:CelerititeTRUECUSTOM:CelerititeGemstone10" } } \ No newline at end of file diff --git a/elements/Trees.mod.json b/elements/Trees.mod.json index c82c82d..d3e29da 100644 --- a/elements/Trees.mod.json +++ b/elements/Trees.mod.json @@ -194,7 +194,7 @@ "minGroup": 4, "maxGroup": 4, "weight": 20, - "spawnType": "monster" + "spawnType": "creature" } ] } diff --git a/elements/Uiron.mod.json b/elements/Uiron.mod.json index 1f400b7..f837278 100644 --- a/elements/Uiron.mod.json +++ b/elements/Uiron.mod.json @@ -171,11 +171,11 @@ "rangedAttackInterval": 20, "rangedAttackRadius": 10.0, "spawnThisMob": true, - "doesDespawnWhenIdle": false, + "doesDespawnWhenIdle": true, "spawningCondition": { "name": "CallionNaturalEntitySpawningCondition" }, - "spawningProbability": 100, + "spawningProbability": 25, "mobSpawningType": "monster", "minNumberOfMobsPerGroup": 4, "maxNumberOfMobsPerGroup": 4, diff --git a/run/logs/debug-1.log.gz b/run/logs/debug-1.log.gz index bf6812e765ad1c1b44cfc67c7c0e56cc07f6ccdb..d7b974664db23d5bc8ab79271cf529457f2963dc 100644 GIT binary patch literal 20277 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 V#rop^kJtZM1Log5cKkmp0|1 neoforge-coremods-21.1.92.jar -[02Jun2025 11:59:05.900] [main/DEBUG] [net.neoforged.fml.loading.FMLServiceProvider/CORE]: Adding [Target[className=net.minecraft.world.level.biome.Biome, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@4c398c80]] transformer from core-mod net.neoforged.neoforge.coremods.NeoForgeCoreMod@7b4acdc2 in neoforge-21.1.92.jar > neoforge-coremods-21.1.92.jar -[02Jun2025 11:59:05.900] [main/DEBUG] [net.neoforged.fml.loading.FMLServiceProvider/CORE]: Adding [Target[className=net.minecraft.world.level.levelgen.structure.Structure, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@4c398c80]] transformer from core-mod net.neoforged.neoforge.coremods.NeoForgeCoreMod@7b4acdc2 in neoforge-21.1.92.jar > neoforge-coremods-21.1.92.jar -[02Jun2025 11:59:05.900] [main/DEBUG] [net.neoforged.fml.loading.FMLServiceProvider/CORE]: Adding [Target[className=net.minecraft.world.level.block.FlowerPotBlock, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@4c398c80]] transformer from core-mod net.neoforged.neoforge.coremods.NeoForgeCoreMod@7b4acdc2 in neoforge-21.1.92.jar > neoforge-coremods-21.1.92.jar -[02Jun2025 11:59:05.900] [main/DEBUG] [net.neoforged.fml.loading.FMLServiceProvider/CORE]: Adding [Target[className=net/minecraft/server/commands/RaidCommand, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@4c398c80], Target[className=net/minecraft/world/level/levelgen/PatrolSpawner, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@4c398c80], Target[className=net/minecraft/world/entity/monster/ZombieVillager, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@4c398c80], Target[className=net/minecraft/world/level/levelgen/structure/structures/OceanMonumentPieces$OceanMonumentPiece, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@4c398c80], Target[className=net/minecraft/world/entity/monster/Evoker$EvokerSummonSpellGoal, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@4c398c80], Target[className=net/minecraft/world/level/levelgen/structure/templatesystem/StructureTemplate, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@4c398c80], Target[className=net/minecraft/world/entity/animal/frog/Tadpole, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@4c398c80], Target[className=net/minecraft/world/level/levelgen/structure/structures/OceanRuinPieces$OceanRuinPiece, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@4c398c80], Target[className=net/minecraft/world/entity/npc/Villager, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@4c398c80], Target[className=net/minecraft/world/level/levelgen/structure/structures/SwampHutPiece, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@4c398c80], Target[className=net/minecraft/world/entity/npc/CatSpawner, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@4c398c80], Target[className=net/minecraft/world/level/levelgen/PhantomSpawner, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@4c398c80], Target[className=net/minecraft/world/level/levelgen/structure/structures/WoodlandMansionPieces$WoodlandMansionPiece, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@4c398c80], Target[className=net/minecraft/server/commands/SummonCommand, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@4c398c80], Target[className=net/minecraft/world/entity/ai/village/VillageSiege, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@4c398c80], Target[className=net/minecraft/world/entity/monster/Strider, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@4c398c80], Target[className=net/minecraft/world/entity/raid/Raid, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@4c398c80], Target[className=net/minecraft/world/entity/EntityType, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@4c398c80], Target[className=net/minecraft/world/entity/animal/horse/SkeletonTrapGoal, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@4c398c80], Target[className=net/minecraft/world/entity/monster/Spider, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@4c398c80], Target[className=net/minecraft/world/entity/monster/Zombie, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@4c398c80], Target[className=net/minecraft/world/level/NaturalSpawner, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@4c398c80]] transformer from core-mod net.neoforged.neoforge.coremods.NeoForgeCoreMod@7b4acdc2 in neoforge-21.1.92.jar > neoforge-coremods-21.1.92.jar -[02Jun2025 11:59:05.902] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.ReplaceFieldWithGetterAccess@58b67519 to Target : cpw.mods.modlauncher.api.TargetType@4c398c80 {Lnet/minecraft/world/level/biome/Biome;} {} {V} -[02Jun2025 11:59:05.903] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.ReplaceFieldWithGetterAccess@7c1c5936 to Target : cpw.mods.modlauncher.api.TargetType@4c398c80 {Lnet/minecraft/world/level/levelgen/structure/Structure;} {} {V} -[02Jun2025 11:59:05.903] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.ReplaceFieldWithGetterAccess@7aead3af to Target : cpw.mods.modlauncher.api.TargetType@4c398c80 {Lnet/minecraft/world/level/block/FlowerPotBlock;} {} {V} -[02Jun2025 11:59:05.904] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@3ac8cf9b to Target : cpw.mods.modlauncher.api.TargetType@4c398c80 {Lnet/minecraft/server/commands/RaidCommand;} {} {V} -[02Jun2025 11:59:05.904] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@3ac8cf9b to Target : cpw.mods.modlauncher.api.TargetType@4c398c80 {Lnet/minecraft/world/level/levelgen/PatrolSpawner;} {} {V} -[02Jun2025 11:59:05.904] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@3ac8cf9b to Target : cpw.mods.modlauncher.api.TargetType@4c398c80 {Lnet/minecraft/world/entity/monster/ZombieVillager;} {} {V} -[02Jun2025 11:59:05.904] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@3ac8cf9b to Target : cpw.mods.modlauncher.api.TargetType@4c398c80 {Lnet/minecraft/world/level/levelgen/structure/structures/OceanMonumentPieces$OceanMonumentPiece;} {} {V} -[02Jun2025 11:59:05.904] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@3ac8cf9b to Target : cpw.mods.modlauncher.api.TargetType@4c398c80 {Lnet/minecraft/world/entity/monster/Evoker$EvokerSummonSpellGoal;} {} {V} -[02Jun2025 11:59:05.904] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@3ac8cf9b to Target : cpw.mods.modlauncher.api.TargetType@4c398c80 {Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureTemplate;} {} {V} -[02Jun2025 11:59:05.904] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@3ac8cf9b to Target : cpw.mods.modlauncher.api.TargetType@4c398c80 {Lnet/minecraft/world/entity/animal/frog/Tadpole;} {} {V} -[02Jun2025 11:59:05.904] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@3ac8cf9b to Target : cpw.mods.modlauncher.api.TargetType@4c398c80 {Lnet/minecraft/world/level/levelgen/structure/structures/OceanRuinPieces$OceanRuinPiece;} {} {V} -[02Jun2025 11:59:05.904] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@3ac8cf9b to Target : cpw.mods.modlauncher.api.TargetType@4c398c80 {Lnet/minecraft/world/entity/npc/Villager;} {} {V} -[02Jun2025 11:59:05.904] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@3ac8cf9b to Target : cpw.mods.modlauncher.api.TargetType@4c398c80 {Lnet/minecraft/world/level/levelgen/structure/structures/SwampHutPiece;} {} {V} -[02Jun2025 11:59:05.904] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@3ac8cf9b to Target : cpw.mods.modlauncher.api.TargetType@4c398c80 {Lnet/minecraft/world/entity/npc/CatSpawner;} {} {V} -[02Jun2025 11:59:05.904] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@3ac8cf9b to Target : cpw.mods.modlauncher.api.TargetType@4c398c80 {Lnet/minecraft/world/level/levelgen/PhantomSpawner;} {} {V} -[02Jun2025 11:59:05.904] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@3ac8cf9b to Target : cpw.mods.modlauncher.api.TargetType@4c398c80 {Lnet/minecraft/world/level/levelgen/structure/structures/WoodlandMansionPieces$WoodlandMansionPiece;} {} {V} -[02Jun2025 11:59:05.904] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@3ac8cf9b to Target : cpw.mods.modlauncher.api.TargetType@4c398c80 {Lnet/minecraft/server/commands/SummonCommand;} {} {V} -[02Jun2025 11:59:05.904] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@3ac8cf9b to Target : cpw.mods.modlauncher.api.TargetType@4c398c80 {Lnet/minecraft/world/entity/ai/village/VillageSiege;} {} {V} -[02Jun2025 11:59:05.905] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@3ac8cf9b to Target : cpw.mods.modlauncher.api.TargetType@4c398c80 {Lnet/minecraft/world/entity/monster/Strider;} {} {V} -[02Jun2025 11:59:05.905] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@3ac8cf9b to Target : cpw.mods.modlauncher.api.TargetType@4c398c80 {Lnet/minecraft/world/entity/raid/Raid;} {} {V} -[02Jun2025 11:59:05.905] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@3ac8cf9b to Target : cpw.mods.modlauncher.api.TargetType@4c398c80 {Lnet/minecraft/world/entity/EntityType;} {} {V} -[02Jun2025 11:59:05.905] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@3ac8cf9b to Target : cpw.mods.modlauncher.api.TargetType@4c398c80 {Lnet/minecraft/world/entity/animal/horse/SkeletonTrapGoal;} {} {V} -[02Jun2025 11:59:05.905] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@3ac8cf9b to Target : cpw.mods.modlauncher.api.TargetType@4c398c80 {Lnet/minecraft/world/entity/monster/Spider;} {} {V} -[02Jun2025 11:59:05.905] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@3ac8cf9b to Target : cpw.mods.modlauncher.api.TargetType@4c398c80 {Lnet/minecraft/world/entity/monster/Zombie;} {} {V} -[02Jun2025 11:59:05.905] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@3ac8cf9b to Target : cpw.mods.modlauncher.api.TargetType@4c398c80 {Lnet/minecraft/world/level/NaturalSpawner;} {} {V} -[02Jun2025 11:59:05.905] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initialized transformers for transformation service fml -[02Jun2025 11:59:06.079] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ModLauncher Root Container(ModLauncher:4f56a0a2)] -[02Jun2025 11:59:06.079] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:net.neoforged.fml.loading.mixin.FMLMixinContainerHandle@30501e60] -[02Jun2025 11:59:06.079] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[FMLMixinPlatformAgent:null] -[02Jun2025 11:59:06.114] [main/DEBUG] [mixin/]: Processing launch tasks for PlatformAgent[MixinPlatformAgentDefault:ModLauncher Root Container(ModLauncher:4f56a0a2)] -[02Jun2025 11:59:06.114] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(mixin_synthetic) -[02Jun2025 11:59:06.114] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(mixin_synthetic) -[02Jun2025 11:59:06.114] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(mixin_synthetic) -[02Jun2025 11:59:06.114] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(mixin_synthetic) -[02Jun2025 11:59:06.115] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(mixin_synthetic) -[02Jun2025 11:59:06.115] [main/DEBUG] [mixin/]: Instancing new FMLMixinPlatformAgent for SecureJarResource(mixin_synthetic) -[02Jun2025 11:59:06.115] [main/DEBUG] [mixin/]: FMLMixinPlatformAgent rejected container SecureJarResource(mixin_synthetic) -[02Jun2025 11:59:06.115] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(mixin_synthetic)] -[02Jun2025 11:59:06.115] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(minecraft) -[02Jun2025 11:59:06.115] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(minecraft) -[02Jun2025 11:59:06.115] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(minecraft) -[02Jun2025 11:59:06.115] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(minecraft) -[02Jun2025 11:59:06.115] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(minecraft) -[02Jun2025 11:59:06.115] [main/DEBUG] [mixin/]: Instancing new FMLMixinPlatformAgent for SecureJarResource(minecraft) -[02Jun2025 11:59:06.115] [main/DEBUG] [mixin/]: FMLMixinPlatformAgent rejected container SecureJarResource(minecraft) -[02Jun2025 11:59:06.115] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(minecraft)] -[02Jun2025 11:59:06.115] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(mixinextras.neoforge) -[02Jun2025 11:59:06.115] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(mixinextras.neoforge) -[02Jun2025 11:59:06.115] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(mixinextras.neoforge) -[02Jun2025 11:59:06.115] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(mixinextras.neoforge) -[02Jun2025 11:59:06.115] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(mixinextras.neoforge) -[02Jun2025 11:59:06.115] [main/DEBUG] [mixin/]: Instancing new FMLMixinPlatformAgent for SecureJarResource(mixinextras.neoforge) -[02Jun2025 11:59:06.115] [main/DEBUG] [mixin/]: FMLMixinPlatformAgent rejected container SecureJarResource(mixinextras.neoforge) -[02Jun2025 11:59:06.115] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(mixinextras.neoforge)] -[02Jun2025 11:59:06.115] [main/DEBUG] [mixin/]: Registering mixin config: mixinextras.init.mixins.json source=SecureJarResource(mixinextras.neoforge) -[02Jun2025 11:59:06.117] [main/DEBUG] [mixin/]: inject() running with 5 agents -[02Jun2025 11:59:06.117] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ModLauncher Root Container(ModLauncher:4f56a0a2)] -[02Jun2025 11:59:06.118] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:net.neoforged.fml.loading.mixin.FMLMixinContainerHandle@30501e60] -[02Jun2025 11:59:06.119] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[FMLMixinPlatformAgent:null] -[02Jun2025 11:59:06.119] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(mixin_synthetic)] -[02Jun2025 11:59:06.120] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(minecraft)] -[02Jun2025 11:59:06.120] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(mixinextras.neoforge)] -[02Jun2025 11:59:06.120] [main/INFO] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Launching target 'forgeclientuserdev' with arguments [--version, 21.1.92, --gameDir, ., --assetsDir, /home/cow/.mcreator/gradle/caches/neoformruntime/assets, --assetIndex, 17] -[02Jun2025 11:59:06.152] [main/DEBUG] [mixin/]: Preparing mixins for MixinEnvironment[DEFAULT] -[02Jun2025 11:59:06.153] [main/DEBUG] [mixin/]: Selecting config neoforge.mixins.json -[02Jun2025 11:59:06.157] [main/DEBUG] [mixin/]: Selecting config mixinextras.init.mixins.json -[02Jun2025 11:59:06.190] [main/DEBUG] [MixinExtras|Service/]: com.llamalad7.mixinextras.service.MixinExtrasServiceImpl(version=0.4.1) is taking over from null -[02Jun2025 11:59:06.219] [main/DEBUG] [mixin/]: Registering new injector for @Inject with org.spongepowered.asm.mixin.injection.struct.CallbackInjectionInfo -[02Jun2025 11:59:06.220] [main/DEBUG] [mixin/]: Registering new injector for @ModifyArg with org.spongepowered.asm.mixin.injection.struct.ModifyArgInjectionInfo -[02Jun2025 11:59:06.221] [main/DEBUG] [mixin/]: Registering new injector for @ModifyArgs with org.spongepowered.asm.mixin.injection.struct.ModifyArgsInjectionInfo -[02Jun2025 11:59:06.222] [main/DEBUG] [mixin/]: Registering new injector for @Redirect with org.spongepowered.asm.mixin.injection.struct.RedirectInjectionInfo -[02Jun2025 11:59:06.224] [main/DEBUG] [mixin/]: Registering new injector for @ModifyVariable with org.spongepowered.asm.mixin.injection.struct.ModifyVariableInjectionInfo -[02Jun2025 11:59:06.225] [main/DEBUG] [mixin/]: Registering new injector for @ModifyConstant with org.spongepowered.asm.mixin.injection.struct.ModifyConstantInjectionInfo -[02Jun2025 11:59:06.238] [main/DEBUG] [mixin/]: Preparing neoforge.mixins.json (2) -[02Jun2025 11:59:06.280] [main/DEBUG] [mixin/]: Preparing mixinextras.init.mixins.json (0) -[02Jun2025 11:59:06.427] [main/DEBUG] [io.netty.util.internal.logging.InternalLoggerFactory/]: Using SLF4J as the default logging framework -[02Jun2025 11:59:06.430] [main/DEBUG] [io.netty.util.ResourceLeakDetector/]: -Dio.netty.leakDetection.level: simple -[02Jun2025 11:59:06.430] [main/DEBUG] [io.netty.util.ResourceLeakDetector/]: -Dio.netty.leakDetection.targetRecords: 4 -[02Jun2025 11:59:07.150] [main/DEBUG] [oshi.util.FileUtil/]: No oshi.properties file found from ClassLoader cpw.mods.modlauncher.TransformingClassLoader@1a480135 -[02Jun2025 11:59:07.189] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /proc/self/auxv -[02Jun2025 11:59:07.189] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /proc/self/auxv -[02Jun2025 11:59:07.192] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /proc/stat -[02Jun2025 11:59:07.197] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/topology/core_id -[02Jun2025 11:59:07.197] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/topology/core_id -[02Jun2025 11:59:07.197] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/topology/physical_package_id -[02Jun2025 11:59:07.198] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/topology/physical_package_id -[02Jun2025 11:59:07.198] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cpu_capacity -[02Jun2025 11:59:07.199] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/level -[02Jun2025 11:59:07.199] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/level -[02Jun2025 11:59:07.199] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/type -[02Jun2025 11:59:07.199] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/type -[02Jun2025 11:59:07.200] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/ways_of_associativity -[02Jun2025 11:59:07.200] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/ways_of_associativity -[02Jun2025 11:59:07.200] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/coherency_line_size -[02Jun2025 11:59:07.200] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/coherency_line_size -[02Jun2025 11:59:07.200] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/size -[02Jun2025 11:59:07.200] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/size -[02Jun2025 11:59:07.200] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/level -[02Jun2025 11:59:07.200] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/level -[02Jun2025 11:59:07.200] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/type -[02Jun2025 11:59:07.200] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/type -[02Jun2025 11:59:07.200] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/ways_of_associativity -[02Jun2025 11:59:07.200] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/ways_of_associativity -[02Jun2025 11:59:07.201] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/coherency_line_size -[02Jun2025 11:59:07.201] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/coherency_line_size -[02Jun2025 11:59:07.201] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/size -[02Jun2025 11:59:07.201] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/size -[02Jun2025 11:59:07.201] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/level -[02Jun2025 11:59:07.201] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/level -[02Jun2025 11:59:07.201] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/type -[02Jun2025 11:59:07.201] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/type -[02Jun2025 11:59:07.201] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/ways_of_associativity -[02Jun2025 11:59:07.201] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/ways_of_associativity -[02Jun2025 11:59:07.201] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/coherency_line_size -[02Jun2025 11:59:07.201] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/coherency_line_size -[02Jun2025 11:59:07.201] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/size -[02Jun2025 11:59:07.201] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/size -[02Jun2025 11:59:07.201] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/level -[02Jun2025 11:59:07.201] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/level -[02Jun2025 11:59:07.201] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/type -[02Jun2025 11:59:07.201] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/type -[02Jun2025 11:59:07.202] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/ways_of_associativity -[02Jun2025 11:59:07.202] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/ways_of_associativity -[02Jun2025 11:59:07.202] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/coherency_line_size -[02Jun2025 11:59:07.202] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/coherency_line_size -[02Jun2025 11:59:07.202] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/size -[02Jun2025 11:59:07.202] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/size -[02Jun2025 11:59:07.203] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/topology/core_id -[02Jun2025 11:59:07.203] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/topology/core_id -[02Jun2025 11:59:07.203] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/topology/physical_package_id -[02Jun2025 11:59:07.203] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/topology/physical_package_id -[02Jun2025 11:59:07.203] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cpu_capacity -[02Jun2025 11:59:07.203] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/level -[02Jun2025 11:59:07.203] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/level -[02Jun2025 11:59:07.204] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/type -[02Jun2025 11:59:07.204] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/type -[02Jun2025 11:59:07.204] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/ways_of_associativity -[02Jun2025 11:59:07.204] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/ways_of_associativity -[02Jun2025 11:59:07.204] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/coherency_line_size -[02Jun2025 11:59:07.204] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/coherency_line_size -[02Jun2025 11:59:07.204] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/size -[02Jun2025 11:59:07.204] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/size -[02Jun2025 11:59:07.204] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/level -[02Jun2025 11:59:07.204] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/level -[02Jun2025 11:59:07.204] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/type -[02Jun2025 11:59:07.204] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/type -[02Jun2025 11:59:07.204] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/ways_of_associativity -[02Jun2025 11:59:07.204] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/ways_of_associativity -[02Jun2025 11:59:07.204] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/coherency_line_size -[02Jun2025 11:59:07.204] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/coherency_line_size -[02Jun2025 11:59:07.204] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/size -[02Jun2025 11:59:07.204] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/size -[02Jun2025 11:59:07.204] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/level -[02Jun2025 11:59:07.204] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/level -[02Jun2025 11:59:07.204] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/type -[02Jun2025 11:59:07.204] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/type -[02Jun2025 11:59:07.204] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/ways_of_associativity -[02Jun2025 11:59:07.204] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/ways_of_associativity -[02Jun2025 11:59:07.204] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/coherency_line_size -[02Jun2025 11:59:07.205] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/coherency_line_size -[02Jun2025 11:59:07.205] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/size -[02Jun2025 11:59:07.205] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/size -[02Jun2025 11:59:07.205] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/level -[02Jun2025 11:59:07.205] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/level -[02Jun2025 11:59:07.205] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/type -[02Jun2025 11:59:07.205] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/type -[02Jun2025 11:59:07.205] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/ways_of_associativity -[02Jun2025 11:59:07.205] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/ways_of_associativity -[02Jun2025 11:59:07.205] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/coherency_line_size -[02Jun2025 11:59:07.205] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/coherency_line_size -[02Jun2025 11:59:07.205] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/size -[02Jun2025 11:59:07.205] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/size -[02Jun2025 11:59:07.205] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/topology/core_id -[02Jun2025 11:59:07.205] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/topology/core_id -[02Jun2025 11:59:07.206] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/topology/physical_package_id -[02Jun2025 11:59:07.206] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/topology/physical_package_id -[02Jun2025 11:59:07.206] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cpu_capacity -[02Jun2025 11:59:07.206] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/level -[02Jun2025 11:59:07.206] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/level -[02Jun2025 11:59:07.206] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/type -[02Jun2025 11:59:07.206] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/type -[02Jun2025 11:59:07.206] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/ways_of_associativity -[02Jun2025 11:59:07.206] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/ways_of_associativity -[02Jun2025 11:59:07.206] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/coherency_line_size -[02Jun2025 11:59:07.206] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/coherency_line_size -[02Jun2025 11:59:07.206] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/size -[02Jun2025 11:59:07.206] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/size -[02Jun2025 11:59:07.206] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/level -[02Jun2025 11:59:07.206] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/level -[02Jun2025 11:59:07.206] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/type -[02Jun2025 11:59:07.206] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/type -[02Jun2025 11:59:07.206] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/ways_of_associativity -[02Jun2025 11:59:07.206] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/ways_of_associativity -[02Jun2025 11:59:07.206] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/coherency_line_size -[02Jun2025 11:59:07.206] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/coherency_line_size -[02Jun2025 11:59:07.206] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/size -[02Jun2025 11:59:07.206] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/size -[02Jun2025 11:59:07.206] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/level -[02Jun2025 11:59:07.206] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/level -[02Jun2025 11:59:07.207] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/type -[02Jun2025 11:59:07.207] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/type -[02Jun2025 11:59:07.207] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/ways_of_associativity -[02Jun2025 11:59:07.207] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/ways_of_associativity -[02Jun2025 11:59:07.207] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/coherency_line_size -[02Jun2025 11:59:07.207] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/coherency_line_size -[02Jun2025 11:59:07.207] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/size -[02Jun2025 11:59:07.207] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/size -[02Jun2025 11:59:07.207] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/level -[02Jun2025 11:59:07.207] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/level -[02Jun2025 11:59:07.207] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/type -[02Jun2025 11:59:07.207] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/type -[02Jun2025 11:59:07.207] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/ways_of_associativity -[02Jun2025 11:59:07.207] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/ways_of_associativity -[02Jun2025 11:59:07.207] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/coherency_line_size -[02Jun2025 11:59:07.207] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/coherency_line_size -[02Jun2025 11:59:07.207] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/size -[02Jun2025 11:59:07.207] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/size -[02Jun2025 11:59:07.207] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/topology/core_id -[02Jun2025 11:59:07.207] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/topology/core_id -[02Jun2025 11:59:07.207] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/topology/physical_package_id -[02Jun2025 11:59:07.207] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/topology/physical_package_id -[02Jun2025 11:59:07.208] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cpu_capacity -[02Jun2025 11:59:07.208] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/level -[02Jun2025 11:59:07.208] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/level -[02Jun2025 11:59:07.208] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/type -[02Jun2025 11:59:07.208] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/type -[02Jun2025 11:59:07.208] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/ways_of_associativity -[02Jun2025 11:59:07.208] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/ways_of_associativity -[02Jun2025 11:59:07.208] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/coherency_line_size -[02Jun2025 11:59:07.208] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/coherency_line_size -[02Jun2025 11:59:07.208] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/size -[02Jun2025 11:59:07.208] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/size -[02Jun2025 11:59:07.208] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/level -[02Jun2025 11:59:07.208] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/level -[02Jun2025 11:59:07.208] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/type -[02Jun2025 11:59:07.208] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/type -[02Jun2025 11:59:07.208] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/ways_of_associativity -[02Jun2025 11:59:07.208] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/ways_of_associativity -[02Jun2025 11:59:07.208] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/coherency_line_size -[02Jun2025 11:59:07.208] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/coherency_line_size -[02Jun2025 11:59:07.208] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/size -[02Jun2025 11:59:07.208] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/size -[02Jun2025 11:59:07.208] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/level -[02Jun2025 11:59:07.208] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/level -[02Jun2025 11:59:07.209] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/type -[02Jun2025 11:59:07.209] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/type -[02Jun2025 11:59:07.209] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/ways_of_associativity -[02Jun2025 11:59:07.209] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/ways_of_associativity -[02Jun2025 11:59:07.209] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/coherency_line_size -[02Jun2025 11:59:07.209] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/coherency_line_size -[02Jun2025 11:59:07.209] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/size -[02Jun2025 11:59:07.209] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/size -[02Jun2025 11:59:07.209] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/level -[02Jun2025 11:59:07.209] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/level -[02Jun2025 11:59:07.209] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/type -[02Jun2025 11:59:07.209] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/type -[02Jun2025 11:59:07.209] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/ways_of_associativity -[02Jun2025 11:59:07.209] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/ways_of_associativity -[02Jun2025 11:59:07.209] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/coherency_line_size -[02Jun2025 11:59:07.209] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/coherency_line_size -[02Jun2025 11:59:07.209] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/size -[02Jun2025 11:59:07.209] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/size -[02Jun2025 11:59:07.209] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/topology/core_id -[02Jun2025 11:59:07.210] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/topology/core_id -[02Jun2025 11:59:07.210] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/topology/physical_package_id -[02Jun2025 11:59:07.210] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/topology/physical_package_id -[02Jun2025 11:59:07.210] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cpu_capacity -[02Jun2025 11:59:07.210] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/level -[02Jun2025 11:59:07.210] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/level -[02Jun2025 11:59:07.210] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/type -[02Jun2025 11:59:07.210] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/type -[02Jun2025 11:59:07.210] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/ways_of_associativity -[02Jun2025 11:59:07.210] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/ways_of_associativity -[02Jun2025 11:59:07.210] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/coherency_line_size -[02Jun2025 11:59:07.210] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/coherency_line_size -[02Jun2025 11:59:07.210] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/size -[02Jun2025 11:59:07.210] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/size -[02Jun2025 11:59:07.210] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/level -[02Jun2025 11:59:07.210] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/level -[02Jun2025 11:59:07.210] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/type -[02Jun2025 11:59:07.210] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/type -[02Jun2025 11:59:07.210] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/ways_of_associativity -[02Jun2025 11:59:07.210] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/ways_of_associativity -[02Jun2025 11:59:07.210] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/coherency_line_size -[02Jun2025 11:59:07.210] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/coherency_line_size -[02Jun2025 11:59:07.210] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/size -[02Jun2025 11:59:07.210] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/size -[02Jun2025 11:59:07.211] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/level -[02Jun2025 11:59:07.211] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/level -[02Jun2025 11:59:07.211] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/type -[02Jun2025 11:59:07.211] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/type -[02Jun2025 11:59:07.211] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/ways_of_associativity -[02Jun2025 11:59:07.211] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/ways_of_associativity -[02Jun2025 11:59:07.211] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/coherency_line_size -[02Jun2025 11:59:07.211] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/coherency_line_size -[02Jun2025 11:59:07.211] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/size -[02Jun2025 11:59:07.211] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/size -[02Jun2025 11:59:07.211] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/level -[02Jun2025 11:59:07.211] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/level -[02Jun2025 11:59:07.211] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/type -[02Jun2025 11:59:07.211] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/type -[02Jun2025 11:59:07.211] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/ways_of_associativity -[02Jun2025 11:59:07.211] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/ways_of_associativity -[02Jun2025 11:59:07.211] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/coherency_line_size -[02Jun2025 11:59:07.211] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/coherency_line_size -[02Jun2025 11:59:07.211] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/size -[02Jun2025 11:59:07.211] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/size -[02Jun2025 11:59:07.212] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/topology/core_id -[02Jun2025 11:59:07.212] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/topology/core_id -[02Jun2025 11:59:07.212] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/topology/physical_package_id -[02Jun2025 11:59:07.212] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/topology/physical_package_id -[02Jun2025 11:59:07.212] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cpu_capacity -[02Jun2025 11:59:07.212] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/level -[02Jun2025 11:59:07.212] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/level -[02Jun2025 11:59:07.212] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/type -[02Jun2025 11:59:07.212] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/type -[02Jun2025 11:59:07.212] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/ways_of_associativity -[02Jun2025 11:59:07.212] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/ways_of_associativity -[02Jun2025 11:59:07.212] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/coherency_line_size -[02Jun2025 11:59:07.212] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/coherency_line_size -[02Jun2025 11:59:07.212] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/size -[02Jun2025 11:59:07.212] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/size -[02Jun2025 11:59:07.212] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/level -[02Jun2025 11:59:07.212] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/level -[02Jun2025 11:59:07.212] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/type -[02Jun2025 11:59:07.212] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/type -[02Jun2025 11:59:07.212] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/ways_of_associativity -[02Jun2025 11:59:07.212] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/ways_of_associativity -[02Jun2025 11:59:07.212] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/coherency_line_size -[02Jun2025 11:59:07.212] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/coherency_line_size -[02Jun2025 11:59:07.212] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/size -[02Jun2025 11:59:07.212] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/size -[02Jun2025 11:59:07.212] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/level -[02Jun2025 11:59:07.212] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/level -[02Jun2025 11:59:07.212] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/type -[02Jun2025 11:59:07.212] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/type -[02Jun2025 11:59:07.213] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/ways_of_associativity -[02Jun2025 11:59:07.213] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/ways_of_associativity -[02Jun2025 11:59:07.213] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/coherency_line_size -[02Jun2025 11:59:07.213] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/coherency_line_size -[02Jun2025 11:59:07.213] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/size -[02Jun2025 11:59:07.213] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/size -[02Jun2025 11:59:07.213] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/level -[02Jun2025 11:59:07.213] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/level -[02Jun2025 11:59:07.213] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/type -[02Jun2025 11:59:07.213] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/type -[02Jun2025 11:59:07.213] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/ways_of_associativity -[02Jun2025 11:59:07.213] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/ways_of_associativity -[02Jun2025 11:59:07.213] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/coherency_line_size -[02Jun2025 11:59:07.213] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/coherency_line_size -[02Jun2025 11:59:07.213] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/size -[02Jun2025 11:59:07.213] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/size -[02Jun2025 11:59:07.213] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/topology/core_id -[02Jun2025 11:59:07.213] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/topology/core_id -[02Jun2025 11:59:07.213] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/topology/physical_package_id -[02Jun2025 11:59:07.213] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/topology/physical_package_id -[02Jun2025 11:59:07.213] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cpu_capacity -[02Jun2025 11:59:07.213] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/level -[02Jun2025 11:59:07.213] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/level -[02Jun2025 11:59:07.213] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/type -[02Jun2025 11:59:07.213] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/type -[02Jun2025 11:59:07.213] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/ways_of_associativity -[02Jun2025 11:59:07.214] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/ways_of_associativity -[02Jun2025 11:59:07.214] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/coherency_line_size -[02Jun2025 11:59:07.214] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/coherency_line_size -[02Jun2025 11:59:07.214] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/size -[02Jun2025 11:59:07.214] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/size -[02Jun2025 11:59:07.214] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/level -[02Jun2025 11:59:07.214] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/level -[02Jun2025 11:59:07.214] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/type -[02Jun2025 11:59:07.214] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/type -[02Jun2025 11:59:07.214] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/ways_of_associativity -[02Jun2025 11:59:07.214] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/ways_of_associativity -[02Jun2025 11:59:07.214] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/coherency_line_size -[02Jun2025 11:59:07.214] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/coherency_line_size -[02Jun2025 11:59:07.214] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/size -[02Jun2025 11:59:07.214] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/size -[02Jun2025 11:59:07.214] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/level -[02Jun2025 11:59:07.214] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/level -[02Jun2025 11:59:07.214] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/type -[02Jun2025 11:59:07.214] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/type -[02Jun2025 11:59:07.214] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/ways_of_associativity -[02Jun2025 11:59:07.214] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/ways_of_associativity -[02Jun2025 11:59:07.214] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/coherency_line_size -[02Jun2025 11:59:07.214] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/coherency_line_size -[02Jun2025 11:59:07.214] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/size -[02Jun2025 11:59:07.214] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/size -[02Jun2025 11:59:07.214] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/level -[02Jun2025 11:59:07.214] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/level -[02Jun2025 11:59:07.214] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/type -[02Jun2025 11:59:07.214] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/type -[02Jun2025 11:59:07.214] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/ways_of_associativity -[02Jun2025 11:59:07.214] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/ways_of_associativity -[02Jun2025 11:59:07.214] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/coherency_line_size -[02Jun2025 11:59:07.214] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/coherency_line_size -[02Jun2025 11:59:07.214] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/size -[02Jun2025 11:59:07.214] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/size -[02Jun2025 11:59:07.215] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/topology/core_id -[02Jun2025 11:59:07.215] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/topology/core_id -[02Jun2025 11:59:07.215] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/topology/physical_package_id -[02Jun2025 11:59:07.215] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/topology/physical_package_id -[02Jun2025 11:59:07.215] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cpu_capacity -[02Jun2025 11:59:07.215] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/level -[02Jun2025 11:59:07.215] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/level -[02Jun2025 11:59:07.215] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/type -[02Jun2025 11:59:07.215] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/type -[02Jun2025 11:59:07.215] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/ways_of_associativity -[02Jun2025 11:59:07.215] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/ways_of_associativity -[02Jun2025 11:59:07.215] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/coherency_line_size -[02Jun2025 11:59:07.215] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/coherency_line_size -[02Jun2025 11:59:07.215] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/size -[02Jun2025 11:59:07.215] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/size -[02Jun2025 11:59:07.215] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/level -[02Jun2025 11:59:07.215] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/level -[02Jun2025 11:59:07.215] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/type -[02Jun2025 11:59:07.215] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/type -[02Jun2025 11:59:07.215] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/ways_of_associativity -[02Jun2025 11:59:07.215] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/ways_of_associativity -[02Jun2025 11:59:07.215] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/coherency_line_size -[02Jun2025 11:59:07.215] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/coherency_line_size -[02Jun2025 11:59:07.215] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/size -[02Jun2025 11:59:07.215] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/size -[02Jun2025 11:59:07.215] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/level -[02Jun2025 11:59:07.215] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/level -[02Jun2025 11:59:07.215] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/type -[02Jun2025 11:59:07.216] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/type -[02Jun2025 11:59:07.216] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/ways_of_associativity -[02Jun2025 11:59:07.216] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/ways_of_associativity -[02Jun2025 11:59:07.216] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/coherency_line_size -[02Jun2025 11:59:07.216] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/coherency_line_size -[02Jun2025 11:59:07.216] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/size -[02Jun2025 11:59:07.216] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/size -[02Jun2025 11:59:07.216] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/level -[02Jun2025 11:59:07.216] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/level -[02Jun2025 11:59:07.216] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/type -[02Jun2025 11:59:07.216] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/type -[02Jun2025 11:59:07.216] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/ways_of_associativity -[02Jun2025 11:59:07.216] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/ways_of_associativity -[02Jun2025 11:59:07.216] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/coherency_line_size -[02Jun2025 11:59:07.216] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/coherency_line_size -[02Jun2025 11:59:07.216] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/size -[02Jun2025 11:59:07.216] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/size -[02Jun2025 11:59:07.217] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/topology/core_id -[02Jun2025 11:59:07.217] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/topology/core_id -[02Jun2025 11:59:07.217] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/topology/physical_package_id -[02Jun2025 11:59:07.217] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/topology/physical_package_id -[02Jun2025 11:59:07.217] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cpu_capacity -[02Jun2025 11:59:07.217] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/level -[02Jun2025 11:59:07.217] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/level -[02Jun2025 11:59:07.217] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/type -[02Jun2025 11:59:07.217] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/type -[02Jun2025 11:59:07.217] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/ways_of_associativity -[02Jun2025 11:59:07.217] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/ways_of_associativity -[02Jun2025 11:59:07.217] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/coherency_line_size -[02Jun2025 11:59:07.217] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/coherency_line_size -[02Jun2025 11:59:07.217] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/size -[02Jun2025 11:59:07.217] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/size -[02Jun2025 11:59:07.218] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/level -[02Jun2025 11:59:07.218] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/level -[02Jun2025 11:59:07.218] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/type -[02Jun2025 11:59:07.218] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/type -[02Jun2025 11:59:07.218] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/ways_of_associativity -[02Jun2025 11:59:07.218] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/ways_of_associativity -[02Jun2025 11:59:07.218] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/coherency_line_size -[02Jun2025 11:59:07.218] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/coherency_line_size -[02Jun2025 11:59:07.218] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/size -[02Jun2025 11:59:07.218] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/size -[02Jun2025 11:59:07.218] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/level -[02Jun2025 11:59:07.218] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/level -[02Jun2025 11:59:07.218] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/type -[02Jun2025 11:59:07.218] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/type -[02Jun2025 11:59:07.218] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/ways_of_associativity -[02Jun2025 11:59:07.218] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/ways_of_associativity -[02Jun2025 11:59:07.218] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/coherency_line_size -[02Jun2025 11:59:07.218] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/coherency_line_size -[02Jun2025 11:59:07.219] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/size -[02Jun2025 11:59:07.219] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/size -[02Jun2025 11:59:07.219] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/level -[02Jun2025 11:59:07.219] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/level -[02Jun2025 11:59:07.219] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/type -[02Jun2025 11:59:07.219] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/type -[02Jun2025 11:59:07.219] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/ways_of_associativity -[02Jun2025 11:59:07.219] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/ways_of_associativity -[02Jun2025 11:59:07.219] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/coherency_line_size -[02Jun2025 11:59:07.219] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/coherency_line_size -[02Jun2025 11:59:07.219] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/size -[02Jun2025 11:59:07.219] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/size -[02Jun2025 11:59:07.219] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/topology/core_id -[02Jun2025 11:59:07.219] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/topology/core_id -[02Jun2025 11:59:07.220] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/topology/physical_package_id -[02Jun2025 11:59:07.220] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/topology/physical_package_id -[02Jun2025 11:59:07.220] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cpu_capacity -[02Jun2025 11:59:07.220] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/level -[02Jun2025 11:59:07.220] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/level -[02Jun2025 11:59:07.220] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/type -[02Jun2025 11:59:07.220] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/type -[02Jun2025 11:59:07.220] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/ways_of_associativity -[02Jun2025 11:59:07.220] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/ways_of_associativity -[02Jun2025 11:59:07.220] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/coherency_line_size -[02Jun2025 11:59:07.220] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/coherency_line_size -[02Jun2025 11:59:07.220] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/size -[02Jun2025 11:59:07.220] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/size -[02Jun2025 11:59:07.220] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/level -[02Jun2025 11:59:07.220] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/level -[02Jun2025 11:59:07.220] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/type -[02Jun2025 11:59:07.220] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/type -[02Jun2025 11:59:07.220] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/ways_of_associativity -[02Jun2025 11:59:07.220] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/ways_of_associativity -[02Jun2025 11:59:07.220] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/coherency_line_size -[02Jun2025 11:59:07.220] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/coherency_line_size -[02Jun2025 11:59:07.220] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/size -[02Jun2025 11:59:07.220] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/size -[02Jun2025 11:59:07.221] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/level -[02Jun2025 11:59:07.221] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/level -[02Jun2025 11:59:07.221] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/type -[02Jun2025 11:59:07.221] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/type -[02Jun2025 11:59:07.221] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/ways_of_associativity -[02Jun2025 11:59:07.221] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/ways_of_associativity -[02Jun2025 11:59:07.230] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/coherency_line_size -[02Jun2025 11:59:07.230] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/coherency_line_size -[02Jun2025 11:59:07.231] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/size -[02Jun2025 11:59:07.231] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/size -[02Jun2025 11:59:07.231] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/level -[02Jun2025 11:59:07.231] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/level -[02Jun2025 11:59:07.231] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/type -[02Jun2025 11:59:07.231] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/type -[02Jun2025 11:59:07.231] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/ways_of_associativity -[02Jun2025 11:59:07.231] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/ways_of_associativity -[02Jun2025 11:59:07.231] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/coherency_line_size -[02Jun2025 11:59:07.231] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/coherency_line_size -[02Jun2025 11:59:07.232] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/size -[02Jun2025 11:59:07.232] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/size -[02Jun2025 11:59:07.232] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/topology/core_id -[02Jun2025 11:59:07.232] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/topology/core_id -[02Jun2025 11:59:07.232] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/topology/physical_package_id -[02Jun2025 11:59:07.232] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/topology/physical_package_id -[02Jun2025 11:59:07.232] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cpu_capacity -[02Jun2025 11:59:07.232] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/level -[02Jun2025 11:59:07.232] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/level -[02Jun2025 11:59:07.233] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/type -[02Jun2025 11:59:07.233] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/type -[02Jun2025 11:59:07.233] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/ways_of_associativity -[02Jun2025 11:59:07.233] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/ways_of_associativity -[02Jun2025 11:59:07.233] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/coherency_line_size -[02Jun2025 11:59:07.233] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/coherency_line_size -[02Jun2025 11:59:07.233] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/size -[02Jun2025 11:59:07.233] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/size -[02Jun2025 11:59:07.233] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/level -[02Jun2025 11:59:07.233] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/level -[02Jun2025 11:59:07.233] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/type -[02Jun2025 11:59:07.233] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/type -[02Jun2025 11:59:07.233] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/ways_of_associativity -[02Jun2025 11:59:07.233] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/ways_of_associativity -[02Jun2025 11:59:07.233] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/coherency_line_size -[02Jun2025 11:59:07.233] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/coherency_line_size -[02Jun2025 11:59:07.233] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/size -[02Jun2025 11:59:07.233] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/size -[02Jun2025 11:59:07.233] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/level -[02Jun2025 11:59:07.233] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/level -[02Jun2025 11:59:07.234] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/type -[02Jun2025 11:59:07.234] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/type -[02Jun2025 11:59:07.234] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/ways_of_associativity -[02Jun2025 11:59:07.234] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/ways_of_associativity -[02Jun2025 11:59:07.234] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/coherency_line_size -[02Jun2025 11:59:07.234] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/coherency_line_size -[02Jun2025 11:59:07.234] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/size -[02Jun2025 11:59:07.234] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/size -[02Jun2025 11:59:07.234] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/level -[02Jun2025 11:59:07.234] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/level -[02Jun2025 11:59:07.234] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/type -[02Jun2025 11:59:07.234] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/type -[02Jun2025 11:59:07.234] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/ways_of_associativity -[02Jun2025 11:59:07.234] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/ways_of_associativity -[02Jun2025 11:59:07.234] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/coherency_line_size -[02Jun2025 11:59:07.234] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/coherency_line_size -[02Jun2025 11:59:07.234] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/size -[02Jun2025 11:59:07.234] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/size -[02Jun2025 11:59:07.235] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/topology/core_id -[02Jun2025 11:59:07.235] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/topology/core_id -[02Jun2025 11:59:07.235] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/topology/physical_package_id -[02Jun2025 11:59:07.235] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/topology/physical_package_id -[02Jun2025 11:59:07.235] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cpu_capacity -[02Jun2025 11:59:07.235] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/level -[02Jun2025 11:59:07.235] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/level -[02Jun2025 11:59:07.235] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/type -[02Jun2025 11:59:07.235] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/type -[02Jun2025 11:59:07.235] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/ways_of_associativity -[02Jun2025 11:59:07.235] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/ways_of_associativity -[02Jun2025 11:59:07.235] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/coherency_line_size -[02Jun2025 11:59:07.236] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/coherency_line_size -[02Jun2025 11:59:07.236] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/size -[02Jun2025 11:59:07.236] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/size -[02Jun2025 11:59:07.236] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/level -[02Jun2025 11:59:07.236] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/level -[02Jun2025 11:59:07.236] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/type -[02Jun2025 11:59:07.236] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/type -[02Jun2025 11:59:07.236] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/ways_of_associativity -[02Jun2025 11:59:07.236] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/ways_of_associativity -[02Jun2025 11:59:07.236] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/coherency_line_size -[02Jun2025 11:59:07.236] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/coherency_line_size -[02Jun2025 11:59:07.236] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/size -[02Jun2025 11:59:07.236] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/size -[02Jun2025 11:59:07.236] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/level -[02Jun2025 11:59:07.236] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/level -[02Jun2025 11:59:07.236] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/type -[02Jun2025 11:59:07.236] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/type -[02Jun2025 11:59:07.236] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/ways_of_associativity -[02Jun2025 11:59:07.236] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/ways_of_associativity -[02Jun2025 11:59:07.236] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/coherency_line_size -[02Jun2025 11:59:07.236] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/coherency_line_size -[02Jun2025 11:59:07.236] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/size -[02Jun2025 11:59:07.236] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/size -[02Jun2025 11:59:07.237] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/level -[02Jun2025 11:59:07.237] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/level -[02Jun2025 11:59:07.237] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/type -[02Jun2025 11:59:07.237] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/type -[02Jun2025 11:59:07.237] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/ways_of_associativity -[02Jun2025 11:59:07.237] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/ways_of_associativity -[02Jun2025 11:59:07.237] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/coherency_line_size -[02Jun2025 11:59:07.237] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/coherency_line_size -[02Jun2025 11:59:07.237] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/size -[02Jun2025 11:59:07.237] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/size -[02Jun2025 11:59:07.237] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/topology/core_id -[02Jun2025 11:59:07.237] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/topology/core_id -[02Jun2025 11:59:07.237] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/topology/physical_package_id -[02Jun2025 11:59:07.237] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/topology/physical_package_id -[02Jun2025 11:59:07.237] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cpu_capacity -[02Jun2025 11:59:07.237] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/level -[02Jun2025 11:59:07.238] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/level -[02Jun2025 11:59:07.238] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/type -[02Jun2025 11:59:07.238] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/type -[02Jun2025 11:59:07.238] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/ways_of_associativity -[02Jun2025 11:59:07.238] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/ways_of_associativity -[02Jun2025 11:59:07.238] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/coherency_line_size -[02Jun2025 11:59:07.238] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/coherency_line_size -[02Jun2025 11:59:07.238] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/size -[02Jun2025 11:59:07.238] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/size -[02Jun2025 11:59:07.238] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/level -[02Jun2025 11:59:07.238] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/level -[02Jun2025 11:59:07.238] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/type -[02Jun2025 11:59:07.238] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/type -[02Jun2025 11:59:07.238] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/ways_of_associativity -[02Jun2025 11:59:07.238] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/ways_of_associativity -[02Jun2025 11:59:07.238] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/coherency_line_size -[02Jun2025 11:59:07.238] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/coherency_line_size -[02Jun2025 11:59:07.238] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/size -[02Jun2025 11:59:07.238] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/size -[02Jun2025 11:59:07.238] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/level -[02Jun2025 11:59:07.238] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/level -[02Jun2025 11:59:07.238] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/type -[02Jun2025 11:59:07.238] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/type -[02Jun2025 11:59:07.238] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/ways_of_associativity -[02Jun2025 11:59:07.238] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/ways_of_associativity -[02Jun2025 11:59:07.238] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/coherency_line_size -[02Jun2025 11:59:07.238] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/coherency_line_size -[02Jun2025 11:59:07.239] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/size -[02Jun2025 11:59:07.239] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/size -[02Jun2025 11:59:07.239] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/level -[02Jun2025 11:59:07.239] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/level -[02Jun2025 11:59:07.239] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/type -[02Jun2025 11:59:07.239] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/type -[02Jun2025 11:59:07.239] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/ways_of_associativity -[02Jun2025 11:59:07.239] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/ways_of_associativity -[02Jun2025 11:59:07.239] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/coherency_line_size -[02Jun2025 11:59:07.239] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/coherency_line_size -[02Jun2025 11:59:07.239] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/size -[02Jun2025 11:59:07.239] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/size -[02Jun2025 11:59:07.239] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/topology/core_id -[02Jun2025 11:59:07.239] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/topology/core_id -[02Jun2025 11:59:07.239] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/topology/physical_package_id -[02Jun2025 11:59:07.239] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/topology/physical_package_id -[02Jun2025 11:59:07.239] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cpu_capacity -[02Jun2025 11:59:07.239] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/level -[02Jun2025 11:59:07.239] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/level -[02Jun2025 11:59:07.239] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/type -[02Jun2025 11:59:07.239] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/type -[02Jun2025 11:59:07.239] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/ways_of_associativity -[02Jun2025 11:59:07.239] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/ways_of_associativity -[02Jun2025 11:59:07.239] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/coherency_line_size -[02Jun2025 11:59:07.239] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/coherency_line_size -[02Jun2025 11:59:07.240] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/size -[02Jun2025 11:59:07.240] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/size -[02Jun2025 11:59:07.240] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/level -[02Jun2025 11:59:07.240] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/level -[02Jun2025 11:59:07.240] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/type -[02Jun2025 11:59:07.240] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/type -[02Jun2025 11:59:07.240] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/ways_of_associativity -[02Jun2025 11:59:07.240] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/ways_of_associativity -[02Jun2025 11:59:07.240] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/coherency_line_size -[02Jun2025 11:59:07.240] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/coherency_line_size -[02Jun2025 11:59:07.240] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/size -[02Jun2025 11:59:07.240] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/size -[02Jun2025 11:59:07.240] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/level -[02Jun2025 11:59:07.240] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/level -[02Jun2025 11:59:07.240] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/type -[02Jun2025 11:59:07.240] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/type -[02Jun2025 11:59:07.240] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/ways_of_associativity -[02Jun2025 11:59:07.240] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/ways_of_associativity -[02Jun2025 11:59:07.240] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/coherency_line_size -[02Jun2025 11:59:07.240] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/coherency_line_size -[02Jun2025 11:59:07.240] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/size -[02Jun2025 11:59:07.240] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/size -[02Jun2025 11:59:07.240] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/level -[02Jun2025 11:59:07.240] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/level -[02Jun2025 11:59:07.240] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/type -[02Jun2025 11:59:07.241] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/type -[02Jun2025 11:59:07.241] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/ways_of_associativity -[02Jun2025 11:59:07.241] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/ways_of_associativity -[02Jun2025 11:59:07.241] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/coherency_line_size -[02Jun2025 11:59:07.241] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/coherency_line_size -[02Jun2025 11:59:07.241] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/size -[02Jun2025 11:59:07.241] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/size -[02Jun2025 11:59:07.241] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/topology/core_id -[02Jun2025 11:59:07.241] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/topology/core_id -[02Jun2025 11:59:07.241] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/topology/physical_package_id -[02Jun2025 11:59:07.241] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/topology/physical_package_id -[02Jun2025 11:59:07.241] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cpu_capacity -[02Jun2025 11:59:07.241] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/level -[02Jun2025 11:59:07.241] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/level -[02Jun2025 11:59:07.241] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/type -[02Jun2025 11:59:07.241] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/type -[02Jun2025 11:59:07.241] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/ways_of_associativity -[02Jun2025 11:59:07.242] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/ways_of_associativity -[02Jun2025 11:59:07.242] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/coherency_line_size -[02Jun2025 11:59:07.242] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/coherency_line_size -[02Jun2025 11:59:07.242] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/size -[02Jun2025 11:59:07.242] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/size -[02Jun2025 11:59:07.242] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/level -[02Jun2025 11:59:07.242] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/level -[02Jun2025 11:59:07.242] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/type -[02Jun2025 11:59:07.242] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/type -[02Jun2025 11:59:07.242] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/ways_of_associativity -[02Jun2025 11:59:07.242] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/ways_of_associativity -[02Jun2025 11:59:07.242] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/coherency_line_size -[02Jun2025 11:59:07.242] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/coherency_line_size -[02Jun2025 11:59:07.242] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/size -[02Jun2025 11:59:07.242] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/size -[02Jun2025 11:59:07.242] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/level -[02Jun2025 11:59:07.242] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/level -[02Jun2025 11:59:07.242] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/type -[02Jun2025 11:59:07.242] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/type -[02Jun2025 11:59:07.242] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/ways_of_associativity -[02Jun2025 11:59:07.242] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/ways_of_associativity -[02Jun2025 11:59:07.242] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/coherency_line_size -[02Jun2025 11:59:07.242] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/coherency_line_size -[02Jun2025 11:59:07.242] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/size -[02Jun2025 11:59:07.242] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/size -[02Jun2025 11:59:07.242] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/level -[02Jun2025 11:59:07.242] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/level -[02Jun2025 11:59:07.242] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/type -[02Jun2025 11:59:07.242] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/type -[02Jun2025 11:59:07.242] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/ways_of_associativity -[02Jun2025 11:59:07.242] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/ways_of_associativity -[02Jun2025 11:59:07.243] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/coherency_line_size -[02Jun2025 11:59:07.243] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/coherency_line_size -[02Jun2025 11:59:07.243] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/size -[02Jun2025 11:59:07.243] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/size -[02Jun2025 11:59:07.243] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/topology/core_id -[02Jun2025 11:59:07.243] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/topology/core_id -[02Jun2025 11:59:07.243] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/topology/physical_package_id -[02Jun2025 11:59:07.243] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/topology/physical_package_id -[02Jun2025 11:59:07.243] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cpu_capacity -[02Jun2025 11:59:07.243] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/level -[02Jun2025 11:59:07.243] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/level -[02Jun2025 11:59:07.243] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/type -[02Jun2025 11:59:07.243] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/type -[02Jun2025 11:59:07.243] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/ways_of_associativity -[02Jun2025 11:59:07.243] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/ways_of_associativity -[02Jun2025 11:59:07.243] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/coherency_line_size -[02Jun2025 11:59:07.243] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/coherency_line_size -[02Jun2025 11:59:07.243] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/size -[02Jun2025 11:59:07.243] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/size -[02Jun2025 11:59:07.243] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/level -[02Jun2025 11:59:07.244] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/level -[02Jun2025 11:59:07.244] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/type -[02Jun2025 11:59:07.244] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/type -[02Jun2025 11:59:07.244] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/ways_of_associativity -[02Jun2025 11:59:07.244] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/ways_of_associativity -[02Jun2025 11:59:07.244] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/coherency_line_size -[02Jun2025 11:59:07.244] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/coherency_line_size -[02Jun2025 11:59:07.244] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/size -[02Jun2025 11:59:07.244] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/size -[02Jun2025 11:59:07.244] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/level -[02Jun2025 11:59:07.244] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/level -[02Jun2025 11:59:07.244] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/type -[02Jun2025 11:59:07.244] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/type -[02Jun2025 11:59:07.244] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/ways_of_associativity -[02Jun2025 11:59:07.244] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/ways_of_associativity -[02Jun2025 11:59:07.244] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/coherency_line_size -[02Jun2025 11:59:07.244] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/coherency_line_size -[02Jun2025 11:59:07.244] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/size -[02Jun2025 11:59:07.244] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/size -[02Jun2025 11:59:07.244] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/level -[02Jun2025 11:59:07.244] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/level -[02Jun2025 11:59:07.244] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/type -[02Jun2025 11:59:07.244] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/type -[02Jun2025 11:59:07.244] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/ways_of_associativity -[02Jun2025 11:59:07.244] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/ways_of_associativity -[02Jun2025 11:59:07.244] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/coherency_line_size -[02Jun2025 11:59:07.245] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/coherency_line_size -[02Jun2025 11:59:07.245] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/size -[02Jun2025 11:59:07.245] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/size -[02Jun2025 11:59:07.246] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /proc/cpuinfo -[02Jun2025 11:59:07.291] [Datafixer Bootstrap/INFO] [com.mojang.datafixers.DataFixerBuilder/]: 229 Datafixer optimizations took 154 milliseconds +[02Jun2025 15:29:06.711] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file neoforge-21.1.92.jar with {minecraft} mods - versions {1.21.1} +[02Jun2025 15:29:06.713] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/cow/cawezs_mantle_to_stratus/build/moddev/artifacts/neoforge-21.1.92.jar with languages [LanguageSpec[languageName=minecraft, acceptedVersions=1]] +[02Jun2025 15:29:06.714] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/cow/cawezs_mantle_to_stratus/build/classes/java/main +[02Jun2025 15:29:06.715] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file main with {cawezs_mantle_to_stratus} mods - versions {2.0.0} +[02Jun2025 15:29:06.715] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/cow/cawezs_mantle_to_stratus/build/classes/java/main with languages [LanguageSpec[languageName=javafml, acceptedVersions=[4,)]] +[02Jun2025 15:29:06.715] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate /home/cow/cawezs_mantle_to_stratus/build/moddev/artifacts/neoforge-21.1.92.jar +[02Jun2025 15:29:06.716] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file neoforge-21.1.92.jar with {neoforge} mods - versions {21.1.92} +[02Jun2025 15:29:06.716] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file /home/cow/cawezs_mantle_to_stratus/build/moddev/artifacts/neoforge-21.1.92.jar with languages [LanguageSpec[languageName=javafml, acceptedVersions=[3,]]] +[02Jun2025 15:29:06.717] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Found mixin config neoforge.mixins.json +[02Jun2025 15:29:06.717] [main/DEBUG] [net.neoforged.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file with languages [] +[02Jun2025 15:29:06.718] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: End scan trigger - transformation service fml +[02Jun2025 15:29:06.725] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: Found 3 implementations of IModLanguageLoader: +[02Jun2025 15:29:06.726] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: net.neoforged.fml.javafmlmod.FMLJavaModLanguageProvider from loader-4.0.34.jar +[02Jun2025 15:29:06.726] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: net.neoforged.fml.lowcodemod.LowCodeModLanguageProvider from loader-4.0.34.jar +[02Jun2025 15:29:06.726] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: net.neoforged.fml.mclanguageprovider.MinecraftModLanguageProvider from loader-4.0.34.jar +[02Jun2025 15:29:06.726] [main/DEBUG] [net.neoforged.fml.loading.LanguageProviderLoader/CORE]: Found language provider javafml, version 4.0.34 +[02Jun2025 15:29:06.727] [main/DEBUG] [net.neoforged.fml.loading.LanguageProviderLoader/CORE]: Found language provider lowcodefml, version 4.0.34 +[02Jun2025 15:29:06.727] [main/DEBUG] [net.neoforged.fml.loading.LanguageProviderLoader/CORE]: Found language provider minecraft, version 4.0.34 +[02Jun2025 15:29:06.730] [main/DEBUG] [net.neoforged.fml.loading.ModSorter/]: Configured system mods: [minecraft, neoforge] +[02Jun2025 15:29:06.730] [main/DEBUG] [net.neoforged.fml.loading.ModSorter/]: Found system mod: minecraft +[02Jun2025 15:29:06.730] [main/DEBUG] [net.neoforged.fml.loading.ModSorter/]: Found system mod: neoforge +[02Jun2025 15:29:06.731] [main/DEBUG] [net.neoforged.fml.loading.ModSorter/LOADING]: Found 2 mod requirements (2 mandatory, 0 optional) +[02Jun2025 15:29:06.731] [main/DEBUG] [net.neoforged.fml.loading.ModSorter/LOADING]: Found 0 mod requirements missing (0 mandatory, 0 optional) +[02Jun2025 15:29:06.818] [main/DEBUG] [mixin/]: Adding mixin platform agents for container net.neoforged.fml.loading.mixin.FMLMixinContainerHandle@6fd77352 +[02Jun2025 15:29:06.818] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for net.neoforged.fml.loading.mixin.FMLMixinContainerHandle@6fd77352 +[02Jun2025 15:29:06.818] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container net.neoforged.fml.loading.mixin.FMLMixinContainerHandle@6fd77352 +[02Jun2025 15:29:06.818] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for net.neoforged.fml.loading.mixin.FMLMixinContainerHandle@6fd77352 +[02Jun2025 15:29:06.818] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container net.neoforged.fml.loading.mixin.FMLMixinContainerHandle@6fd77352 +[02Jun2025 15:29:06.818] [main/DEBUG] [mixin/]: Instancing new FMLMixinPlatformAgent for net.neoforged.fml.loading.mixin.FMLMixinContainerHandle@6fd77352 +[02Jun2025 15:29:06.818] [main/DEBUG] [mixin/]: FMLMixinPlatformAgent accepted container net.neoforged.fml.loading.mixin.FMLMixinContainerHandle@6fd77352 +[02Jun2025 15:29:06.823] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Transformation services loading transformers +[02Jun2025 15:29:06.824] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initializing transformers for transformation service mixin +[02Jun2025 15:29:06.824] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initialized transformers for transformation service mixin +[02Jun2025 15:29:06.824] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initializing transformers for transformation service fml +[02Jun2025 15:29:06.824] [main/DEBUG] [net.neoforged.fml.loading.FMLServiceProvider/LOADING]: Loading coremod transformers +[02Jun2025 15:29:06.824] [main/DEBUG] [net.neoforged.fml.loading.FMLServiceProvider/CORE]: Not loading coremod script-engine since no mod requested it +[02Jun2025 15:29:06.825] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: Found 1 implementations of ICoreMod: +[02Jun2025 15:29:06.826] [main/DEBUG] [net.neoforged.fml.util.ServiceLoaderUtil/CORE]: net.neoforged.neoforge.coremods.NeoForgeCoreMod from neoforge-21.1.92.jar > neoforge-coremods-21.1.92.jar +[02Jun2025 15:29:06.833] [main/DEBUG] [net.neoforged.fml.loading.FMLServiceProvider/CORE]: Adding [Target[className=net.minecraft.world.level.biome.Biome, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@4c398c80]] transformer from core-mod net.neoforged.neoforge.coremods.NeoForgeCoreMod@3900fa71 in neoforge-21.1.92.jar > neoforge-coremods-21.1.92.jar +[02Jun2025 15:29:06.833] [main/DEBUG] [net.neoforged.fml.loading.FMLServiceProvider/CORE]: Adding [Target[className=net.minecraft.world.level.levelgen.structure.Structure, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@4c398c80]] transformer from core-mod net.neoforged.neoforge.coremods.NeoForgeCoreMod@3900fa71 in neoforge-21.1.92.jar > neoforge-coremods-21.1.92.jar +[02Jun2025 15:29:06.833] [main/DEBUG] [net.neoforged.fml.loading.FMLServiceProvider/CORE]: Adding [Target[className=net.minecraft.world.level.block.FlowerPotBlock, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@4c398c80]] transformer from core-mod net.neoforged.neoforge.coremods.NeoForgeCoreMod@3900fa71 in neoforge-21.1.92.jar > neoforge-coremods-21.1.92.jar +[02Jun2025 15:29:06.834] [main/DEBUG] [net.neoforged.fml.loading.FMLServiceProvider/CORE]: Adding [Target[className=net/minecraft/server/commands/RaidCommand, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@4c398c80], Target[className=net/minecraft/world/level/levelgen/PatrolSpawner, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@4c398c80], Target[className=net/minecraft/world/entity/monster/ZombieVillager, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@4c398c80], Target[className=net/minecraft/world/level/levelgen/structure/structures/OceanMonumentPieces$OceanMonumentPiece, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@4c398c80], Target[className=net/minecraft/world/entity/monster/Evoker$EvokerSummonSpellGoal, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@4c398c80], Target[className=net/minecraft/world/level/levelgen/structure/templatesystem/StructureTemplate, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@4c398c80], Target[className=net/minecraft/world/entity/animal/frog/Tadpole, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@4c398c80], Target[className=net/minecraft/world/level/levelgen/structure/structures/OceanRuinPieces$OceanRuinPiece, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@4c398c80], Target[className=net/minecraft/world/entity/npc/Villager, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@4c398c80], Target[className=net/minecraft/world/level/levelgen/structure/structures/SwampHutPiece, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@4c398c80], Target[className=net/minecraft/world/entity/npc/CatSpawner, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@4c398c80], Target[className=net/minecraft/world/level/levelgen/PhantomSpawner, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@4c398c80], Target[className=net/minecraft/world/level/levelgen/structure/structures/WoodlandMansionPieces$WoodlandMansionPiece, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@4c398c80], Target[className=net/minecraft/server/commands/SummonCommand, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@4c398c80], Target[className=net/minecraft/world/entity/ai/village/VillageSiege, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@4c398c80], Target[className=net/minecraft/world/entity/monster/Strider, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@4c398c80], Target[className=net/minecraft/world/entity/raid/Raid, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@4c398c80], Target[className=net/minecraft/world/entity/EntityType, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@4c398c80], Target[className=net/minecraft/world/entity/animal/horse/SkeletonTrapGoal, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@4c398c80], Target[className=net/minecraft/world/entity/monster/Spider, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@4c398c80], Target[className=net/minecraft/world/entity/monster/Zombie, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@4c398c80], Target[className=net/minecraft/world/level/NaturalSpawner, elementName=, elementDescriptor=, targetType=cpw.mods.modlauncher.api.TargetType@4c398c80]] transformer from core-mod net.neoforged.neoforge.coremods.NeoForgeCoreMod@3900fa71 in neoforge-21.1.92.jar > neoforge-coremods-21.1.92.jar +[02Jun2025 15:29:06.836] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.ReplaceFieldWithGetterAccess@8ff5094 to Target : cpw.mods.modlauncher.api.TargetType@4c398c80 {Lnet/minecraft/world/level/biome/Biome;} {} {V} +[02Jun2025 15:29:06.837] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.ReplaceFieldWithGetterAccess@3cae7b8b to Target : cpw.mods.modlauncher.api.TargetType@4c398c80 {Lnet/minecraft/world/level/levelgen/structure/Structure;} {} {V} +[02Jun2025 15:29:06.838] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.ReplaceFieldWithGetterAccess@184dbacc to Target : cpw.mods.modlauncher.api.TargetType@4c398c80 {Lnet/minecraft/world/level/block/FlowerPotBlock;} {} {V} +[02Jun2025 15:29:06.838] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@2aeefcc to Target : cpw.mods.modlauncher.api.TargetType@4c398c80 {Lnet/minecraft/server/commands/RaidCommand;} {} {V} +[02Jun2025 15:29:06.838] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@2aeefcc to Target : cpw.mods.modlauncher.api.TargetType@4c398c80 {Lnet/minecraft/world/level/levelgen/PatrolSpawner;} {} {V} +[02Jun2025 15:29:06.838] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@2aeefcc to Target : cpw.mods.modlauncher.api.TargetType@4c398c80 {Lnet/minecraft/world/entity/monster/ZombieVillager;} {} {V} +[02Jun2025 15:29:06.838] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@2aeefcc to Target : cpw.mods.modlauncher.api.TargetType@4c398c80 {Lnet/minecraft/world/level/levelgen/structure/structures/OceanMonumentPieces$OceanMonumentPiece;} {} {V} +[02Jun2025 15:29:06.838] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@2aeefcc to Target : cpw.mods.modlauncher.api.TargetType@4c398c80 {Lnet/minecraft/world/entity/monster/Evoker$EvokerSummonSpellGoal;} {} {V} +[02Jun2025 15:29:06.838] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@2aeefcc to Target : cpw.mods.modlauncher.api.TargetType@4c398c80 {Lnet/minecraft/world/level/levelgen/structure/templatesystem/StructureTemplate;} {} {V} +[02Jun2025 15:29:06.839] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@2aeefcc to Target : cpw.mods.modlauncher.api.TargetType@4c398c80 {Lnet/minecraft/world/entity/animal/frog/Tadpole;} {} {V} +[02Jun2025 15:29:06.839] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@2aeefcc to Target : cpw.mods.modlauncher.api.TargetType@4c398c80 {Lnet/minecraft/world/level/levelgen/structure/structures/OceanRuinPieces$OceanRuinPiece;} {} {V} +[02Jun2025 15:29:06.839] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@2aeefcc to Target : cpw.mods.modlauncher.api.TargetType@4c398c80 {Lnet/minecraft/world/entity/npc/Villager;} {} {V} +[02Jun2025 15:29:06.839] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@2aeefcc to Target : cpw.mods.modlauncher.api.TargetType@4c398c80 {Lnet/minecraft/world/level/levelgen/structure/structures/SwampHutPiece;} {} {V} +[02Jun2025 15:29:06.839] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@2aeefcc to Target : cpw.mods.modlauncher.api.TargetType@4c398c80 {Lnet/minecraft/world/entity/npc/CatSpawner;} {} {V} +[02Jun2025 15:29:06.839] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@2aeefcc to Target : cpw.mods.modlauncher.api.TargetType@4c398c80 {Lnet/minecraft/world/level/levelgen/PhantomSpawner;} {} {V} +[02Jun2025 15:29:06.839] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@2aeefcc to Target : cpw.mods.modlauncher.api.TargetType@4c398c80 {Lnet/minecraft/world/level/levelgen/structure/structures/WoodlandMansionPieces$WoodlandMansionPiece;} {} {V} +[02Jun2025 15:29:06.840] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@2aeefcc to Target : cpw.mods.modlauncher.api.TargetType@4c398c80 {Lnet/minecraft/server/commands/SummonCommand;} {} {V} +[02Jun2025 15:29:06.840] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@2aeefcc to Target : cpw.mods.modlauncher.api.TargetType@4c398c80 {Lnet/minecraft/world/entity/ai/village/VillageSiege;} {} {V} +[02Jun2025 15:29:06.840] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@2aeefcc to Target : cpw.mods.modlauncher.api.TargetType@4c398c80 {Lnet/minecraft/world/entity/monster/Strider;} {} {V} +[02Jun2025 15:29:06.840] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@2aeefcc to Target : cpw.mods.modlauncher.api.TargetType@4c398c80 {Lnet/minecraft/world/entity/raid/Raid;} {} {V} +[02Jun2025 15:29:06.840] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@2aeefcc to Target : cpw.mods.modlauncher.api.TargetType@4c398c80 {Lnet/minecraft/world/entity/EntityType;} {} {V} +[02Jun2025 15:29:06.840] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@2aeefcc to Target : cpw.mods.modlauncher.api.TargetType@4c398c80 {Lnet/minecraft/world/entity/animal/horse/SkeletonTrapGoal;} {} {V} +[02Jun2025 15:29:06.840] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@2aeefcc to Target : cpw.mods.modlauncher.api.TargetType@4c398c80 {Lnet/minecraft/world/entity/monster/Spider;} {} {V} +[02Jun2025 15:29:06.840] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@2aeefcc to Target : cpw.mods.modlauncher.api.TargetType@4c398c80 {Lnet/minecraft/world/entity/monster/Zombie;} {} {V} +[02Jun2025 15:29:06.844] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.neoforged.neoforge.coremods.MethodRedirector@2aeefcc to Target : cpw.mods.modlauncher.api.TargetType@4c398c80 {Lnet/minecraft/world/level/NaturalSpawner;} {} {V} +[02Jun2025 15:29:06.844] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initialized transformers for transformation service fml +[02Jun2025 15:29:07.120] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ModLauncher Root Container(ModLauncher:4f56a0a2)] +[02Jun2025 15:29:07.120] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:net.neoforged.fml.loading.mixin.FMLMixinContainerHandle@6fd77352] +[02Jun2025 15:29:07.121] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[FMLMixinPlatformAgent:null] +[02Jun2025 15:29:07.176] [main/DEBUG] [mixin/]: Processing launch tasks for PlatformAgent[MixinPlatformAgentDefault:ModLauncher Root Container(ModLauncher:4f56a0a2)] +[02Jun2025 15:29:07.177] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(mixin_synthetic) +[02Jun2025 15:29:07.177] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(mixin_synthetic) +[02Jun2025 15:29:07.177] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(mixin_synthetic) +[02Jun2025 15:29:07.177] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(mixin_synthetic) +[02Jun2025 15:29:07.177] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(mixin_synthetic) +[02Jun2025 15:29:07.177] [main/DEBUG] [mixin/]: Instancing new FMLMixinPlatformAgent for SecureJarResource(mixin_synthetic) +[02Jun2025 15:29:07.177] [main/DEBUG] [mixin/]: FMLMixinPlatformAgent rejected container SecureJarResource(mixin_synthetic) +[02Jun2025 15:29:07.177] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(mixin_synthetic)] +[02Jun2025 15:29:07.178] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(minecraft) +[02Jun2025 15:29:07.178] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(minecraft) +[02Jun2025 15:29:07.178] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(minecraft) +[02Jun2025 15:29:07.178] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(minecraft) +[02Jun2025 15:29:07.178] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(minecraft) +[02Jun2025 15:29:07.179] [main/DEBUG] [mixin/]: Instancing new FMLMixinPlatformAgent for SecureJarResource(minecraft) +[02Jun2025 15:29:07.179] [main/DEBUG] [mixin/]: FMLMixinPlatformAgent rejected container SecureJarResource(minecraft) +[02Jun2025 15:29:07.179] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(minecraft)] +[02Jun2025 15:29:07.179] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(cawezs_mantle_to_stratus) +[02Jun2025 15:29:07.180] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(cawezs_mantle_to_stratus) +[02Jun2025 15:29:07.180] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(cawezs_mantle_to_stratus) +[02Jun2025 15:29:07.180] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(cawezs_mantle_to_stratus) +[02Jun2025 15:29:07.180] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(cawezs_mantle_to_stratus) +[02Jun2025 15:29:07.180] [main/DEBUG] [mixin/]: Instancing new FMLMixinPlatformAgent for SecureJarResource(cawezs_mantle_to_stratus) +[02Jun2025 15:29:07.181] [main/DEBUG] [mixin/]: FMLMixinPlatformAgent rejected container SecureJarResource(cawezs_mantle_to_stratus) +[02Jun2025 15:29:07.181] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(cawezs_mantle_to_stratus)] +[02Jun2025 15:29:07.181] [main/DEBUG] [mixin/]: Adding mixin platform agents for container SecureJarResource(mixinextras.neoforge) +[02Jun2025 15:29:07.181] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for SecureJarResource(mixinextras.neoforge) +[02Jun2025 15:29:07.181] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container SecureJarResource(mixinextras.neoforge) +[02Jun2025 15:29:07.181] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for SecureJarResource(mixinextras.neoforge) +[02Jun2025 15:29:07.181] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container SecureJarResource(mixinextras.neoforge) +[02Jun2025 15:29:07.181] [main/DEBUG] [mixin/]: Instancing new FMLMixinPlatformAgent for SecureJarResource(mixinextras.neoforge) +[02Jun2025 15:29:07.181] [main/DEBUG] [mixin/]: FMLMixinPlatformAgent rejected container SecureJarResource(mixinextras.neoforge) +[02Jun2025 15:29:07.182] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(mixinextras.neoforge)] +[02Jun2025 15:29:07.182] [main/DEBUG] [mixin/]: Registering mixin config: mixinextras.init.mixins.json source=SecureJarResource(mixinextras.neoforge) +[02Jun2025 15:29:07.184] [main/DEBUG] [mixin/]: inject() running with 6 agents +[02Jun2025 15:29:07.184] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ModLauncher Root Container(ModLauncher:4f56a0a2)] +[02Jun2025 15:29:07.185] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:net.neoforged.fml.loading.mixin.FMLMixinContainerHandle@6fd77352] +[02Jun2025 15:29:07.185] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[FMLMixinPlatformAgent:null] +[02Jun2025 15:29:07.185] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(mixin_synthetic)] +[02Jun2025 15:29:07.185] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(minecraft)] +[02Jun2025 15:29:07.185] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(cawezs_mantle_to_stratus)] +[02Jun2025 15:29:07.185] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:SecureJarResource(mixinextras.neoforge)] +[02Jun2025 15:29:07.185] [main/INFO] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Launching target 'forgeclientuserdev' with arguments [--version, 21.1.92, --gameDir, ., --assetsDir, /home/cow/.mcreator/gradle/caches/neoformruntime/assets, --assetIndex, 17] +[02Jun2025 15:29:07.230] [main/DEBUG] [mixin/]: Preparing mixins for MixinEnvironment[DEFAULT] +[02Jun2025 15:29:07.230] [main/DEBUG] [mixin/]: Selecting config neoforge.mixins.json +[02Jun2025 15:29:07.237] [main/DEBUG] [mixin/]: Selecting config mixinextras.init.mixins.json +[02Jun2025 15:29:07.292] [main/DEBUG] [MixinExtras|Service/]: com.llamalad7.mixinextras.service.MixinExtrasServiceImpl(version=0.4.1) is taking over from null +[02Jun2025 15:29:07.357] [main/DEBUG] [mixin/]: Registering new injector for @Inject with org.spongepowered.asm.mixin.injection.struct.CallbackInjectionInfo +[02Jun2025 15:29:07.360] [main/DEBUG] [mixin/]: Registering new injector for @ModifyArg with org.spongepowered.asm.mixin.injection.struct.ModifyArgInjectionInfo +[02Jun2025 15:29:07.362] [main/DEBUG] [mixin/]: Registering new injector for @ModifyArgs with org.spongepowered.asm.mixin.injection.struct.ModifyArgsInjectionInfo +[02Jun2025 15:29:07.366] [main/DEBUG] [mixin/]: Registering new injector for @Redirect with org.spongepowered.asm.mixin.injection.struct.RedirectInjectionInfo +[02Jun2025 15:29:07.369] [main/DEBUG] [mixin/]: Registering new injector for @ModifyVariable with org.spongepowered.asm.mixin.injection.struct.ModifyVariableInjectionInfo +[02Jun2025 15:29:07.372] [main/DEBUG] [mixin/]: Registering new injector for @ModifyConstant with org.spongepowered.asm.mixin.injection.struct.ModifyConstantInjectionInfo +[02Jun2025 15:29:07.400] [main/DEBUG] [mixin/]: Preparing neoforge.mixins.json (2) +[02Jun2025 15:29:07.520] [main/DEBUG] [mixin/]: Preparing mixinextras.init.mixins.json (0) +[02Jun2025 15:29:07.534] [main/DEBUG] [mixin/]: Prepared 2 mixins in 0.302 sec (151.0ms avg) (0ms load, 0ms transform, 0ms plugin) +[02Jun2025 15:29:07.968] [main/DEBUG] [io.netty.util.internal.logging.InternalLoggerFactory/]: Using SLF4J as the default logging framework +[02Jun2025 15:29:07.976] [main/DEBUG] [io.netty.util.ResourceLeakDetector/]: -Dio.netty.leakDetection.level: simple +[02Jun2025 15:29:07.976] [main/DEBUG] [io.netty.util.ResourceLeakDetector/]: -Dio.netty.leakDetection.targetRecords: 4 +[02Jun2025 15:29:10.271] [main/DEBUG] [oshi.util.FileUtil/]: No oshi.properties file found from ClassLoader cpw.mods.modlauncher.TransformingClassLoader@40298285 +[02Jun2025 15:29:10.446] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /proc/self/auxv +[02Jun2025 15:29:10.447] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /proc/self/auxv +[02Jun2025 15:29:10.457] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /proc/stat +[02Jun2025 15:29:10.473] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/topology/core_id +[02Jun2025 15:29:10.474] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/topology/core_id +[02Jun2025 15:29:10.474] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/topology/physical_package_id +[02Jun2025 15:29:10.474] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/topology/physical_package_id +[02Jun2025 15:29:10.475] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cpu_capacity +[02Jun2025 15:29:10.478] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/level +[02Jun2025 15:29:10.479] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/level +[02Jun2025 15:29:10.479] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/type +[02Jun2025 15:29:10.479] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/type +[02Jun2025 15:29:10.480] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/ways_of_associativity +[02Jun2025 15:29:10.481] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/ways_of_associativity +[02Jun2025 15:29:10.481] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/coherency_line_size +[02Jun2025 15:29:10.481] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/coherency_line_size +[02Jun2025 15:29:10.482] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/size +[02Jun2025 15:29:10.482] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/size +[02Jun2025 15:29:10.483] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/level +[02Jun2025 15:29:10.484] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/level +[02Jun2025 15:29:10.484] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/type +[02Jun2025 15:29:10.484] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/type +[02Jun2025 15:29:10.485] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/ways_of_associativity +[02Jun2025 15:29:10.485] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/ways_of_associativity +[02Jun2025 15:29:10.485] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/coherency_line_size +[02Jun2025 15:29:10.485] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/coherency_line_size +[02Jun2025 15:29:10.485] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/size +[02Jun2025 15:29:10.485] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/size +[02Jun2025 15:29:10.486] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/level +[02Jun2025 15:29:10.486] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/level +[02Jun2025 15:29:10.486] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/type +[02Jun2025 15:29:10.486] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/type +[02Jun2025 15:29:10.487] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/ways_of_associativity +[02Jun2025 15:29:10.487] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/ways_of_associativity +[02Jun2025 15:29:10.487] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/coherency_line_size +[02Jun2025 15:29:10.487] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/coherency_line_size +[02Jun2025 15:29:10.487] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/size +[02Jun2025 15:29:10.487] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/size +[02Jun2025 15:29:10.488] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/level +[02Jun2025 15:29:10.488] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/level +[02Jun2025 15:29:10.488] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/type +[02Jun2025 15:29:10.488] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/type +[02Jun2025 15:29:10.488] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/ways_of_associativity +[02Jun2025 15:29:10.488] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/ways_of_associativity +[02Jun2025 15:29:10.488] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/coherency_line_size +[02Jun2025 15:29:10.488] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/coherency_line_size +[02Jun2025 15:29:10.489] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/size +[02Jun2025 15:29:10.489] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/size +[02Jun2025 15:29:10.491] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/topology/core_id +[02Jun2025 15:29:10.491] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/topology/core_id +[02Jun2025 15:29:10.491] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/topology/physical_package_id +[02Jun2025 15:29:10.491] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/topology/physical_package_id +[02Jun2025 15:29:10.492] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cpu_capacity +[02Jun2025 15:29:10.492] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/level +[02Jun2025 15:29:10.492] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/level +[02Jun2025 15:29:10.492] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/type +[02Jun2025 15:29:10.493] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/type +[02Jun2025 15:29:10.493] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/ways_of_associativity +[02Jun2025 15:29:10.493] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/ways_of_associativity +[02Jun2025 15:29:10.493] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/coherency_line_size +[02Jun2025 15:29:10.493] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/coherency_line_size +[02Jun2025 15:29:10.494] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/size +[02Jun2025 15:29:10.494] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/size +[02Jun2025 15:29:10.494] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/level +[02Jun2025 15:29:10.494] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/level +[02Jun2025 15:29:10.495] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/type +[02Jun2025 15:29:10.495] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/type +[02Jun2025 15:29:10.495] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/ways_of_associativity +[02Jun2025 15:29:10.496] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/ways_of_associativity +[02Jun2025 15:29:10.496] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/coherency_line_size +[02Jun2025 15:29:10.496] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/coherency_line_size +[02Jun2025 15:29:10.497] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/size +[02Jun2025 15:29:10.497] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/size +[02Jun2025 15:29:10.498] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/level +[02Jun2025 15:29:10.498] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/level +[02Jun2025 15:29:10.498] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/type +[02Jun2025 15:29:10.499] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/type +[02Jun2025 15:29:10.499] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/ways_of_associativity +[02Jun2025 15:29:10.499] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/ways_of_associativity +[02Jun2025 15:29:10.500] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/coherency_line_size +[02Jun2025 15:29:10.500] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/coherency_line_size +[02Jun2025 15:29:10.504] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/size +[02Jun2025 15:29:10.505] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/size +[02Jun2025 15:29:10.505] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/level +[02Jun2025 15:29:10.505] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/level +[02Jun2025 15:29:10.506] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/type +[02Jun2025 15:29:10.506] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/type +[02Jun2025 15:29:10.508] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/ways_of_associativity +[02Jun2025 15:29:10.508] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/ways_of_associativity +[02Jun2025 15:29:10.509] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/coherency_line_size +[02Jun2025 15:29:10.509] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/coherency_line_size +[02Jun2025 15:29:10.511] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/size +[02Jun2025 15:29:10.511] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/size +[02Jun2025 15:29:10.513] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/topology/core_id +[02Jun2025 15:29:10.514] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/topology/core_id +[02Jun2025 15:29:10.514] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/topology/physical_package_id +[02Jun2025 15:29:10.515] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/topology/physical_package_id +[02Jun2025 15:29:10.515] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cpu_capacity +[02Jun2025 15:29:10.516] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/level +[02Jun2025 15:29:10.516] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/level +[02Jun2025 15:29:10.517] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/type +[02Jun2025 15:29:10.517] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/type +[02Jun2025 15:29:10.517] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/ways_of_associativity +[02Jun2025 15:29:10.518] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/ways_of_associativity +[02Jun2025 15:29:10.519] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/coherency_line_size +[02Jun2025 15:29:10.519] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/coherency_line_size +[02Jun2025 15:29:10.520] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/size +[02Jun2025 15:29:10.520] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/size +[02Jun2025 15:29:10.521] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/level +[02Jun2025 15:29:10.521] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/level +[02Jun2025 15:29:10.521] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/type +[02Jun2025 15:29:10.522] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/type +[02Jun2025 15:29:10.522] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/ways_of_associativity +[02Jun2025 15:29:10.522] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/ways_of_associativity +[02Jun2025 15:29:10.522] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/coherency_line_size +[02Jun2025 15:29:10.522] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/coherency_line_size +[02Jun2025 15:29:10.523] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/size +[02Jun2025 15:29:10.523] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/size +[02Jun2025 15:29:10.523] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/level +[02Jun2025 15:29:10.524] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/level +[02Jun2025 15:29:10.524] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/type +[02Jun2025 15:29:10.524] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/type +[02Jun2025 15:29:10.524] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/ways_of_associativity +[02Jun2025 15:29:10.524] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/ways_of_associativity +[02Jun2025 15:29:10.525] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/coherency_line_size +[02Jun2025 15:29:10.525] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/coherency_line_size +[02Jun2025 15:29:10.525] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/size +[02Jun2025 15:29:10.525] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/size +[02Jun2025 15:29:10.527] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/level +[02Jun2025 15:29:10.528] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/level +[02Jun2025 15:29:10.528] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/type +[02Jun2025 15:29:10.532] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/type +[02Jun2025 15:29:10.534] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/ways_of_associativity +[02Jun2025 15:29:10.534] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/ways_of_associativity +[02Jun2025 15:29:10.535] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/coherency_line_size +[02Jun2025 15:29:10.535] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/coherency_line_size +[02Jun2025 15:29:10.535] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/size +[02Jun2025 15:29:10.535] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/size +[02Jun2025 15:29:10.538] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/topology/core_id +[02Jun2025 15:29:10.538] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/topology/core_id +[02Jun2025 15:29:10.539] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/topology/physical_package_id +[02Jun2025 15:29:10.539] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/topology/physical_package_id +[02Jun2025 15:29:10.539] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cpu_capacity +[02Jun2025 15:29:10.540] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/level +[02Jun2025 15:29:10.540] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/level +[02Jun2025 15:29:10.541] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/type +[02Jun2025 15:29:10.543] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/type +[02Jun2025 15:29:10.544] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/ways_of_associativity +[02Jun2025 15:29:10.545] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/ways_of_associativity +[02Jun2025 15:29:10.547] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/coherency_line_size +[02Jun2025 15:29:10.547] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/coherency_line_size +[02Jun2025 15:29:10.547] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/size +[02Jun2025 15:29:10.547] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/size +[02Jun2025 15:29:10.548] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/level +[02Jun2025 15:29:10.548] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/level +[02Jun2025 15:29:10.548] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/type +[02Jun2025 15:29:10.549] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/type +[02Jun2025 15:29:10.549] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/ways_of_associativity +[02Jun2025 15:29:10.549] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/ways_of_associativity +[02Jun2025 15:29:10.549] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/coherency_line_size +[02Jun2025 15:29:10.549] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/coherency_line_size +[02Jun2025 15:29:10.551] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/size +[02Jun2025 15:29:10.551] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/size +[02Jun2025 15:29:10.556] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/level +[02Jun2025 15:29:10.556] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/level +[02Jun2025 15:29:10.557] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/type +[02Jun2025 15:29:10.557] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/type +[02Jun2025 15:29:10.557] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/ways_of_associativity +[02Jun2025 15:29:10.558] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/ways_of_associativity +[02Jun2025 15:29:10.558] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/coherency_line_size +[02Jun2025 15:29:10.558] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/coherency_line_size +[02Jun2025 15:29:10.558] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/size +[02Jun2025 15:29:10.559] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/size +[02Jun2025 15:29:10.559] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/level +[02Jun2025 15:29:10.559] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/level +[02Jun2025 15:29:10.559] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/type +[02Jun2025 15:29:10.559] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/type +[02Jun2025 15:29:10.564] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/ways_of_associativity +[02Jun2025 15:29:10.564] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/ways_of_associativity +[02Jun2025 15:29:10.565] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/coherency_line_size +[02Jun2025 15:29:10.565] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/coherency_line_size +[02Jun2025 15:29:10.565] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/size +[02Jun2025 15:29:10.565] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/size +[02Jun2025 15:29:10.567] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/topology/core_id +[02Jun2025 15:29:10.567] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/topology/core_id +[02Jun2025 15:29:10.567] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/topology/physical_package_id +[02Jun2025 15:29:10.567] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/topology/physical_package_id +[02Jun2025 15:29:10.568] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cpu_capacity +[02Jun2025 15:29:10.568] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/level +[02Jun2025 15:29:10.568] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/level +[02Jun2025 15:29:10.569] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/type +[02Jun2025 15:29:10.569] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/type +[02Jun2025 15:29:10.569] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/ways_of_associativity +[02Jun2025 15:29:10.569] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/ways_of_associativity +[02Jun2025 15:29:10.576] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/coherency_line_size +[02Jun2025 15:29:10.576] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/coherency_line_size +[02Jun2025 15:29:10.577] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/size +[02Jun2025 15:29:10.577] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/size +[02Jun2025 15:29:10.577] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/level +[02Jun2025 15:29:10.577] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/level +[02Jun2025 15:29:10.577] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/type +[02Jun2025 15:29:10.577] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/type +[02Jun2025 15:29:10.578] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/ways_of_associativity +[02Jun2025 15:29:10.578] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/ways_of_associativity +[02Jun2025 15:29:10.578] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/coherency_line_size +[02Jun2025 15:29:10.578] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/coherency_line_size +[02Jun2025 15:29:10.579] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/size +[02Jun2025 15:29:10.579] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/size +[02Jun2025 15:29:10.579] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/level +[02Jun2025 15:29:10.579] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/level +[02Jun2025 15:29:10.579] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/type +[02Jun2025 15:29:10.579] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/type +[02Jun2025 15:29:10.580] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/ways_of_associativity +[02Jun2025 15:29:10.580] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/ways_of_associativity +[02Jun2025 15:29:10.580] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/coherency_line_size +[02Jun2025 15:29:10.580] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/coherency_line_size +[02Jun2025 15:29:10.580] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/size +[02Jun2025 15:29:10.584] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/size +[02Jun2025 15:29:10.584] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/level +[02Jun2025 15:29:10.586] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/level +[02Jun2025 15:29:10.587] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/type +[02Jun2025 15:29:10.588] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/type +[02Jun2025 15:29:10.589] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/ways_of_associativity +[02Jun2025 15:29:10.589] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/ways_of_associativity +[02Jun2025 15:29:10.590] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/coherency_line_size +[02Jun2025 15:29:10.590] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/coherency_line_size +[02Jun2025 15:29:10.594] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/size +[02Jun2025 15:29:10.594] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/size +[02Jun2025 15:29:10.596] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/topology/core_id +[02Jun2025 15:29:10.597] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/topology/core_id +[02Jun2025 15:29:10.597] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/topology/physical_package_id +[02Jun2025 15:29:10.598] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/topology/physical_package_id +[02Jun2025 15:29:10.598] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cpu_capacity +[02Jun2025 15:29:10.603] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/level +[02Jun2025 15:29:10.603] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/level +[02Jun2025 15:29:10.603] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/type +[02Jun2025 15:29:10.604] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/type +[02Jun2025 15:29:10.604] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/ways_of_associativity +[02Jun2025 15:29:10.604] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/ways_of_associativity +[02Jun2025 15:29:10.606] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/coherency_line_size +[02Jun2025 15:29:10.606] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/coherency_line_size +[02Jun2025 15:29:10.607] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/size +[02Jun2025 15:29:10.607] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/size +[02Jun2025 15:29:10.607] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/level +[02Jun2025 15:29:10.607] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/level +[02Jun2025 15:29:10.608] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/type +[02Jun2025 15:29:10.608] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/type +[02Jun2025 15:29:10.609] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/ways_of_associativity +[02Jun2025 15:29:10.609] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/ways_of_associativity +[02Jun2025 15:29:10.609] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/coherency_line_size +[02Jun2025 15:29:10.609] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/coherency_line_size +[02Jun2025 15:29:10.609] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/size +[02Jun2025 15:29:10.610] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/size +[02Jun2025 15:29:10.610] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/level +[02Jun2025 15:29:10.610] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/level +[02Jun2025 15:29:10.610] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/type +[02Jun2025 15:29:10.611] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/type +[02Jun2025 15:29:10.611] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/ways_of_associativity +[02Jun2025 15:29:10.611] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/ways_of_associativity +[02Jun2025 15:29:10.611] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/coherency_line_size +[02Jun2025 15:29:10.611] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/coherency_line_size +[02Jun2025 15:29:10.612] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/size +[02Jun2025 15:29:10.612] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/size +[02Jun2025 15:29:10.612] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/level +[02Jun2025 15:29:10.612] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/level +[02Jun2025 15:29:10.612] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/type +[02Jun2025 15:29:10.613] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/type +[02Jun2025 15:29:10.613] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/ways_of_associativity +[02Jun2025 15:29:10.613] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/ways_of_associativity +[02Jun2025 15:29:10.613] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/coherency_line_size +[02Jun2025 15:29:10.614] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/coherency_line_size +[02Jun2025 15:29:10.614] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/size +[02Jun2025 15:29:10.614] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/size +[02Jun2025 15:29:10.616] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/topology/core_id +[02Jun2025 15:29:10.616] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/topology/core_id +[02Jun2025 15:29:10.616] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/topology/physical_package_id +[02Jun2025 15:29:10.616] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/topology/physical_package_id +[02Jun2025 15:29:10.617] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cpu_capacity +[02Jun2025 15:29:10.617] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/level +[02Jun2025 15:29:10.617] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/level +[02Jun2025 15:29:10.618] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/type +[02Jun2025 15:29:10.618] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/type +[02Jun2025 15:29:10.618] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/ways_of_associativity +[02Jun2025 15:29:10.618] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/ways_of_associativity +[02Jun2025 15:29:10.618] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/coherency_line_size +[02Jun2025 15:29:10.618] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/coherency_line_size +[02Jun2025 15:29:10.619] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/size +[02Jun2025 15:29:10.619] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/size +[02Jun2025 15:29:10.619] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/level +[02Jun2025 15:29:10.619] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/level +[02Jun2025 15:29:10.619] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/type +[02Jun2025 15:29:10.619] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/type +[02Jun2025 15:29:10.620] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/ways_of_associativity +[02Jun2025 15:29:10.620] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/ways_of_associativity +[02Jun2025 15:29:10.620] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/coherency_line_size +[02Jun2025 15:29:10.620] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/coherency_line_size +[02Jun2025 15:29:10.620] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/size +[02Jun2025 15:29:10.620] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/size +[02Jun2025 15:29:10.621] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/level +[02Jun2025 15:29:10.621] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/level +[02Jun2025 15:29:10.621] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/type +[02Jun2025 15:29:10.621] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/type +[02Jun2025 15:29:10.622] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/ways_of_associativity +[02Jun2025 15:29:10.622] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/ways_of_associativity +[02Jun2025 15:29:10.622] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/coherency_line_size +[02Jun2025 15:29:10.622] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/coherency_line_size +[02Jun2025 15:29:10.622] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/size +[02Jun2025 15:29:10.622] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/size +[02Jun2025 15:29:10.623] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/level +[02Jun2025 15:29:10.623] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/level +[02Jun2025 15:29:10.623] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/type +[02Jun2025 15:29:10.623] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/type +[02Jun2025 15:29:10.623] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/ways_of_associativity +[02Jun2025 15:29:10.623] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/ways_of_associativity +[02Jun2025 15:29:10.624] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/coherency_line_size +[02Jun2025 15:29:10.624] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/coherency_line_size +[02Jun2025 15:29:10.624] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/size +[02Jun2025 15:29:10.624] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/size +[02Jun2025 15:29:10.626] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/topology/core_id +[02Jun2025 15:29:10.626] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/topology/core_id +[02Jun2025 15:29:10.626] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/topology/physical_package_id +[02Jun2025 15:29:10.626] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/topology/physical_package_id +[02Jun2025 15:29:10.627] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cpu_capacity +[02Jun2025 15:29:10.627] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/level +[02Jun2025 15:29:10.627] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/level +[02Jun2025 15:29:10.628] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/type +[02Jun2025 15:29:10.628] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/type +[02Jun2025 15:29:10.628] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/ways_of_associativity +[02Jun2025 15:29:10.628] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/ways_of_associativity +[02Jun2025 15:29:10.629] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/coherency_line_size +[02Jun2025 15:29:10.629] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/coherency_line_size +[02Jun2025 15:29:10.630] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/size +[02Jun2025 15:29:10.630] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/size +[02Jun2025 15:29:10.630] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/level +[02Jun2025 15:29:10.631] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/level +[02Jun2025 15:29:10.631] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/type +[02Jun2025 15:29:10.632] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/type +[02Jun2025 15:29:10.632] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/ways_of_associativity +[02Jun2025 15:29:10.632] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/ways_of_associativity +[02Jun2025 15:29:10.632] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/coherency_line_size +[02Jun2025 15:29:10.632] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/coherency_line_size +[02Jun2025 15:29:10.632] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/size +[02Jun2025 15:29:10.633] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/size +[02Jun2025 15:29:10.633] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/level +[02Jun2025 15:29:10.633] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/level +[02Jun2025 15:29:10.633] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/type +[02Jun2025 15:29:10.633] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/type +[02Jun2025 15:29:10.633] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/ways_of_associativity +[02Jun2025 15:29:10.633] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/ways_of_associativity +[02Jun2025 15:29:10.634] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/coherency_line_size +[02Jun2025 15:29:10.634] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/coherency_line_size +[02Jun2025 15:29:10.634] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/size +[02Jun2025 15:29:10.634] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/size +[02Jun2025 15:29:10.635] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/level +[02Jun2025 15:29:10.636] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/level +[02Jun2025 15:29:10.637] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/type +[02Jun2025 15:29:10.637] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/type +[02Jun2025 15:29:10.638] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/ways_of_associativity +[02Jun2025 15:29:10.638] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/ways_of_associativity +[02Jun2025 15:29:10.638] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/coherency_line_size +[02Jun2025 15:29:10.638] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/coherency_line_size +[02Jun2025 15:29:10.638] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/size +[02Jun2025 15:29:10.638] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/size +[02Jun2025 15:29:10.640] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/topology/core_id +[02Jun2025 15:29:10.640] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/topology/core_id +[02Jun2025 15:29:10.641] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/topology/physical_package_id +[02Jun2025 15:29:10.641] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/topology/physical_package_id +[02Jun2025 15:29:10.642] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cpu_capacity +[02Jun2025 15:29:10.643] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/level +[02Jun2025 15:29:10.643] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/level +[02Jun2025 15:29:10.643] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/type +[02Jun2025 15:29:10.643] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/type +[02Jun2025 15:29:10.644] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/ways_of_associativity +[02Jun2025 15:29:10.644] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/ways_of_associativity +[02Jun2025 15:29:10.644] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/coherency_line_size +[02Jun2025 15:29:10.644] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/coherency_line_size +[02Jun2025 15:29:10.651] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/size +[02Jun2025 15:29:10.651] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/size +[02Jun2025 15:29:10.652] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/level +[02Jun2025 15:29:10.652] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/level +[02Jun2025 15:29:10.655] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/type +[02Jun2025 15:29:10.655] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/type +[02Jun2025 15:29:10.656] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/ways_of_associativity +[02Jun2025 15:29:10.656] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/ways_of_associativity +[02Jun2025 15:29:10.656] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/coherency_line_size +[02Jun2025 15:29:10.656] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/coherency_line_size +[02Jun2025 15:29:10.657] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/size +[02Jun2025 15:29:10.657] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/size +[02Jun2025 15:29:10.658] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/level +[02Jun2025 15:29:10.658] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/level +[02Jun2025 15:29:10.658] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/type +[02Jun2025 15:29:10.658] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/type +[02Jun2025 15:29:10.658] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/ways_of_associativity +[02Jun2025 15:29:10.659] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/ways_of_associativity +[02Jun2025 15:29:10.659] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/coherency_line_size +[02Jun2025 15:29:10.659] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/coherency_line_size +[02Jun2025 15:29:10.659] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/size +[02Jun2025 15:29:10.659] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/size +[02Jun2025 15:29:10.660] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/level +[02Jun2025 15:29:10.660] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/level +[02Jun2025 15:29:10.660] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/type +[02Jun2025 15:29:10.660] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/type +[02Jun2025 15:29:10.661] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/ways_of_associativity +[02Jun2025 15:29:10.661] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/ways_of_associativity +[02Jun2025 15:29:10.661] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/coherency_line_size +[02Jun2025 15:29:10.661] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/coherency_line_size +[02Jun2025 15:29:10.661] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/size +[02Jun2025 15:29:10.661] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/size +[02Jun2025 15:29:10.663] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/topology/core_id +[02Jun2025 15:29:10.663] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/topology/core_id +[02Jun2025 15:29:10.664] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/topology/physical_package_id +[02Jun2025 15:29:10.664] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/topology/physical_package_id +[02Jun2025 15:29:10.665] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cpu_capacity +[02Jun2025 15:29:10.665] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/level +[02Jun2025 15:29:10.665] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/level +[02Jun2025 15:29:10.666] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/type +[02Jun2025 15:29:10.666] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/type +[02Jun2025 15:29:10.666] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/ways_of_associativity +[02Jun2025 15:29:10.667] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/ways_of_associativity +[02Jun2025 15:29:10.668] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/coherency_line_size +[02Jun2025 15:29:10.668] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/coherency_line_size +[02Jun2025 15:29:10.669] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/size +[02Jun2025 15:29:10.669] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/size +[02Jun2025 15:29:10.669] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/level +[02Jun2025 15:29:10.669] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/level +[02Jun2025 15:29:10.670] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/type +[02Jun2025 15:29:10.670] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/type +[02Jun2025 15:29:10.670] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/ways_of_associativity +[02Jun2025 15:29:10.670] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/ways_of_associativity +[02Jun2025 15:29:10.671] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/coherency_line_size +[02Jun2025 15:29:10.671] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/coherency_line_size +[02Jun2025 15:29:10.672] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/size +[02Jun2025 15:29:10.672] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/size +[02Jun2025 15:29:10.672] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/level +[02Jun2025 15:29:10.673] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/level +[02Jun2025 15:29:10.673] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/type +[02Jun2025 15:29:10.673] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/type +[02Jun2025 15:29:10.673] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/ways_of_associativity +[02Jun2025 15:29:10.674] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/ways_of_associativity +[02Jun2025 15:29:10.674] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/coherency_line_size +[02Jun2025 15:29:10.674] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/coherency_line_size +[02Jun2025 15:29:10.674] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/size +[02Jun2025 15:29:10.675] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/size +[02Jun2025 15:29:10.675] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/level +[02Jun2025 15:29:10.676] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/level +[02Jun2025 15:29:10.676] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/type +[02Jun2025 15:29:10.676] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/type +[02Jun2025 15:29:10.676] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/ways_of_associativity +[02Jun2025 15:29:10.677] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/ways_of_associativity +[02Jun2025 15:29:10.677] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/coherency_line_size +[02Jun2025 15:29:10.677] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/coherency_line_size +[02Jun2025 15:29:10.677] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/size +[02Jun2025 15:29:10.678] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/size +[02Jun2025 15:29:10.680] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/topology/core_id +[02Jun2025 15:29:10.681] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/topology/core_id +[02Jun2025 15:29:10.681] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/topology/physical_package_id +[02Jun2025 15:29:10.682] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/topology/physical_package_id +[02Jun2025 15:29:10.682] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cpu_capacity +[02Jun2025 15:29:10.683] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/level +[02Jun2025 15:29:10.683] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/level +[02Jun2025 15:29:10.684] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/type +[02Jun2025 15:29:10.684] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/type +[02Jun2025 15:29:10.685] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/ways_of_associativity +[02Jun2025 15:29:10.685] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/ways_of_associativity +[02Jun2025 15:29:10.686] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/coherency_line_size +[02Jun2025 15:29:10.686] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/coherency_line_size +[02Jun2025 15:29:10.687] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/size +[02Jun2025 15:29:10.687] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/size +[02Jun2025 15:29:10.687] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/level +[02Jun2025 15:29:10.687] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/level +[02Jun2025 15:29:10.688] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/type +[02Jun2025 15:29:10.689] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/type +[02Jun2025 15:29:10.689] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/ways_of_associativity +[02Jun2025 15:29:10.689] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/ways_of_associativity +[02Jun2025 15:29:10.690] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/coherency_line_size +[02Jun2025 15:29:10.690] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/coherency_line_size +[02Jun2025 15:29:10.691] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/size +[02Jun2025 15:29:10.691] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/size +[02Jun2025 15:29:10.691] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/level +[02Jun2025 15:29:10.691] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/level +[02Jun2025 15:29:10.692] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/type +[02Jun2025 15:29:10.692] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/type +[02Jun2025 15:29:10.692] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/ways_of_associativity +[02Jun2025 15:29:10.692] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/ways_of_associativity +[02Jun2025 15:29:10.692] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/coherency_line_size +[02Jun2025 15:29:10.693] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/coherency_line_size +[02Jun2025 15:29:10.693] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/size +[02Jun2025 15:29:10.694] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/size +[02Jun2025 15:29:10.694] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/level +[02Jun2025 15:29:10.694] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/level +[02Jun2025 15:29:10.695] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/type +[02Jun2025 15:29:10.695] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/type +[02Jun2025 15:29:10.695] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/ways_of_associativity +[02Jun2025 15:29:10.695] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/ways_of_associativity +[02Jun2025 15:29:10.695] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/coherency_line_size +[02Jun2025 15:29:10.695] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/coherency_line_size +[02Jun2025 15:29:10.696] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/size +[02Jun2025 15:29:10.696] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/size +[02Jun2025 15:29:10.698] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/topology/core_id +[02Jun2025 15:29:10.699] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/topology/core_id +[02Jun2025 15:29:10.699] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/topology/physical_package_id +[02Jun2025 15:29:10.700] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/topology/physical_package_id +[02Jun2025 15:29:10.700] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cpu_capacity +[02Jun2025 15:29:10.703] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/level +[02Jun2025 15:29:10.703] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/level +[02Jun2025 15:29:10.704] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/type +[02Jun2025 15:29:10.705] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/type +[02Jun2025 15:29:10.705] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/ways_of_associativity +[02Jun2025 15:29:10.706] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/ways_of_associativity +[02Jun2025 15:29:10.706] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/coherency_line_size +[02Jun2025 15:29:10.706] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/coherency_line_size +[02Jun2025 15:29:10.707] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/size +[02Jun2025 15:29:10.707] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/size +[02Jun2025 15:29:10.707] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/level +[02Jun2025 15:29:10.707] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/level +[02Jun2025 15:29:10.708] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/type +[02Jun2025 15:29:10.709] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/type +[02Jun2025 15:29:10.709] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/ways_of_associativity +[02Jun2025 15:29:10.709] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/ways_of_associativity +[02Jun2025 15:29:10.711] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/coherency_line_size +[02Jun2025 15:29:10.711] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/coherency_line_size +[02Jun2025 15:29:10.712] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/size +[02Jun2025 15:29:10.712] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/size +[02Jun2025 15:29:10.712] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/level +[02Jun2025 15:29:10.713] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/level +[02Jun2025 15:29:10.713] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/type +[02Jun2025 15:29:10.713] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/type +[02Jun2025 15:29:10.714] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/ways_of_associativity +[02Jun2025 15:29:10.715] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/ways_of_associativity +[02Jun2025 15:29:10.715] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/coherency_line_size +[02Jun2025 15:29:10.715] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/coherency_line_size +[02Jun2025 15:29:10.715] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/size +[02Jun2025 15:29:10.715] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/size +[02Jun2025 15:29:10.716] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/level +[02Jun2025 15:29:10.716] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/level +[02Jun2025 15:29:10.716] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/type +[02Jun2025 15:29:10.716] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/type +[02Jun2025 15:29:10.716] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/ways_of_associativity +[02Jun2025 15:29:10.717] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/ways_of_associativity +[02Jun2025 15:29:10.717] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/coherency_line_size +[02Jun2025 15:29:10.717] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/coherency_line_size +[02Jun2025 15:29:10.717] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/size +[02Jun2025 15:29:10.717] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/size +[02Jun2025 15:29:10.722] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/topology/core_id +[02Jun2025 15:29:10.723] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/topology/core_id +[02Jun2025 15:29:10.723] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/topology/physical_package_id +[02Jun2025 15:29:10.723] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/topology/physical_package_id +[02Jun2025 15:29:10.724] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cpu_capacity +[02Jun2025 15:29:10.725] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/level +[02Jun2025 15:29:10.725] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/level +[02Jun2025 15:29:10.725] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/type +[02Jun2025 15:29:10.726] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/type +[02Jun2025 15:29:10.726] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/ways_of_associativity +[02Jun2025 15:29:10.726] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/ways_of_associativity +[02Jun2025 15:29:10.726] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/coherency_line_size +[02Jun2025 15:29:10.726] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/coherency_line_size +[02Jun2025 15:29:10.727] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/size +[02Jun2025 15:29:10.727] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/size +[02Jun2025 15:29:10.727] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/level +[02Jun2025 15:29:10.727] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/level +[02Jun2025 15:29:10.728] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/type +[02Jun2025 15:29:10.728] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/type +[02Jun2025 15:29:10.728] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/ways_of_associativity +[02Jun2025 15:29:10.728] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/ways_of_associativity +[02Jun2025 15:29:10.728] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/coherency_line_size +[02Jun2025 15:29:10.728] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/coherency_line_size +[02Jun2025 15:29:10.729] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/size +[02Jun2025 15:29:10.729] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/size +[02Jun2025 15:29:10.729] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/level +[02Jun2025 15:29:10.729] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/level +[02Jun2025 15:29:10.729] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/type +[02Jun2025 15:29:10.730] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/type +[02Jun2025 15:29:10.730] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/ways_of_associativity +[02Jun2025 15:29:10.730] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/ways_of_associativity +[02Jun2025 15:29:10.730] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/coherency_line_size +[02Jun2025 15:29:10.730] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/coherency_line_size +[02Jun2025 15:29:10.731] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/size +[02Jun2025 15:29:10.732] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/size +[02Jun2025 15:29:10.732] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/level +[02Jun2025 15:29:10.732] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/level +[02Jun2025 15:29:10.733] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/type +[02Jun2025 15:29:10.733] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/type +[02Jun2025 15:29:10.733] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/ways_of_associativity +[02Jun2025 15:29:10.733] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/ways_of_associativity +[02Jun2025 15:29:10.734] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/coherency_line_size +[02Jun2025 15:29:10.734] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/coherency_line_size +[02Jun2025 15:29:10.734] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/size +[02Jun2025 15:29:10.734] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/size +[02Jun2025 15:29:10.736] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/topology/core_id +[02Jun2025 15:29:10.736] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/topology/core_id +[02Jun2025 15:29:10.737] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/topology/physical_package_id +[02Jun2025 15:29:10.737] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/topology/physical_package_id +[02Jun2025 15:29:10.737] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cpu_capacity +[02Jun2025 15:29:10.738] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/level +[02Jun2025 15:29:10.738] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/level +[02Jun2025 15:29:10.738] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/type +[02Jun2025 15:29:10.738] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/type +[02Jun2025 15:29:10.739] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/ways_of_associativity +[02Jun2025 15:29:10.739] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/ways_of_associativity +[02Jun2025 15:29:10.740] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/coherency_line_size +[02Jun2025 15:29:10.740] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/coherency_line_size +[02Jun2025 15:29:10.740] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/size +[02Jun2025 15:29:10.741] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/size +[02Jun2025 15:29:10.741] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/level +[02Jun2025 15:29:10.741] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/level +[02Jun2025 15:29:10.742] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/type +[02Jun2025 15:29:10.742] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/type +[02Jun2025 15:29:10.742] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/ways_of_associativity +[02Jun2025 15:29:10.742] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/ways_of_associativity +[02Jun2025 15:29:10.742] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/coherency_line_size +[02Jun2025 15:29:10.743] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/coherency_line_size +[02Jun2025 15:29:10.743] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/size +[02Jun2025 15:29:10.744] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/size +[02Jun2025 15:29:10.744] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/level +[02Jun2025 15:29:10.745] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/level +[02Jun2025 15:29:10.745] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/type +[02Jun2025 15:29:10.746] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/type +[02Jun2025 15:29:10.746] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/ways_of_associativity +[02Jun2025 15:29:10.746] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/ways_of_associativity +[02Jun2025 15:29:10.747] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/coherency_line_size +[02Jun2025 15:29:10.747] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/coherency_line_size +[02Jun2025 15:29:10.747] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/size +[02Jun2025 15:29:10.748] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/size +[02Jun2025 15:29:10.748] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/level +[02Jun2025 15:29:10.749] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/level +[02Jun2025 15:29:10.749] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/type +[02Jun2025 15:29:10.749] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/type +[02Jun2025 15:29:10.750] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/ways_of_associativity +[02Jun2025 15:29:10.750] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/ways_of_associativity +[02Jun2025 15:29:10.750] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/coherency_line_size +[02Jun2025 15:29:10.750] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/coherency_line_size +[02Jun2025 15:29:10.750] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/size +[02Jun2025 15:29:10.750] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/size +[02Jun2025 15:29:10.754] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/topology/core_id +[02Jun2025 15:29:10.755] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/topology/core_id +[02Jun2025 15:29:10.755] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/topology/physical_package_id +[02Jun2025 15:29:10.755] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/topology/physical_package_id +[02Jun2025 15:29:10.756] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cpu_capacity +[02Jun2025 15:29:10.757] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/level +[02Jun2025 15:29:10.757] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/level +[02Jun2025 15:29:10.757] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/type +[02Jun2025 15:29:10.758] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/type +[02Jun2025 15:29:10.758] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/ways_of_associativity +[02Jun2025 15:29:10.759] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/ways_of_associativity +[02Jun2025 15:29:10.759] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/coherency_line_size +[02Jun2025 15:29:10.759] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/coherency_line_size +[02Jun2025 15:29:10.760] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/size +[02Jun2025 15:29:10.760] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/size +[02Jun2025 15:29:10.760] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/level +[02Jun2025 15:29:10.761] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/level +[02Jun2025 15:29:10.762] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/type +[02Jun2025 15:29:10.762] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/type +[02Jun2025 15:29:10.762] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/ways_of_associativity +[02Jun2025 15:29:10.762] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/ways_of_associativity +[02Jun2025 15:29:10.763] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/coherency_line_size +[02Jun2025 15:29:10.763] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/coherency_line_size +[02Jun2025 15:29:10.763] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/size +[02Jun2025 15:29:10.763] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/size +[02Jun2025 15:29:10.763] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/level +[02Jun2025 15:29:10.763] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/level +[02Jun2025 15:29:10.764] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/type +[02Jun2025 15:29:10.764] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/type +[02Jun2025 15:29:10.764] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/ways_of_associativity +[02Jun2025 15:29:10.764] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/ways_of_associativity +[02Jun2025 15:29:10.764] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/coherency_line_size +[02Jun2025 15:29:10.764] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/coherency_line_size +[02Jun2025 15:29:10.765] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/size +[02Jun2025 15:29:10.765] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/size +[02Jun2025 15:29:10.765] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/level +[02Jun2025 15:29:10.765] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/level +[02Jun2025 15:29:10.766] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/type +[02Jun2025 15:29:10.766] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/type +[02Jun2025 15:29:10.766] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/ways_of_associativity +[02Jun2025 15:29:10.766] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/ways_of_associativity +[02Jun2025 15:29:10.766] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/coherency_line_size +[02Jun2025 15:29:10.766] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/coherency_line_size +[02Jun2025 15:29:10.766] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/size +[02Jun2025 15:29:10.767] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/size +[02Jun2025 15:29:10.770] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/topology/core_id +[02Jun2025 15:29:10.770] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/topology/core_id +[02Jun2025 15:29:10.771] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/topology/physical_package_id +[02Jun2025 15:29:10.771] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/topology/physical_package_id +[02Jun2025 15:29:10.771] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cpu_capacity +[02Jun2025 15:29:10.772] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/level +[02Jun2025 15:29:10.772] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/level +[02Jun2025 15:29:10.772] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/type +[02Jun2025 15:29:10.772] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/type +[02Jun2025 15:29:10.773] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/ways_of_associativity +[02Jun2025 15:29:10.773] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/ways_of_associativity +[02Jun2025 15:29:10.773] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/coherency_line_size +[02Jun2025 15:29:10.773] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/coherency_line_size +[02Jun2025 15:29:10.773] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/size +[02Jun2025 15:29:10.774] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/size +[02Jun2025 15:29:10.774] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/level +[02Jun2025 15:29:10.774] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/level +[02Jun2025 15:29:10.775] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/type +[02Jun2025 15:29:10.775] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/type +[02Jun2025 15:29:10.775] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/ways_of_associativity +[02Jun2025 15:29:10.775] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/ways_of_associativity +[02Jun2025 15:29:10.776] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/coherency_line_size +[02Jun2025 15:29:10.776] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/coherency_line_size +[02Jun2025 15:29:10.776] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/size +[02Jun2025 15:29:10.776] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/size +[02Jun2025 15:29:10.777] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/level +[02Jun2025 15:29:10.777] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/level +[02Jun2025 15:29:10.777] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/type +[02Jun2025 15:29:10.777] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/type +[02Jun2025 15:29:10.777] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/ways_of_associativity +[02Jun2025 15:29:10.777] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/ways_of_associativity +[02Jun2025 15:29:10.778] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/coherency_line_size +[02Jun2025 15:29:10.778] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/coherency_line_size +[02Jun2025 15:29:10.779] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/size +[02Jun2025 15:29:10.779] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/size +[02Jun2025 15:29:10.780] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/level +[02Jun2025 15:29:10.780] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/level +[02Jun2025 15:29:10.780] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/type +[02Jun2025 15:29:10.780] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/type +[02Jun2025 15:29:10.781] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/ways_of_associativity +[02Jun2025 15:29:10.781] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/ways_of_associativity +[02Jun2025 15:29:10.784] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/coherency_line_size +[02Jun2025 15:29:10.784] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/coherency_line_size +[02Jun2025 15:29:10.784] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/size +[02Jun2025 15:29:10.785] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/size +[02Jun2025 15:29:10.794] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /proc/cpuinfo +[02Jun2025 15:29:11.124] [Datafixer Bootstrap/INFO] [com.mojang.datafixers.DataFixerBuilder/]: 229 Datafixer optimizations took 903 milliseconds +[02Jun2025 15:29:13.707] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /proc/self/auxv +[02Jun2025 15:29:13.708] [main/DEBUG] [oshi.util.FileUtil/]: No oshi.architecture.properties file found from ClassLoader cpw.mods.modlauncher.TransformingClassLoader@40298285 +[02Jun2025 15:29:13.883] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /proc/meminfo +[02Jun2025 15:29:13.883] [main/DEBUG] [oshi.util.FileUtil/]: Reading file /proc/meminfo +[02Jun2025 15:29:13.913] [pool-7-thread-1/INFO] [MixinExtras|Service/]: Initializing MixinExtras via com.llamalad7.mixinextras.service.MixinExtrasServiceImpl(version=0.4.1). +[02Jun2025 15:29:13.915] [pool-7-thread-1/DEBUG] [mixin/]: Registering new injector for @SugarWrapper with com.llamalad7.mixinextras.sugar.impl.SugarWrapperInjectionInfo +[02Jun2025 15:29:13.915] [pool-7-thread-1/DEBUG] [mixin/]: Registering new injector for @FactoryRedirectWrapper with com.llamalad7.mixinextras.wrapper.factory.FactoryRedirectWrapperInjectionInfo +[02Jun2025 15:29:13.921] [pool-7-thread-1/DEBUG] [mixin/]: Mixing MappedRegistryAccessor from neoforge.mixins.json into net.minecraft.core.MappedRegistry +[02Jun2025 15:29:13.925] [pool-7-thread-1/DEBUG] [mixin/]: neoforge.mixins.json:MappedRegistryAccessor from mod neoforge: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[02Jun2025 15:29:14.872] [pool-7-thread-1/DEBUG] [mixin/]: Mixing BlockEntityTypeAccessor from neoforge.mixins.json into net.minecraft.world.level.block.entity.BlockEntityType +[02Jun2025 15:29:14.872] [pool-7-thread-1/DEBUG] [mixin/]: neoforge.mixins.json:BlockEntityTypeAccessor from mod neoforge: Class version 65 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60) +[02Jun2025 15:29:15.804] [pool-7-thread-1/DEBUG] [io.netty.util.internal.PlatformDependent0/]: -Dio.netty.noUnsafe: false +[02Jun2025 15:29:15.804] [pool-7-thread-1/DEBUG] [io.netty.util.internal.PlatformDependent0/]: Java version: 21 +[02Jun2025 15:29:15.804] [pool-7-thread-1/DEBUG] [io.netty.util.internal.PlatformDependent0/]: sun.misc.Unsafe.theUnsafe: available +[02Jun2025 15:29:15.805] [pool-7-thread-1/DEBUG] [io.netty.util.internal.PlatformDependent0/]: sun.misc.Unsafe.copyMemory: available +[02Jun2025 15:29:15.805] [pool-7-thread-1/DEBUG] [io.netty.util.internal.PlatformDependent0/]: sun.misc.Unsafe.storeFence: available +[02Jun2025 15:29:15.805] [pool-7-thread-1/DEBUG] [io.netty.util.internal.PlatformDependent0/]: java.nio.Buffer.address: available +[02Jun2025 15:29:15.806] [pool-7-thread-1/DEBUG] [io.netty.util.internal.PlatformDependent0/]: direct buffer constructor: unavailable: Reflective setAccessible(true) disabled +[02Jun2025 15:29:15.806] [pool-7-thread-1/DEBUG] [io.netty.util.internal.PlatformDependent0/]: java.nio.Bits.unaligned: available, true +[02Jun2025 15:29:15.807] [pool-7-thread-1/DEBUG] [io.netty.util.internal.PlatformDependent0/]: jdk.internal.misc.Unsafe.allocateUninitializedArray(int): unavailable: class io.netty.util.internal.PlatformDependent0$7 (in module io.netty.common) cannot access class jdk.internal.misc.Unsafe (in module java.base) because module java.base does not export jdk.internal.misc to module io.netty.common +[02Jun2025 15:29:15.807] [pool-7-thread-1/DEBUG] [io.netty.util.internal.PlatformDependent0/]: java.nio.DirectByteBuffer.(long, {int,long}): unavailable +[02Jun2025 15:29:15.807] [pool-7-thread-1/DEBUG] [io.netty.util.internal.PlatformDependent/]: sun.misc.Unsafe: available +[02Jun2025 15:29:15.807] [pool-7-thread-1/DEBUG] [io.netty.util.internal.PlatformDependent/]: maxDirectMemory: 4009754624 bytes (maybe) +[02Jun2025 15:29:15.807] [pool-7-thread-1/DEBUG] [io.netty.util.internal.PlatformDependent/]: -Dio.netty.tmpdir: /tmp (java.io.tmpdir) +[02Jun2025 15:29:15.808] [pool-7-thread-1/DEBUG] [io.netty.util.internal.PlatformDependent/]: -Dio.netty.bitMode: 64 (sun.arch.data.model) +[02Jun2025 15:29:15.808] [pool-7-thread-1/DEBUG] [io.netty.util.internal.PlatformDependent/]: -Dio.netty.maxDirectMemory: -1 bytes +[02Jun2025 15:29:15.808] [pool-7-thread-1/DEBUG] [io.netty.util.internal.PlatformDependent/]: -Dio.netty.uninitializedArrayAllocationThreshold: -1 +[02Jun2025 15:29:15.809] [pool-7-thread-1/DEBUG] [io.netty.util.internal.CleanerJava9/]: java.nio.ByteBuffer.cleaner(): available +[02Jun2025 15:29:15.809] [pool-7-thread-1/DEBUG] [io.netty.util.internal.PlatformDependent/]: -Dio.netty.noPreferDirect: false +[02Jun2025 15:29:17.779] [main/WARN] [net.minecraft.commands.Commands/]: Ambiguity between arguments [teleport, location] and [teleport, destination] with inputs: [0.1 -0.5 .9, 0 0 0] +[02Jun2025 15:29:17.780] [main/WARN] [net.minecraft.commands.Commands/]: Ambiguity between arguments [teleport, location] and [teleport, targets] with inputs: [0.1 -0.5 .9, 0 0 0] +[02Jun2025 15:29:17.781] [main/WARN] [net.minecraft.commands.Commands/]: Ambiguity between arguments [teleport, destination] and [teleport, targets] with inputs: [Player, 0123, @e, dd12be42-52a9-4a91-a8a1-11c01849e498] +[02Jun2025 15:29:17.782] [main/WARN] [net.minecraft.commands.Commands/]: Ambiguity between arguments [teleport, targets] and [teleport, destination] with inputs: [Player, 0123, dd12be42-52a9-4a91-a8a1-11c01849e498] +[02Jun2025 15:29:17.782] [main/WARN] [net.minecraft.commands.Commands/]: Ambiguity between arguments [teleport, targets, location] and [teleport, targets, destination] with inputs: [0.1 -0.5 .9, 0 0 0] +[02Jun2025 15:29:17.859] [Render thread/WARN] [net.minecraft.server.packs.VanillaPackResourcesBuilder/]: Assets URL 'union:/home/cow/cawezs_mantle_to_stratus/build/moddev/artifacts/neoforge-21.1.92.jar%23171!/assets/.mcassetsroot' uses unexpected schema +[02Jun2025 15:29:17.860] [Render thread/WARN] [net.minecraft.server.packs.VanillaPackResourcesBuilder/]: Assets URL 'union:/home/cow/cawezs_mantle_to_stratus/build/moddev/artifacts/neoforge-21.1.92.jar%23171!/data/.mcassetsroot' uses unexpected schema +[02Jun2025 15:29:17.876] [Render thread/INFO] [com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService/]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, name=PROD] +[02Jun2025 15:29:17.882] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Setting user: Dev +[02Jun2025 15:29:17.953] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Backend library: LWJGL version 3.3.3+5 +[02Jun2025 15:29:18.003] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/topology/core_id +[02Jun2025 15:29:18.003] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/topology/core_id +[02Jun2025 15:29:18.004] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/topology/physical_package_id +[02Jun2025 15:29:18.004] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/topology/physical_package_id +[02Jun2025 15:29:18.004] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cpu_capacity +[02Jun2025 15:29:18.004] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/level +[02Jun2025 15:29:18.004] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/level +[02Jun2025 15:29:18.004] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/type +[02Jun2025 15:29:18.004] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/type +[02Jun2025 15:29:18.004] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/ways_of_associativity +[02Jun2025 15:29:18.004] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/ways_of_associativity +[02Jun2025 15:29:18.004] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/coherency_line_size +[02Jun2025 15:29:18.004] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/coherency_line_size +[02Jun2025 15:29:18.004] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/size +[02Jun2025 15:29:18.004] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index2/size +[02Jun2025 15:29:18.004] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/level +[02Jun2025 15:29:18.004] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/level +[02Jun2025 15:29:18.005] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/type +[02Jun2025 15:29:18.005] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/type +[02Jun2025 15:29:18.005] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/ways_of_associativity +[02Jun2025 15:29:18.005] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/ways_of_associativity +[02Jun2025 15:29:18.005] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/coherency_line_size +[02Jun2025 15:29:18.005] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/coherency_line_size +[02Jun2025 15:29:18.005] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/size +[02Jun2025 15:29:18.005] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index0/size +[02Jun2025 15:29:18.005] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/level +[02Jun2025 15:29:18.005] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/level +[02Jun2025 15:29:18.005] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/type +[02Jun2025 15:29:18.005] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/type +[02Jun2025 15:29:18.005] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/ways_of_associativity +[02Jun2025 15:29:18.005] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/ways_of_associativity +[02Jun2025 15:29:18.005] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/coherency_line_size +[02Jun2025 15:29:18.005] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/coherency_line_size +[02Jun2025 15:29:18.005] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/size +[02Jun2025 15:29:18.005] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index3/size +[02Jun2025 15:29:18.005] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/level +[02Jun2025 15:29:18.005] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/level +[02Jun2025 15:29:18.006] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/type +[02Jun2025 15:29:18.006] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/type +[02Jun2025 15:29:18.006] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/ways_of_associativity +[02Jun2025 15:29:18.006] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/ways_of_associativity +[02Jun2025 15:29:18.006] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/coherency_line_size +[02Jun2025 15:29:18.006] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/coherency_line_size +[02Jun2025 15:29:18.006] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/size +[02Jun2025 15:29:18.006] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu0/cache/index1/size +[02Jun2025 15:29:18.006] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/topology/core_id +[02Jun2025 15:29:18.006] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/topology/core_id +[02Jun2025 15:29:18.006] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/topology/physical_package_id +[02Jun2025 15:29:18.006] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/topology/physical_package_id +[02Jun2025 15:29:18.006] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cpu_capacity +[02Jun2025 15:29:18.007] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/level +[02Jun2025 15:29:18.007] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/level +[02Jun2025 15:29:18.007] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/type +[02Jun2025 15:29:18.007] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/type +[02Jun2025 15:29:18.007] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/ways_of_associativity +[02Jun2025 15:29:18.007] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/ways_of_associativity +[02Jun2025 15:29:18.007] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/coherency_line_size +[02Jun2025 15:29:18.007] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/coherency_line_size +[02Jun2025 15:29:18.008] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/size +[02Jun2025 15:29:18.008] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index2/size +[02Jun2025 15:29:18.008] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/level +[02Jun2025 15:29:18.008] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/level +[02Jun2025 15:29:18.008] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/type +[02Jun2025 15:29:18.008] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/type +[02Jun2025 15:29:18.008] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/ways_of_associativity +[02Jun2025 15:29:18.008] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/ways_of_associativity +[02Jun2025 15:29:18.008] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/coherency_line_size +[02Jun2025 15:29:18.008] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/coherency_line_size +[02Jun2025 15:29:18.008] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/size +[02Jun2025 15:29:18.008] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index0/size +[02Jun2025 15:29:18.008] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/level +[02Jun2025 15:29:18.008] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/level +[02Jun2025 15:29:18.008] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/type +[02Jun2025 15:29:18.008] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/type +[02Jun2025 15:29:18.008] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/ways_of_associativity +[02Jun2025 15:29:18.008] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/ways_of_associativity +[02Jun2025 15:29:18.008] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/coherency_line_size +[02Jun2025 15:29:18.008] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/coherency_line_size +[02Jun2025 15:29:18.008] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/size +[02Jun2025 15:29:18.008] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index3/size +[02Jun2025 15:29:18.009] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/level +[02Jun2025 15:29:18.009] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/level +[02Jun2025 15:29:18.009] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/type +[02Jun2025 15:29:18.009] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/type +[02Jun2025 15:29:18.009] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/ways_of_associativity +[02Jun2025 15:29:18.009] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/ways_of_associativity +[02Jun2025 15:29:18.009] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/coherency_line_size +[02Jun2025 15:29:18.009] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/coherency_line_size +[02Jun2025 15:29:18.009] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/size +[02Jun2025 15:29:18.009] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu1/cache/index1/size +[02Jun2025 15:29:18.010] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/topology/core_id +[02Jun2025 15:29:18.010] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/topology/core_id +[02Jun2025 15:29:18.010] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/topology/physical_package_id +[02Jun2025 15:29:18.010] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/topology/physical_package_id +[02Jun2025 15:29:18.010] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cpu_capacity +[02Jun2025 15:29:18.010] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/level +[02Jun2025 15:29:18.010] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/level +[02Jun2025 15:29:18.010] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/type +[02Jun2025 15:29:18.010] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/type +[02Jun2025 15:29:18.010] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/ways_of_associativity +[02Jun2025 15:29:18.010] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/ways_of_associativity +[02Jun2025 15:29:18.010] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/coherency_line_size +[02Jun2025 15:29:18.010] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/coherency_line_size +[02Jun2025 15:29:18.010] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/size +[02Jun2025 15:29:18.010] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index2/size +[02Jun2025 15:29:18.010] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/level +[02Jun2025 15:29:18.010] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/level +[02Jun2025 15:29:18.010] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/type +[02Jun2025 15:29:18.010] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/type +[02Jun2025 15:29:18.010] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/ways_of_associativity +[02Jun2025 15:29:18.010] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/ways_of_associativity +[02Jun2025 15:29:18.011] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/coherency_line_size +[02Jun2025 15:29:18.011] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/coherency_line_size +[02Jun2025 15:29:18.011] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/size +[02Jun2025 15:29:18.011] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index0/size +[02Jun2025 15:29:18.011] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/level +[02Jun2025 15:29:18.011] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/level +[02Jun2025 15:29:18.011] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/type +[02Jun2025 15:29:18.011] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/type +[02Jun2025 15:29:18.011] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/ways_of_associativity +[02Jun2025 15:29:18.011] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/ways_of_associativity +[02Jun2025 15:29:18.011] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/coherency_line_size +[02Jun2025 15:29:18.011] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/coherency_line_size +[02Jun2025 15:29:18.011] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/size +[02Jun2025 15:29:18.011] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index3/size +[02Jun2025 15:29:18.011] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/level +[02Jun2025 15:29:18.011] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/level +[02Jun2025 15:29:18.011] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/type +[02Jun2025 15:29:18.011] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/type +[02Jun2025 15:29:18.011] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/ways_of_associativity +[02Jun2025 15:29:18.011] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/ways_of_associativity +[02Jun2025 15:29:18.011] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/coherency_line_size +[02Jun2025 15:29:18.011] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/coherency_line_size +[02Jun2025 15:29:18.011] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/size +[02Jun2025 15:29:18.011] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu10/cache/index1/size +[02Jun2025 15:29:18.012] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/topology/core_id +[02Jun2025 15:29:18.012] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/topology/core_id +[02Jun2025 15:29:18.012] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/topology/physical_package_id +[02Jun2025 15:29:18.012] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/topology/physical_package_id +[02Jun2025 15:29:18.012] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cpu_capacity +[02Jun2025 15:29:18.012] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/level +[02Jun2025 15:29:18.013] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/level +[02Jun2025 15:29:18.013] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/type +[02Jun2025 15:29:18.013] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/type +[02Jun2025 15:29:18.013] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/ways_of_associativity +[02Jun2025 15:29:18.013] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/ways_of_associativity +[02Jun2025 15:29:18.013] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/coherency_line_size +[02Jun2025 15:29:18.013] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/coherency_line_size +[02Jun2025 15:29:18.013] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/size +[02Jun2025 15:29:18.013] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index2/size +[02Jun2025 15:29:18.013] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/level +[02Jun2025 15:29:18.013] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/level +[02Jun2025 15:29:18.013] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/type +[02Jun2025 15:29:18.013] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/type +[02Jun2025 15:29:18.013] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/ways_of_associativity +[02Jun2025 15:29:18.013] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/ways_of_associativity +[02Jun2025 15:29:18.013] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/coherency_line_size +[02Jun2025 15:29:18.013] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/coherency_line_size +[02Jun2025 15:29:18.014] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/size +[02Jun2025 15:29:18.014] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index0/size +[02Jun2025 15:29:18.014] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/level +[02Jun2025 15:29:18.014] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/level +[02Jun2025 15:29:18.014] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/type +[02Jun2025 15:29:18.014] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/type +[02Jun2025 15:29:18.014] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/ways_of_associativity +[02Jun2025 15:29:18.014] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/ways_of_associativity +[02Jun2025 15:29:18.014] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/coherency_line_size +[02Jun2025 15:29:18.014] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/coherency_line_size +[02Jun2025 15:29:18.014] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/size +[02Jun2025 15:29:18.014] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index3/size +[02Jun2025 15:29:18.014] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/level +[02Jun2025 15:29:18.014] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/level +[02Jun2025 15:29:18.014] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/type +[02Jun2025 15:29:18.014] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/type +[02Jun2025 15:29:18.015] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/ways_of_associativity +[02Jun2025 15:29:18.015] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/ways_of_associativity +[02Jun2025 15:29:18.015] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/coherency_line_size +[02Jun2025 15:29:18.015] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/coherency_line_size +[02Jun2025 15:29:18.015] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/size +[02Jun2025 15:29:18.015] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu11/cache/index1/size +[02Jun2025 15:29:18.015] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/topology/core_id +[02Jun2025 15:29:18.016] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/topology/core_id +[02Jun2025 15:29:18.016] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/topology/physical_package_id +[02Jun2025 15:29:18.016] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/topology/physical_package_id +[02Jun2025 15:29:18.016] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cpu_capacity +[02Jun2025 15:29:18.016] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/level +[02Jun2025 15:29:18.016] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/level +[02Jun2025 15:29:18.016] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/type +[02Jun2025 15:29:18.016] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/type +[02Jun2025 15:29:18.016] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/ways_of_associativity +[02Jun2025 15:29:18.016] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/ways_of_associativity +[02Jun2025 15:29:18.016] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/coherency_line_size +[02Jun2025 15:29:18.016] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/coherency_line_size +[02Jun2025 15:29:18.016] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/size +[02Jun2025 15:29:18.016] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index2/size +[02Jun2025 15:29:18.016] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/level +[02Jun2025 15:29:18.016] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/level +[02Jun2025 15:29:18.017] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/type +[02Jun2025 15:29:18.017] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/type +[02Jun2025 15:29:18.017] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/ways_of_associativity +[02Jun2025 15:29:18.017] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/ways_of_associativity +[02Jun2025 15:29:18.017] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/coherency_line_size +[02Jun2025 15:29:18.017] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/coherency_line_size +[02Jun2025 15:29:18.017] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/size +[02Jun2025 15:29:18.017] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index0/size +[02Jun2025 15:29:18.017] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/level +[02Jun2025 15:29:18.017] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/level +[02Jun2025 15:29:18.017] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/type +[02Jun2025 15:29:18.017] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/type +[02Jun2025 15:29:18.018] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/ways_of_associativity +[02Jun2025 15:29:18.018] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/ways_of_associativity +[02Jun2025 15:29:18.018] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/coherency_line_size +[02Jun2025 15:29:18.018] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/coherency_line_size +[02Jun2025 15:29:18.018] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/size +[02Jun2025 15:29:18.018] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index3/size +[02Jun2025 15:29:18.018] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/level +[02Jun2025 15:29:18.018] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/level +[02Jun2025 15:29:18.018] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/type +[02Jun2025 15:29:18.018] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/type +[02Jun2025 15:29:18.018] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/ways_of_associativity +[02Jun2025 15:29:18.018] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/ways_of_associativity +[02Jun2025 15:29:18.018] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/coherency_line_size +[02Jun2025 15:29:18.019] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/coherency_line_size +[02Jun2025 15:29:18.019] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/size +[02Jun2025 15:29:18.019] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu12/cache/index1/size +[02Jun2025 15:29:18.019] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/topology/core_id +[02Jun2025 15:29:18.019] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/topology/core_id +[02Jun2025 15:29:18.019] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/topology/physical_package_id +[02Jun2025 15:29:18.020] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/topology/physical_package_id +[02Jun2025 15:29:18.020] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cpu_capacity +[02Jun2025 15:29:18.020] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/level +[02Jun2025 15:29:18.020] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/level +[02Jun2025 15:29:18.020] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/type +[02Jun2025 15:29:18.020] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/type +[02Jun2025 15:29:18.020] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/ways_of_associativity +[02Jun2025 15:29:18.020] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/ways_of_associativity +[02Jun2025 15:29:18.020] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/coherency_line_size +[02Jun2025 15:29:18.020] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/coherency_line_size +[02Jun2025 15:29:18.020] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/size +[02Jun2025 15:29:18.020] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index2/size +[02Jun2025 15:29:18.020] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/level +[02Jun2025 15:29:18.020] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/level +[02Jun2025 15:29:18.020] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/type +[02Jun2025 15:29:18.020] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/type +[02Jun2025 15:29:18.020] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/ways_of_associativity +[02Jun2025 15:29:18.020] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/ways_of_associativity +[02Jun2025 15:29:18.021] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/coherency_line_size +[02Jun2025 15:29:18.021] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/coherency_line_size +[02Jun2025 15:29:18.021] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/size +[02Jun2025 15:29:18.021] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index0/size +[02Jun2025 15:29:18.021] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/level +[02Jun2025 15:29:18.021] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/level +[02Jun2025 15:29:18.021] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/type +[02Jun2025 15:29:18.021] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/type +[02Jun2025 15:29:18.021] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/ways_of_associativity +[02Jun2025 15:29:18.021] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/ways_of_associativity +[02Jun2025 15:29:18.021] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/coherency_line_size +[02Jun2025 15:29:18.021] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/coherency_line_size +[02Jun2025 15:29:18.021] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/size +[02Jun2025 15:29:18.021] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index3/size +[02Jun2025 15:29:18.021] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/level +[02Jun2025 15:29:18.021] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/level +[02Jun2025 15:29:18.021] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/type +[02Jun2025 15:29:18.021] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/type +[02Jun2025 15:29:18.021] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/ways_of_associativity +[02Jun2025 15:29:18.021] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/ways_of_associativity +[02Jun2025 15:29:18.021] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/coherency_line_size +[02Jun2025 15:29:18.022] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/coherency_line_size +[02Jun2025 15:29:18.022] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/size +[02Jun2025 15:29:18.022] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu13/cache/index1/size +[02Jun2025 15:29:18.022] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/topology/core_id +[02Jun2025 15:29:18.022] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/topology/core_id +[02Jun2025 15:29:18.022] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/topology/physical_package_id +[02Jun2025 15:29:18.022] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/topology/physical_package_id +[02Jun2025 15:29:18.022] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cpu_capacity +[02Jun2025 15:29:18.022] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/level +[02Jun2025 15:29:18.022] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/level +[02Jun2025 15:29:18.022] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/type +[02Jun2025 15:29:18.022] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/type +[02Jun2025 15:29:18.022] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/ways_of_associativity +[02Jun2025 15:29:18.022] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/ways_of_associativity +[02Jun2025 15:29:18.022] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/coherency_line_size +[02Jun2025 15:29:18.022] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/coherency_line_size +[02Jun2025 15:29:18.022] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/size +[02Jun2025 15:29:18.022] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index2/size +[02Jun2025 15:29:18.022] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/level +[02Jun2025 15:29:18.022] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/level +[02Jun2025 15:29:18.023] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/type +[02Jun2025 15:29:18.023] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/type +[02Jun2025 15:29:18.023] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/ways_of_associativity +[02Jun2025 15:29:18.023] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/ways_of_associativity +[02Jun2025 15:29:18.023] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/coherency_line_size +[02Jun2025 15:29:18.023] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/coherency_line_size +[02Jun2025 15:29:18.023] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/size +[02Jun2025 15:29:18.023] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index0/size +[02Jun2025 15:29:18.023] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/level +[02Jun2025 15:29:18.023] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/level +[02Jun2025 15:29:18.023] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/type +[02Jun2025 15:29:18.023] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/type +[02Jun2025 15:29:18.023] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/ways_of_associativity +[02Jun2025 15:29:18.023] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/ways_of_associativity +[02Jun2025 15:29:18.023] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/coherency_line_size +[02Jun2025 15:29:18.023] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/coherency_line_size +[02Jun2025 15:29:18.023] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/size +[02Jun2025 15:29:18.023] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index3/size +[02Jun2025 15:29:18.023] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/level +[02Jun2025 15:29:18.023] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/level +[02Jun2025 15:29:18.023] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/type +[02Jun2025 15:29:18.023] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/type +[02Jun2025 15:29:18.023] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/ways_of_associativity +[02Jun2025 15:29:18.023] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/ways_of_associativity +[02Jun2025 15:29:18.023] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/coherency_line_size +[02Jun2025 15:29:18.023] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/coherency_line_size +[02Jun2025 15:29:18.024] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/size +[02Jun2025 15:29:18.024] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu14/cache/index1/size +[02Jun2025 15:29:18.024] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/topology/core_id +[02Jun2025 15:29:18.024] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/topology/core_id +[02Jun2025 15:29:18.024] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/topology/physical_package_id +[02Jun2025 15:29:18.024] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/topology/physical_package_id +[02Jun2025 15:29:18.024] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cpu_capacity +[02Jun2025 15:29:18.024] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/level +[02Jun2025 15:29:18.024] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/level +[02Jun2025 15:29:18.024] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/type +[02Jun2025 15:29:18.024] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/type +[02Jun2025 15:29:18.025] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/ways_of_associativity +[02Jun2025 15:29:18.025] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/ways_of_associativity +[02Jun2025 15:29:18.025] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/coherency_line_size +[02Jun2025 15:29:18.025] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/coherency_line_size +[02Jun2025 15:29:18.025] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/size +[02Jun2025 15:29:18.025] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index2/size +[02Jun2025 15:29:18.025] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/level +[02Jun2025 15:29:18.025] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/level +[02Jun2025 15:29:18.025] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/type +[02Jun2025 15:29:18.025] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/type +[02Jun2025 15:29:18.025] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/ways_of_associativity +[02Jun2025 15:29:18.025] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/ways_of_associativity +[02Jun2025 15:29:18.025] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/coherency_line_size +[02Jun2025 15:29:18.025] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/coherency_line_size +[02Jun2025 15:29:18.025] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/size +[02Jun2025 15:29:18.025] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index0/size +[02Jun2025 15:29:18.025] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/level +[02Jun2025 15:29:18.025] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/level +[02Jun2025 15:29:18.025] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/type +[02Jun2025 15:29:18.025] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/type +[02Jun2025 15:29:18.025] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/ways_of_associativity +[02Jun2025 15:29:18.025] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/ways_of_associativity +[02Jun2025 15:29:18.025] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/coherency_line_size +[02Jun2025 15:29:18.025] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/coherency_line_size +[02Jun2025 15:29:18.025] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/size +[02Jun2025 15:29:18.025] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index3/size +[02Jun2025 15:29:18.025] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/level +[02Jun2025 15:29:18.025] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/level +[02Jun2025 15:29:18.025] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/type +[02Jun2025 15:29:18.025] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/type +[02Jun2025 15:29:18.025] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/ways_of_associativity +[02Jun2025 15:29:18.025] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/ways_of_associativity +[02Jun2025 15:29:18.025] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/coherency_line_size +[02Jun2025 15:29:18.025] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/coherency_line_size +[02Jun2025 15:29:18.025] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/size +[02Jun2025 15:29:18.025] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu15/cache/index1/size +[02Jun2025 15:29:18.026] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/topology/core_id +[02Jun2025 15:29:18.026] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/topology/core_id +[02Jun2025 15:29:18.026] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/topology/physical_package_id +[02Jun2025 15:29:18.026] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/topology/physical_package_id +[02Jun2025 15:29:18.026] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cpu_capacity +[02Jun2025 15:29:18.026] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/level +[02Jun2025 15:29:18.026] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/level +[02Jun2025 15:29:18.026] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/type +[02Jun2025 15:29:18.026] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/type +[02Jun2025 15:29:18.026] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/ways_of_associativity +[02Jun2025 15:29:18.026] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/ways_of_associativity +[02Jun2025 15:29:18.026] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/coherency_line_size +[02Jun2025 15:29:18.026] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/coherency_line_size +[02Jun2025 15:29:18.026] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/size +[02Jun2025 15:29:18.026] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index2/size +[02Jun2025 15:29:18.026] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/level +[02Jun2025 15:29:18.026] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/level +[02Jun2025 15:29:18.026] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/type +[02Jun2025 15:29:18.026] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/type +[02Jun2025 15:29:18.026] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/ways_of_associativity +[02Jun2025 15:29:18.026] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/ways_of_associativity +[02Jun2025 15:29:18.026] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/coherency_line_size +[02Jun2025 15:29:18.026] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/coherency_line_size +[02Jun2025 15:29:18.026] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/size +[02Jun2025 15:29:18.026] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index0/size +[02Jun2025 15:29:18.026] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/level +[02Jun2025 15:29:18.026] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/level +[02Jun2025 15:29:18.026] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/type +[02Jun2025 15:29:18.026] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/type +[02Jun2025 15:29:18.026] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/ways_of_associativity +[02Jun2025 15:29:18.026] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/ways_of_associativity +[02Jun2025 15:29:18.027] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/coherency_line_size +[02Jun2025 15:29:18.027] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/coherency_line_size +[02Jun2025 15:29:18.027] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/size +[02Jun2025 15:29:18.027] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index3/size +[02Jun2025 15:29:18.027] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/level +[02Jun2025 15:29:18.027] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/level +[02Jun2025 15:29:18.027] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/type +[02Jun2025 15:29:18.027] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/type +[02Jun2025 15:29:18.027] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/ways_of_associativity +[02Jun2025 15:29:18.027] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/ways_of_associativity +[02Jun2025 15:29:18.027] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/coherency_line_size +[02Jun2025 15:29:18.027] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/coherency_line_size +[02Jun2025 15:29:18.027] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/size +[02Jun2025 15:29:18.027] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu2/cache/index1/size +[02Jun2025 15:29:18.027] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/topology/core_id +[02Jun2025 15:29:18.027] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/topology/core_id +[02Jun2025 15:29:18.027] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/topology/physical_package_id +[02Jun2025 15:29:18.027] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/topology/physical_package_id +[02Jun2025 15:29:18.027] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cpu_capacity +[02Jun2025 15:29:18.027] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/level +[02Jun2025 15:29:18.027] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/level +[02Jun2025 15:29:18.027] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/type +[02Jun2025 15:29:18.027] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/type +[02Jun2025 15:29:18.027] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/ways_of_associativity +[02Jun2025 15:29:18.027] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/ways_of_associativity +[02Jun2025 15:29:18.027] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/coherency_line_size +[02Jun2025 15:29:18.027] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/coherency_line_size +[02Jun2025 15:29:18.028] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/size +[02Jun2025 15:29:18.028] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index2/size +[02Jun2025 15:29:18.028] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/level +[02Jun2025 15:29:18.028] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/level +[02Jun2025 15:29:18.028] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/type +[02Jun2025 15:29:18.028] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/type +[02Jun2025 15:29:18.028] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/ways_of_associativity +[02Jun2025 15:29:18.028] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/ways_of_associativity +[02Jun2025 15:29:18.028] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/coherency_line_size +[02Jun2025 15:29:18.028] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/coherency_line_size +[02Jun2025 15:29:18.028] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/size +[02Jun2025 15:29:18.028] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index0/size +[02Jun2025 15:29:18.028] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/level +[02Jun2025 15:29:18.028] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/level +[02Jun2025 15:29:18.028] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/type +[02Jun2025 15:29:18.028] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/type +[02Jun2025 15:29:18.028] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/ways_of_associativity +[02Jun2025 15:29:18.028] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/ways_of_associativity +[02Jun2025 15:29:18.028] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/coherency_line_size +[02Jun2025 15:29:18.028] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/coherency_line_size +[02Jun2025 15:29:18.028] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/size +[02Jun2025 15:29:18.028] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index3/size +[02Jun2025 15:29:18.028] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/level +[02Jun2025 15:29:18.028] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/level +[02Jun2025 15:29:18.028] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/type +[02Jun2025 15:29:18.028] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/type +[02Jun2025 15:29:18.028] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/ways_of_associativity +[02Jun2025 15:29:18.028] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/ways_of_associativity +[02Jun2025 15:29:18.028] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/coherency_line_size +[02Jun2025 15:29:18.028] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/coherency_line_size +[02Jun2025 15:29:18.028] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/size +[02Jun2025 15:29:18.028] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu3/cache/index1/size +[02Jun2025 15:29:18.028] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/topology/core_id +[02Jun2025 15:29:18.028] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/topology/core_id +[02Jun2025 15:29:18.028] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/topology/physical_package_id +[02Jun2025 15:29:18.029] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/topology/physical_package_id +[02Jun2025 15:29:18.029] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cpu_capacity +[02Jun2025 15:29:18.029] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/level +[02Jun2025 15:29:18.029] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/level +[02Jun2025 15:29:18.029] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/type +[02Jun2025 15:29:18.029] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/type +[02Jun2025 15:29:18.029] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/ways_of_associativity +[02Jun2025 15:29:18.029] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/ways_of_associativity +[02Jun2025 15:29:18.029] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/coherency_line_size +[02Jun2025 15:29:18.029] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/coherency_line_size +[02Jun2025 15:29:18.029] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/size +[02Jun2025 15:29:18.029] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index2/size +[02Jun2025 15:29:18.029] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/level +[02Jun2025 15:29:18.029] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/level +[02Jun2025 15:29:18.029] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/type +[02Jun2025 15:29:18.029] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/type +[02Jun2025 15:29:18.029] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/ways_of_associativity +[02Jun2025 15:29:18.029] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/ways_of_associativity +[02Jun2025 15:29:18.029] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/coherency_line_size +[02Jun2025 15:29:18.029] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/coherency_line_size +[02Jun2025 15:29:18.029] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/size +[02Jun2025 15:29:18.029] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index0/size +[02Jun2025 15:29:18.029] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/level +[02Jun2025 15:29:18.029] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/level +[02Jun2025 15:29:18.029] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/type +[02Jun2025 15:29:18.029] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/type +[02Jun2025 15:29:18.029] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/ways_of_associativity +[02Jun2025 15:29:18.029] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/ways_of_associativity +[02Jun2025 15:29:18.029] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/coherency_line_size +[02Jun2025 15:29:18.029] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/coherency_line_size +[02Jun2025 15:29:18.029] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/size +[02Jun2025 15:29:18.029] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index3/size +[02Jun2025 15:29:18.029] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/level +[02Jun2025 15:29:18.029] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/level +[02Jun2025 15:29:18.029] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/type +[02Jun2025 15:29:18.029] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/type +[02Jun2025 15:29:18.029] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/ways_of_associativity +[02Jun2025 15:29:18.029] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/ways_of_associativity +[02Jun2025 15:29:18.029] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/coherency_line_size +[02Jun2025 15:29:18.029] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/coherency_line_size +[02Jun2025 15:29:18.029] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/size +[02Jun2025 15:29:18.030] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu4/cache/index1/size +[02Jun2025 15:29:18.030] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/topology/core_id +[02Jun2025 15:29:18.030] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/topology/core_id +[02Jun2025 15:29:18.030] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/topology/physical_package_id +[02Jun2025 15:29:18.030] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/topology/physical_package_id +[02Jun2025 15:29:18.030] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cpu_capacity +[02Jun2025 15:29:18.030] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/level +[02Jun2025 15:29:18.030] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/level +[02Jun2025 15:29:18.030] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/type +[02Jun2025 15:29:18.030] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/type +[02Jun2025 15:29:18.030] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/ways_of_associativity +[02Jun2025 15:29:18.030] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/ways_of_associativity +[02Jun2025 15:29:18.030] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/coherency_line_size +[02Jun2025 15:29:18.030] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/coherency_line_size +[02Jun2025 15:29:18.030] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/size +[02Jun2025 15:29:18.030] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index2/size +[02Jun2025 15:29:18.030] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/level +[02Jun2025 15:29:18.030] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/level +[02Jun2025 15:29:18.030] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/type +[02Jun2025 15:29:18.030] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/type +[02Jun2025 15:29:18.030] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/ways_of_associativity +[02Jun2025 15:29:18.030] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/ways_of_associativity +[02Jun2025 15:29:18.030] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/coherency_line_size +[02Jun2025 15:29:18.030] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/coherency_line_size +[02Jun2025 15:29:18.030] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/size +[02Jun2025 15:29:18.030] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index0/size +[02Jun2025 15:29:18.030] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/level +[02Jun2025 15:29:18.030] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/level +[02Jun2025 15:29:18.030] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/type +[02Jun2025 15:29:18.030] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/type +[02Jun2025 15:29:18.030] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/ways_of_associativity +[02Jun2025 15:29:18.030] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/ways_of_associativity +[02Jun2025 15:29:18.030] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/coherency_line_size +[02Jun2025 15:29:18.030] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/coherency_line_size +[02Jun2025 15:29:18.030] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/size +[02Jun2025 15:29:18.030] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index3/size +[02Jun2025 15:29:18.031] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/level +[02Jun2025 15:29:18.031] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/level +[02Jun2025 15:29:18.031] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/type +[02Jun2025 15:29:18.031] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/type +[02Jun2025 15:29:18.031] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/ways_of_associativity +[02Jun2025 15:29:18.031] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/ways_of_associativity +[02Jun2025 15:29:18.031] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/coherency_line_size +[02Jun2025 15:29:18.031] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/coherency_line_size +[02Jun2025 15:29:18.031] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/size +[02Jun2025 15:29:18.031] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu5/cache/index1/size +[02Jun2025 15:29:18.031] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/topology/core_id +[02Jun2025 15:29:18.031] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/topology/core_id +[02Jun2025 15:29:18.031] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/topology/physical_package_id +[02Jun2025 15:29:18.031] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/topology/physical_package_id +[02Jun2025 15:29:18.031] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cpu_capacity +[02Jun2025 15:29:18.031] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/level +[02Jun2025 15:29:18.032] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/level +[02Jun2025 15:29:18.032] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/type +[02Jun2025 15:29:18.032] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/type +[02Jun2025 15:29:18.032] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/ways_of_associativity +[02Jun2025 15:29:18.032] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/ways_of_associativity +[02Jun2025 15:29:18.032] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/coherency_line_size +[02Jun2025 15:29:18.032] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/coherency_line_size +[02Jun2025 15:29:18.032] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/size +[02Jun2025 15:29:18.032] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index2/size +[02Jun2025 15:29:18.032] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/level +[02Jun2025 15:29:18.032] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/level +[02Jun2025 15:29:18.032] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/type +[02Jun2025 15:29:18.032] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/type +[02Jun2025 15:29:18.032] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/ways_of_associativity +[02Jun2025 15:29:18.032] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/ways_of_associativity +[02Jun2025 15:29:18.032] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/coherency_line_size +[02Jun2025 15:29:18.032] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/coherency_line_size +[02Jun2025 15:29:18.032] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/size +[02Jun2025 15:29:18.032] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index0/size +[02Jun2025 15:29:18.032] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/level +[02Jun2025 15:29:18.032] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/level +[02Jun2025 15:29:18.032] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/type +[02Jun2025 15:29:18.032] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/type +[02Jun2025 15:29:18.032] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/ways_of_associativity +[02Jun2025 15:29:18.032] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/ways_of_associativity +[02Jun2025 15:29:18.032] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/coherency_line_size +[02Jun2025 15:29:18.032] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/coherency_line_size +[02Jun2025 15:29:18.032] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/size +[02Jun2025 15:29:18.032] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index3/size +[02Jun2025 15:29:18.032] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/level +[02Jun2025 15:29:18.032] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/level +[02Jun2025 15:29:18.032] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/type +[02Jun2025 15:29:18.032] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/type +[02Jun2025 15:29:18.032] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/ways_of_associativity +[02Jun2025 15:29:18.033] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/ways_of_associativity +[02Jun2025 15:29:18.033] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/coherency_line_size +[02Jun2025 15:29:18.033] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/coherency_line_size +[02Jun2025 15:29:18.033] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/size +[02Jun2025 15:29:18.033] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu6/cache/index1/size +[02Jun2025 15:29:18.033] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/topology/core_id +[02Jun2025 15:29:18.033] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/topology/core_id +[02Jun2025 15:29:18.033] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/topology/physical_package_id +[02Jun2025 15:29:18.033] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/topology/physical_package_id +[02Jun2025 15:29:18.033] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cpu_capacity +[02Jun2025 15:29:18.033] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/level +[02Jun2025 15:29:18.033] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/level +[02Jun2025 15:29:18.033] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/type +[02Jun2025 15:29:18.033] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/type +[02Jun2025 15:29:18.034] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/ways_of_associativity +[02Jun2025 15:29:18.034] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/ways_of_associativity +[02Jun2025 15:29:18.034] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/coherency_line_size +[02Jun2025 15:29:18.034] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/coherency_line_size +[02Jun2025 15:29:18.034] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/size +[02Jun2025 15:29:18.034] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index2/size +[02Jun2025 15:29:18.034] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/level +[02Jun2025 15:29:18.034] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/level +[02Jun2025 15:29:18.034] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/type +[02Jun2025 15:29:18.034] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/type +[02Jun2025 15:29:18.034] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/ways_of_associativity +[02Jun2025 15:29:18.034] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/ways_of_associativity +[02Jun2025 15:29:18.034] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/coherency_line_size +[02Jun2025 15:29:18.034] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/coherency_line_size +[02Jun2025 15:29:18.034] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/size +[02Jun2025 15:29:18.034] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index0/size +[02Jun2025 15:29:18.034] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/level +[02Jun2025 15:29:18.034] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/level +[02Jun2025 15:29:18.034] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/type +[02Jun2025 15:29:18.034] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/type +[02Jun2025 15:29:18.034] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/ways_of_associativity +[02Jun2025 15:29:18.034] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/ways_of_associativity +[02Jun2025 15:29:18.034] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/coherency_line_size +[02Jun2025 15:29:18.034] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/coherency_line_size +[02Jun2025 15:29:18.034] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/size +[02Jun2025 15:29:18.034] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index3/size +[02Jun2025 15:29:18.034] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/level +[02Jun2025 15:29:18.034] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/level +[02Jun2025 15:29:18.034] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/type +[02Jun2025 15:29:18.034] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/type +[02Jun2025 15:29:18.034] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/ways_of_associativity +[02Jun2025 15:29:18.035] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/ways_of_associativity +[02Jun2025 15:29:18.035] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/coherency_line_size +[02Jun2025 15:29:18.035] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/coherency_line_size +[02Jun2025 15:29:18.035] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/size +[02Jun2025 15:29:18.035] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu7/cache/index1/size +[02Jun2025 15:29:18.035] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/topology/core_id +[02Jun2025 15:29:18.035] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/topology/core_id +[02Jun2025 15:29:18.035] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/topology/physical_package_id +[02Jun2025 15:29:18.035] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/topology/physical_package_id +[02Jun2025 15:29:18.035] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cpu_capacity +[02Jun2025 15:29:18.035] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/level +[02Jun2025 15:29:18.035] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/level +[02Jun2025 15:29:18.035] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/type +[02Jun2025 15:29:18.035] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/type +[02Jun2025 15:29:18.035] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/ways_of_associativity +[02Jun2025 15:29:18.035] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/ways_of_associativity +[02Jun2025 15:29:18.036] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/coherency_line_size +[02Jun2025 15:29:18.036] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/coherency_line_size +[02Jun2025 15:29:18.036] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/size +[02Jun2025 15:29:18.036] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index2/size +[02Jun2025 15:29:18.036] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/level +[02Jun2025 15:29:18.036] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/level +[02Jun2025 15:29:18.036] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/type +[02Jun2025 15:29:18.036] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/type +[02Jun2025 15:29:18.036] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/ways_of_associativity +[02Jun2025 15:29:18.036] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/ways_of_associativity +[02Jun2025 15:29:18.036] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/coherency_line_size +[02Jun2025 15:29:18.036] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/coherency_line_size +[02Jun2025 15:29:18.036] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/size +[02Jun2025 15:29:18.036] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index0/size +[02Jun2025 15:29:18.036] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/level +[02Jun2025 15:29:18.036] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/level +[02Jun2025 15:29:18.036] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/type +[02Jun2025 15:29:18.036] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/type +[02Jun2025 15:29:18.036] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/ways_of_associativity +[02Jun2025 15:29:18.036] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/ways_of_associativity +[02Jun2025 15:29:18.036] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/coherency_line_size +[02Jun2025 15:29:18.036] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/coherency_line_size +[02Jun2025 15:29:18.036] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/size +[02Jun2025 15:29:18.036] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index3/size +[02Jun2025 15:29:18.036] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/level +[02Jun2025 15:29:18.036] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/level +[02Jun2025 15:29:18.036] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/type +[02Jun2025 15:29:18.036] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/type +[02Jun2025 15:29:18.036] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/ways_of_associativity +[02Jun2025 15:29:18.036] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/ways_of_associativity +[02Jun2025 15:29:18.036] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/coherency_line_size +[02Jun2025 15:29:18.036] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/coherency_line_size +[02Jun2025 15:29:18.036] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/size +[02Jun2025 15:29:18.036] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu8/cache/index1/size +[02Jun2025 15:29:18.036] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/topology/core_id +[02Jun2025 15:29:18.037] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/topology/core_id +[02Jun2025 15:29:18.037] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/topology/physical_package_id +[02Jun2025 15:29:18.037] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/topology/physical_package_id +[02Jun2025 15:29:18.037] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cpu_capacity +[02Jun2025 15:29:18.037] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/level +[02Jun2025 15:29:18.037] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/level +[02Jun2025 15:29:18.037] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/type +[02Jun2025 15:29:18.037] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/type +[02Jun2025 15:29:18.037] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/ways_of_associativity +[02Jun2025 15:29:18.037] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/ways_of_associativity +[02Jun2025 15:29:18.037] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/coherency_line_size +[02Jun2025 15:29:18.037] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/coherency_line_size +[02Jun2025 15:29:18.037] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/size +[02Jun2025 15:29:18.037] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index2/size +[02Jun2025 15:29:18.037] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/level +[02Jun2025 15:29:18.037] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/level +[02Jun2025 15:29:18.037] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/type +[02Jun2025 15:29:18.037] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/type +[02Jun2025 15:29:18.037] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/ways_of_associativity +[02Jun2025 15:29:18.037] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/ways_of_associativity +[02Jun2025 15:29:18.037] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/coherency_line_size +[02Jun2025 15:29:18.037] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/coherency_line_size +[02Jun2025 15:29:18.038] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/size +[02Jun2025 15:29:18.038] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index0/size +[02Jun2025 15:29:18.038] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/level +[02Jun2025 15:29:18.038] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/level +[02Jun2025 15:29:18.038] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/type +[02Jun2025 15:29:18.038] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/type +[02Jun2025 15:29:18.038] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/ways_of_associativity +[02Jun2025 15:29:18.038] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/ways_of_associativity +[02Jun2025 15:29:18.038] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/coherency_line_size +[02Jun2025 15:29:18.038] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/coherency_line_size +[02Jun2025 15:29:18.038] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/size +[02Jun2025 15:29:18.038] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index3/size +[02Jun2025 15:29:18.038] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/level +[02Jun2025 15:29:18.038] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/level +[02Jun2025 15:29:18.038] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/type +[02Jun2025 15:29:18.038] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/type +[02Jun2025 15:29:18.038] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/ways_of_associativity +[02Jun2025 15:29:18.038] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/ways_of_associativity +[02Jun2025 15:29:18.038] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/coherency_line_size +[02Jun2025 15:29:18.038] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/coherency_line_size +[02Jun2025 15:29:18.038] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/size +[02Jun2025 15:29:18.038] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /sys/devices/system/cpu/cpu9/cache/index1/size +[02Jun2025 15:29:18.038] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /proc/cpuinfo +[02Jun2025 15:29:18.326] [Render thread/DEBUG] [oshi.util.FileUtil/]: Reading file /proc/self/auxv +[02Jun2025 15:29:18.359] [Render thread/DEBUG] [net.neoforged.fml.ModWorkManager/LOADING]: Using 16 threads for parallel mod-loading +[02Jun2025 15:29:18.367] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [net.neoforged.neoforge.common.NeoForgeMod, net.neoforged.neoforge.client.ClientNeoForgeMod] +[02Jun2025 15:29:18.371] [Render thread/DEBUG] [net.neoforged.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for [net.cawez.cawezsmantletostratus.CawezsMantleToStratusMod] +[02Jun2025 15:29:18.382] [modloading-worker-0/DEBUG] [net.neoforged.neoforge.internal.versions.neoforge.NeoForgeVersion/CORE]: Found NeoForge version 21.1.92 +[02Jun2025 15:29:18.382] [modloading-worker-0/DEBUG] [net.neoforged.neoforge.internal.versions.neoforge.NeoForgeVersion/CORE]: Found FML version 4.0.34 +[02Jun2025 15:29:18.382] [modloading-worker-0/INFO] [net.neoforged.neoforge.common.NeoForgeMod/NEOFORGE-MOD]: NeoForge mod loading, version 21.1.92, for MC 1.21.1 +[02Jun2025 15:29:18.395] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file neoforge-client.toml for neoforge tracking +[02Jun2025 15:29:18.395] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file neoforge-server.toml for neoforge tracking +[02Jun2025 15:29:18.395] [modloading-worker-0/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Config file neoforge-common.toml for neoforge tracking +[02Jun2025 15:29:18.429] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for neoforge +[02Jun2025 15:29:18.430] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.neoforged.neoforge.server.command.ConfigCommand to GAME +[02Jun2025 15:29:18.431] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.neoforged.neoforge.network.filters.GenericPacketSplitter to MOD +[02Jun2025 15:29:18.442] [modloading-worker-0/DEBUG] [io.netty.buffer.AbstractByteBuf/]: -Dio.netty.buffer.checkAccessible: true +[02Jun2025 15:29:18.442] [modloading-worker-0/DEBUG] [io.netty.buffer.AbstractByteBuf/]: -Dio.netty.buffer.checkBounds: true +[02Jun2025 15:29:18.443] [modloading-worker-0/DEBUG] [io.netty.util.ResourceLeakDetectorFactory/]: Loaded default ResourceLeakDetector: io.netty.util.ResourceLeakDetector@70b9500a +[02Jun2025 15:29:18.446] [modloading-worker-0/DEBUG] [io.netty.util.internal.InternalThreadLocalMap/]: -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024 +[02Jun2025 15:29:18.447] [modloading-worker-0/DEBUG] [io.netty.util.internal.InternalThreadLocalMap/]: -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096 +[02Jun2025 15:29:18.448] [modloading-worker-0/DEBUG] [io.netty.buffer.PooledByteBufAllocator/]: -Dio.netty.allocator.numHeapArenas: 32 +[02Jun2025 15:29:18.448] [modloading-worker-0/DEBUG] [io.netty.buffer.PooledByteBufAllocator/]: -Dio.netty.allocator.numDirectArenas: 32 +[02Jun2025 15:29:18.448] [modloading-worker-0/DEBUG] [io.netty.buffer.PooledByteBufAllocator/]: -Dio.netty.allocator.pageSize: 8192 +[02Jun2025 15:29:18.448] [modloading-worker-0/DEBUG] [io.netty.buffer.PooledByteBufAllocator/]: -Dio.netty.allocator.maxOrder: 9 +[02Jun2025 15:29:18.448] [modloading-worker-0/DEBUG] [io.netty.buffer.PooledByteBufAllocator/]: -Dio.netty.allocator.chunkSize: 4194304 +[02Jun2025 15:29:18.448] [modloading-worker-0/DEBUG] [io.netty.buffer.PooledByteBufAllocator/]: -Dio.netty.allocator.smallCacheSize: 256 +[02Jun2025 15:29:18.448] [modloading-worker-0/DEBUG] [io.netty.buffer.PooledByteBufAllocator/]: -Dio.netty.allocator.normalCacheSize: 64 +[02Jun2025 15:29:18.448] [modloading-worker-0/DEBUG] [io.netty.buffer.PooledByteBufAllocator/]: -Dio.netty.allocator.maxCachedBufferCapacity: 32768 +[02Jun2025 15:29:18.448] [modloading-worker-0/DEBUG] [io.netty.buffer.PooledByteBufAllocator/]: -Dio.netty.allocator.cacheTrimInterval: 8192 +[02Jun2025 15:29:18.448] [modloading-worker-0/DEBUG] [io.netty.buffer.PooledByteBufAllocator/]: -Dio.netty.allocator.cacheTrimIntervalMillis: 0 +[02Jun2025 15:29:18.448] [modloading-worker-0/DEBUG] [io.netty.buffer.PooledByteBufAllocator/]: -Dio.netty.allocator.useCacheForAllThreads: false +[02Jun2025 15:29:18.448] [modloading-worker-0/DEBUG] [io.netty.buffer.PooledByteBufAllocator/]: -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023 +[02Jun2025 15:29:18.454] [modloading-worker-0/DEBUG] [io.netty.buffer.ByteBufUtil/]: -Dio.netty.allocator.type: pooled +[02Jun2025 15:29:18.454] [modloading-worker-0/DEBUG] [io.netty.buffer.ByteBufUtil/]: -Dio.netty.threadLocalDirectBufferSize: 0 +[02Jun2025 15:29:18.454] [modloading-worker-0/DEBUG] [io.netty.buffer.ByteBufUtil/]: -Dio.netty.maxThreadLocalCharBufferSize: 16384 +[02Jun2025 15:29:18.468] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.neoforged.neoforge.network.NetworkInitialization to MOD +[02Jun2025 15:29:18.468] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.neoforged.neoforge.network.ConfigurationInitialization to MOD +[02Jun2025 15:29:18.470] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.neoforged.neoforge.common.MonsterRoomHooks to GAME +[02Jun2025 15:29:18.471] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.neoforged.neoforge.common.DeferredSpawnEggItem$CommonHandler to MOD +[02Jun2025 15:29:18.472] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.neoforged.neoforge.common.DeferredSpawnEggItem$ColorRegisterHandler to MOD +[02Jun2025 15:29:18.473] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.neoforged.neoforge.client.model.data.ModelDataManager to GAME +[02Jun2025 15:29:18.474] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.neoforged.neoforge.client.ParticleBoundsDebugRenderer to GAME +[02Jun2025 15:29:18.478] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.neoforged.neoforge.client.ClientHooks$ClientEvents to MOD +[02Jun2025 15:29:18.481] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.neoforged.neoforge.client.BlockEntityRenderBoundsDebugRenderer to GAME +[02Jun2025 15:29:18.481] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.neoforged.neoforge.attachment.AttachmentInternals to GAME +[02Jun2025 15:29:18.540] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Attempting to inject @EventBusSubscriber classes into the eventbus for cawezs_mantle_to_stratus +[02Jun2025 15:29:18.541] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.cawez.cawezsmantletostratus.init.CawezsMantleToStratusModEntities to MOD +[02Jun2025 15:29:18.542] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.cawez.cawezsmantletostratus.init.CawezsMantleToStratusModFluids$FluidsClientSideHandler to MOD +[02Jun2025 15:29:18.542] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.cawez.cawezsmantletostratus.init.CawezsMantleToStratusModParticles to MOD +[02Jun2025 15:29:18.543] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.cawez.cawezsmantletostratus.init.CawezsMantleToStratusModItems$ItemsClientSideHandler to MOD +[02Jun2025 15:29:18.544] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.cawez.cawezsmantletostratus.init.CawezsMantleToStratusModEntityRenderers to MOD +[02Jun2025 15:29:18.544] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.cawez.cawezsmantletostratus.init.CawezsMantleToStratusModModels to MOD +[02Jun2025 15:29:18.545] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.cawez.cawezsmantletostratus.fluid.types.EtherialLiquidFluidType to MOD +[02Jun2025 15:29:18.547] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.cawez.cawezsmantletostratus.item.HeavenArmorItem to MOD +[02Jun2025 15:29:18.548] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.cawez.cawezsmantletostratus.item.BuriedArmorItem to MOD +[02Jun2025 15:29:18.548] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.cawez.cawezsmantletostratus.potion.DEBUGTELEPORTINGMobEffect to MOD +[02Jun2025 15:29:18.550] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.cawez.cawezsmantletostratus.world.features.treedecorators.CliffsFruitDecorator to MOD +[02Jun2025 15:29:18.551] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.cawez.cawezsmantletostratus.world.features.treedecorators.CliffsTrunkDecorator to MOD +[02Jun2025 15:29:18.551] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.cawez.cawezsmantletostratus.world.features.treedecorators.CliffsLeaveDecorator to MOD +[02Jun2025 15:29:18.552] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.cawez.cawezsmantletostratus.world.dimension.DepthsDimension$DepthsSpecialEffectsHandler to MOD +[02Jun2025 15:29:18.553] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.cawez.cawezsmantletostratus.world.dimension.InvertedDimension$InvertedSpecialEffectsHandler to MOD +[02Jun2025 15:29:18.554] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.cawez.cawezsmantletostratus.world.dimension.HeightsDimension$HeightsSpecialEffectsHandler to MOD +[02Jun2025 15:29:18.554] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.cawez.cawezsmantletostratus.procedures.GenerateFloorsProcedure to GAME +[02Jun2025 15:29:18.555] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.cawez.cawezsmantletostratus.procedures.TeleportPlayerProcedure to GAME +[02Jun2025 15:29:18.555] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.cawez.cawezsmantletostratus.procedures.AdvAceerProcProcedure to GAME +[02Jun2025 15:29:18.555] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.cawez.cawezsmantletostratus.procedures.CowstuffProcedure to GAME +[02Jun2025 15:29:18.556] [modloading-worker-0/DEBUG] [net.neoforged.fml.javafmlmod.AutomaticEventSubscriber/LOADING]: Auto-subscribing net.cawez.cawezsmantletostratus.procedures.GenerateDefaultProcedure to MOD +[02Jun2025 15:29:18.649] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loading configs type CLIENT +[02Jun2025 15:29:18.657] [modloading-sync-worker/DEBUG] [net.neoforged.neoforge.common.NeoForgeConfig/FORGEMOD]: Loaded NeoForge config file neoforge-client.toml +[02Jun2025 15:29:18.657] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file /home/cow/cawezs_mantle_to_stratus/run/config/neoforge-client.toml +[02Jun2025 15:29:18.660] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file /home/cow/cawezs_mantle_to_stratus/run/config/neoforge-client.toml for changes +[02Jun2025 15:29:18.660] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loading configs type COMMON +[02Jun2025 15:29:18.661] [modloading-sync-worker/DEBUG] [net.neoforged.neoforge.common.NeoForgeConfig/FORGEMOD]: Loaded NeoForge config file neoforge-common.toml +[02Jun2025 15:29:18.661] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file /home/cow/cawezs_mantle_to_stratus/run/config/neoforge-common.toml +[02Jun2025 15:29:18.661] [modloading-sync-worker/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file /home/cow/cawezs_mantle_to_stratus/run/config/neoforge-common.toml for changes +[02Jun2025 15:29:18.940] [Render thread/INFO] [net.neoforged.neoforge.gametest.GameTestHooks/]: Enabled Gametest Namespaces: [] +[02Jun2025 15:29:19.106] [Render thread/INFO] [net.minecraft.server.packs.resources.ReloadableResourceManager/]: Reloading ResourceManager: vanilla, mod_resources, mod/neoforge, mod/cawezs_mantle_to_stratus +[02Jun2025 15:29:19.169] [Render thread/DEBUG] [net.neoforged.fml.DeferredWorkQueue/LOADING]: Dispatching synchronous work for work queue Common setup: 1 jobs +[02Jun2025 15:29:19.170] [Render thread/DEBUG] [net.neoforged.fml.DeferredWorkQueue/LOADING]: Synchronous work queue completed in 951.7 μs +[02Jun2025 15:29:19.175] [Worker-Main-13/INFO] [net.minecraft.client.gui.font.providers.UnihexProvider/]: Found unifont_all_no_pua-15.1.05.hex, loading +[02Jun2025 15:29:19.245] [Worker-Main-6/INFO] [net.minecraft.client.gui.font.providers.UnihexProvider/]: Found unifont_jp_patch-15.1.05.hex, loading +[02Jun2025 15:29:19.281] [Render thread/DEBUG] [net.neoforged.fml.DeferredWorkQueue/LOADING]: Dispatching synchronous work for work queue Sided setup: 1 jobs +[02Jun2025 15:29:19.305] [Render thread/DEBUG] [net.neoforged.fml.DeferredWorkQueue/LOADING]: Synchronous work queue completed in 24.28 ms +[02Jun2025 15:29:22.879] [Render thread/WARN] [net.minecraft.client.sounds.SoundEngine/]: Missing sound for event: minecraft:item.goat_horn.play +[02Jun2025 15:29:22.881] [Render thread/WARN] [net.minecraft.client.sounds.SoundEngine/]: Missing sound for event: minecraft:entity.goat.screaming.horn_break +[02Jun2025 15:29:23.217] [Render thread/INFO] [com.mojang.blaze3d.audio.Library/]: OpenAL initialized on device Family 17h/19h HD Audio Controller Analog Stereo +[02Jun2025 15:29:23.218] [Render thread/INFO] [net.minecraft.client.sounds.SoundEngine/SOUNDS]: Sound engine started +[02Jun2025 15:29:23.380] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 1024x512x4 minecraft:textures/atlas/blocks.png-atlas +[02Jun2025 15:29:23.421] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 256x256x4 minecraft:textures/atlas/signs.png-atlas +[02Jun2025 15:29:23.423] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 512x512x4 minecraft:textures/atlas/shield_patterns.png-atlas +[02Jun2025 15:29:23.425] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 512x512x4 minecraft:textures/atlas/banner_patterns.png-atlas +[02Jun2025 15:29:23.426] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 1024x1024x4 minecraft:textures/atlas/armor_trims.png-atlas +[02Jun2025 15:29:23.436] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 128x64x4 minecraft:textures/atlas/decorated_pot.png-atlas +[02Jun2025 15:29:23.436] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 256x256x4 minecraft:textures/atlas/chest.png-atlas +[02Jun2025 15:29:23.437] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 512x256x4 minecraft:textures/atlas/beds.png-atlas +[02Jun2025 15:29:23.438] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 512x256x4 minecraft:textures/atlas/shulker_boxes.png-atlas +[02Jun2025 15:29:23.524] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 512x256x0 minecraft:textures/atlas/particles.png-atlas +[02Jun2025 15:29:23.528] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 512x256x0 minecraft:textures/atlas/paintings.png-atlas +[02Jun2025 15:29:23.529] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 256x128x0 minecraft:textures/atlas/mob_effects.png-atlas +[02Jun2025 15:29:23.529] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 64x64x0 minecraft:textures/atlas/map_decorations.png-atlas +[02Jun2025 15:29:23.530] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 1024x512x0 minecraft:textures/atlas/gui.png-atlas +[02Jun2025 15:29:23.557] [Render thread/WARN] [net.minecraft.client.renderer.ShaderInstance/]: Shader rendertype_entity_translucent_emissive could not find sampler named Sampler2 in the specified shader program. +[02Jun2025 15:29:23.604] [Render thread/INFO] [net.neoforged.neoforge.client.entity.animation.json.AnimationLoader/]: Loaded 0 entity animations +[02Jun2025 15:29:27.927] [Render thread/ERROR] [net.minecraft.world.level.biome.MobSpawnSettings/]: Spawn data: Not a JSON object: null +[02Jun2025 15:29:28.459] [Worker-Main-14/ERROR] [net.minecraft.world.level.storage.loot.LootDataType/]: Couldn't parse element ResourceKey[minecraft:root / minecraft:loot_table]:cawezs_dimensional_connectivity:blocks/platform - Unknown registry key in ResourceKey[minecraft:root / minecraft:item]: minecraft:cave_air +[02Jun2025 15:29:28.727] [Render thread/INFO] [net.minecraft.world.item.crafting.RecipeManager/]: Loaded 1354 recipes +[02Jun2025 15:29:28.839] [Render thread/INFO] [net.minecraft.advancements.AdvancementTree/]: Loaded 1411 advancements +[02Jun2025 15:29:29.190] [Render thread/DEBUG] [net.neoforged.neoforge.common.CommonHooks/WP]: Gathered mod list to write to world save New World +[02Jun2025 15:29:29.239] [Server thread/INFO] [net.minecraft.client.server.IntegratedServer/]: Starting integrated minecraft server version 1.21.1 +[02Jun2025 15:29:29.240] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Generating keypair +[02Jun2025 15:29:29.289] [Server thread/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loading configs type SERVER +[02Jun2025 15:29:29.289] [Server thread/DEBUG] [net.neoforged.neoforge.common.NeoForgeConfig/FORGEMOD]: Loaded NeoForge config file neoforge-server.toml +[02Jun2025 15:29:29.289] [Server thread/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Loaded TOML config file /home/cow/cawezs_mantle_to_stratus/run/config/neoforge-server.toml +[02Jun2025 15:29:29.290] [Server thread/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Watching TOML config file /home/cow/cawezs_mantle_to_stratus/run/config/neoforge-server.toml for changes +[02Jun2025 15:29:29.294] [Server thread/WARN] [net.neoforged.neoforge.server.ServerLifecycleHooks/]: Detected minecraft:pufferfish that was registered with WATER_AMBIENT mob category but was added under CREATURE mob category for cawezs_mantle_to_stratus:buriedwetlandcaves biome! Mobs should be added to biomes under the same mob category that the mob was registered as to prevent mob cap spawning issues. +[02Jun2025 15:29:29.295] [Server thread/WARN] [net.neoforged.neoforge.server.ServerLifecycleHooks/]: Detected minecraft:pig that was registered with CREATURE mob category but was added under MONSTER mob category for cawezs_mantle_to_stratus:cliffs biome! Mobs should be added to biomes under the same mob category that the mob was registered as to prevent mob cap spawning issues. +[02Jun2025 15:29:29.297] [Server thread/WARN] [net.neoforged.neoforge.server.ServerLifecycleHooks/]: Detected minecraft:pig that was registered with CREATURE mob category but was added under AMBIENT mob category for cawezs_mantle_to_stratus:crystals biome! Mobs should be added to biomes under the same mob category that the mob was registered as to prevent mob cap spawning issues. +[02Jun2025 15:29:29.303] [Server thread/WARN] [net.neoforged.neoforge.server.ServerLifecycleHooks/]: Detected minecraft:skeleton_horse that was registered with CREATURE mob category but was added under MONSTER mob category for cawezs_mantle_to_stratus:overgrowncaves biome! Mobs should be added to biomes under the same mob category that the mob was registered as to prevent mob cap spawning issues. +[02Jun2025 15:29:29.306] [Server thread/WARN] [net.neoforged.neoforge.server.ServerLifecycleHooks/]: Detected minecraft:sheep that was registered with CREATURE mob category but was added under MONSTER mob category for cawezs_mantle_to_stratus:trees biome! Mobs should be added to biomes under the same mob category that the mob was registered as to prevent mob cap spawning issues. +[02Jun2025 15:29:29.309] [Server thread/ERROR] [net.neoforged.neoforge.server.ServerLifecycleHooks/]: The following entities have not registered to the RegisterSpawnPlacementsEvent, but a spawn entry was found. This will mean that the entity doesn't have restrictions on its spawn location, please register a spawn placement for the entity, you can register with NO_RESTRICTIONS if you don't want any restrictions. + - minecraft:allay + - minecraft:camel +[02Jun2025 15:29:31.205] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Preparing start region for dimension minecraft:overworld +[02Jun2025 15:29:31.714] [progressListener/INFO] [net.minecraft.server.level.progress.LoggerChunkProgressListener/]: Preparing spawn area: 0% +[02Jun2025 15:29:31.735] [progressListener/INFO] [net.minecraft.server.level.progress.LoggerChunkProgressListener/]: Preparing spawn area: 0% +[02Jun2025 15:29:31.996] [Server thread/INFO] [net.neoforged.neoforge.server.permission.PermissionAPI/]: Successfully initialized permission handler neoforge:default_handler +[02Jun2025 15:29:31.998] [progressListener/INFO] [net.minecraft.server.level.progress.LoggerChunkProgressListener/]: Time elapsed: 776 ms +[02Jun2025 15:29:32.105] [Server thread/INFO] [net.minecraft.client.server.IntegratedServer/]: Changing view distance to 12, from 10 +[02Jun2025 15:29:32.105] [Server thread/INFO] [net.minecraft.client.server.IntegratedServer/]: Changing simulation distance to 12, from 0 +[02Jun2025 15:29:32.132] [Render thread/DEBUG] [io.netty.channel.MultithreadEventLoopGroup/]: -Dio.netty.eventLoopThreads: 32 +[02Jun2025 15:29:32.144] [Render thread/DEBUG] [io.netty.util.concurrent.GlobalEventExecutor/]: -Dio.netty.globalEventExecutor.quietPeriodSeconds: 1 +[02Jun2025 15:29:32.159] [Render thread/DEBUG] [io.netty.channel.nio.NioEventLoop/]: -Dio.netty.noKeySetOptimization: false +[02Jun2025 15:29:32.160] [Render thread/DEBUG] [io.netty.channel.nio.NioEventLoop/]: -Dio.netty.selectorAutoRebuildThreshold: 512 +[02Jun2025 15:29:32.167] [Render thread/DEBUG] [io.netty.util.internal.PlatformDependent/]: org.jctools-core.MpscChunkedArrayQueue: available +[02Jun2025 15:29:32.184] [Render thread/DEBUG] [io.netty.channel.DefaultChannelId/]: -Dio.netty.processId: 25881 (auto-detected) +[02Jun2025 15:29:32.187] [Render thread/DEBUG] [io.netty.util.NetUtil/]: -Djava.net.preferIPv4Stack: false +[02Jun2025 15:29:32.187] [Render thread/DEBUG] [io.netty.util.NetUtil/]: -Djava.net.preferIPv6Addresses: system +[02Jun2025 15:29:32.189] [Render thread/DEBUG] [io.netty.util.NetUtilInitializations/]: Loopback interface: lo (lo, 0:0:0:0:0:0:0:1%lo) +[02Jun2025 15:29:32.190] [Render thread/DEBUG] [io.netty.util.NetUtil/]: /proc/sys/net/core/somaxconn: 4096 +[02Jun2025 15:29:32.191] [Render thread/DEBUG] [io.netty.channel.DefaultChannelId/]: -Dio.netty.machineId: fc:b0:de:ff:fe:18:0e:7d (auto-detected) +[02Jun2025 15:29:32.301] [Render thread/DEBUG] [io.netty.util.Recycler/]: -Dio.netty.recycler.maxCapacityPerThread: 4096 +[02Jun2025 15:29:32.301] [Render thread/DEBUG] [io.netty.util.Recycler/]: -Dio.netty.recycler.ratio: 8 +[02Jun2025 15:29:32.301] [Render thread/DEBUG] [io.netty.util.Recycler/]: -Dio.netty.recycler.chunkSize: 32 +[02Jun2025 15:29:32.301] [Render thread/DEBUG] [io.netty.util.Recycler/]: -Dio.netty.recycler.blocking: false +[02Jun2025 15:29:32.302] [Render thread/DEBUG] [io.netty.util.Recycler/]: -Dio.netty.recycler.batchFastThreadLocalOnly: true +[02Jun2025 15:29:32.633] [Netty Server IO #1/DEBUG] [net.neoforged.neoforge.network.filters.NetworkFilters/]: Injected net.neoforged.neoforge.network.filters.GenericPacketSplitter@204f3e23 into net.minecraft.network.Connection@61fb783f +[02Jun2025 15:29:32.652] [Netty Local Client IO #0/DEBUG] [net.neoforged.neoforge.network.filters.NetworkFilters/]: Injected net.neoforged.neoforge.network.filters.GenericPacketSplitter@52dff3a6 into net.minecraft.network.Connection@3dd5ea63 +[02Jun2025 15:29:33.277] [Netty Server IO #1/DEBUG] [net.neoforged.neoforge.network.filters.NetworkFilters/]: Injected net.neoforged.neoforge.network.filters.GenericPacketSplitter@41748c7a into net.minecraft.network.Connection@61fb783f +[02Jun2025 15:29:33.457] [Server thread/INFO] [net.minecraft.server.players.PlayerList/]: Dev[local:E:224b5660] logged in with entity id 35 at (-55.38996681161231, 102.0, -179.58063218915626) +[02Jun2025 15:29:33.582] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Dev joined the game +[02Jun2025 15:29:34.892] [Render thread/INFO] [net.minecraft.advancements.AdvancementTree/]: Loaded 416 advancements +[02Jun2025 15:29:44.485] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: [Dev: Set the time to 17440] +[02Jun2025 15:29:44.504] [Render thread/INFO] [net.minecraft.client.gui.components.ChatComponent/]: [System] [CHAT] Set the time to 17440 +[02Jun2025 15:29:47.399] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: [Dev: Set the time to 20499] +[02Jun2025 15:29:47.403] [Render thread/INFO] [net.minecraft.client.gui.components.ChatComponent/]: [System] [CHAT] Set the time to 20499 +[02Jun2025 15:29:52.392] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: [Dev: Set the time to 22099] +[02Jun2025 15:29:52.397] [Render thread/INFO] [net.minecraft.client.gui.components.ChatComponent/]: [System] [CHAT] Set the time to 22099 +[02Jun2025 15:29:55.127] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: [Dev: Set the time to 23654] +[02Jun2025 15:29:55.131] [Render thread/INFO] [net.minecraft.client.gui.components.ChatComponent/]: [System] [CHAT] Set the time to 23654 +[02Jun2025 15:29:57.719] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Stopping! +[02Jun2025 15:29:57.761] [Server thread/INFO] [net.minecraft.server.network.ServerGamePacketListenerImpl/]: Dev lost connection: Disconnected +[02Jun2025 15:29:57.761] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Dev left the game +[02Jun2025 15:29:57.812] [Server thread/INFO] [net.minecraft.server.network.ServerCommonPacketListenerImpl/]: Stopping singleplayer server as player logged out +[02Jun2025 15:29:57.855] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Stopping server +[02Jun2025 15:29:57.855] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving players +[02Jun2025 15:29:57.855] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving worlds +[02Jun2025 15:29:57.997] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[New World]'/minecraft:overworld +[02Jun2025 15:29:58.086] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[New World]'/cawezs_mantle_to_stratus:depths +[02Jun2025 15:29:58.106] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[New World]'/minecraft:the_end +[02Jun2025 15:29:58.122] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[New World]'/cawezs_mantle_to_stratus:heights +[02Jun2025 15:29:58.138] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[New World]'/cawezs_mantle_to_stratus:inverted +[02Jun2025 15:29:58.153] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[New World]'/minecraft:the_nether +[02Jun2025 15:29:58.177] [Server thread/DEBUG] [net.neoforged.neoforge.common.CommonHooks/WP]: Gathered mod list to write to world save New World +[02Jun2025 15:29:58.194] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (New World): All chunks are saved +[02Jun2025 15:29:58.194] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (depths): All chunks are saved +[02Jun2025 15:29:58.194] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved +[02Jun2025 15:29:58.194] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (heights): All chunks are saved +[02Jun2025 15:29:58.194] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (inverted): All chunks are saved +[02Jun2025 15:29:58.194] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved +[02Jun2025 15:29:58.194] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage: All dimensions are saved +[02Jun2025 15:29:58.212] [Server thread/DEBUG] [net.neoforged.fml.config.ConfigTracker/CONFIG]: Unloading configs type SERVER diff --git a/run/logs/latest.log b/run/logs/latest.log index f83d1be..9f5a569 100644 --- a/run/logs/latest.log +++ b/run/logs/latest.log @@ -1,29 +1,106 @@ -[02Jun2025 11:59:05.277] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--launchTarget, forgeclientuserdev, --version, 21.1.92, --assetIndex, 17, --assetsDir, /home/cow/.mcreator/gradle/caches/neoformruntime/assets, --gameDir, ., --fml.neoForgeVersion, 21.1.92, --fml.fmlVersion, 4.0.34, --fml.mcVersion, 1.21.1, --fml.neoFormVersion, 20240808.144430] -[02Jun2025 11:59:05.279] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: JVM identified as Eclipse Adoptium OpenJDK 64-Bit Server VM 21.0.5+11-LTS -[02Jun2025 11:59:05.280] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 11.0.4+main.d2e20e43 starting: java version 21.0.5 by Eclipse Adoptium; OS Linux arch amd64 version 6.8.0-58-generic -[02Jun2025 11:59:05.361] [main/INFO] [net.neoforged.fml.loading.ImmediateWindowHandler/]: Loading ImmediateWindowProvider fmlearlywindow -[02Jun2025 11:59:05.436] [main/INFO] [EARLYDISPLAY/]: Trying GL version 4.6 -[02Jun2025 11:59:05.492] [main/INFO] [EARLYDISPLAY/]: Requested GL version 4.6 got version 4.6 -[02Jun2025 11:59:05.560] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.7 Source=union:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.fabricmc/sponge-mixin/0.15.2+mixin.0.8.7/2af2f021d8e02a0220dc27a7a72b4666d66d44ca/sponge-mixin-0.15.2+mixin.0.8.7.jar%23119!/ Service=ModLauncher Env=CLIENT -[02Jun2025 11:59:05.682] [pool-2-thread-1/INFO] [EARLYDISPLAY/]: GL info: AMD Radeon 780M (radeonsi, gfx1103_r1, LLVM 19.1.1, DRM 3.57, 6.8.0-58-generic) GL version 4.6 (Core Profile) Mesa 24.2.8-1ubuntu1~24.04.1, AMD -[02Jun2025 11:59:05.774] [main/INFO] [net.neoforged.fml.loading.moddiscovery.locators.JarInJarDependencyLocator/]: Found 9 dependencies adding them to mods collection -[02Jun2025 11:59:05.775] [main/INFO] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: +[02Jun2025 15:29:06.194] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--launchTarget, forgeclientuserdev, --version, 21.1.92, --assetIndex, 17, --assetsDir, /home/cow/.mcreator/gradle/caches/neoformruntime/assets, --gameDir, ., --fml.neoForgeVersion, 21.1.92, --fml.fmlVersion, 4.0.34, --fml.mcVersion, 1.21.1, --fml.neoFormVersion, 20240808.144430] +[02Jun2025 15:29:06.196] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: JVM identified as Eclipse Adoptium OpenJDK 64-Bit Server VM 21.0.5+11-LTS +[02Jun2025 15:29:06.197] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 11.0.4+main.d2e20e43 starting: java version 21.0.5 by Eclipse Adoptium; OS Linux arch amd64 version 6.8.0-58-generic +[02Jun2025 15:29:06.299] [main/INFO] [net.neoforged.fml.loading.ImmediateWindowHandler/]: Loading ImmediateWindowProvider fmlearlywindow +[02Jun2025 15:29:06.381] [main/INFO] [EARLYDISPLAY/]: Trying GL version 4.6 +[02Jun2025 15:29:06.439] [main/INFO] [EARLYDISPLAY/]: Requested GL version 4.6 got version 4.6 +[02Jun2025 15:29:06.525] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.7 Source=union:/home/cow/.mcreator/gradle/caches/modules-2/files-2.1/net.fabricmc/sponge-mixin/0.15.2+mixin.0.8.7/2af2f021d8e02a0220dc27a7a72b4666d66d44ca/sponge-mixin-0.15.2+mixin.0.8.7.jar%23119!/ Service=ModLauncher Env=CLIENT +[02Jun2025 15:29:06.635] [pool-2-thread-1/INFO] [EARLYDISPLAY/]: GL info: AMD Radeon 780M (radeonsi, gfx1103_r1, LLVM 19.1.1, DRM 3.57, 6.8.0-58-generic) GL version 4.6 (Core Profile) Mesa 24.2.8-1ubuntu1~24.04.1, AMD +[02Jun2025 15:29:06.709] [main/INFO] [net.neoforged.fml.loading.moddiscovery.locators.JarInJarDependencyLocator/]: Found 2 dependencies adding them to mods collection +[02Jun2025 15:29:06.710] [main/INFO] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]: Mod List: Name Version (Mod Id) cawezs_mantle_to_stratus 2.0.0 (cawezs_mantle_to_stratus) - Forgified Fabric API Base 0.4.42+d1308ded19 (fabric_api_base) - Forgified Fabric BlockView API (v2) 1.0.10+9afaaf8c19 (fabric_block_view_api_v2) - Forgified Fabric Renderer API (v1) 3.4.0+acb05a3919 (fabric_renderer_api_v1) - Forgified Fabric Rendering Data Attachment (v1) 0.3.48+73761d2e19 (fabric_rendering_data_attachment_v1) - Immersive Portals 6.0.6 (immersive_portals_core) - Iris 1.8.8+mc1.21.1 (iris) Minecraft 1.21.1 (minecraft) NeoForge 21.1.92 (neoforge) - Sodium 0.6.13+mc1.21.1 (sodium) -[02Jun2025 11:59:05.809] [main/ERROR] [net.neoforged.fml.loading.ModSorter/LOADING]: Missing or unsupported mandatory dependencies: - Mod ID: 'neoforge', Requested by: 'fabric_block_view_api_v2', Expected range: '[21.1.115,)', Actual version: '21.1.92' - Mod ID: 'neoforge', Requested by: 'fabric_rendering_data_attachment_v1', Expected range: '[21.1.115,)', Actual version: '21.1.92' - Mod ID: 'neoforge', Requested by: 'fabric_api_base', Expected range: '[21.1.115,)', Actual version: '21.1.92' -[02Jun2025 11:59:06.120] [main/INFO] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Launching target 'forgeclientuserdev' with arguments [--version, 21.1.92, --gameDir, ., --assetsDir, /home/cow/.mcreator/gradle/caches/neoformruntime/assets, --assetIndex, 17] -[02Jun2025 11:59:07.291] [Datafixer Bootstrap/INFO] [com.mojang.datafixers.DataFixerBuilder/]: 229 Datafixer optimizations took 154 milliseconds +[02Jun2025 15:29:07.185] [main/INFO] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Launching target 'forgeclientuserdev' with arguments [--version, 21.1.92, --gameDir, ., --assetsDir, /home/cow/.mcreator/gradle/caches/neoformruntime/assets, --assetIndex, 17] +[02Jun2025 15:29:11.124] [Datafixer Bootstrap/INFO] [com.mojang.datafixers.DataFixerBuilder/]: 229 Datafixer optimizations took 903 milliseconds +[02Jun2025 15:29:13.913] [pool-7-thread-1/INFO] [MixinExtras|Service/]: Initializing MixinExtras via com.llamalad7.mixinextras.service.MixinExtrasServiceImpl(version=0.4.1). +[02Jun2025 15:29:17.779] [main/WARN] [net.minecraft.commands.Commands/]: Ambiguity between arguments [teleport, location] and [teleport, destination] with inputs: [0.1 -0.5 .9, 0 0 0] +[02Jun2025 15:29:17.780] [main/WARN] [net.minecraft.commands.Commands/]: Ambiguity between arguments [teleport, location] and [teleport, targets] with inputs: [0.1 -0.5 .9, 0 0 0] +[02Jun2025 15:29:17.781] [main/WARN] [net.minecraft.commands.Commands/]: Ambiguity between arguments [teleport, destination] and [teleport, targets] with inputs: [Player, 0123, @e, dd12be42-52a9-4a91-a8a1-11c01849e498] +[02Jun2025 15:29:17.782] [main/WARN] [net.minecraft.commands.Commands/]: Ambiguity between arguments [teleport, targets] and [teleport, destination] with inputs: [Player, 0123, dd12be42-52a9-4a91-a8a1-11c01849e498] +[02Jun2025 15:29:17.782] [main/WARN] [net.minecraft.commands.Commands/]: Ambiguity between arguments [teleport, targets, location] and [teleport, targets, destination] with inputs: [0.1 -0.5 .9, 0 0 0] +[02Jun2025 15:29:17.859] [Render thread/WARN] [net.minecraft.server.packs.VanillaPackResourcesBuilder/]: Assets URL 'union:/home/cow/cawezs_mantle_to_stratus/build/moddev/artifacts/neoforge-21.1.92.jar%23171!/assets/.mcassetsroot' uses unexpected schema +[02Jun2025 15:29:17.860] [Render thread/WARN] [net.minecraft.server.packs.VanillaPackResourcesBuilder/]: Assets URL 'union:/home/cow/cawezs_mantle_to_stratus/build/moddev/artifacts/neoforge-21.1.92.jar%23171!/data/.mcassetsroot' uses unexpected schema +[02Jun2025 15:29:17.876] [Render thread/INFO] [com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService/]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, name=PROD] +[02Jun2025 15:29:17.882] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Setting user: Dev +[02Jun2025 15:29:17.953] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Backend library: LWJGL version 3.3.3+5 +[02Jun2025 15:29:18.382] [modloading-worker-0/INFO] [net.neoforged.neoforge.common.NeoForgeMod/NEOFORGE-MOD]: NeoForge mod loading, version 21.1.92, for MC 1.21.1 +[02Jun2025 15:29:18.940] [Render thread/INFO] [net.neoforged.neoforge.gametest.GameTestHooks/]: Enabled Gametest Namespaces: [] +[02Jun2025 15:29:19.106] [Render thread/INFO] [net.minecraft.server.packs.resources.ReloadableResourceManager/]: Reloading ResourceManager: vanilla, mod_resources, mod/neoforge, mod/cawezs_mantle_to_stratus +[02Jun2025 15:29:19.175] [Worker-Main-13/INFO] [net.minecraft.client.gui.font.providers.UnihexProvider/]: Found unifont_all_no_pua-15.1.05.hex, loading +[02Jun2025 15:29:19.245] [Worker-Main-6/INFO] [net.minecraft.client.gui.font.providers.UnihexProvider/]: Found unifont_jp_patch-15.1.05.hex, loading +[02Jun2025 15:29:22.879] [Render thread/WARN] [net.minecraft.client.sounds.SoundEngine/]: Missing sound for event: minecraft:item.goat_horn.play +[02Jun2025 15:29:22.881] [Render thread/WARN] [net.minecraft.client.sounds.SoundEngine/]: Missing sound for event: minecraft:entity.goat.screaming.horn_break +[02Jun2025 15:29:23.217] [Render thread/INFO] [com.mojang.blaze3d.audio.Library/]: OpenAL initialized on device Family 17h/19h HD Audio Controller Analog Stereo +[02Jun2025 15:29:23.218] [Render thread/INFO] [net.minecraft.client.sounds.SoundEngine/SOUNDS]: Sound engine started +[02Jun2025 15:29:23.380] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 1024x512x4 minecraft:textures/atlas/blocks.png-atlas +[02Jun2025 15:29:23.421] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 256x256x4 minecraft:textures/atlas/signs.png-atlas +[02Jun2025 15:29:23.423] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 512x512x4 minecraft:textures/atlas/shield_patterns.png-atlas +[02Jun2025 15:29:23.425] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 512x512x4 minecraft:textures/atlas/banner_patterns.png-atlas +[02Jun2025 15:29:23.426] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 1024x1024x4 minecraft:textures/atlas/armor_trims.png-atlas +[02Jun2025 15:29:23.436] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 128x64x4 minecraft:textures/atlas/decorated_pot.png-atlas +[02Jun2025 15:29:23.436] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 256x256x4 minecraft:textures/atlas/chest.png-atlas +[02Jun2025 15:29:23.437] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 512x256x4 minecraft:textures/atlas/beds.png-atlas +[02Jun2025 15:29:23.438] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 512x256x4 minecraft:textures/atlas/shulker_boxes.png-atlas +[02Jun2025 15:29:23.524] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 512x256x0 minecraft:textures/atlas/particles.png-atlas +[02Jun2025 15:29:23.528] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 512x256x0 minecraft:textures/atlas/paintings.png-atlas +[02Jun2025 15:29:23.529] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 256x128x0 minecraft:textures/atlas/mob_effects.png-atlas +[02Jun2025 15:29:23.529] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 64x64x0 minecraft:textures/atlas/map_decorations.png-atlas +[02Jun2025 15:29:23.530] [Render thread/INFO] [net.minecraft.client.renderer.texture.TextureAtlas/]: Created: 1024x512x0 minecraft:textures/atlas/gui.png-atlas +[02Jun2025 15:29:23.557] [Render thread/WARN] [net.minecraft.client.renderer.ShaderInstance/]: Shader rendertype_entity_translucent_emissive could not find sampler named Sampler2 in the specified shader program. +[02Jun2025 15:29:23.604] [Render thread/INFO] [net.neoforged.neoforge.client.entity.animation.json.AnimationLoader/]: Loaded 0 entity animations +[02Jun2025 15:29:27.927] [Render thread/ERROR] [net.minecraft.world.level.biome.MobSpawnSettings/]: Spawn data: Not a JSON object: null +[02Jun2025 15:29:28.459] [Worker-Main-14/ERROR] [net.minecraft.world.level.storage.loot.LootDataType/]: Couldn't parse element ResourceKey[minecraft:root / minecraft:loot_table]:cawezs_dimensional_connectivity:blocks/platform - Unknown registry key in ResourceKey[minecraft:root / minecraft:item]: minecraft:cave_air +[02Jun2025 15:29:28.727] [Render thread/INFO] [net.minecraft.world.item.crafting.RecipeManager/]: Loaded 1354 recipes +[02Jun2025 15:29:28.839] [Render thread/INFO] [net.minecraft.advancements.AdvancementTree/]: Loaded 1411 advancements +[02Jun2025 15:29:29.239] [Server thread/INFO] [net.minecraft.client.server.IntegratedServer/]: Starting integrated minecraft server version 1.21.1 +[02Jun2025 15:29:29.240] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Generating keypair +[02Jun2025 15:29:29.294] [Server thread/WARN] [net.neoforged.neoforge.server.ServerLifecycleHooks/]: Detected minecraft:pufferfish that was registered with WATER_AMBIENT mob category but was added under CREATURE mob category for cawezs_mantle_to_stratus:buriedwetlandcaves biome! Mobs should be added to biomes under the same mob category that the mob was registered as to prevent mob cap spawning issues. +[02Jun2025 15:29:29.295] [Server thread/WARN] [net.neoforged.neoforge.server.ServerLifecycleHooks/]: Detected minecraft:pig that was registered with CREATURE mob category but was added under MONSTER mob category for cawezs_mantle_to_stratus:cliffs biome! Mobs should be added to biomes under the same mob category that the mob was registered as to prevent mob cap spawning issues. +[02Jun2025 15:29:29.297] [Server thread/WARN] [net.neoforged.neoforge.server.ServerLifecycleHooks/]: Detected minecraft:pig that was registered with CREATURE mob category but was added under AMBIENT mob category for cawezs_mantle_to_stratus:crystals biome! Mobs should be added to biomes under the same mob category that the mob was registered as to prevent mob cap spawning issues. +[02Jun2025 15:29:29.303] [Server thread/WARN] [net.neoforged.neoforge.server.ServerLifecycleHooks/]: Detected minecraft:skeleton_horse that was registered with CREATURE mob category but was added under MONSTER mob category for cawezs_mantle_to_stratus:overgrowncaves biome! Mobs should be added to biomes under the same mob category that the mob was registered as to prevent mob cap spawning issues. +[02Jun2025 15:29:29.306] [Server thread/WARN] [net.neoforged.neoforge.server.ServerLifecycleHooks/]: Detected minecraft:sheep that was registered with CREATURE mob category but was added under MONSTER mob category for cawezs_mantle_to_stratus:trees biome! Mobs should be added to biomes under the same mob category that the mob was registered as to prevent mob cap spawning issues. +[02Jun2025 15:29:29.309] [Server thread/ERROR] [net.neoforged.neoforge.server.ServerLifecycleHooks/]: The following entities have not registered to the RegisterSpawnPlacementsEvent, but a spawn entry was found. This will mean that the entity doesn't have restrictions on its spawn location, please register a spawn placement for the entity, you can register with NO_RESTRICTIONS if you don't want any restrictions. + - minecraft:allay + - minecraft:camel +[02Jun2025 15:29:31.205] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Preparing start region for dimension minecraft:overworld +[02Jun2025 15:29:31.714] [progressListener/INFO] [net.minecraft.server.level.progress.LoggerChunkProgressListener/]: Preparing spawn area: 0% +[02Jun2025 15:29:31.735] [progressListener/INFO] [net.minecraft.server.level.progress.LoggerChunkProgressListener/]: Preparing spawn area: 0% +[02Jun2025 15:29:31.996] [Server thread/INFO] [net.neoforged.neoforge.server.permission.PermissionAPI/]: Successfully initialized permission handler neoforge:default_handler +[02Jun2025 15:29:31.998] [progressListener/INFO] [net.minecraft.server.level.progress.LoggerChunkProgressListener/]: Time elapsed: 776 ms +[02Jun2025 15:29:32.105] [Server thread/INFO] [net.minecraft.client.server.IntegratedServer/]: Changing view distance to 12, from 10 +[02Jun2025 15:29:32.105] [Server thread/INFO] [net.minecraft.client.server.IntegratedServer/]: Changing simulation distance to 12, from 0 +[02Jun2025 15:29:33.457] [Server thread/INFO] [net.minecraft.server.players.PlayerList/]: Dev[local:E:224b5660] logged in with entity id 35 at (-55.38996681161231, 102.0, -179.58063218915626) +[02Jun2025 15:29:33.582] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Dev joined the game +[02Jun2025 15:29:34.892] [Render thread/INFO] [net.minecraft.advancements.AdvancementTree/]: Loaded 416 advancements +[02Jun2025 15:29:44.485] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: [Dev: Set the time to 17440] +[02Jun2025 15:29:44.504] [Render thread/INFO] [net.minecraft.client.gui.components.ChatComponent/]: [System] [CHAT] Set the time to 17440 +[02Jun2025 15:29:47.399] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: [Dev: Set the time to 20499] +[02Jun2025 15:29:47.403] [Render thread/INFO] [net.minecraft.client.gui.components.ChatComponent/]: [System] [CHAT] Set the time to 20499 +[02Jun2025 15:29:52.392] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: [Dev: Set the time to 22099] +[02Jun2025 15:29:52.397] [Render thread/INFO] [net.minecraft.client.gui.components.ChatComponent/]: [System] [CHAT] Set the time to 22099 +[02Jun2025 15:29:55.127] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: [Dev: Set the time to 23654] +[02Jun2025 15:29:55.131] [Render thread/INFO] [net.minecraft.client.gui.components.ChatComponent/]: [System] [CHAT] Set the time to 23654 +[02Jun2025 15:29:57.719] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Stopping! +[02Jun2025 15:29:57.761] [Server thread/INFO] [net.minecraft.server.network.ServerGamePacketListenerImpl/]: Dev lost connection: Disconnected +[02Jun2025 15:29:57.761] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Dev left the game +[02Jun2025 15:29:57.812] [Server thread/INFO] [net.minecraft.server.network.ServerCommonPacketListenerImpl/]: Stopping singleplayer server as player logged out +[02Jun2025 15:29:57.855] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Stopping server +[02Jun2025 15:29:57.855] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving players +[02Jun2025 15:29:57.855] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving worlds +[02Jun2025 15:29:57.997] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[New World]'/minecraft:overworld +[02Jun2025 15:29:58.086] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[New World]'/cawezs_mantle_to_stratus:depths +[02Jun2025 15:29:58.106] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[New World]'/minecraft:the_end +[02Jun2025 15:29:58.122] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[New World]'/cawezs_mantle_to_stratus:heights +[02Jun2025 15:29:58.138] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[New World]'/cawezs_mantle_to_stratus:inverted +[02Jun2025 15:29:58.153] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[New World]'/minecraft:the_nether +[02Jun2025 15:29:58.194] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (New World): All chunks are saved +[02Jun2025 15:29:58.194] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (depths): All chunks are saved +[02Jun2025 15:29:58.194] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved +[02Jun2025 15:29:58.194] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (heights): All chunks are saved +[02Jun2025 15:29:58.194] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (inverted): All chunks are saved +[02Jun2025 15:29:58.194] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved +[02Jun2025 15:29:58.194] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage: All dimensions are saved diff --git a/src/main/java/net/cawez/cawezsmantletostratus/entity/CallionEntity.java b/src/main/java/net/cawez/cawezsmantletostratus/entity/CallionEntity.java index 2a46deb..5a3bf2b 100644 --- a/src/main/java/net/cawez/cawezsmantletostratus/entity/CallionEntity.java +++ b/src/main/java/net/cawez/cawezsmantletostratus/entity/CallionEntity.java @@ -49,7 +49,6 @@ public class CallionEntity extends Animal { super(type, world); xpReward = 0; setNoAi(false); - setPersistenceRequired(); } @Override @@ -68,11 +67,6 @@ public class CallionEntity extends Animal { this.goalSelector.addGoal(11, new LeapAtTargetGoal(this, (float) 0.5)); } - @Override - public boolean removeWhenFarAway(double distanceToClosestPlayer) { - return false; - } - protected void dropCustomDeathLoot(ServerLevel serverLevel, DamageSource source, boolean recentlyHitIn) { super.dropCustomDeathLoot(serverLevel, source, recentlyHitIn); this.spawnAtLocation(new ItemStack(Blocks.REDSTONE_BLOCK)); diff --git a/src/main/java/net/cawez/cawezsmantletostratus/entity/CeilockEntity.java b/src/main/java/net/cawez/cawezsmantletostratus/entity/CeilockEntity.java index 0962540..3294dc3 100644 --- a/src/main/java/net/cawez/cawezsmantletostratus/entity/CeilockEntity.java +++ b/src/main/java/net/cawez/cawezsmantletostratus/entity/CeilockEntity.java @@ -97,7 +97,7 @@ public class CeilockEntity extends Monster implements RangedAttackMob { Entity entity = this; Entity sourceentity = damagesource.getEntity(); Entity immediatesourceentity = damagesource.getDirectEntity(); - if (!CeilockHurtProcedure.execute(world, x, y, z, entity)) + if (!CeilockHurtProcedure.execute(world, x, y, z, entity, sourceentity)) return false; if (damagesource.is(DamageTypes.IN_FIRE)) return false; diff --git a/src/main/java/net/cawez/cawezsmantletostratus/entity/HaunterEntity.java b/src/main/java/net/cawez/cawezsmantletostratus/entity/HaunterEntity.java index 0d3a591..c95800a 100644 --- a/src/main/java/net/cawez/cawezsmantletostratus/entity/HaunterEntity.java +++ b/src/main/java/net/cawez/cawezsmantletostratus/entity/HaunterEntity.java @@ -93,7 +93,7 @@ public class HaunterEntity extends Monster { Entity entity = this; Entity sourceentity = damagesource.getEntity(); Entity immediatesourceentity = damagesource.getDirectEntity(); - if (!HaunterEntityIsHurtProcedure.execute(world, x, y, z, entity)) + if (!HaunterEntityIsHurtProcedure.execute(world, x, y, z, entity, sourceentity)) return false; if (damagesource.is(DamageTypes.FALL)) return false; @@ -144,7 +144,7 @@ public class HaunterEntity extends Monster { builder = builder.add(Attributes.MAX_HEALTH, 25); builder = builder.add(Attributes.ARMOR, 0); builder = builder.add(Attributes.ATTACK_DAMAGE, 6); - builder = builder.add(Attributes.FOLLOW_RANGE, 32); + builder = builder.add(Attributes.FOLLOW_RANGE, 16); builder = builder.add(Attributes.STEP_HEIGHT, 0.6); builder = builder.add(Attributes.ATTACK_KNOCKBACK, 4); return builder; diff --git a/src/main/java/net/cawez/cawezsmantletostratus/entity/NymbusEntity.java b/src/main/java/net/cawez/cawezsmantletostratus/entity/NymbusEntity.java index d71a7ae..d0b86a5 100644 --- a/src/main/java/net/cawez/cawezsmantletostratus/entity/NymbusEntity.java +++ b/src/main/java/net/cawez/cawezsmantletostratus/entity/NymbusEntity.java @@ -110,7 +110,7 @@ public class NymbusEntity extends Monster { Entity sourceentity = damagesource.getEntity(); Entity immediatesourceentity = damagesource.getDirectEntity(); - NymbusEntityIsHurtProcedure.execute(world, x, y, z, entity); + NymbusEntityIsHurtProcedure.execute(world, x, y, z, entity, sourceentity); if (damagesource.is(DamageTypes.EXPLOSION) || damagesource.is(DamageTypes.PLAYER_EXPLOSION)) return false; return super.hurt(damagesource, amount); diff --git a/src/main/java/net/cawez/cawezsmantletostratus/entity/UironEntity.java b/src/main/java/net/cawez/cawezsmantletostratus/entity/UironEntity.java index e0ad362..bf5d985 100644 --- a/src/main/java/net/cawez/cawezsmantletostratus/entity/UironEntity.java +++ b/src/main/java/net/cawez/cawezsmantletostratus/entity/UironEntity.java @@ -52,7 +52,6 @@ public class UironEntity extends Animal { super(type, world); xpReward = 0; setNoAi(false); - setPersistenceRequired(); this.moveControl = new FlyingMoveControl(this, 10, true); } @@ -87,11 +86,6 @@ public class UironEntity extends Animal { this.goalSelector.addGoal(12, new LeapAtTargetGoal(this, (float) 0.5)); } - @Override - public boolean removeWhenFarAway(double distanceToClosestPlayer) { - return false; - } - protected void dropCustomDeathLoot(ServerLevel serverLevel, DamageSource source, boolean recentlyHitIn) { super.dropCustomDeathLoot(serverLevel, source, recentlyHitIn); this.spawnAtLocation(new ItemStack(Items.TURTLE_SCUTE)); diff --git a/src/main/java/net/cawez/cawezsmantletostratus/init/CawezsMantleToStratusModEntities.java b/src/main/java/net/cawez/cawezsmantletostratus/init/CawezsMantleToStratusModEntities.java index 8bd875e..9842397 100644 --- a/src/main/java/net/cawez/cawezsmantletostratus/init/CawezsMantleToStratusModEntities.java +++ b/src/main/java/net/cawez/cawezsmantletostratus/init/CawezsMantleToStratusModEntities.java @@ -40,7 +40,7 @@ public class CawezsMantleToStratusModEntities { public static final DeferredHolder, EntityType> TORCH_PROJECTILE = register("torch_projectile", EntityType.Builder.of(TorchProjectileEntity::new, MobCategory.MISC).setShouldReceiveVelocityUpdates(true).setTrackingRange(64).setUpdateInterval(1).sized(0.5f, 0.5f)); public static final DeferredHolder, EntityType> HAUNTER = register("haunter", - EntityType.Builder.of(HaunterEntity::new, MobCategory.MONSTER).setShouldReceiveVelocityUpdates(true).setTrackingRange(128).setUpdateInterval(3) + EntityType.Builder.of(HaunterEntity::new, MobCategory.MONSTER).setShouldReceiveVelocityUpdates(true).setTrackingRange(32).setUpdateInterval(3) .sized(0.6f, 1.8f)); public static final DeferredHolder, EntityType> CEILOCK = register("ceilock", diff --git a/src/main/java/net/cawez/cawezsmantletostratus/item/DiurnalControllerItem.java b/src/main/java/net/cawez/cawezsmantletostratus/item/DiurnalControllerItem.java index 9f520c7..26391a3 100644 --- a/src/main/java/net/cawez/cawezsmantletostratus/item/DiurnalControllerItem.java +++ b/src/main/java/net/cawez/cawezsmantletostratus/item/DiurnalControllerItem.java @@ -20,7 +20,7 @@ import java.util.List; public class DiurnalControllerItem extends Item { public DiurnalControllerItem() { - super(new Item.Properties().stacksTo(64).rarity(Rarity.UNCOMMON)); + super(new Item.Properties().durability(1024).rarity(Rarity.UNCOMMON)); } @Override @@ -39,7 +39,7 @@ public class DiurnalControllerItem extends Item { @Override public InteractionResultHolder use(Level world, Player entity, InteractionHand hand) { InteractionResultHolder ar = super.use(world, entity, hand); - DiurnalControllerRightclickedProcedure.execute(world, ar.getObject()); + DiurnalControllerRightclickedProcedure.execute(world, entity.getX(), entity.getY(), entity.getZ(), ar.getObject()); return ar; } } diff --git a/src/main/java/net/cawez/cawezsmantletostratus/procedures/CeilockHurtProcedure.java b/src/main/java/net/cawez/cawezsmantletostratus/procedures/CeilockHurtProcedure.java index bdddd99..f68cd7e 100644 --- a/src/main/java/net/cawez/cawezsmantletostratus/procedures/CeilockHurtProcedure.java +++ b/src/main/java/net/cawez/cawezsmantletostratus/procedures/CeilockHurtProcedure.java @@ -15,18 +15,20 @@ import net.minecraft.commands.CommandSourceStack; import net.minecraft.commands.CommandSource; public class CeilockHurtProcedure { - public static boolean execute(LevelAccessor world, double x, double y, double z, Entity entity) { - if (entity == null) + public static boolean execute(LevelAccessor world, double x, double y, double z, Entity entity, Entity sourceentity) { + if (entity == null || sourceentity == null) return false; - if (2 == Mth.nextInt(RandomSource.create(), 1, 6)) { - if ((entity.level().dimension()) == ResourceKey.create(Registries.DIMENSION, ResourceLocation.parse("cawezs_mantle_to_stratus:depths"))) { - if (world instanceof ServerLevel _level) - _level.getServer().getCommands().performPrefixedCommand(new CommandSourceStack(CommandSource.NULL, new Vec3(x, y, z), Vec2.ZERO, _level, 4, "", Component.literal(""), _level.getServer(), null).withSuppressedOutput(), - "/summon item ~ ~ ~ {Item:{id:\"cawezs_mantle_to_stratus:blood_overgrowth\",count:1}}"); - } else if ((entity.level().dimension()) == ResourceKey.create(Registries.DIMENSION, ResourceLocation.parse("cawezs_mantle_to_stratus:inverted"))) { - if (world instanceof ServerLevel _level) - _level.getServer().getCommands().performPrefixedCommand(new CommandSourceStack(CommandSource.NULL, new Vec3(x, y, z), Vec2.ZERO, _level, 4, "", Component.literal(""), _level.getServer(), null).withSuppressedOutput(), - "/summon item ~ ~ ~ {Item:{id:\"cawezs_mantle_to_stratus:blood_grimstone\",count:1}}"); + if (!(sourceentity == null)) { + if (2 == Mth.nextInt(RandomSource.create(), 1, 6)) { + if ((entity.level().dimension()) == ResourceKey.create(Registries.DIMENSION, ResourceLocation.parse("cawezs_mantle_to_stratus:depths"))) { + if (world instanceof ServerLevel _level) + _level.getServer().getCommands().performPrefixedCommand(new CommandSourceStack(CommandSource.NULL, new Vec3(x, y, z), Vec2.ZERO, _level, 4, "", Component.literal(""), _level.getServer(), null).withSuppressedOutput(), + "/summon item ~ ~ ~ {Item:{id:\"cawezs_mantle_to_stratus:blood_overgrowth\",count:1}}"); + } else if ((entity.level().dimension()) == ResourceKey.create(Registries.DIMENSION, ResourceLocation.parse("cawezs_mantle_to_stratus:inverted"))) { + if (world instanceof ServerLevel _level) + _level.getServer().getCommands().performPrefixedCommand(new CommandSourceStack(CommandSource.NULL, new Vec3(x, y, z), Vec2.ZERO, _level, 4, "", Component.literal(""), _level.getServer(), null).withSuppressedOutput(), + "/summon item ~ ~ ~ {Item:{id:\"cawezs_mantle_to_stratus:blood_grimstone\",count:1}}"); + } } } return true; diff --git a/src/main/java/net/cawez/cawezsmantletostratus/procedures/DiurnalControllerRightclickedProcedure.java b/src/main/java/net/cawez/cawezsmantletostratus/procedures/DiurnalControllerRightclickedProcedure.java index df8ee8c..980a462 100644 --- a/src/main/java/net/cawez/cawezsmantletostratus/procedures/DiurnalControllerRightclickedProcedure.java +++ b/src/main/java/net/cawez/cawezsmantletostratus/procedures/DiurnalControllerRightclickedProcedure.java @@ -1,13 +1,21 @@ package net.cawez.cawezsmantletostratus.procedures; +import net.minecraft.world.phys.Vec3; +import net.minecraft.world.phys.Vec2; import net.minecraft.world.level.LevelAccessor; import net.minecraft.world.item.ItemStack; import net.minecraft.server.level.ServerLevel; +import net.minecraft.network.chat.Component; +import net.minecraft.commands.CommandSourceStack; +import net.minecraft.commands.CommandSource; public class DiurnalControllerRightclickedProcedure { - public static void execute(LevelAccessor world, ItemStack itemstack) { + public static void execute(LevelAccessor world, double x, double y, double z, ItemStack itemstack) { if (world instanceof ServerLevel _level) - _level.setDayTime((int) (3000 + world.dayTime())); - itemstack.shrink(1); + _level.getServer().getCommands().performPrefixedCommand(new CommandSourceStack(CommandSource.NULL, new Vec3(x, y, z), Vec2.ZERO, _level, 4, "", Component.literal(""), _level.getServer(), null).withSuppressedOutput(), "time add 500"); + if (world instanceof ServerLevel _level) { + itemstack.hurtAndBreak(1, _level, null, _stkprov -> { + }); + } } } diff --git a/src/main/java/net/cawez/cawezsmantletostratus/procedures/HaunterEntityIsHurtProcedure.java b/src/main/java/net/cawez/cawezsmantletostratus/procedures/HaunterEntityIsHurtProcedure.java index dcf5d2c..23b609e 100644 --- a/src/main/java/net/cawez/cawezsmantletostratus/procedures/HaunterEntityIsHurtProcedure.java +++ b/src/main/java/net/cawez/cawezsmantletostratus/procedures/HaunterEntityIsHurtProcedure.java @@ -15,18 +15,20 @@ import net.minecraft.commands.CommandSourceStack; import net.minecraft.commands.CommandSource; public class HaunterEntityIsHurtProcedure { - public static boolean execute(LevelAccessor world, double x, double y, double z, Entity entity) { - if (entity == null) + public static boolean execute(LevelAccessor world, double x, double y, double z, Entity entity, Entity sourceentity) { + if (entity == null || sourceentity == null) return false; - if (2 == Mth.nextInt(RandomSource.create(), 1, 6)) { - if ((entity.level().dimension()) == ResourceKey.create(Registries.DIMENSION, ResourceLocation.parse("cawezs_mantle_to_stratus:depths"))) { - if (world instanceof ServerLevel _level) - _level.getServer().getCommands().performPrefixedCommand(new CommandSourceStack(CommandSource.NULL, new Vec3(x, y, z), Vec2.ZERO, _level, 4, "", Component.literal(""), _level.getServer(), null).withSuppressedOutput(), - "/summon item ~ ~ ~ {Item:{id:\"cawezs_mantle_to_stratus:blood_gloom\",count:1}}"); - } else if ((entity.level().dimension()) == ResourceKey.create(Registries.DIMENSION, ResourceLocation.parse("cawezs_mantle_to_stratus:heights"))) { - if (world instanceof ServerLevel _level) - _level.getServer().getCommands().performPrefixedCommand(new CommandSourceStack(CommandSource.NULL, new Vec3(x, y, z), Vec2.ZERO, _level, 4, "", Component.literal(""), _level.getServer(), null).withSuppressedOutput(), - "/summon item ~ ~ ~ {Item:{id:\"cawezs_mantle_to_stratus:blood_storm\",count:1}}"); + if (!(sourceentity == null)) { + if (2 == Mth.nextInt(RandomSource.create(), 1, 6)) { + if ((entity.level().dimension()) == ResourceKey.create(Registries.DIMENSION, ResourceLocation.parse("cawezs_mantle_to_stratus:depths"))) { + if (world instanceof ServerLevel _level) + _level.getServer().getCommands().performPrefixedCommand(new CommandSourceStack(CommandSource.NULL, new Vec3(x, y, z), Vec2.ZERO, _level, 4, "", Component.literal(""), _level.getServer(), null).withSuppressedOutput(), + "/summon item ~ ~ ~ {Item:{id:\"cawezs_mantle_to_stratus:blood_gloom\",count:1}}"); + } else if ((entity.level().dimension()) == ResourceKey.create(Registries.DIMENSION, ResourceLocation.parse("cawezs_mantle_to_stratus:heights"))) { + if (world instanceof ServerLevel _level) + _level.getServer().getCommands().performPrefixedCommand(new CommandSourceStack(CommandSource.NULL, new Vec3(x, y, z), Vec2.ZERO, _level, 4, "", Component.literal(""), _level.getServer(), null).withSuppressedOutput(), + "/summon item ~ ~ ~ {Item:{id:\"cawezs_mantle_to_stratus:blood_storm\",count:1}}"); + } } } return true; diff --git a/src/main/java/net/cawez/cawezsmantletostratus/procedures/HaunterOnEntityTickUpdateProcedure.java b/src/main/java/net/cawez/cawezsmantletostratus/procedures/HaunterOnEntityTickUpdateProcedure.java index d4d4310..5e41da4 100644 --- a/src/main/java/net/cawez/cawezsmantletostratus/procedures/HaunterOnEntityTickUpdateProcedure.java +++ b/src/main/java/net/cawez/cawezsmantletostratus/procedures/HaunterOnEntityTickUpdateProcedure.java @@ -14,10 +14,10 @@ public class HaunterOnEntityTickUpdateProcedure { return; if ((entity.level().dimension()) == ResourceKey.create(Registries.DIMENSION, ResourceLocation.parse("cawezs_mantle_to_stratus:depths"))) { if (world instanceof ServerLevel _level) - _level.sendParticles(ParticleTypes.LARGE_SMOKE, x, (1 + y), z, 25, 0.1, 1, 0.1, 0.1); + _level.sendParticles(ParticleTypes.LARGE_SMOKE, x, (1 + y), z, 5, 0.1, 1, 0.1, 0.1); } else if ((entity.level().dimension()) == ResourceKey.create(Registries.DIMENSION, ResourceLocation.parse("cawezs_mantle_to_stratus:heights"))) { if (world instanceof ServerLevel _level) - _level.sendParticles(ParticleTypes.CLOUD, x, (1 + y), z, 25, 0.1, 1, 0.1, 0.1); + _level.sendParticles(ParticleTypes.CLOUD, x, (1 + y), z, 5, 0.1, 1, 0.1, 0.1); } else { if (!entity.level().isClientSide()) entity.discard(); diff --git a/src/main/java/net/cawez/cawezsmantletostratus/procedures/NymbusEntityIsHurtProcedure.java b/src/main/java/net/cawez/cawezsmantletostratus/procedures/NymbusEntityIsHurtProcedure.java index 20b2d08..bd8a8d6 100644 --- a/src/main/java/net/cawez/cawezsmantletostratus/procedures/NymbusEntityIsHurtProcedure.java +++ b/src/main/java/net/cawez/cawezsmantletostratus/procedures/NymbusEntityIsHurtProcedure.java @@ -19,50 +19,53 @@ import net.minecraft.commands.CommandSource; import net.cawez.cawezsmantletostratus.CawezsMantleToStratusMod; public class NymbusEntityIsHurtProcedure { - public static void execute(LevelAccessor world, double x, double y, double z, Entity entity) { - if (entity == null) + public static void execute(LevelAccessor world, double x, double y, double z, Entity entity, Entity sourceentity) { + if (entity == null || sourceentity == null) return; - if (Math.random() < 0.1666666) { - if (ResourceKey.create(Registries.DIMENSION, ResourceLocation.parse("cawezs_mantle_to_stratus:inverted")) == (entity.level().dimension())) { - if (world instanceof ServerLevel _level) - _level.getServer().getCommands().performPrefixedCommand(new CommandSourceStack(CommandSource.NULL, new Vec3(x, y, z), Vec2.ZERO, _level, 4, "", Component.literal(""), _level.getServer(), null).withSuppressedOutput(), - "/summon item ~ ~ ~ {Item:{id:\"cawezs_mantle_to_stratus:blood_ichor\",count:1}}"); - } else if (ResourceKey.create(Registries.DIMENSION, ResourceLocation.parse("cawezs_mantle_to_stratus:heights")) == (entity.level().dimension())) { - if (world instanceof ServerLevel _level) - _level.getServer().getCommands().performPrefixedCommand(new CommandSourceStack(CommandSource.NULL, new Vec3(x, y, z), Vec2.ZERO, _level, 4, "", Component.literal(""), _level.getServer(), null).withSuppressedOutput(), - "/summon item ~ ~ ~ {Item:{id:\"cawezs_mantle_to_stratus:blood_aeris\",count:1}}"); + if (!(sourceentity == null)) { + if (Math.random() < 0.1666666) { + if (ResourceKey.create(Registries.DIMENSION, ResourceLocation.parse("cawezs_mantle_to_stratus:inverted")) == (entity.level().dimension())) { + if (world instanceof ServerLevel _level) + _level.getServer().getCommands().performPrefixedCommand(new CommandSourceStack(CommandSource.NULL, new Vec3(x, y, z), Vec2.ZERO, _level, 4, "", Component.literal(""), _level.getServer(), null).withSuppressedOutput(), + "/summon item ~ ~ ~ {Item:{id:\"cawezs_mantle_to_stratus:blood_ichor\",count:1}}"); + } else if (ResourceKey.create(Registries.DIMENSION, ResourceLocation.parse("cawezs_mantle_to_stratus:heights")) == (entity.level().dimension())) { + if (world instanceof ServerLevel _level) + _level.getServer().getCommands().performPrefixedCommand(new CommandSourceStack(CommandSource.NULL, new Vec3(x, y, z), Vec2.ZERO, _level, 4, "", Component.literal(""), _level.getServer(), null).withSuppressedOutput(), + "/summon item ~ ~ ~ {Item:{id:\"cawezs_mantle_to_stratus:blood_aeris\",count:1}}"); + } } + CawezsMantleToStratusMod.queueServerWork(5, () -> { + if (world instanceof Level _level) { + if (!_level.isClientSide()) { + _level.playSound(null, BlockPos.containing(x, y, z), BuiltInRegistries.SOUND_EVENT.get(ResourceLocation.parse("block.note_block.bit")), SoundSource.NEUTRAL, 1, 1); + } else { + _level.playLocalSound(x, y, z, BuiltInRegistries.SOUND_EVENT.get(ResourceLocation.parse("block.note_block.bit")), SoundSource.NEUTRAL, 1, 1, false); + } + } + }); + CawezsMantleToStratusMod.queueServerWork(10, () -> { + if (world instanceof Level _level) { + if (!_level.isClientSide()) { + _level.playSound(null, BlockPos.containing(x, y, z), BuiltInRegistries.SOUND_EVENT.get(ResourceLocation.parse("block.note_block.bit")), SoundSource.NEUTRAL, 1, 1); + } else { + _level.playLocalSound(x, y, z, BuiltInRegistries.SOUND_EVENT.get(ResourceLocation.parse("block.note_block.bit")), SoundSource.NEUTRAL, 1, 1, false); + } + } + }); + CawezsMantleToStratusMod.queueServerWork(15, () -> { + if (world instanceof Level _level) { + if (!_level.isClientSide()) { + _level.playSound(null, BlockPos.containing(x, y, z), BuiltInRegistries.SOUND_EVENT.get(ResourceLocation.parse("block.note_block.bit")), SoundSource.NEUTRAL, 1, 1); + } else { + _level.playLocalSound(x, y, z, BuiltInRegistries.SOUND_EVENT.get(ResourceLocation.parse("block.note_block.bit")), SoundSource.NEUTRAL, 1, 1, false); + } + } + }); + CawezsMantleToStratusMod.queueServerWork(20, () -> { + if (world instanceof ServerLevel _level) + _level.getServer().getCommands().performPrefixedCommand(new CommandSourceStack(CommandSource.NULL, new Vec3(x, y, z), Vec2.ZERO, _level, 4, "", Component.literal(""), _level.getServer(), null).withSuppressedOutput(), + "summon tnt"); + }); } - CawezsMantleToStratusMod.queueServerWork(5, () -> { - if (world instanceof Level _level) { - if (!_level.isClientSide()) { - _level.playSound(null, BlockPos.containing(x, y, z), BuiltInRegistries.SOUND_EVENT.get(ResourceLocation.parse("block.note_block.bit")), SoundSource.NEUTRAL, 1, 1); - } else { - _level.playLocalSound(x, y, z, BuiltInRegistries.SOUND_EVENT.get(ResourceLocation.parse("block.note_block.bit")), SoundSource.NEUTRAL, 1, 1, false); - } - } - }); - CawezsMantleToStratusMod.queueServerWork(10, () -> { - if (world instanceof Level _level) { - if (!_level.isClientSide()) { - _level.playSound(null, BlockPos.containing(x, y, z), BuiltInRegistries.SOUND_EVENT.get(ResourceLocation.parse("block.note_block.bit")), SoundSource.NEUTRAL, 1, 1); - } else { - _level.playLocalSound(x, y, z, BuiltInRegistries.SOUND_EVENT.get(ResourceLocation.parse("block.note_block.bit")), SoundSource.NEUTRAL, 1, 1, false); - } - } - }); - CawezsMantleToStratusMod.queueServerWork(15, () -> { - if (world instanceof Level _level) { - if (!_level.isClientSide()) { - _level.playSound(null, BlockPos.containing(x, y, z), BuiltInRegistries.SOUND_EVENT.get(ResourceLocation.parse("block.note_block.bit")), SoundSource.NEUTRAL, 1, 1); - } else { - _level.playLocalSound(x, y, z, BuiltInRegistries.SOUND_EVENT.get(ResourceLocation.parse("block.note_block.bit")), SoundSource.NEUTRAL, 1, 1, false); - } - } - }); - CawezsMantleToStratusMod.queueServerWork(20, () -> { - if (world instanceof ServerLevel _level) - _level.getServer().getCommands().performPrefixedCommand(new CommandSourceStack(CommandSource.NULL, new Vec3(x, y, z), Vec2.ZERO, _level, 4, "", Component.literal(""), _level.getServer(), null).withSuppressedOutput(), "summon tnt"); - }); } } diff --git a/src/main/java/net/cawez/cawezsmantletostratus/procedures/OreBlockDestroyedByPlayerProcedure.java b/src/main/java/net/cawez/cawezsmantletostratus/procedures/OreBlockDestroyedByPlayerProcedure.java index 8dbec2c..d98cc48 100644 --- a/src/main/java/net/cawez/cawezsmantletostratus/procedures/OreBlockDestroyedByPlayerProcedure.java +++ b/src/main/java/net/cawez/cawezsmantletostratus/procedures/OreBlockDestroyedByPlayerProcedure.java @@ -2,16 +2,12 @@ package net.cawez.cawezsmantletostratus.procedures; import net.minecraft.world.level.block.state.BlockState; import net.minecraft.world.level.LevelAccessor; -import net.minecraft.world.item.enchantment.Enchantments; import net.minecraft.world.item.Items; import net.minecraft.world.item.ItemStack; -import net.minecraft.world.entity.player.Player; import net.minecraft.world.entity.item.ItemEntity; import net.minecraft.world.entity.LivingEntity; import net.minecraft.world.entity.Entity; import net.minecraft.server.level.ServerLevel; -import net.minecraft.network.chat.Component; -import net.minecraft.core.registries.Registries; import net.cawez.cawezsmantletostratus.init.CawezsMantleToStratusModItems; import net.cawez.cawezsmantletostratus.init.CawezsMantleToStratusModBlocks; @@ -20,9 +16,8 @@ public class OreBlockDestroyedByPlayerProcedure { public static void execute(LevelAccessor world, double x, double y, double z, BlockState blockstate, Entity entity) { if (entity == null) return; - if ((entity instanceof LivingEntity _livEnt ? _livEnt.getMainHandItem() : ItemStack.EMPTY).getEnchantmentLevel(world.registryAccess().lookupOrThrow(Registries.ENCHANTMENT).getOrThrow(Enchantments.FORTUNE)) != 0 - && ((entity instanceof LivingEntity _livEnt ? _livEnt.getMainHandItem() : ItemStack.EMPTY).getItem() == Items.DIAMOND_PICKAXE - || (entity instanceof LivingEntity _livEnt ? _livEnt.getMainHandItem() : ItemStack.EMPTY).getItem() == Items.NETHERITE_PICKAXE) + if ((entity instanceof LivingEntity _livEnt ? _livEnt.getMainHandItem() : ItemStack.EMPTY).getItem() == Items.DIAMOND_PICKAXE + || (entity instanceof LivingEntity _livEnt ? _livEnt.getMainHandItem() : ItemStack.EMPTY).getItem() == Items.NETHERITE_PICKAXE || (entity instanceof LivingEntity _livEnt ? _livEnt.getMainHandItem() : ItemStack.EMPTY).getItem() == CawezsMantleToStratusModItems.STARFORGED_PICKAXE.get()) { if (blockstate.getBlock() == CawezsMantleToStratusModBlocks.HAELIUM.get()) { if (world instanceof ServerLevel _level) { @@ -61,9 +56,6 @@ public class OreBlockDestroyedByPlayerProcedure { _level.addFreshEntity(entityToSpawn); } } - } else { - if (entity instanceof Player _player && !_player.level().isClientSide()) - _player.displayClientMessage(Component.literal("Perhaps with more FORTUNE..?"), true); } } } diff --git a/src/main/resources/META-INF/neoforge.mods.toml b/src/main/resources/META-INF/neoforge.mods.toml index da7623e..76f3ae8 100644 --- a/src/main/resources/META-INF/neoforge.mods.toml +++ b/src/main/resources/META-INF/neoforge.mods.toml @@ -4,7 +4,7 @@ license="GNU General Public License version 3 (GPLv3)" [[mods]] modId="cawezs_mantle_to_stratus" -version="2.0.0" +version="2.0.2" displayName="cawezs_mantle_to_stratus" displayURL="https://cawez.ca" credits="CAWEZ's Mantle to Stratus by COW_ILLUMINATI. Texutes by Raincandy, made using MCreator" diff --git a/src/main/resources/assets/cawezs_mantle_to_stratus/lang/en_us.json b/src/main/resources/assets/cawezs_mantle_to_stratus/lang/en_us.json index dceb734..07cd916 100644 --- a/src/main/resources/assets/cawezs_mantle_to_stratus/lang/en_us.json +++ b/src/main/resources/assets/cawezs_mantle_to_stratus/lang/en_us.json @@ -94,7 +94,7 @@ "block.cawezs_mantle_to_stratus.fortite": "Fortite", "item.cawezs_mantle_to_stratus.heaven_armor_helmet.description_0": "It appears so strong...", "item.cawezs_mantle_to_stratus.orbofsatiety.description_0": "Eat away: it never runs out", - "item.cawezs_mantle_to_stratus.blood_storm": "Blood of Overgrowth", + "item.cawezs_mantle_to_stratus.blood_storm": "Blood of Storm", "item.cawezs_mantle_to_stratus.amber_amulet": "Amber Amulet", "item.cawezs_mantle_to_stratus.nymbus_spawn_egg": "Nymbus Spawn Egg", "item.cawezs_mantle_to_stratus.fortite_gemstone": "Fortite Gemstone", diff --git a/src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/callion_biome_modifier.json b/src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/callion_biome_modifier.json index 14601a1..1d38a9e 100644 --- a/src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/callion_biome_modifier.json +++ b/src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/callion_biome_modifier.json @@ -10,7 +10,7 @@ ], "spawners": { "type": "cawezs_mantle_to_stratus:callion", - "weight": 100, + "weight": 25, "minCount": 4, "maxCount": 4 } diff --git a/src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/ceilock_biome_modifier.json b/src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/ceilock_biome_modifier.json index 28c4b93..dd54919 100644 --- a/src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/ceilock_biome_modifier.json +++ b/src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/ceilock_biome_modifier.json @@ -12,7 +12,7 @@ ], "spawners": { "type": "cawezs_mantle_to_stratus:ceilock", - "weight": 30, + "weight": 5, "minCount": 1, "maxCount": 1 } diff --git a/src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/haunter_biome_modifier.json b/src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/haunter_biome_modifier.json index 7e4f1fa..7ee8667 100644 --- a/src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/haunter_biome_modifier.json +++ b/src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/haunter_biome_modifier.json @@ -16,7 +16,7 @@ ], "spawners": { "type": "cawezs_mantle_to_stratus:haunter", - "weight": 30, + "weight": 5, "minCount": 1, "maxCount": 1 } diff --git a/src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/nymbus_biome_modifier.json b/src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/nymbus_biome_modifier.json index f8bee3e..9e7dead 100644 --- a/src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/nymbus_biome_modifier.json +++ b/src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/nymbus_biome_modifier.json @@ -13,7 +13,7 @@ ], "spawners": { "type": "cawezs_mantle_to_stratus:nymbus", - "weight": 20, + "weight": 5, "minCount": 1, "maxCount": 1 } diff --git a/src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/uiron_biome_modifier.json b/src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/uiron_biome_modifier.json index 8757243..6b236ed 100644 --- a/src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/uiron_biome_modifier.json +++ b/src/main/resources/data/cawezs_mantle_to_stratus/neoforge/biome_modifier/uiron_biome_modifier.json @@ -7,7 +7,7 @@ ], "spawners": { "type": "cawezs_mantle_to_stratus:uiron", - "weight": 100, + "weight": 25, "minCount": 4, "maxCount": 4 } diff --git a/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/trees.json b/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/trees.json index 1c64850..09a9408 100644 --- a/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/trees.json +++ b/src/main/resources/data/cawezs_mantle_to_stratus/worldgen/biome/trees.json @@ -23,12 +23,6 @@ "weight": 20, "minCount": 4, "maxCount": 4 - }, - { - "type": "sheep", - "weight": 20, - "minCount": 4, - "maxCount": 4 } ], "creature": [ @@ -67,6 +61,12 @@ "weight": 20, "minCount": 4, "maxCount": 4 + }, + { + "type": "sheep", + "weight": 20, + "minCount": 4, + "maxCount": 4 } ], "ambient": [], diff --git a/src/main/resources/data/minecraft/tags/item/enchantable/durability.json b/src/main/resources/data/minecraft/tags/item/enchantable/durability.json index 9e062bd..83c754c 100644 --- a/src/main/resources/data/minecraft/tags/item/enchantable/durability.json +++ b/src/main/resources/data/minecraft/tags/item/enchantable/durability.json @@ -1,6 +1,7 @@ { "replace": false, "values": [ + "cawezs_mantle_to_stratus:diurnal_controller", "cawezs_mantle_to_stratus:blightstone", "cawezs_mantle_to_stratus:amber", "cawezs_mantle_to_stratus:wayfinder",