makk Posted October 4, 2021 Share Posted October 4, 2021 (edited) 1 hour ago, mitch1 said: Has anyone managed to completely disable Darkwake on BigSur (11.5-> )? My HP 800G1 hack is working fine except that when I WOL it drops back to sleep after about 45seconds even though once woken I have processes running which usually prevent sleep (emby server). The logs show the WOL event as a darkwake. What I want is the WOL to be treated the same as a HID input and cause a full wake. I had the exact same issue on Catalina which was fixed with darkwake=0 but unfortunately the same isn't working in BigSur. The bootflag is present in Nvram but darkwakes still happening. any ideas welcomed ! sudo pmset -a powernap 0 sudo pmset -a sleep xx sudo psmet -a womp 0 sudo pmset -a hibernatemode 0 sudo pmset -a standby 0 sudo pmset -a proximitywake 0 sudo pmset -a autopoweroff 0 sudo pmset -a autorestart 0 try these in OC turn off RTC Alarm wakes <> Apple wake up for scheduled updates. kernel>patches>Disable RTC wake scheduling << look for Comments ::: set to enable or true 4 minutes ago, makk said: sudo pmset -a powernap 0 sudo pmset -a sleep xx sudo psmet -a womp 0 sudo pmset -a hibernatemode 0 sudo pmset -a standby 0 sudo pmset -a proximitywake 0 sudo pmset -a autopoweroff 0 sudo pmset -a autorestart 0 try these in OC turn off RTC Alarm wakes <> Apple wake up for scheduled updates. kernel>patches>Disable RTC wake scheduling << look for Comments ::: set to enable or true Reset NVRAM at Bootloader to flush out for new changes check for wake action: pmset -g stats, pmset -g assertions ( check to see if need -g before the final ) In Terminal run these: log show --last boot | grep -i ACPI log show --debug --last boot --predicate 'process == "kernel"' For Big Sur, Catalina: log show | grep -i "Wake reason" To shuffle off to text file add:::: " > xxxx.txt " after each set Example: log show | grep -i "Wake reason" > mywakereason.txt Edited October 4, 2021 by makk Link to comment Share on other sites More sharing options...
mitch1 Posted October 13, 2021 Share Posted October 13, 2021 Thanks for the response. Here is some detail from the commands you suggested. Note: I have Sleep and Wake working perfectly except when I try to WOL the machine. (this was working fine in Catalina using darkwake=0) So with that in mind I have ignored : sudo psmet -a womp 0 log show --last boot | grep -i ACPI ben800g1@Bens-iMac ~ % log show --last boot | grep -i ACPI 2021-10-13 09:52:31.737984+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.737984+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.738116+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) RSDP 0x00000000D98F9000 000024 (v02 HPQOEM) 2021-10-13 09:52:31.738117+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) RSDP 0x00000000D98F9000 000024 (v02 HPQOEM) 2021-10-13 09:52:31.739042+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.739043+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.739096+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.739096+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.739228+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) XSDT 0x00000000D9947000 0000B4 (v01 HPQOEM SLIC-BPC 20190417 AMI 00010013) 2021-10-13 09:52:31.739229+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) XSDT 0x00000000D9947000 0000B4 (v01 HPQOEM SLIC-BPC 20190417 AMI 00010013) 2021-10-13 09:52:31.740841+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.740842+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.740921+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.740922+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.741054+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) FACP 0x00000000D9907010 00010C (v05 HPQOEM SLIC-BPC 20190417 AMI 00010013) 2021-10-13 09:52:31.741055+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) FACP 0x00000000D9907010 00010C (v05 HPQOEM SLIC-BPC 20190417 AMI 00010013) 2021-10-13 09:52:31.742667+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.742667+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.746554+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.746555+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.746686+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) DSDT 0x00000000D98F91C8 00DE46 (v02 HPQOEM SLIC-BPC 00000001 INTL 20091112) 2021-10-13 09:52:31.746687+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) DSDT 0x00000000D98F91C8 00DE46 (v02 HPQOEM SLIC-BPC 00000001 INTL 20091112) 2021-10-13 09:52:31.759445+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.759446+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.759500+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.759500+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.759631+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) FACS 0x00000000D9A01080 000040 2021-10-13 09:52:31.759632+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) FACS 0x00000000D9A01080 000040 2021-10-13 09:52:31.760277+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.760277+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.760331+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.760332+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.760462+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) APIC 0x00000000D9907120 000092 (v03 HPQOEM SLIC-BPC 20190417 AMI 00010013) 2021-10-13 09:52:31.760463+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) APIC 0x00000000D9907120 000092 (v03 HPQOEM SLIC-BPC 20190417 AMI 00010013) 2021-10-13 09:52:31.762068+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.762068+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.762124+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.762125+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.762255+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) FPDT 0x00000000D99071B8 000044 (v01 HPQOEM SLIC-BPC 20190417 AMI 00010013) 2021-10-13 09:52:31.762256+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) FPDT 0x00000000D99071B8 000044 (v01 HPQOEM SLIC-BPC 20190417 AMI 00010013) 2021-10-13 09:52:31.763863+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.763863+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.763998+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.763998+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.764127+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x00000000D9907200 000539 (v01 PmRef Cpu0Ist 00003000 INTL 20120711) 2021-10-13 09:52:31.764128+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x00000000D9907200 000539 (v01 PmRef Cpu0Ist 00003000 INTL 20120711) 2021-10-13 09:52:31.765736+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.765736+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.765964+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.765964+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.766094+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x00000000D9907740 000AD8 (v01 PmRef CpuPm 00003000 INTL 20120711) 2021-10-13 09:52:31.766094+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x00000000D9907740 000AD8 (v01 PmRef CpuPm 00003000 INTL 20120711) 2021-10-13 09:52:31.777901+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.777902+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.777979+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.777980+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.778111+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x00000000D9908218 0001C7 (v01 PmRef LakeTiny 00003000 INTL 20120711) 2021-10-13 09:52:31.778112+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x00000000D9908218 0001C7 (v01 PmRef LakeTiny 00003000 INTL 20120711) 2021-10-13 09:52:31.779725+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.779725+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.779779+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.779779+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.779910+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) MCFG 0x00000000D99083E0 00003C (v01 HPQOEM SLIC-BPC 20190417 MSFT 00000097) 2021-10-13 09:52:31.779910+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) MCFG 0x00000000D99083E0 00003C (v01 HPQOEM SLIC-BPC 20190417 MSFT 00000097) 2021-10-13 09:52:31.781525+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.781525+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.781573+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.781574+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.781704+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) HPET 0x00000000D9908420 000038 (v01 HPQOEM SLIC-BPC 20190417 AMI. 00000005) 2021-10-13 09:52:31.781705+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) HPET 0x00000000D9908420 000038 (v01 HPQOEM SLIC-BPC 20190417 AMI. 00000005) 2021-10-13 09:52:31.783319+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.783320+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.783422+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.783423+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.783554+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x00000000D9908458 00036D (v01 SataRe SataTabl 00001000 INTL 20120711) 2021-10-13 09:52:31.783555+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x00000000D9908458 00036D (v01 SataRe SataTabl 00001000 INTL 20120711) 2021-10-13 09:52:31.785167+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.785167+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.786108+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.786109+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.786241+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x00000000D99087C8 00348C (v01 SaSsdt SaSsdt 00003000 INTL 20091112) 2021-10-13 09:52:31.786241+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x00000000D99087C8 00348C (v01 SaSsdt SaSsdt 00003000 INTL 20091112) 2021-10-13 09:52:31.787854+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.787855+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.800241+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.800242+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.800371+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x00000000D990BC58 00668F (v01 COMPAQ WMI 00000001 MSFT 03000001) 2021-10-13 09:52:31.800372+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x00000000D990BC58 00668F (v01 COMPAQ WMI 00000001 MSFT 03000001) 2021-10-13 09:52:31.801979+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.801979+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.802047+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.802048+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.802177+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SLIC 0x00000000D99122E8 000176 (v01 HPQOEM SLIC-BPC 00000001 00000000) 2021-10-13 09:52:31.802178+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SLIC 0x00000000D99122E8 000176 (v01 HPQOEM SLIC-BPC 00000001 00000000) 2021-10-13 09:52:31.803785+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.803785+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.803834+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.803835+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.803965+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) MSDM 0x00000000D9912460 000055 (v03 HPQOEM SLIC-BPC 20190417 HPQ 00010013) 2021-10-13 09:52:31.803966+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) MSDM 0x00000000D9912460 000055 (v03 HPQOEM SLIC-BPC 20190417 HPQ 00010013) 2021-10-13 09:52:31.805571+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.805571+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.805625+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.805626+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.805755+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ASF! 0x00000000D99124B8 0000A5 (v32 INTEL HCG 00000001 TFSM 000F4240) 2021-10-13 09:52:31.805756+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ASF! 0x00000000D99124B8 0000A5 (v32 INTEL HCG 00000001 TFSM 000F4240) 2021-10-13 09:52:31.807363+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.807363+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.807409+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.807410+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.807539+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) TCPA 0x00000000D9912560 000032 (v02 APTIO4 NAPAASF 00000001 MSFT 01000013) 2021-10-13 09:52:31.807540+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) TCPA 0x00000000D9912560 000032 (v02 APTIO4 NAPAASF 00000001 MSFT 01000013) 2021-10-13 09:52:31.818254+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.818254+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.818302+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.818302+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.818433+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) BGRT 0x00000000D9912598 000038 (v00 HPQOEM SLIC-BPC 20190417 AMI 00010013) 2021-10-13 09:52:31.818434+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) BGRT 0x00000000D9912598 000038 (v00 HPQOEM SLIC-BPC 20190417 AMI 00010013) 2021-10-13 09:52:31.820048+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.820049+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.820100+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.820101+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.820231+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x00000000D9949000 00007D (v02 ACDT SsdtEC 00001000 INTL 20200110) 2021-10-13 09:52:31.820232+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x00000000D9949000 00007D (v02 ACDT SsdtEC 00001000 INTL 20200110) 2021-10-13 09:52:31.821847+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.821848+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.821938+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.821939+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.822069+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x00000000D9948000 0002B5 (v02 DRTNIA CpuPlug 00003000 INTL 20190509) 2021-10-13 09:52:31.822069+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x00000000D9948000 0002B5 (v02 DRTNIA CpuPlug 00003000 INTL 20190509) 2021-10-13 09:52:31.823685+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.823685+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.860446+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.860446+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.860628+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 9 ACPI AML tables successfully acquired and loaded 2021-10-13 09:52:31.860629+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 9 ACPI AML tables successfully acquired and loaded 2021-10-13 09:52:31.861697+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.861698+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.862244+0100 0x7a Default 0x0 0 0 kernel: (AppleACPIPlatform) AppleACPICPU: ProcessorId=1 LocalApicId=0 Enabled 2021-10-13 09:52:31.863332+0100 0x7a Default 0x0 0 0 kernel: (AppleACPIPlatform) AppleACPICPU: ProcessorId=2 LocalApicId=2 Enabled 2021-10-13 09:52:31.864598+0100 0x7a Default 0x0 0 0 kernel: (AppleACPIPlatform) AppleACPICPU: ProcessorId=3 LocalApicId=4 Enabled 2021-10-13 09:52:31.865684+0100 0x7a Default 0x0 0 0 kernel: (AppleACPIPlatform) AppleACPICPU: ProcessorId=4 LocalApicId=6 Enabled 2021-10-13 09:52:31.866767+0100 0x7a Default 0x0 0 0 kernel: (AppleACPIPlatform) AppleACPICPU: ProcessorId=5 LocalApicId=1 Enabled 2021-10-13 09:52:31.867856+0100 0x7a Default 0x0 0 0 kernel: (AppleACPIPlatform) AppleACPICPU: ProcessorId=6 LocalApicId=3 Enabled 2021-10-13 09:52:31.868941+0100 0x7a Default 0x0 0 0 kernel: (AppleACPIPlatform) AppleACPICPU: ProcessorId=7 LocalApicId=5 Enabled 2021-10-13 09:52:31.870024+0100 0x7a Default 0x0 0 0 kernel: (AppleACPIPlatform) AppleACPICPU: ProcessorId=8 LocalApicId=7 Enabled 2021-10-13 09:52:31.990939+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.990940+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.990942+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) Executed 4 blocks of module-level executable AML code 2021-10-13 09:52:31.990942+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) Executed 4 blocks of module-level executable AML code 2021-10-13 09:52:31.990943+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.990944+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.999557+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: sleep states S3 S4 S5 2021-10-13 09:52:32.008428+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: cannot translate ACPI object 14 2021-10-13 09:52:32.008464+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: cannot translate ACPI object 14 2021-10-13 09:52:32.008498+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: cannot translate ACPI object 14 2021-10-13 09:52:32.008537+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: cannot translate ACPI object 14 2021-10-13 09:52:32.008570+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: cannot translate ACPI object 14 2021-10-13 09:52:32.010611+0100 0x75 Default 0x0 0 0 kernel: PMRD: PMTrace found PCI host bridge PCI0->AppleACPIPCI 2021-10-13 09:52:32.120369+0100 0xee Default 0x0 0 0 kernel: (AppleACPIPlatform) Matched against SMC (started) 2021-10-13 09:52:32.120370+0100 0xee Default 0x0 0 0 kernel: (AppleACPIPlatform) Generation from SMC report as 2 2021-10-13 09:52:32.373893+0100 0x65 Default 0x0 0 0 kernel: (AppleACPIPlatform) found RTC service gpu 0x7584 pci 0x1000001f9 IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2 gpu 0x7584 pci 0x1000001f9 IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2 2021-10-13 09:52:44.366039+0100 0x706 Default 0x0 111 0 kernelmanagerd: Received kext load notification: com.apple.iokit.IOACPIFamily 2021-10-13 09:52:44.366057+0100 0x706 Default 0x0 111 0 kernelmanagerd: Received kext load notification: com.apple.driver.AppleACPIPlatform 2021-10-13 09:52:44.370478+0100 0x706 Default 0x0 111 0 kernelmanagerd: Received kext load notification: com.apple.driver.AppleACPIButtons 2021-10-13 09:52:44.371754+0100 0x706 Default 0x0 111 0 kernelmanagerd: Received kext load notification: com.apple.driver.ACPI_SMC_PlatformPlugin 2021-10-13 09:52:44.665880+0100 0x30c Default 0x0 151 0 WindowServer: (IOKit) [com.apple.iohid:default] Service added: IOHIDService name:AppleACPIButton id:0x100000211 primaryUsagePage:0xc primaryUsage:0x1 transport: reportInterval:18000 batchInterval:0 events:0 mask:0x0 gpu 0x7584 pci 0x1000001f9 IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2 2021-10-13 09:52:47.910185+0100 0x30c Default 0x0 151 7 WindowServer: (CoreDisplay) [com.apple.CoreDisplay:default] [WARN] - IOFBSetDisplayModeAndDepth: IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2-9d1-78d6-aaaafe96cd2b5dd7 2021-10-13 09:52:48.016118+0100 0x30c Default 0x0 151 7 WindowServer: (CoreDisplay) [com.apple.CoreDisplay:default] [WARN] - IOFBSetDisplayModeAndDepth: IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2-9d1-78d6-aaaafe96cd2b5dd7 2021-10-13 09:52:48.048245+0100 0x30c Default 0x0 151 7 WindowServer: (CoreDisplay) [com.apple.CoreDisplay:default] [WARN] - IOFBSetDisplayModeAndDepth: IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2-9d1-78d6-aaaafe96cd2b5dd7 2021-10-13 09:52:48.413533+0100 0x30c Default 0x0 151 7 WindowServer: (CoreDisplay) [com.apple.CoreDisplay:default] [WARN] - IOFBSetDisplayModeAndDepth: IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2-9d1-78d6-aaaafe96cd2b5dd7 2021-10-13 09:52:49.923124+0100 0xb5b Default 0x0 0 0 kernel: (AppleGraphicsDeviceControl) AGDCC: Unauthorized client 'PerfPowerService' (IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2/AppleIntelAzulController/IntelFBClientControl) gpu 0x7584 pci 0x1000001f9 IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2 gpu 0x7584 pci 0x1000001f9 IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2 gpu 0x7584 pci 0x1000001f9 IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2 gpu 0x7584 pci 0x1000001f9 IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2 gpu 0x7584 pci 0x1000001f9 IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2 gpu 0x7584 pci 0x1000001f9 IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2 gpu 0x7584 pci 0x1000001f9 IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2 gpu 0x7584 pci 0x1000001f9 IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2 gpu 0x7584 pci 0x1000001f9 IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2 gpu 0x7584 pci 0x1000001f9 IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2 gpu 0x7584 pci 0x1000001f9 IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2 gpu 0x7584 pci 0x1000001f9 IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2 2021-10-13 09:54:12.461085+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[2] to com.apple.driver.AppleACPIPlatform 2021-10-13 09:54:12.462866+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[2] to com.apple.driver.AppleACPIPlatform gpu 0x7584 pci 0x1000001f9 IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2 2021-10-13 09:54:14.546793+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemWillSleep[2] to com.apple.driver.AppleACPIPlatform 2021-10-13 09:54:14.548026+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[23] to com.apple.driver.AppleACPIPlatform 2021-10-13 09:54:16.804753+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[2] to com.apple.driver.AppleACPIPlatform 2021-10-13 09:54:16.809381+0100 0x75 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI SLEEP 2021-10-13 09:54:16.809866+0100 0x75 Default 0x0 0 0 kernel: (AppleACPIPlatform) Facs->FirmwareWakingVector: 0x2000 2021-10-13 09:54:16.809868+0100 0x75 Default 0x0 0 0 kernel: (AppleACPIPlatform) Facs->Length: 0x40 2021-10-13 09:54:16.809868+0100 0x75 Default 0x0 0 0 kernel: (AppleACPIPlatform) Facs->Version: 0x2 2021-10-13 09:54:16.809869+0100 0x75 Default 0x0 0 0 kernel: (AppleACPIPlatform) Facs->XFirmwareWakingVector: 0x0 2021-10-13 09:54:16.809870+0100 0x75 Default 0x0 0 0 kernel: (AppleACPIPlatform) Facs->OspmFlags: 0x0 2021-10-13 09:54:16.813260+0100 0x75 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI S3 WAKE 2021-10-13 09:54:16.814687+0100 0x75 Default 0x0 0 0 kernel: (AppleACPIPlatform) Facs->FirmwareWakingVector: 0x0 2021-10-13 09:54:16.814688+0100 0x75 Default 0x0 0 0 kernel: (AppleACPIPlatform) Facs->Length: 0x40 2021-10-13 09:54:16.814689+0100 0x75 Default 0x0 0 0 kernel: (AppleACPIPlatform) Facs->Version: 0x2 2021-10-13 09:54:16.814691+0100 0x75 Default 0x0 0 0 kernel: (AppleACPIPlatform) Facs->XFirmwareWakingVector: 0x0 2021-10-13 09:54:16.814692+0100 0x75 Default 0x0 0 0 kernel: (AppleACPIPlatform) Facs->OspmFlags: 0x0 2021-10-13 09:54:16.814914+0100 0x75 Default 0x0 0 0 kernel: (AppleACPIPlatform) AppleACPIPlatformPower Wake reason: GLAN EH01 EH02 XHC HDEF (Network) 2021-10-13 09:54:16.814915+0100 0x75 Default 0x0 0 0 kernel: (AppleACPIPlatform) AppleACPIPlatformPower Wake reason: GLAN EH01 EH02 XHC HDEF (Network) 2021-10-13 09:54:49.001340+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[2] to com.apple.driver.AppleACPIPlatform 2021-10-13 09:54:49.002549+0100 0x75 Default 0x0 0 0 kernel: PMRD: AppleACPIPCI: delay child notify 2021-10-13 09:54:49.002552+0100 0x75 Default 0x0 0 0 kernel: PMRD: AppleACPIPCI: delay child notify gpu 0x7584 pci 0x1000001f9 IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2 gpu 0x7584 pci 0x1000001f9 IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2 gpu 0x7584 pci 0x1000001f9 IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2 2021-10-13 09:55:03.658395+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[2] to com.apple.driver.AppleACPIPlatform gpu 0x7584 pci 0x1000001f9 IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2 gpu 0x7584 pci 0x1000001f9 IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2 gpu 0x7584 pci 0x1000001f9 IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2 gpu 0x7584 pci 0x1000001f9 IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2 gpu 0x7584 pci 0x1000001f9 IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2 gpu 0x7584 pci 0x1000001f9 IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2 gpu 0x7584 pci 0x1000001f9 IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2 gpu 0x7584 pci 0x1000001f9 IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2 gpu 0x7584 pci 0x1000001f9 IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2 gpu 0x7584 pci 0x1000001f9 IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2 2021-10-13 09:55:53.193639+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[2] to com.apple.driver.AppleACPIPlatform 2021-10-13 09:55:54.525887+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[2] to com.apple.driver.AppleACPIPlatform 2021-10-13 09:55:54.527458+0100 0x75 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI SLEEP 2021-10-13 09:55:54.527857+0100 0x75 Default 0x0 0 0 kernel: (AppleACPIPlatform) Facs->FirmwareWakingVector: 0x2000 2021-10-13 09:55:54.527858+0100 0x75 Default 0x0 0 0 kernel: (AppleACPIPlatform) Facs->Length: 0x40 2021-10-13 09:55:54.527859+0100 0x75 Default 0x0 0 0 kernel: (AppleACPIPlatform) Facs->Version: 0x2 2021-10-13 09:55:54.527860+0100 0x75 Default 0x0 0 0 kernel: (AppleACPIPlatform) Facs->XFirmwareWakingVector: 0x0 2021-10-13 09:55:54.527861+0100 0x75 Default 0x0 0 0 kernel: (AppleACPIPlatform) Facs->OspmFlags: 0x0 2021-10-13 09:55:54.534118+0100 0x75 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI S3 WAKE 2021-10-13 09:55:54.535547+0100 0x75 Default 0x0 0 0 kernel: (AppleACPIPlatform) Facs->FirmwareWakingVector: 0x0 2021-10-13 09:55:54.535548+0100 0x75 Default 0x0 0 0 kernel: (AppleACPIPlatform) Facs->Length: 0x40 2021-10-13 09:55:54.535550+0100 0x75 Default 0x0 0 0 kernel: (AppleACPIPlatform) Facs->Version: 0x2 2021-10-13 09:55:54.535551+0100 0x75 Default 0x0 0 0 kernel: (AppleACPIPlatform) Facs->XFirmwareWakingVector: 0x0 2021-10-13 09:55:54.535552+0100 0x75 Default 0x0 0 0 kernel: (AppleACPIPlatform) Facs->OspmFlags: 0x0 2021-10-13 09:55:54.535778+0100 0x75 Default 0x0 0 0 kernel: (AppleACPIPlatform) AppleACPIPlatformPower Wake reason: GLAN EH01 EH02 XHC HDEF (Network) 2021-10-13 09:55:54.535780+0100 0x75 Default 0x0 0 0 kernel: (AppleACPIPlatform) AppleACPIPlatformPower Wake reason: GLAN EH01 EH02 XHC HDEF (Network) 2021-10-13 09:56:09.000314+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[2] to com.apple.driver.AppleACPIPlatform 2021-10-13 09:56:09.001492+0100 0x75 Default 0x0 0 0 kernel: PMRD: AppleACPIPCI: delay child notify 2021-10-13 09:56:09.001495+0100 0x75 Default 0x0 0 0 kernel: PMRD: AppleACPIPCI: delay child notify 2021-10-13 09:56:09.047929+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemWillPowerOn to com.apple.driver.AppleACPIPlatform 2021-10-13 09:56:09.879810+0100 0x30c Default 0x0 151 7 WindowServer: (CoreDisplay) [com.apple.CoreDisplay:default] [WARN] - IOFBSetDisplayModeAndDepth: IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2-9d1-78d6-aaaafe96cd2b5dd7 gpu 0x7584 pci 0x1000001f9 IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2 gpu 0x7584 pci 0x1000001f9 IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2 gpu 0x7584 pci 0x1000001f9 IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2 2021-10-13 09:56:23.281998+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[2] to com.apple.driver.AppleACPIPlatform 2021-10-13 09:56:23.785263+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemHasPoweredOn to com.apple.driver.AppleACPIPlatform gpu 0x7584 pci 0x1000001f9 IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2 gpu 0x7584 pci 0x1000001f9 IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2 gpu 0x7584 pci 0x1000001f9 IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2 gpu 0x7584 pci 0x1000001f9 IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2 gpu 0x7584 pci 0x1000001f9 IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2 gpu 0x7584 pci 0x1000001f9 IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2 gpu 0x7584 pci 0x1000001f9 IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2 gpu 0x7584 pci 0x1000001f9 IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2 gpu 0x7584 pci 0x1000001f9 IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2 gpu 0x7584 pci 0x1000001f9 IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2 gpu 0x7584 pci 0x1000001f9 IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2 gpu 0x7584 pci 0x1000001f9 IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2 gpu 0x7584 pci 0x1000001f9 IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2 gpu 0x7584 pci 0x1000001f9 IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2 gpu 0x7584 pci 0x1000001f9 IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2 gpu 0x7584 pci 0x1000001f9 IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2 gpu 0x7584 pci 0x1000001f9 IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2 gpu 0x7584 pci 0x1000001f9 IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2 gpu 0x7584 pci 0x1000001f9 IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2 gpu 0x7584 pci 0x1000001f9 IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2 gpu 0x7584 pci 0x1000001f9 IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2 gpu 0x7584 pci 0x1000001f9 IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2 gpu 0x7584 pci 0x1000001f9 IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2 gpu 0x7584 pci 0x1000001f9 IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2 gpu 0x7584 pci 0x1000001f9 IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2 gpu 0x7584 pci 0x1000001f9 IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2 gpu 0x7584 pci 0x1000001f9 IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2 gpu 0x7584 pci 0x1000001f9 IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2 gpu 0x7584 pci 0x1000001f9 IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2 gpu 0x7584 pci 0x1000001f9 IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2 gpu 0x7584 pci 0x1000001f9 IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2 gpu 0x7584 pci 0x1000001f9 IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2 gpu 0x7584 pci 0x1000001f9 IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2 gpu 0x7584 pci 0x1000001f9 IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2 gpu 0x7584 pci 0x1000001f9 IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2 gpu 0x7584 pci 0x1000001f9 IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2 gpu 0x7584 pci 0x1000001f9 IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2 gpu 0x7584 pci 0x1000001f9 IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2 gpu 0x7584 pci 0x1000001f9 IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2 gpu 0x7584 pci 0x1000001f9 IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2 gpu 0x7584 pci 0x1000001f9 IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2 gpu 0x7584 pci 0x1000001f9 IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2 gpu 0x7584 pci 0x1000001f9 IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2 gpu 0x7584 pci 0x1000001f9 IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2 gpu 0x7584 pci 0x1000001f9 IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2 gpu 0x7584 pci 0x1000001f9 IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2 gpu 0x7584 pci 0x1000001f9 IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2 log show --debug --last boot --predicate 'process == "kernel"' ben800g1@Bens-iMac ~ % log show --debug --last boot --predicate 'process == "kernel"' Filtering the log data using "process == "kernel"" Skipping info messages, pass --info to include. Timestamp Thread Type Activity PID TTL 2021-10-13 09:52:31.000148+0100 0x0 Default 0x0 0 0 kernel: PMAP: PCID enabled 2021-10-13 09:52:31.000150+0100 0x0 Default 0x0 0 0 kernel: PMAP: Supervisor Mode Execute Protection enabled 2021-10-13 09:52:31.002112+0100 0x0 Default 0x0 0 0 kernel: Darwin Kernel Version 20.6.0: Mon Aug 30 06:12:21 PDT 2021; root:xnu-7195.141.6~3/RELEASE_X86_64 2021-10-13 09:52:31.008527+0100 0x0 Default 0x0 0 0 kernel: pmap_startup() delaying init/free of page nums > 0x200000 2021-10-13 09:52:31.045846+0100 0x0 Default 0x0 0 0 kernel: pmap_startup() init/release time: 37313 microsec 2021-10-13 09:52:31.045847+0100 0x0 Default 0x0 0 0 kernel: pmap_startup() delayed init/release of 2205698 pages 2021-10-13 09:52:31.045850+0100 0x0 Default 0x0 0 0 kernel: vm_page_bootstrap: 1864911 free pages, 2296625 wired pages, (up to 2205698 of which are delayed free) 2021-10-13 09:52:31.069101+0100 0x0 Default 0x0 0 0 kernel: "vm_compressor_mode" is 4 2021-10-13 09:52:31.069114+0100 0x0 Default 0x0 0 0 kernel: kext submap [0x<private> - 0x<private>], kernel text [0x<private> - 0x<private>] 2021-10-13 09:52:31.069152+0100 0x0 Default 0x0 0 0 kernel: zone leak detection enabled 2021-10-13 09:52:31.069511+0100 0x0 Default 0x0 0 0 kernel: oslog_init completed, 16 chunks, 8 io pages 2021-10-13 09:52:31.069522+0100 0x0 Default 0x0 0 0 kernel: standard timeslicing quantum is 10000 us 2021-10-13 09:52:31.069523+0100 0x0 Default 0x0 0 0 kernel: standard background quantum is 2500 us 2021-10-13 09:52:31.069571+0100 0x0 Default 0x0 0 0 kernel: WQ[wql_init]: init linktable with max:262144 elements (8388608 bytes) 2021-10-13 09:52:31.069585+0100 0x0 Default 0x0 0 0 kernel: WQ[wqp_init]: init prepost table with max:262144 elements (8388608 bytes) 2021-10-13 09:52:31.069624+0100 0x0 Default 0x0 0 0 kernel: mig_table_max_displ = 53 mach_kobj_count = 372 2021-10-13 09:52:31.072722+0100 0x0 Default 0x0 0 0 kernel: TSC Deadline Timer supported and enabled 2021-10-13 09:52:31.073118+0100 0x65 Default 0x0 0 0 kernel: kdp_core zlib memory 0x7000 2021-10-13 09:52:31.737847+0100 0x71 Default 0x0 0 0 kernel: PMRD: PMTraceWorker <private> 2021-10-13 09:52:31.737899+0100 0x71 Default 0x0 0 0 kernel: PMRD: changePowerStateWithTagToPriv(ON_STATE, 10001) 2021-10-13 09:52:31.737984+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.737984+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.738116+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) RSDP 0x00000000D98F9000 000024 (v02 HPQOEM) 2021-10-13 09:52:31.738117+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) RSDP 0x00000000D98F9000 000024 (v02 HPQOEM) 2021-10-13 09:52:31.739042+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.739043+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.739096+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.739096+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.739228+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) XSDT 0x00000000D9947000 0000B4 (v01 HPQOEM SLIC-BPC 20190417 AMI 00010013) 2021-10-13 09:52:31.739229+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) XSDT 0x00000000D9947000 0000B4 (v01 HPQOEM SLIC-BPC 20190417 AMI 00010013) 2021-10-13 09:52:31.740841+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.740842+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.740921+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.740922+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.741054+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) FACP 0x00000000D9907010 00010C (v05 HPQOEM SLIC-BPC 20190417 AMI 00010013) 2021-10-13 09:52:31.741055+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) FACP 0x00000000D9907010 00010C (v05 HPQOEM SLIC-BPC 20190417 AMI 00010013) 2021-10-13 09:52:31.742667+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.742667+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.746554+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.746555+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.746686+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) DSDT 0x00000000D98F91C8 00DE46 (v02 HPQOEM SLIC-BPC 00000001 INTL 20091112) 2021-10-13 09:52:31.746687+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) DSDT 0x00000000D98F91C8 00DE46 (v02 HPQOEM SLIC-BPC 00000001 INTL 20091112) 2021-10-13 09:52:31.750617+0100 0x74 Default 0x0 0 0 kernel: calling mpo_policy_init for AMFI 2021-10-13 09:52:31.751895+0100 0x74 Default 0x0 0 0 kernel: Security policy loaded: Apple Mobile File Integrity (AMFI) 2021-10-13 09:52:31.752683+0100 0x74 Default 0x0 0 0 kernel: calling mpo_policy_init for Sandbox 2021-10-13 09:52:31.753979+0100 0x74 Default 0x0 0 0 kernel: Security policy loaded: Seatbelt sandbox policy (Sandbox) 2021-10-13 09:52:31.754931+0100 0x74 Default 0x0 0 0 kernel: calling mpo_policy_init for Quarantine 2021-10-13 09:52:31.756118+0100 0x74 Default 0x0 0 0 kernel: Security policy loaded: Quarantine policy (Quarantine) 2021-10-13 09:52:31.757384+0100 0x74 Default 0x0 0 0 kernel: (AppleCredentialManager) AppleCredentialManager: init: called, instance = <private>. 2021-10-13 09:52:31.757584+0100 0x75 Default 0x0 0 0 kernel: PMRD: power event 7 args <private> 0x0 2021-10-13 09:52:31.757614+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeOverride (OFF_STATE->ON_STATE, f, 0x2) tag 0x20064 2021-10-13 09:52:31.757620+0100 0x75 Default 0x0 0 0 kernel: PMRD: destroyed capability client set <private> 2021-10-13 09:52:31.757623+0100 0x75 Default 0x0 0 0 kernel: PMRD: sysPowerDownHandler message kIOMessageSystemCapabilityChange 2021-10-13 09:52:31.757623+0100 0x75 Default 0x0 0 0 kernel: PMRD: sysPowerDownHandler cap f -> f (flags 1) 2021-10-13 09:52:31.757641+0100 0x75 Default 0x0 0 0 kernel: PMRD: sysPowerDownHandler message kIOMessageSystemCapabilityChange 2021-10-13 09:52:31.757642+0100 0x75 Default 0x0 0 0 kernel: PMRD: sysPowerDownHandler cap f -> f (flags 2) 2021-10-13 09:52:31.757645+0100 0x75 Default 0x0 0 0 kernel: PMRD: tellChangeUp OFF_STATE->ON_STATE 2021-10-13 09:52:31.757649+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeDone: OFF_STATE->ON_STATE 2021-10-13 09:52:31.757652+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeOverride (ON_STATE->ON_STATE, f, 0x2) tag 0x10001 2021-10-13 09:52:31.757653+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeDone: ON_STATE->ON_STATE 2021-10-13 09:52:31.757655+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeOverride (ON_STATE->ON_STATE, f, 0x302) tag 0x30064 2021-10-13 09:52:31.757657+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeDone: ON_STATE->ON_STATE 2021-10-13 09:52:31.759445+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.759446+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.759500+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.759500+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.759631+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) FACS 0x00000000D9A01080 000040 2021-10-13 09:52:31.759632+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) FACS 0x00000000D9A01080 000040 2021-10-13 09:52:31.760277+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.760277+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.760331+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.760332+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.760462+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) APIC 0x00000000D9907120 000092 (v03 HPQOEM SLIC-BPC 20190417 AMI 00010013) 2021-10-13 09:52:31.760463+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) APIC 0x00000000D9907120 000092 (v03 HPQOEM SLIC-BPC 20190417 AMI 00010013) 2021-10-13 09:52:31.762068+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.762068+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.762124+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.762125+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.762255+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) FPDT 0x00000000D99071B8 000044 (v01 HPQOEM SLIC-BPC 20190417 AMI 00010013) 2021-10-13 09:52:31.762256+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) FPDT 0x00000000D99071B8 000044 (v01 HPQOEM SLIC-BPC 20190417 AMI 00010013) 2021-10-13 09:52:31.763863+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.763863+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.763998+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.763998+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.764127+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x00000000D9907200 000539 (v01 PmRef Cpu0Ist 00003000 INTL 20120711) 2021-10-13 09:52:31.764128+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x00000000D9907200 000539 (v01 PmRef Cpu0Ist 00003000 INTL 20120711) 2021-10-13 09:52:31.765736+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.765736+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.765964+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.765964+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.766094+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x00000000D9907740 000AD8 (v01 PmRef CpuPm 00003000 INTL 20120711) 2021-10-13 09:52:31.766094+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x00000000D9907740 000AD8 (v01 PmRef CpuPm 00003000 INTL 20120711) 2021-10-13 09:52:31.767722+0100 0x74 Default 0x0 0 0 kernel: (AppleCredentialManager) AssertMacros: value (value: 0x0), ---, file: /System/Volumes/Data/SWE/macOS/BuildRoots/38cf1d983f/Library/Caches/com.apple.xbs/Sources/AppleCredentialManager/AppleCredentialManager-417.140.2/AppleCredentialManager/Services/ACMKernelService.cpp:182 2021-10-13 09:52:31.773040+0100 0x74 Default 0x0 0 0 kernel: (AppleCredentialManager) AppleCredentialManager: init: EOSDevice: 0 [SEP over: KernelRelay=NO SEPManager=NO] [booted into: BaseSystem=NO InternalSystem=NO]. 2021-10-13 09:52:31.775874+0100 0x74 Default 0x0 0 0 kernel: (AppleCredentialManager) ACM: Env_SetVariableWithParams: set var[6]. 2021-10-13 09:52:31.776822+0100 0x74 Default 0x0 0 0 kernel: (AppleCredentialManager) ACM: Env_SetVariableWithParams (len=1): new data: 2021-10-13 09:52:31.777901+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.777902+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.777979+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.777980+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.778111+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x00000000D9908218 0001C7 (v01 PmRef LakeTiny 00003000 INTL 20120711) 2021-10-13 09:52:31.778112+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x00000000D9908218 0001C7 (v01 PmRef LakeTiny 00003000 INTL 20120711) 2021-10-13 09:52:31.779725+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.779725+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.779779+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.779779+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.779910+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) MCFG 0x00000000D99083E0 00003C (v01 HPQOEM SLIC-BPC 20190417 MSFT 00000097) 2021-10-13 09:52:31.779910+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) MCFG 0x00000000D99083E0 00003C (v01 HPQOEM SLIC-BPC 20190417 MSFT 00000097) 2021-10-13 09:52:31.781525+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.781525+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.781573+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.781574+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.781704+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) HPET 0x00000000D9908420 000038 (v01 HPQOEM SLIC-BPC 20190417 AMI. 00000005) 2021-10-13 09:52:31.781705+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) HPET 0x00000000D9908420 000038 (v01 HPQOEM SLIC-BPC 20190417 AMI. 00000005) 2021-10-13 09:52:31.783319+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.783320+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.783422+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.783423+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.783554+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x00000000D9908458 00036D (v01 SataRe SataTabl 00001000 INTL 20120711) 2021-10-13 09:52:31.783555+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x00000000D9908458 00036D (v01 SataRe SataTabl 00001000 INTL 20120711) 2021-10-13 09:52:31.785167+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.785167+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.786108+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.786109+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.786241+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x00000000D99087C8 00348C (v01 SaSsdt SaSsdt 00003000 INTL 20091112) 2021-10-13 09:52:31.786241+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x00000000D99087C8 00348C (v01 SaSsdt SaSsdt 00003000 INTL 20091112) 2021-10-13 09:52:31.787854+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.787855+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.787888+0100 0x74 Default 0x0 0 0 kernel: (AppleCredentialManager) 00 2021-10-13 09:52:31.787951+0100 0x74 Default 0x0 0 0 kernel: (AppleCredentialManager) 2021-10-13 09:52:31.787983+0100 0x74 Default 0x0 0 0 kernel: (AppleCredentialManager) ACM: InitCredentialEngine: Global credential set created, CS[10]. 2021-10-13 09:52:31.789413+0100 0x74 Default 0x0 0 0 kernel: (AppleCredentialManager) ACM: Env_SetVariableWithParams: set var[5]. 2021-10-13 09:52:31.790365+0100 0x74 Default 0x0 0 0 kernel: (AppleCredentialManager) ACM: Env_SetVariableWithParams (len=1): new data: 2021-10-13 09:52:31.791439+0100 0x74 Default 0x0 0 0 kernel: (AppleCredentialManager) 00 2021-10-13 09:52:31.791503+0100 0x74 Default 0x0 0 0 kernel: (AppleCredentialManager) 2021-10-13 09:52:31.791536+0100 0x74 Default 0x0 0 0 kernel: (AppleCredentialManager) ACM: Env_SetVariableWithParams: set var[23]. 2021-10-13 09:52:31.792510+0100 0x74 Default 0x0 0 0 kernel: (AppleCredentialManager) ACM: Env_SetVariableWithParams (len=1): new data: 2021-10-13 09:52:31.793584+0100 0x74 Default 0x0 0 0 kernel: (AppleCredentialManager) 01 2021-10-13 09:52:31.793648+0100 0x74 Default 0x0 0 0 kernel: (AppleCredentialManager) 2021-10-13 09:52:31.793679+0100 0x74 Default 0x0 0 0 kernel: (AppleCredentialManager) ACM: Env_SetVariableWithParams: set var[24]. 2021-10-13 09:52:31.794653+0100 0x74 Default 0x0 0 0 kernel: (AppleCredentialManager) ACM: Env_SetVariableWithParams (len=22): new data: 2021-10-13 09:52:31.795745+0100 0x74 Default 0x0 0 0 kernel: (AppleCredentialManager) 41 2021-10-13 09:52:31.795810+0100 0x74 Default 0x0 0 0 kernel: (AppleCredentialManager) 75 2021-10-13 09:52:31.795875+0100 0x74 Default 0x0 0 0 kernel: (AppleCredentialManager) 67 2021-10-13 09:52:31.795939+0100 0x74 Default 0x0 0 0 kernel: (AppleCredentialManager) 20 2021-10-13 09:52:31.796004+0100 0x74 Default 0x0 0 0 kernel: (AppleCredentialManager) 33 2021-10-13 09:52:31.796072+0100 0x74 Default 0x0 0 0 kernel: (AppleCredentialManager) 30 2021-10-13 09:52:31.796136+0100 0x74 Default 0x0 0 0 kernel: (AppleCredentialManager) 20 2021-10-13 09:52:31.796199+0100 0x74 Default 0x0 0 0 kernel: (AppleCredentialManager) 32 2021-10-13 09:52:31.796266+0100 0x74 Default 0x0 0 0 kernel: (AppleCredentialManager) 30 2021-10-13 09:52:31.796330+0100 0x74 Default 0x0 0 0 kernel: (AppleCredentialManager) 32 2021-10-13 09:52:31.796394+0100 0x74 Default 0x0 0 0 kernel: (AppleCredentialManager) 31 2021-10-13 09:52:31.796460+0100 0x74 Default 0x0 0 0 kernel: (AppleCredentialManager) 2c 2021-10-13 09:52:31.796523+0100 0x74 Default 0x0 0 0 kernel: (AppleCredentialManager) 20 2021-10-13 09:52:31.796589+0100 0x74 Default 0x0 0 0 kernel: (AppleCredentialManager) 30 2021-10-13 09:52:31.796654+0100 0x74 Default 0x0 0 0 kernel: (AppleCredentialManager) 36 2021-10-13 09:52:31.796716+0100 0x74 Default 0x0 0 0 kernel: (AppleCredentialManager) 3a 2021-10-13 09:52:31.796783+0100 0x74 Default 0x0 0 0 kernel: (AppleCredentialManager) 33 2021-10-13 09:52:31.796846+0100 0x74 Default 0x0 0 0 kernel: (AppleCredentialManager) 33 2021-10-13 09:52:31.796911+0100 0x74 Default 0x0 0 0 kernel: (AppleCredentialManager) 3a 2021-10-13 09:52:31.796977+0100 0x74 Default 0x0 0 0 kernel: (AppleCredentialManager) 32 2021-10-13 09:52:31.797040+0100 0x74 Default 0x0 0 0 kernel: (AppleCredentialManager) 35 2021-10-13 09:52:31.797105+0100 0x74 Default 0x0 0 0 kernel: (AppleCredentialManager) 00 2021-10-13 09:52:31.797170+0100 0x74 Default 0x0 0 0 kernel: (AppleCredentialManager) 2021-10-13 09:52:31.797201+0100 0x74 Default 0x0 0 0 kernel: (AppleCredentialManager) ACM: Env_SetDataProvider: data provider *set* for var[25]. 2021-10-13 09:52:31.800241+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.800242+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.800371+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x00000000D990BC58 00668F (v01 COMPAQ WMI 00000001 MSFT 03000001) 2021-10-13 09:52:31.800372+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x00000000D990BC58 00668F (v01 COMPAQ WMI 00000001 MSFT 03000001) 2021-10-13 09:52:31.801979+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.801979+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.802047+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.802048+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.802177+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SLIC 0x00000000D99122E8 000176 (v01 HPQOEM SLIC-BPC 00000001 00000000) 2021-10-13 09:52:31.802178+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SLIC 0x00000000D99122E8 000176 (v01 HPQOEM SLIC-BPC 00000001 00000000) 2021-10-13 09:52:31.803785+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.803785+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.803834+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.803835+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.803965+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) MSDM 0x00000000D9912460 000055 (v03 HPQOEM SLIC-BPC 20190417 HPQ 00010013) 2021-10-13 09:52:31.803966+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) MSDM 0x00000000D9912460 000055 (v03 HPQOEM SLIC-BPC 20190417 HPQ 00010013) 2021-10-13 09:52:31.805571+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.805571+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.805625+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.805626+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.805755+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ASF! 0x00000000D99124B8 0000A5 (v32 INTEL HCG 00000001 TFSM 000F4240) 2021-10-13 09:52:31.805756+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ASF! 0x00000000D99124B8 0000A5 (v32 INTEL HCG 00000001 TFSM 000F4240) 2021-10-13 09:52:31.807363+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.807363+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.807409+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.807410+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.807539+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) TCPA 0x00000000D9912560 000032 (v02 APTIO4 NAPAASF 00000001 MSFT 01000013) 2021-10-13 09:52:31.807540+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) TCPA 0x00000000D9912560 000032 (v02 APTIO4 NAPAASF 00000001 MSFT 01000013) 2021-10-13 09:52:31.809150+0100 0x74 Default 0x0 0 0 kernel: (AppleCredentialManager) ACM: Env_SetDataProvider: data provider *set* for var[27]. 2021-10-13 09:52:31.810420+0100 0x74 Default 0x0 0 0 kernel: (AppleCredentialManager) ACM: Env_SetDataProvider: data provider *set* for var[22]. 2021-10-13 09:52:31.811690+0100 0x74 Default 0x0 0 0 kernel: (AppleCredentialManager) ACM: Env_SetDataProvider: data provider *set* for var[29]. 2021-10-13 09:52:31.812961+0100 0x74 Default 0x0 0 0 kernel: (AppleCredentialManager) ACM: Env_SetVariableWithParams: set var[7]. 2021-10-13 09:52:31.813912+0100 0x74 Default 0x0 0 0 kernel: (AppleCredentialManager) ACM: Env_SetVariableWithParams (len=1): new data: 2021-10-13 09:52:31.814981+0100 0x74 Default 0x0 0 0 kernel: (AppleCredentialManager) 00 2021-10-13 09:52:31.815045+0100 0x74 Default 0x0 0 0 kernel: (AppleCredentialManager) 2021-10-13 09:52:31.815076+0100 0x74 Default 0x0 0 0 kernel: (AppleCredentialManager) ACM: Env_SetVariableWithParams: set var[26]. 2021-10-13 09:52:31.816045+0100 0x74 Default 0x0 0 0 kernel: (AppleCredentialManager) ACM: Env_SetVariableWithParams (len=1): new data: 2021-10-13 09:52:31.817115+0100 0x74 Default 0x0 0 0 kernel: (AppleCredentialManager) 00 2021-10-13 09:52:31.817179+0100 0x74 Default 0x0 0 0 kernel: (AppleCredentialManager) 2021-10-13 09:52:31.817211+0100 0x74 Default 0x0 0 0 kernel: (AppleCredentialManager) ACMFirstResponderKernelService: init: called, . 2021-10-13 09:52:31.818254+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.818254+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.818302+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.818302+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.818433+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) BGRT 0x00000000D9912598 000038 (v00 HPQOEM SLIC-BPC 20190417 AMI 00010013) 2021-10-13 09:52:31.818434+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) BGRT 0x00000000D9912598 000038 (v00 HPQOEM SLIC-BPC 20190417 AMI 00010013) 2021-10-13 09:52:31.820048+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.820049+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.820100+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.820101+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.820231+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x00000000D9949000 00007D (v02 ACDT SsdtEC 00001000 INTL 20200110) 2021-10-13 09:52:31.820232+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x00000000D9949000 00007D (v02 ACDT SsdtEC 00001000 INTL 20200110) 2021-10-13 09:52:31.821847+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.821848+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.821938+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.821939+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.822069+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x00000000D9948000 0002B5 (v02 DRTNIA CpuPlug 00003000 INTL 20190509) 2021-10-13 09:52:31.822069+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) SSDT 0x00000000D9948000 0002B5 (v02 DRTNIA CpuPlug 00003000 INTL 20190509) 2021-10-13 09:52:31.823685+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.823685+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.828270+0100 0x74 Default 0x0 0 0 kernel: (AppleCredentialManager) ACMRM-S: init: called, starting PersistentStore service. 2021-10-13 09:52:31.829507+0100 0x74 Default 0x0 0 0 kernel: (AppleCredentialManager) ACMRM-C: init: called, starting AccessoryCache service. 2021-10-13 09:52:31.830722+0100 0x74 Default 0x0 0 0 kernel: (AppleCredentialManager) ACMKernelService: initValueFromBootArgAliasesUInt32: acc-cache size = 16 (default). 2021-10-13 09:52:31.832538+0100 0x74 Default 0x0 0 0 kernel: (AppleCredentialManager) ACMKernelService: initValueFromBootArgAliasesUInt32: acc-cache expiration = 2592000 (default). 2021-10-13 09:52:31.834592+0100 0x74 Default 0x0 0 0 kernel: (AppleCredentialManager) ACMRM: init: called, starting TRM service. 2021-10-13 09:52:31.835527+0100 0x74 Default 0x0 0 0 kernel: (AppleCredentialManager) ACMRM-A: init: called, starting TRM Analytics service. 2021-10-13 09:52:31.836720+0100 0x74 Default 0x0 0 0 kernel: (AppleCredentialManager) ACMKernelService: initValueFromBootArgAliasesUInt32: analytics collection period = 86400 (default). 2021-10-13 09:52:31.848886+0100 0x74 Default 0x0 0 0 kernel: (AppleCredentialManager) ACMKernelService: initValueFromBootArgAliasesUInt32: policy mode timeout = 259200 (default). 2021-10-13 09:52:31.850893+0100 0x74 Default 0x0 0 0 kernel: (AppleCredentialManager) ACMRM-A: notifyStandardModeTimeoutChanged: called, value = 259200 (modified = YES). 2021-10-13 09:52:31.852699+0100 0x74 Default 0x0 0 0 kernel: (AppleCredentialManager) ACMKernelService: initValueFromBootArgAliasesUInt32: (bounded) grace period timeout = 172800 (default). 2021-10-13 09:52:31.854934+0100 0x74 Default 0x0 0 0 kernel: (AppleCredentialManager) ACMRM-A: notifyGracePeriodTimeoutChanged: called, value = 172800 (modified = YES). 2021-10-13 09:52:31.856720+0100 0x74 Default 0x0 0 0 kernel: (AppleCredentialManager) ACMKernelService: initValueFromBootArgAliasesUInt32: enabled = 0 (default). 2021-10-13 09:52:31.860446+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.860446+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.860628+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 9 ACPI AML tables successfully acquired and loaded 2021-10-13 09:52:31.860629+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 9 ACPI AML tables successfully acquired and loaded 2021-10-13 09:52:31.861697+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.861698+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.862244+0100 0x7a Default 0x0 0 0 kernel: (AppleACPIPlatform) AppleACPICPU: ProcessorId=1 LocalApicId=0 Enabled 2021-10-13 09:52:31.863332+0100 0x7a Default 0x0 0 0 kernel: (AppleACPIPlatform) AppleACPICPU: ProcessorId=2 LocalApicId=2 Enabled 2021-10-13 09:52:31.864592+0100 0x7a Default 0x0 0 0 kernel: cpu_data_alloc(1) <private> desc_table: <private> ldt: <private> int_stack: 0x<private>-0x<private> 2021-10-13 09:52:31.864598+0100 0x7a Default 0x0 0 0 kernel: (AppleACPIPlatform) AppleACPICPU: ProcessorId=3 LocalApicId=4 Enabled 2021-10-13 09:52:31.865682+0100 0x7a Default 0x0 0 0 kernel: cpu_data_alloc(2) <private> desc_table: <private> ldt: <private> int_stack: 0x<private>-0x<private> 2021-10-13 09:52:31.865684+0100 0x7a Default 0x0 0 0 kernel: (AppleACPIPlatform) AppleACPICPU: ProcessorId=4 LocalApicId=6 Enabled 2021-10-13 09:52:31.866765+0100 0x7a Default 0x0 0 0 kernel: cpu_data_alloc(3) <private> desc_table: <private> ldt: <private> int_stack: 0x<private>-0x<private> 2021-10-13 09:52:31.866767+0100 0x7a Default 0x0 0 0 kernel: (AppleACPIPlatform) AppleACPICPU: ProcessorId=5 LocalApicId=1 Enabled 2021-10-13 09:52:31.867852+0100 0x7a Default 0x0 0 0 kernel: cpu_data_alloc(4) <private> desc_table: <private> ldt: <private> int_stack: 0x<private>-0x<private> 2021-10-13 09:52:31.867856+0100 0x7a Default 0x0 0 0 kernel: (AppleACPIPlatform) AppleACPICPU: ProcessorId=6 LocalApicId=3 Enabled 2021-10-13 09:52:31.868939+0100 0x7a Default 0x0 0 0 kernel: cpu_data_alloc(5) <private> desc_table: <private> ldt: <private> int_stack: 0x<private>-0x<private> 2021-10-13 09:52:31.868941+0100 0x7a Default 0x0 0 0 kernel: (AppleACPIPlatform) AppleACPICPU: ProcessorId=7 LocalApicId=5 Enabled 2021-10-13 09:52:31.870022+0100 0x7a Default 0x0 0 0 kernel: cpu_data_alloc(6) <private> desc_table: <private> ldt: <private> int_stack: 0x<private>-0x<private> 2021-10-13 09:52:31.870024+0100 0x7a Default 0x0 0 0 kernel: (AppleACPIPlatform) AppleACPICPU: ProcessorId=8 LocalApicId=7 Enabled 2021-10-13 09:52:31.879396+0100 0x74 Default 0x0 0 0 kernel: (AppleCredentialManager) ACMRM: _disableBy: [TRM ENABLED=NO] (mask=2, DISABLED BY: Def=YES* BtArg=NO LegHW=NO OSEnv=NO | MngCo=NO DwnOS=NO ChkBd=NO coGSw=NO). 2021-10-13 09:52:31.890631+0100 0x7a Default 0x0 0 0 kernel: cpu_data_alloc(7) <private> desc_table: <private> ldt: <private> int_stack: 0x<private>-0x<private> 2021-10-13 09:52:31.891000+0100 0x65 Default 0x0 0 0 kernel: (AppleImage4) Darwin Image4 Validator Version 3.1.0: Mon Aug 30 06:04:59 PDT 2021; root:AppleImage4-106.100.3~1733/AppleImage4/RELEASE_X86_64 2021-10-13 09:52:31.958711+0100 0x74 Default 0x0 0 0 kernel: (AppleCredentialManager) ACMRM: _disableBy: [TRM ENABLED=NO] (mask=2, DISABLED BY: Def=YES BtArg=NO* LegHW=NO OSEnv=NO | MngCo=NO DwnOS=NO ChkBd=NO coGSw=NO). 2021-10-13 09:52:31.970245+0100 0x74 Default 0x0 0 0 kernel: (AppleCredentialManager) AssertMacros: value (value: 0x0), ---, file: /System/Volumes/Data/SWE/macOS/BuildRoots/38cf1d983f/Library/Caches/com.apple.xbs/Sources/AppleCredentialManager/AppleCredentialManager-417.140.2/AppleCredentialManager/Services/ACMKernelService.cpp:182 2021-10-13 09:52:31.985322+0100 0x7b Default 0x0 0 0 kernel: Started cpu 2 (lapic id 00000002) 2021-10-13 09:52:31.985348+0100 0x74 Default 0x0 0 0 kernel: (AppleCredentialManager) ACMRM: _disableBy: [TRM ENABLED=NO] (mask=a, DISABLED BY: Def=YES BtArg=NO LegHW=YES* OSEnv=NO | MngCo=NO DwnOS=NO ChkBd=NO coGSw=NO). 2021-10-13 09:52:31.986139+0100 0x7c Default 0x0 0 0 kernel: Started cpu 4 (lapic id 00000004) 2021-10-13 09:52:31.986958+0100 0x7d Default 0x0 0 0 kernel: Started cpu 6 (lapic id 00000006) 2021-10-13 09:52:31.987774+0100 0x7e Default 0x0 0 0 kernel: Started cpu 1 (lapic id 00000001) 2021-10-13 09:52:31.988576+0100 0x7f Default 0x0 0 0 kernel: Started cpu 3 (lapic id 00000003) 2021-10-13 09:52:31.989373+0100 0x80 Default 0x0 0 0 kernel: Started cpu 5 (lapic id 00000005) 2021-10-13 09:52:31.990162+0100 0x81 Default 0x0 0 0 kernel: Started cpu 7 (lapic id 00000007) 2021-10-13 09:52:31.990741+0100 0x98 Default 0x0 0 0 kernel: (AppleAPIC) IOAPIC: Version 0x20 Vectors 64:87 2021-10-13 09:52:31.990939+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.990940+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: 2021-10-13 09:52:31.990942+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) Executed 4 blocks of module-level executable AML code 2021-10-13 09:52:31.990942+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) Executed 4 blocks of module-level executable AML code 2021-10-13 09:52:31.990943+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.990944+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) 2021-10-13 09:52:31.999557+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: sleep states S3 S4 S5 2021-10-13 09:52:31.999559+0100 0x71 Default 0x0 0 0 kernel: PMRD: setSleepSupported(1) 2021-10-13 09:52:31.999568+0100 0x75 Default 0x0 0 0 kernel: PMRD: power event 7 args <private> 0x0 2021-10-13 09:52:31.999575+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeOverride (ON_STATE->ON_STATE, f, 0x302) tag 0x40064 2021-10-13 09:52:31.999579+0100 0x75 Default 0x0 0 0 kernel: PMRD: destroyed capability client set <private> 2021-10-13 09:52:31.999583+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeDone: ON_STATE->ON_STATE 2021-10-13 09:52:32.008428+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: cannot translate ACPI object 14 2021-10-13 09:52:32.008464+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: cannot translate ACPI object 14 2021-10-13 09:52:32.008498+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: cannot translate ACPI object 14 2021-10-13 09:52:32.008537+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: cannot translate ACPI object 14 2021-10-13 09:52:32.008570+0100 0x71 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI: cannot translate ACPI object 14 2021-10-13 09:52:32.010583+0100 0x9b Default 0x0 0 0 kernel: (IOPCIFamily) pci (build 03:23:47 Aug 30 2021), flags 0x20c3080 2021-10-13 09:52:32.010585+0100 0x9b Default 0x0 0 0 kernel: (IOPCIFamily) pci (build 03:23:47 Aug 30 2021), flags 0x20c3080 2021-10-13 09:52:32.010611+0100 0x75 Default 0x0 0 0 kernel: PMRD: PMTrace found PCI host bridge PCI0->AppleACPIPCI 2021-10-13 09:52:32.010618+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeOverride (ON_STATE->ON_STATE, f, 0x2) tag 0x50064 2021-10-13 09:52:32.010620+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeDone: ON_STATE->ON_STATE 2021-10-13 09:52:32.010638+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeOverride (ON_STATE->ON_STATE, f, 0x2) tag 0x60064 2021-10-13 09:52:32.010639+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeDone: ON_STATE->ON_STATE 2021-10-13 09:52:32.010642+0100 0x75 Default 0x0 0 0 kernel: PMRD: power event 7 args <private> 0x0 2021-10-13 09:52:32.010646+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeOverride (ON_STATE->ON_STATE, f, 0x302) tag 0x70064 2021-10-13 09:52:32.010652+0100 0x75 Default 0x0 0 0 kernel: PMRD: destroyed capability client set <private> 2021-10-13 09:52:32.010655+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeDone: ON_STATE->ON_STATE 2021-10-13 09:52:32.011294+0100 0xad Default 0x0 0 0 kernel: (IOHIDFamily) HID: Legacy shim 2 2021-10-13 09:52:32.011575+0100 0xb6 Default 0x0 0 0 kernel: (VirtualSMC) <compose failure [UUID]> 2021-10-13 09:52:32.011659+0100 0x9b Default 0x0 0 0 kernel: (IOPCIFamily) [ PCI configuration begin ] 2021-10-13 09:52:32.011701+0100 0x9b Default 0x0 0 0 kernel: kPEDisableScreen -1 2021-10-13 09:52:32.011713+0100 0x74 Default 0x0 0 0 kernel: (AppleCredentialManager) AssertMacros: data (value: 0x0), 'disable-transport-rm' property not found, file: /System/Volumes/Data/SWE/macOS/BuildRoots/38cf1d983f/Library/Caches/com.apple.xbs/Sources/AppleCredentialManager/AppleCredentialManager-417.140.2/AppleCredentialManager/Services/ACMRestrictedModeKernelService.cpp:1146 2021-10-13 09:52:32.011718+0100 0x74 Default 0x0 0 0 kernel: (AppleCredentialManager) ACMRM: _loadDisabledByOSEnvironment: disabled by OSEnvironment: NO. 2021-10-13 09:52:32.011723+0100 0x74 Default 0x0 0 0 kernel: (AppleCredentialManager) ACMRM: _disableBy: [TRM ENABLED=NO] (mask=a, DISABLED BY: Def=YES BtArg=NO LegHW=YES OSEnv=NO* | MngCo=NO DwnOS=NO ChkBd=NO coGSw=NO). 2021-10-13 09:52:32.011727+0100 0x74 Default 0x0 0 0 kernel: (AppleCredentialManager) ACMRM: _publishIOResource: AppleUSBRestrictedModeWithReason = 0. 2021-10-13 09:52:32.011736+0100 0x74 Default 0x0 0 0 kernel: (AppleCredentialManager) ACMRM: _mapAndPublishTRM: set TRM_PolicyTimeout = 259200. 2021-10-13 09:52:32.011743+0100 0x74 Default 0x0 0 0 kernel: (AppleCredentialManager) ACMRM: _mapAndPublishTRM: set TRM_PolicyReason = Unrestricted(0). 2021-10-13 09:52:32.011749+0100 0x74 Default 0x0 0 0 kernel: (AppleCredentialManager) ACMRM: _mapAndPublishTRM: sending kIOMessageServicePropertyChange(n=2) while DISABLED, TRM: 259200 U/0 4294967295 -/ff miss=ff (CUR: 259200 U/0 4294967295 -/ff). 2021-10-13 09:52:32.011758+0100 0x74 Default 0x0 0 0 kernel: (AppleCredentialManager) AppleCredentialManager: init: returning, result = true, instance = <private>. 2021-10-13 09:52:32.012075+0100 0x74 Default 0x0 0 0 kernel: (IOTimeSyncFamily) IOTimeSyncClockManager::init created and initing 2021-10-13 09:52:32.013812+0100 0x9b Default 0x0 0 0 kernel: initialize_screen: b=7F80000000, w=00000A00, h=000005A0, r=00002800, d=00000001 2021-10-13 09:52:32.014063+0100 0x9b Default 0x0 0 0 kernel: kPEEnableScreen 1 2021-10-13 09:52:32.014064+0100 0x9b Default 0x0 0 0 kernel: (IOPCIFamily) console relocated to 0x7f80000000 2021-10-13 09:52:32.014101+0100 0x72 Default 0x0 0 0 kernel: (VirtualSMC) <compose failure [UUID]> 2021-10-13 09:52:32.015382+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeOverride (ON_STATE->ON_STATE, f, 0x2) tag 0x80064 2021-10-13 09:52:32.015383+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeDone: ON_STATE->ON_STATE 2021-10-13 09:52:32.015411+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeOverride (ON_STATE->ON_STATE, f, 0x2) tag 0x90064 2021-10-13 09:52:32.015412+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeDone: ON_STATE->ON_STATE 2021-10-13 09:52:32.015573+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeOverride (ON_STATE->ON_STATE, f, 0x2) tag 0xa0064 2021-10-13 09:52:32.015574+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeDone: ON_STATE->ON_STATE 2021-10-13 09:52:32.015592+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeOverride (ON_STATE->ON_STATE, f, 0x2) tag 0xb0064 2021-10-13 09:52:32.015593+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeDone: ON_STATE->ON_STATE 2021-10-13 09:52:32.090006+0100 0x9b Default 0x0 0 0 kernel: (IOPCIFamily) [ PCI configuration end, bridges 3, devices 14 ] 2021-10-13 09:52:32.106898+0100 0xcb Default 0x0 0 0 kernel: (IOAHCIFamily) [AHCI][PML][00000000]+IOAHCIPortMultiplierGlobals::IOAHCIPortMultiplierGlobals 2021-10-13 09:52:32.106902+0100 0xcb Default 0x0 0 0 kernel: (IOAHCIFamily) [AHCI][PML][00000000]-IOAHCIPortMultiplierGlobals::IOAHCIPortMultiplierGlobals 2021-10-13 09:52:32.108538+0100 0xcf Default 0x0 0 0 kernel: (IO80211Family) AirPort_BrcmNIC::init AirPortFamily_kexts-1852.1 "AirPortFamily_kexts-1852.1" Aug 30 2021 06:04:56 2021-10-13 09:52:32.113332+0100 0x74 Default 0x0 0 0 kernel: (AppleCredentialManager) AppleCredentialManager: start: called, instance = <private>. 2021-10-13 09:52:32.113337+0100 0x74 Default 0x0 0 0 kernel: (AppleCredentialManager) ACMRM: _publishIOResource: AppleUSBRestrictedModeTimeout = 259200. 2021-10-13 09:52:32.113348+0100 0x75 Default 0x0 0 0 kernel: PMRD: power event 7 args <private> 0x0 2021-10-13 09:52:32.113353+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeOverride (ON_STATE->ON_STATE, f, 0x302) tag 0xc0064 2021-10-13 09:52:32.113353+0100 0x74 Default 0x0 0 0 kernel: (AppleCredentialManager) AppleCredentialManager: start: started, instance = <private>. 2021-10-13 09:52:32.113356+0100 0x75 Default 0x0 0 0 kernel: PMRD: destroyed capability client set <private> 2021-10-13 09:52:32.113360+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeDone: ON_STATE->ON_STATE 2021-10-13 09:52:32.113361+0100 0x74 Default 0x0 0 0 kernel: (AppleCredentialManager) AppleCredentialManager: start: returning, result = true, instance = <private>. 2021-10-13 09:52:32.113369+0100 0x74 Default 0x0 0 0 kernel: IOGetBootKeyStoreData: data at address 0 size 0 2021-10-13 09:52:32.113387+0100 0x74 Default 0x0 0 0 kernel: (AppleKeyStore) AppleKeyStore:321:0: starting (BUILT: Aug 30 2021 06:12:37) 2021-10-13 09:52:32.113389+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeOverride (ON_STATE->ON_STATE, f, 0x2) tag 0xd0064 2021-10-13 09:52:32.113390+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeDone: ON_STATE->ON_STATE 2021-10-13 09:52:32.113408+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeOverride (ON_STATE->ON_STATE, f, 0x2) tag 0xe0064 2021-10-13 09:52:32.113408+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeDone: ON_STATE->ON_STATE 2021-10-13 09:52:32.113495+0100 0x74 Default 0x0 0 0 kernel: (AppleKeyStore) AppleKeyStore:491:0: _kernel_relay_enable = 0 2021-10-13 09:52:32.113497+0100 0x74 Default 0x0 0 0 kernel: (AppleKeyStore) AppleKeyStore:545:0: _sep_enabled = 0 2021-10-13 09:52:32.113503+0100 0x74 Default 0x0 0 0 kernel: (AppleSSE) AppleSSE::start called 2021-10-13 09:52:32.113517+0100 0x74 Default 0x0 0 0 kernel: (AppleSSE) AssertMacros: value (value: 0x0), file: /System/Volumes/Data/SWE/macOS/BuildRoots/38cf1d983f/Library/Caches/com.apple.xbs/Sources/AppleSSE/AppleSSE-212.120.1/AppleSSE/AppleSSE.cpp, line: 47 2021-10-13 09:52:32.113533+0100 0x74 Default 0x0 0 0 kernel: (AppleSSE) AppleSSE::start returning, result = 1 2021-10-13 09:52:32.113537+0100 0x74 Default 0x0 0 0 kernel: (CoreAnalyticsFamily) virtual bool CoreAnalyticsHub::start(IOService *)::105:CoreAnalyticsHub start 2021-10-13 09:52:32.113539+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeOverride (ON_STATE->ON_STATE, f, 0x2) tag 0xf0064 2021-10-13 09:52:32.113540+0100 0x74 Default 0x0 0 0 kernel: (CoreAnalyticsFamily) virtual bool CoreAnalyticsHub::start(IOService *)::105:CoreAnalyticsHub start 2021-10-13 09:52:32.113540+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeDone: ON_STATE->ON_STATE 2021-10-13 09:52:32.113576+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeOverride (ON_STATE->ON_STATE, f, 0x2) tag 0x100064 2021-10-13 09:52:32.113577+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeDone: ON_STATE->ON_STATE 2021-10-13 09:52:32.113719+0100 0x74 Default 0x0 0 0 kernel: (IOBluetoothFamily) [IOBluetoothFamily][start] -- completed 2021-10-13 09:52:32.113757+0100 0x74 Default 0x0 0 0 kernel: (IOBluetoothPacketLogger) [IOBluetoothPacketLogger][start] -- successful -- calling registerService() 2021-10-13 09:52:32.113833+0100 0x74 Default 0x0 0 0 kernel: (IOTimeSyncFamily) IOTimeSyncClockManager::start starting 2021-10-13 09:52:32.119740+0100 0x75 Default 0x0 0 0 kernel: PMRD: power event 7 args <private> 0x0 2021-10-13 09:52:32.119744+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeOverride (ON_STATE->ON_STATE, f, 0x302) tag 0x110064 2021-10-13 09:52:32.119752+0100 0x75 Default 0x0 0 0 kernel: PMRD: destroyed capability client set <private> 2021-10-13 09:52:32.119756+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeDone: ON_STATE->ON_STATE 2021-10-13 09:52:32.119786+0100 0xe9 Default 0x0 0 0 kernel: (watchdog) watchdog configured to monitor userspace, SoC watchdog enabled, panic SoC watchdog enabled, halt on SoC watchdog expiration: no, userspace IOKit monitoring disabled 2021-10-13 09:52:32.119943+0100 0xe9 Default 0x0 0 0 kernel: (AppleSMC) Previous shutdown cause: 5 2021-10-13 09:52:32.120369+0100 0xee Default 0x0 0 0 kernel: (AppleACPIPlatform) Matched against SMC (started) 2021-10-13 09:52:32.120370+0100 0xee Default 0x0 0 0 kernel: (AppleACPIPlatform) Generation from SMC report as 2 2021-10-13 09:52:32.123347+0100 0xf0 Default 0x0 0 0 kernel: (IOAHCIBlockStorage) *IOAHCIBlockStorageDriver::DetermineDeviceFeatures - !!!!! WARNING !!!!! - Force Data Set Management is set 2021-10-13 09:52:32.123761+0100 0x75 Default 0x0 0 0 kernel: PMRD: power event 7 args <private> 0x0 2021-10-13 09:52:32.123765+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeOverride (ON_STATE->ON_STATE, f, 0x302) tag 0x120064 2021-10-13 09:52:32.123768+0100 0x75 Default 0x0 0 0 kernel: PMRD: destroyed capability client set <private> 2021-10-13 09:52:32.123771+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeDone: ON_STATE->ON_STATE 2021-10-13 09:52:32.124148+0100 0x75 Default 0x0 0 0 kernel: PMRD: power event 7 args <private> 0x0 2021-10-13 09:52:32.124151+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeOverride (ON_STATE->ON_STATE, f, 0x302) tag 0x130064 2021-10-13 09:52:32.124155+0100 0x75 Default 0x0 0 0 kernel: PMRD: destroyed capability client set <private> 2021-10-13 09:52:32.124157+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeDone: ON_STATE->ON_STATE 2021-10-13 09:52:32.124324+0100 0xf8 Default 0x0 0 0 kernel: (apfs) apfs_module_start:2485: load: com.apple.filesystems.apfs, v1677.141.2, apfs-1677.141.2, 2021/08/30 2021-10-13 09:52:32.175813+0100 0x75 Default 0x0 0 0 kernel: PMRD: power event 7 args <private> 0x0 2021-10-13 09:52:32.175817+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeOverride (ON_STATE->ON_STATE, f, 0x302) tag 0x140064 2021-10-13 09:52:32.175821+0100 0x75 Default 0x0 0 0 kernel: PMRD: destroyed capability client set <private> 2021-10-13 09:52:32.175824+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeDone: ON_STATE->ON_STATE 2021-10-13 09:52:32.216041+0100 0x105 Default 0x0 0 0 kernel: (IOUSBFamily) 000001.216037 AppleUSBLegacyRoot@(null): AppleUSBLegacyRoot::init: enabling legacy matching 2021-10-13 09:52:32.216133+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeOverride (ON_STATE->ON_STATE, f, 0x2) tag 0x150064 2021-10-13 09:52:32.216135+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeDone: ON_STATE->ON_STATE 2021-10-13 09:52:32.216152+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeOverride (ON_STATE->ON_STATE, f, 0x2) tag 0x160064 2021-10-13 09:52:32.216153+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeDone: ON_STATE->ON_STATE 2021-10-13 09:52:32.282848+0100 0xcf Default 0x0 0 0 kernel: (AirPortBrcmNIC) ARPT: 1.282846: AirPort_Brcm43XX:probe:, this[0xd77b889f27fd67eb] score[1400] 2021-10-13 09:52:32.317502+0100 0x65 Default 0x0 0 0 kernel: Marking const DATA read-only 2021-10-13 09:52:32.349815+0100 0x65 Default 0x0 0 0 kernel: Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. 2021-10-13 09:52:32.360591+0100 0x65 Default 0x0 0 0 kernel: MAC Framework successfully initialized 2021-10-13 09:52:32.360598+0100 0x65 Default 0x0 0 0 kernel: ulock_initialize>thread_max=20480, ull_hash_buckets=8192 2021-10-13 09:52:32.373863+0100 0x65 Default 0x0 0 0 kernel: using 16384 buffer headers and 10240 cluster IO buffer headers 2021-10-13 09:52:32.373893+0100 0x65 Default 0x0 0 0 kernel: (AppleACPIPlatform) found RTC service 2021-10-13 09:52:32.373922+0100 0x65 Default 0x0 0 0 kernel: (AppleRTC) RTC: getGMTTimeOfDay 1634115151 2021-10-13 09:52:32.373937+0100 0x65 Default 0x0 0 0 kernel: clock_initialize_calendar system does not have monotonic clock 2021-10-13 09:52:32.385531+0100 0x65 Default 0x0 0 0 kernel: mcache: 8 CPU(s), 64 bytes CPU cache line size 2021-10-13 09:52:32.397343+0100 0x65 Default 0x0 0 0 kernel: mbinit: done [256 MB total pool size, (170/85) split] 2021-10-13 09:52:32.397455+0100 0x65 Default 0x0 0 0 kernel: SK: netagent is enabled by default for this platform 2021-10-13 09:52:32.397456+0100 0x65 Default 0x0 0 0 kernel: SK: netagent is force-disabled 2021-10-13 09:52:32.409267+0100 0x65 Default 0x0 0 0 kernel: dlil_init: Waiting for all the create dlil kernel threads to get scheduled at least once. 2021-10-13 09:52:32.420768+0100 0x65 Default 0x0 0 0 kernel: dlil_init: All the created dlil kernel threads have been scheduled at least once. Proceeding. 2021-10-13 09:52:32.421282+0100 0x65 Default 0x0 0 0 kernel: bsd_autoconf: calling kminit 2021-10-13 09:52:32.433465+0100 0x65 Default 0x0 0 0 kernel: ifnet_attach: All kernel threads created for interface lo0 have been scheduled at least once. Proceeding. 2021-10-13 09:52:32.445106+0100 0x65 Default 0x0 0 0 kernel: ifnet_attach: Waiting for all kernel threads created for interface gif0 to get scheduled at least once. 2021-10-13 09:52:32.456860+0100 0x65 Default 0x0 0 0 kernel: ifnet_attach: All kernel threads created for interface gif0 have been scheduled at least once. Proceeding. 2021-10-13 09:52:32.457936+0100 0x65 Default 0x0 0 0 kernel: skip attaching fsw to lo0 using legacy TX model 2021-10-13 09:52:32.469977+0100 0x65 Default 0x0 0 0 kernel: ifnet_attach: All kernel threads created for interface stf0 have been scheduled at least once. Proceeding. 2021-10-13 09:52:32.486898+0100 0x10d Default 0x0 0 0 kernel: (AppleFSCompressionTypeDataless) com.apple.AppleFSCompressionTypeDataless kmod start 2021-10-13 09:52:32.497606+0100 0x10d Default 0x0 0 0 kernel: (AppleFSCompressionTypeZlib) com.apple.AppleFSCompressionTypeZlib kmod start 2021-10-13 09:52:32.498981+0100 0x10d Default 0x0 0 0 kernel: (AppleSystemPolicy) GK status: disabled 2021-10-13 09:52:32.498982+0100 0x10d Default 0x0 0 0 kernel: (AppleSystemPolicy) Per file changetime scans: disabled 2021-10-13 09:52:32.610970+0100 0x10d Default 0x0 0 0 kernel: (AppleFSCompressionTypeDataless) com.apple.AppleFSCompressionTypeDataless load succeeded 2021-10-13 09:52:32.621503+0100 0x10d Default 0x0 0 0 kernel: (AppleFSCompressionTypeZlib) com.apple.AppleFSCompressionTypeZlib load succeeded 2021-10-13 09:52:32.631545+0100 0x10d Default 0x0 0 0 kernel: calling mpo_policy_init for ASP 2021-10-13 09:52:32.641549+0100 0x10d Default 0x0 0 0 kernel: calling mpo_policy_initbsd for ASP 2021-10-13 09:52:32.641553+0100 0x10d Default 0x0 0 0 kernel: (AppleSystemPolicy) ASP: NVRAM pointer initialized 2021-10-13 09:52:32.651446+0100 0x10d Default 0x0 0 0 kernel: (AppleSystemPolicy) ASP: No recovery key set 2021-10-13 09:52:32.671562+0100 0x10d Default 0x0 0 0 kernel: Security policy loaded: Apple System Policy (ASP) 2021-10-13 09:52:32.671586+0100 0x10d Default 0x0 0 0 kernel: (AppleSystemPolicy) AppleSystemPolicy has been successfully started 2021-10-13 09:52:32.671594+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeOverride (ON_STATE->ON_STATE, f, 0x2) tag 0x170064 2021-10-13 09:52:32.671596+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeDone: ON_STATE->ON_STATE 2021-10-13 09:52:32.671618+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeOverride (ON_STATE->ON_STATE, f, 0x2) tag 0x180064 2021-10-13 09:52:32.671619+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeDone: ON_STATE->ON_STATE 2021-10-13 09:52:32.671679+0100 0x75 Default 0x0 0 0 kernel: PMRD: power event 7 args 0x3ce41a3eba2cf7ad 0x0 2021-10-13 09:52:32.671682+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeOverride (ON_STATE->ON_STATE, f, 0x302) tag 0x190064 2021-10-13 09:52:32.671686+0100 0x75 Default 0x0 0 0 kernel: PMRD: destroyed capability client set 0x3ce41a31ee49c5a5 2021-10-13 09:52:32.671689+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeDone: ON_STATE->ON_STATE 2021-10-13 09:52:32.671724+0100 0x75 Default 0x0 0 0 kernel: PMRD: power event 7 args 0x3ce41a3eba2cfb6d 0x0 2021-10-13 09:52:32.671729+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeOverride (ON_STATE->ON_STATE, f, 0x302) tag 0x1a0064 2021-10-13 09:52:32.671733+0100 0x75 Default 0x0 0 0 kernel: PMRD: destroyed capability client set 0x3ce41a31ee49d06d 2021-10-13 09:52:32.671739+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeDone: ON_STATE->ON_STATE 2021-10-13 09:52:32.672001+0100 0x72 Default 0x0 0 0 kernel: (IOSurface) IOSurfaceRoot::installMemoryRegions() 2021-10-13 09:52:32.672004+0100 0x10d Default 0x0 0 0 kernel: (IOSurface) IOSurface allowing global lookups (with warnings) 2021-10-13 09:52:32.773597+0100 0x65 Default 0x0 0 0 kernel: rooting via boot-uuid from /chosen: 23DBAE38-E78A-48F2-B036-D7C08D0BDD62 2021-10-13 09:52:32.773653+0100 0x75 Default 0x0 0 0 kernel: PMRD: power event 7 args 0x3ce41a3eba2cf16d 0x0 2021-10-13 09:52:32.773659+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeOverride (ON_STATE->ON_STATE, f, 0x302) tag 0x1b0064 2021-10-13 09:52:32.773664+0100 0x75 Default 0x0 0 0 kernel: PMRD: destroyed capability client set 0x3ce41a31ee49c7ad 2021-10-13 09:52:32.773668+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeDone: ON_STATE->ON_STATE 2021-10-13 09:52:32.773724+0100 0xcf Default 0x0 0 0 kernel: (IO80211Family) IO80211Controller::createIOReporters 0xe824b34652c0e67b 2021-10-13 09:52:32.773985+0100 0xcf Default 0x0 0 0 kernel: (IO80211Family) CCFlags: 0x0, CCLevel: 5 ConsoleFlags: 0x0, ConsoleLevel: -1 2021-10-13 09:52:32.774317+0100 0x137 Default 0x0 0 0 kernel: ifnet_attach: Waiting for all kernel threads created for interface XHC20 to get scheduled at least once. 2021-10-13 09:52:32.774363+0100 0x137 Default 0x0 0 0 kernel: ifnet_attach: All kernel threads created for interface XHC20 have been scheduled at least once. Proceeding. 2021-10-13 09:52:32.774386+0100 0x13a Default 0x0 0 0 kernel: ifnet_attach: Waiting for all kernel threads created for interface EHC29 to get scheduled at least once. 2021-10-13 09:52:32.774393+0100 0x13a Default 0x0 0 0 kernel: ifnet_attach: All kernel threads created for interface EHC29 have been scheduled at least once. Proceeding. 2021-10-13 09:52:32.774407+0100 0x135 Default 0x0 0 0 kernel: ifnet_attach: Waiting for all kernel threads created for interface EHC26 to get scheduled at least once. 2021-10-13 09:52:32.774412+0100 0x135 Default 0x0 0 0 kernel: ifnet_attach: All kernel threads created for interface EHC26 have been scheduled at least once. Proceeding. 2021-10-13 09:52:32.775918+0100 0xcf Default 0x0 0 0 kernel: (IO80211Family) Not adding subscription due to missing boot-arg wlan.iorsubscriptions 2021-10-13 09:52:32.776008+0100 0xcf Default 0x0 0 0 kernel: (IO80211Family) CCFlags: 0x0, CCLevel: 5 ConsoleFlags: 0x0, ConsoleLevel: -1 2021-10-13 09:52:32.776061+0100 0xcf Default 0x0 0 0 kernel: (IO80211Family) CCFlags: 0x0, CCLevel: 5 ConsoleFlags: 0x0, ConsoleLevel: -1 2021-10-13 09:52:32.776073+0100 0xcf Default 0x0 0 0 kernel: (IO80211Family) IO80211Controller::findAndAttachToFaultReporter no pipe found, making it 2021-10-13 09:52:32.776161+0100 0xcf Default 0x0 0 0 kernel: (IO80211Family) initWithController: Setting fWlanRanging80MHzBootArg to 0 2021-10-13 09:52:32.776164+0100 0xcf Default 0x0 0 0 kernel: (IO80211Family) IO80211Controller::start _controller is 0xe824b34652c0e67b, provider is 0xe824b34652d86cbb 2021-10-13 09:52:32.776198+0100 0x75 Default 0x0 0 0 kernel: PMRD: power event 7 args 0x3ce41a3eba249f6d 0x0 2021-10-13 09:52:32.776202+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeOverride (ON_STATE->ON_STATE, f, 0x302) tag 0x1c0064 2021-10-13 09:52:32.776206+0100 0x75 Default 0x0 0 0 kernel: PMRD: destroyed capability client set 0x3ce41a31ee49c3c5 2021-10-13 09:52:32.780936+0100 0x132 Default 0x0 0 0 kernel: (apfs) cryptoAlloc:674: Using 64 buffers with size 16384, 512 buffers size 65536 2021-10-13 09:52:32.785625+0100 0x16f Default 0x0 0 0 kernel: (apfs) swcrypto_threadpool_init:1542: Starting ThreadPool 2021-10-13 09:52:32.785627+0100 0x16f Default 0x0 0 0 kernel: (apfs) swcrypto_threadpool_init:1564: 4 threads would be used for the ThreadPool 2021-10-13 09:52:32.785635+0100 0x170 Default 0x0 0 0 kernel: (apfs) swcrypto_threadpool_worker_thread:1488: ThreadPool worker thread started 2021-10-13 09:52:32.785643+0100 0x171 Default 0x0 0 0 kernel: (apfs) swcrypto_threadpool_worker_thread:1488: ThreadPool worker thread started 2021-10-13 09:52:32.785648+0100 0x172 Default 0x0 0 0 kernel: (apfs) swcrypto_threadpool_worker_thread:1488: ThreadPool worker thread started 2021-10-13 09:52:32.785654+0100 0x173 Default 0x0 0 0 kernel: (apfs) swcrypto_threadpool_worker_thread:1488: ThreadPool worker thread started 2021-10-13 09:52:32.785729+0100 0x16f Default 0x0 0 0 kernel: (apfs) dev_init:297: disk0s2 device accelerated crypto: 0 (compiled @ Aug 30 2021 06:12:58) 2021-10-13 09:52:32.785732+0100 0x16f Default 0x0 0 0 kernel: (apfs) dev_init:300: disk0s2 device_handle block size 4096 block count 244139436 features 0 internal 2021-10-13 09:52:32.786138+0100 0x16f Default 0x0 0 0 kernel: (apfs) fletcher64_init:106: Selecting AVX2 implementation of fletcher64 2021-10-13 09:52:32.786144+0100 0x16f Default 0x0 0 0 kernel: (apfs) nx_kernel_mount:1134: disk0s2 initializing cache w/hash_size 8192 and cache size 32768 2021-10-13 09:52:32.830470+0100 0x16f Default 0x0 0 0 kernel: (apfs) nx_kernel_mount:1403: disk0s2 checkpoint search: largest xid 113832, best xid 113832 @ 99 2021-10-13 09:52:32.830500+0100 0x16f Default 0x0 0 0 kernel: (apfs) nx_get_volume_group:6982: volume groups tree is not setup yet 2021-10-13 09:52:32.830502+0100 0x16f Default 0x0 0 0 kernel: (apfs) getVolumeGroupMountFrom:7214: disk0s2 nx_get_volume_group(23DBAE38-E78A-48F2-B036-D7C08D0BDD62) failed with error 2 2021-10-13 09:52:32.830670+0100 0x16f Default 0x0 0 0 kernel: (apfs) nx_get_volume_group:6982: volume groups tree is not setup yet 2021-10-13 09:52:32.830672+0100 0x16f Default 0x0 0 0 kernel: (apfs) getVolumeGroupMountFrom:7214: disk0s2 nx_get_volume_group(23DBAE38-E78A-48F2-B036-D7C08D0BDD62) failed with error 2 2021-10-13 09:52:32.831372+0100 0x16f Default 0x0 0 0 kernel: (apfs) apfs_sysctl_register:1251: done registering sysctls. 2021-10-13 09:52:32.831375+0100 0x16f Default 0x0 0 0 kernel: (apfs) authenticate_efi_forwarded_roothash:2669: evaluating authenticity of root hash 2021-10-13 09:52:32.831378+0100 0x16f Default 0x0 0 0 kernel: IOGetARVRootHashData: data at address 155189248 size 229 2021-10-13 09:52:32.831379+0100 0x16f Default 0x0 0 0 kernel: IOGetARVRootHashData: memory descriptor <private> 2021-10-13 09:52:34.101964+0100 0x65 Debug 0x0 0 0 kernel: (Sandbox) schedule_before_userret(101): 1/4 tasks scheduled 2021-10-13 09:52:34.505871+0100 0x1f2 Debug 0x0 0 0 kernel: (Sandbox) Sandbox: calculated role flags for 0x1000010 is 0x0 2021-10-13 09:52:34.564143+0100 0x1f5 Debug 0x0 0 0 kernel: (Sandbox) identified disk4 as removable 2021-10-13 09:52:34.564276+0100 0x1f7 Debug 0x0 0 0 kernel: (Sandbox) identified disk4s1 as removable 2021-10-13 09:52:34.564359+0100 0x1f8 Debug 0x0 0 0 kernel: (Sandbox) identified disk4s2 as removable 2021-10-13 09:52:34.740022+0100 0x1fc Debug 0x0 0 0 kernel: (Sandbox) schedule_before_userret(508): 2/4 tasks scheduled 2021-10-13 09:52:34.896276+0100 0x1fc Debug 0x0 0 0 kernel: (Sandbox) hook_thread_userret called 2021-10-13 09:52:34.896277+0100 0x1fc Debug 0x0 0 0 kernel: (Sandbox) userret(508): invoking callback; 0/4 remaining 2021-10-13 09:52:34.909998+0100 0x1fc Debug 0x0 0 0 kernel: (Sandbox) schedule_before_userret(508): 1/4 tasks scheduled 2021-10-13 09:52:34.995458+0100 0x1fc Debug 0x0 0 0 kernel: (Sandbox) hook_thread_userret called 2021-10-13 09:52:34.995460+0100 0x1fc Debug 0x0 0 0 kernel: (Sandbox) userret(508): invoking callback; 0/4 remaining 2021-10-13 09:52:35.009120+0100 0x1fc Debug 0x0 0 0 kernel: (Sandbox) schedule_before_userret(508): 1/4 tasks scheduled 2021-10-13 09:52:35.096533+0100 0x1fc Debug 0x0 0 0 kernel: (Sandbox) hook_thread_userret called 2021-10-13 09:52:35.096534+0100 0x1fc Debug 0x0 0 0 kernel: (Sandbox) userret(508): invoking callback; 0/4 remaining 2021-10-13 09:52:35.347810+0100 0x204 Debug 0x0 0 0 kernel: (Sandbox) schedule_before_userret(516): 1/4 tasks scheduled 2021-10-13 09:52:35.415910+0100 0x204 Debug 0x0 0 0 kernel: (Sandbox) hook_thread_userret called 2021-10-13 09:52:35.415911+0100 0x204 Debug 0x0 0 0 kernel: (Sandbox) userret(516): invoking callback; 0/4 remaining 2021-10-13 09:52:38.445412+0100 0x1f0 Debug 0x0 0 0 kernel: (Sandbox) Sandbox: calculated role flags for 0x100000a is 0x1 2021-10-13 09:52:39.045206+0100 0x2bd Debug 0x0 0 0 kernel: (Sandbox) Sandbox: calculated role flags for 0x100000c is 0x0 2021-10-13 09:52:39.191448+0100 0x2a8 Debug 0x0 0 0 kernel: (Sandbox) Sandbox: calculated role flags for 0x100000f is 0x4 2021-10-13 09:52:38.359065+0100 0x2a0 Debug 0x0 0 0 kernel: en0: starting optimistic DAD immediately for fe80:7::de:1ca1:8936:428d 2021-10-13 09:52:38.427969+0100 0x2b3 Default 0x0 0 0 kernel: (Sandbox) System Policy: diskarbitrationd(112) allow file-read-data /dev/rdisk3s5s1 2021-10-13 09:52:38.428095+0100 0x2b3 Default 0x0 0 0 kernel: (apfs) bufattr_get_apfs:6970: Only accept buf I/O, no raw disk access 2021-10-13 09:52:38.428102+0100 0x2b3 Default 0x0 0 0 kernel: (IOStorageFamily) disk3s5s1: device is not readable. 2021-10-13 09:52:38.484767+0100 0x434 Default 0x0 0 0 kernel: (Sandbox) Sandbox: 1 duplicate report for diskarbitrationd allow file-read-data /dev/rdisk3s5s1 2021-10-13 09:52:38.484771+0100 0x434 Error 0x0 0 0 kernel: (Sandbox) Sandbox: coreaudiod(232) deny(1) file-read-metadata /private/var/db/SystemPolicyConfiguration/UAKL.plist 2021-10-13 09:52:38.493744+0100 0x2c9 Default 0x0 0 0 kernel: (ALF) ALF, old data swfs_pid_entry <private>, updaterules_msg <private>, updaterules_state <private> 2021-10-13 09:52:38.554896+0100 0x476 Error 0x0 0 0 kernel: (Sandbox) Sandbox: distnoted(244) deny(1) file-read-metadata /usr/sbin/distnoted 2021-10-13 09:52:38.554917+0100 0x476 Error 0x0 0 0 kernel: (Sandbox) Sandbox: distnoted(244) deny(1) file-read-metadata /usr 2021-10-13 09:52:38.563952+0100 0x2c1 Default 0x0 0 0 kernel: (AppleCredentialManager) ACM: Exec_ACMGetEnvironmentVariable: returning, err = -1. 2021-10-13 09:52:38.576346+0100 0x2c1 Default 0x0 0 0 kernel: (AppleCredentialManager) AssertMacros: err == 0 (value: 0xffffffffffffffff), ---, file: /System/Volumes/Data/SWE/macOS/BuildRoots/38cf1d983f/Library/Caches/com.apple.xbs/Sources/AppleCredentialManager/AppleCredentialManager-417.140.2/common/Credentials.c:9073 2021-10-13 09:52:38.593067+0100 0x2c1 Default 0x0 0 0 kernel: (AppleCredentialManager) ACM: ProcessRawCommand: returning, err = -1, DBG_FW=NO. 2021-10-13 09:52:38.606030+0100 0x2c1 Default 0x0 0 0 kernel: (AppleCredentialManager) AssertMacros: err == 0 (value: 0xffffffffffffffff), ---, file: /System/Volumes/Data/SWE/macOS/BuildRoots/38cf1d983f/Library/Caches/com.apple.xbs/Sources/AppleCredentialManager/AppleCredentialManager-417.140.2/AppleCredentialManager/AppleCredentialManager.cpp:1297 2021-10-13 09:52:38.611604+0100 0x2c1 Default 0x0 0 0 kernel: (AppleCredentialManager) AppleCredentialManager: _performCommand: returning, err = -1, cmd=25 inLen=12 outLen=0. 2021-10-13 09:52:38.638803+0100 0x2c1 Default 0x0 0 0 kernel: (AppleCredentialManager) AssertMacros: err == 0 (value: 0xffffffffffffffff), ---, file: /System/Volumes/Data/SWE/macOS/BuildRoots/38cf1d983f/Library/Caches/com.apple.xbs/Sources/AppleCredentialManager/AppleCredentialManager-417.140.2/AppleCredentialManager/AppleCredentialManager.cpp:1178 2021-10-13 09:52:38.644347+0100 0x2c1 Default 0x0 0 0 kernel: (AppleCredentialManager) AppleCredentialManager: performCommandGated: returning, err = -1. 2021-10-13 09:52:38.659198+0100 0x2c1 Default 0x0 0 0 kernel: (AppleCredentialManager) AssertMacros: err == 0 (value: 0xffffffffffffffff), ---, file: /System/Volumes/Data/SWE/macOS/BuildRoots/38cf1d983f/Library/Caches/com.apple.xbs/Sources/AppleCredentialManager_KernelLibs/AppleCredentialManager-417.140.2/ACMKernelLib/ACMKernelTransport.cpp:49 2021-10-13 09:52:38.664815+0100 0x2c1 Default 0x0 0 0 kernel: (AppleCredentialManager) ACMKernelTransport: performCommand: returning, err = -1. 2021-10-13 09:52:38.679827+0100 0x2c1 Default 0x0 0 0 kernel: (AppleCredentialManager) AssertMacros: err == 0 (value: 0xffffffffffffffff), ---, file: /System/Volumes/Data/SWE/macOS/BuildRoots/38cf1d983f/Library/Caches/com.apple.xbs/Sources/AppleCredentialManager_KernelLibs/AppleCredentialManager-417.140.2/ACMKernelLib/ACMKernelTransport.cpp:112 2021-10-13 09:52:38.685422+0100 0x2c1 Default 0x0 0 0 kernel: (AppleCredentialManager) ACMKernelTransport: ACMKernelTransport: returning, err = -1. 2021-10-13 09:52:38.700415+0100 0x2c1 Default 0x0 0 0 kernel: (AppleCredentialManager) AssertMacros: err == 0 (value: 0xffffffffffffffff), ---, file: /System/Volumes/Data/SWE/macOS/BuildRoots/38cf1d983f/Library/Caches/com.apple.xbs/Sources/AppleCredentialManager_KernelLibs/AppleCredentialManager-417.140.2/common/LibCall.c:1120 2021-10-13 09:52:38.719305+0100 0x2c1 Default 0x0 0 0 kernel: (AppleCredentialManager) ACM: LibCall_ACMGetEnvironmentVariable: returning, err = -1. 2021-10-13 09:52:38.734519+0100 0x2c1 Default 0x0 0 0 kernel: (AppleCredentialManager) ACMKernelLib: ACMKernPrivGetEnvironmentVariable: returning, err = -1. 2021-10-13 09:52:38.750070+0100 0x2c1 Default 0x0 0 0 kernel: (AppleCredentialManager) ACMRM-S: _loadAll: called, isLockerAvailable=NO. 2021-10-13 09:52:38.765859+0100 0x2c1 Default 0x0 0 0 kernel: (AppleCredentialManager) ACMRM-S: _loadAll: fetching policy <- daemon (gen=0 len=41). 2021-10-13 09:52:38.777408+0100 0x4d5 Default 0x0 0 0 kernel: (ALF) ALF, old data swfs_pid_entry <private>, updaterules_msg <private>, updaterules_state <private> 2021-10-13 09:52:38.777705+0100 0x4d5 Error 0x0 0 0 kernel: (Sandbox) Sandbox: locationd(129) deny(1) mach-lookup 2021-10-13 09:52:38.777713+0100 0x4d5 Error 0x0 0 0 kernel: (Sandbox) Sandbox: locationd(129) deny(1) mach-lookup com.apple.wifi.sharekit 2021-10-13 09:52:38.783608+0100 0x2c1 Default 0x0 0 0 kernel: (AppleCredentialManager) ACMRM-S: _loadAll: fetching analytics <- daemon (gen=0 len=50). 2021-10-13 09:52:38.799188+0100 0x2c1 Default 0x0 0 0 kernel: (AppleCredentialManager) ACMRM: _logPolicy: LOADED: ver=8 smTm=0 poRsn=0 gpTm=0 smExp=NO gpBlk=NO suTm=1634114764 svTm=1634114764 gpRsn=0 cMs=NO. 2021-10-13 09:52:38.816066+0100 0x2c1 Default 0x0 0 0 kernel: (AppleCredentialManager) ACMRM: _logConfig: caller=_loadConfig ver=1 gSw=1 GP=2 Ask=3. 2021-10-13 09:52:38.831684+0100 0x2c1 Default 0x0 0 0 kernel: (AppleCredentialManager) ACMRM: _disableBy: [TRM ENABLED=NO] (mask=a, DISABLED BY: Def=YES BtArg=NO LegHW=YES OSEnv=NO | MngCo=NO DwnOS=NO ChkBd=NO coGSw=NO*). 2021-10-13 09:52:38.843306+0100 0x4c6 Error 0x0 0 0 kernel: (Sandbox) Sandbox: analyticsd(157) deny(1) file-write-owner /Library/CoreAnalytics 2021-10-13 09:52:38.843393+0100 0x4c6 Error 0x0 0 0 kernel: (Sandbox) Sandbox: analyticsd(157) deny(1) file-write-mode /Library/CoreAnalytics 2021-10-13 09:52:38.849244+0100 0x2c1 Default 0x0 0 0 kernel: (AppleCredentialManager) ACMRM: _mapAndPublishTRM: set TRM_GracePeriodTimeout = 172800. 2021-10-13 09:52:38.865191+0100 0x2c1 Default 0x0 0 0 kernel: (AppleCredentialManager) ACMRM: _mapAndPublishTRM: sending kIOMessageServicePropertyChange(n=1) while DISABLED, TRM: 259200 U/0 172800 -/ff miss=ff (CUR: 259200 U/0 172800 -/ff). 2021-10-13 09:52:38.883315+0100 0x2c1 Default 0x0 0 0 kernel: (AppleCredentialManager) ACMRM: _onDaemonStarted: timePolicyViolated=NO (saveTime=1634114764 bootCalTime=1634115158 (delta=394) bootUpTime=9 nowUp=1634115158). 2021-10-13 09:52:38.901204+0100 0x2c1 Default 0x0 0 0 kernel: (AppleCredentialManager) ACMRM-A: _logAnalytics: caller=_loadAnalytics ver=5 rmLckDur=0 curPerTm=1634062532 rmLckTm=0 actRMLckTm=0 rmPubTm=0 rmPubDur=0 blFPCnt=0/0 uSdn=0. 2021-10-13 09:52:38.914791+0100 0x512 Error 0x0 0 0 kernel: (Sandbox) Sandbox: distnoted(273) deny(1) file-read-metadata /usr/sbin/distnoted 2021-10-13 09:52:38.914885+0100 0x512 Error 0x0 0 0 kernel: (Sandbox) Sandbox: distnoted(273) deny(1) file-read-metadata /usr 2021-10-13 09:52:38.919259+0100 0x1f0 Error 0x0 0 0 kernel: (Sandbox) Sandbox: contextstored(119) deny(1) mach-lookup com.apple.tccd.system 2021-10-13 09:52:38.919569+0100 0x2c1 Default 0x0 0 0 kernel: (AppleCredentialManager) ACMRM-C: onDaemonStarted: acc-cache not found. 2021-10-13 09:52:38.935660+0100 0x2c1 Default 0x0 0 0 kernel: (AppleCredentialManager) ACMRM: _publish: _onDaemonStarted LOCKED(1) reason=0 (on=NO pub=YES(255) pasThr=NO(0) poRsn=0 smExp=NO gpBlk=NO cMs=NO suTm=0 tm=1634115158(0) | 3D=0/0 GP=0/0/(0)). 2021-10-13 09:52:38.954565+0100 0x2c1 Default 0x0 0 0 kernel: (AppleCredentialManager) ACMRM: _publishIOResource: AppleUSBRestrictedModeWithReason = 0. 2021-10-13 09:52:38.971208+0100 0x2c1 Default 0x0 0 0 kernel: (AppleCredentialManager) ACMRM: _mapAndPublishTRM: set TRM_CacheMiss = False. 2021-10-13 09:52:38.987650+0100 0x2c1 Default 0x0 0 0 kernel: (AppleCredentialManager) ACMRM: _mapAndPublishTRM: sending kIOMessageServicePropertyChange(n=1) while LOCKED, TRM: 259200 U/0 172800 -/ff miss=0 (CUR: 259200 U/0 172800 X/0). 2021-10-13 09:52:39.006469+0100 0x2c1 Default 0x0 0 0 kernel: (AppleCredentialManager) ACMRM: _logPolicy: SAVING (sync): ver=8 smTm=0 poRsn=0 gpTm=0 smExp=NO gpBlk=NO suTm=0 svTm=1634115158 gpRsn=0 cMs=NO. 2021-10-13 09:52:39.024631+0100 0x2c1 Default 0x0 0 0 kernel: (AppleCredentialManager) ACMRM-S: setData: saving policy (len=41) in 1 seconds. 2021-10-13 09:52:39.041695+0100 0x2c1 Default 0x0 0 0 kernel: (AppleCredentialManager) ACMRM: _registerBioNotifier: Biometric driver not detected. 2021-10-13 09:52:39.111206+0100 0x583 Default 0x0 0 0 kernel: (AppleKeyStore) AppleKeyStore:10727:293: operation failed (sel: 17 ret: e00002f0, 205, 100004) 2021-10-13 09:52:39.181486+0100 0x18e Default 0x0 0 0 kernel: (IOTimeSyncFamily) IOTimeSyncClockManager::begin waitQuiet 2021-10-13 09:52:39.181488+0100 0x18e Default 0x0 0 0 kernel: (IOTimeSyncFamily) IOTimeSyncClockManager::end waitQuiet 2021-10-13 09:52:39.181512+0100 0x18e Default 0x0 0 0 kernel: (IOTimeSyncFamily) IOTimeSyncClockManager::Using interface IOEthernetInterface en0 for identifier 2021-10-13 09:52:39.181518+0100 0x18e Default 0x0 0 0 kernel: (IOTimeSyncFamily) IOTimeSyncClockManager::delayedClockIDLookup registered service 2021-10-13 09:52:39.181542+0100 0x18e Default 0x0 0 0 kernel: (IOTimeSyncFamily) IOTimeSyncTranslationMach(0x40a8f06937190001): Set lock state to locked. 2021-10-13 09:52:39.182989+0100 0x405 Default 0x0 0 0 kernel: (IOTimeSyncFamily) IOTimeSyncClockManager::addgPTPServices adding services 2021-10-13 09:52:39.182991+0100 0x405 Default 0x0 0 0 kernel: (IOTimeSyncFamily) IOTimeSyncClockManager::addgPTPServices requesting matching 2021-10-13 09:52:39.359228+0100 0x18e Debug 0x0 0 0 kernel: en0: DAD complete for fe80:7::de:1ca1:8936:428d - no duplicates found . 2021-10-13 09:52:39.705384+0100 0x36d Default 0x0 0 0 kernel: (CoreAnalyticsFamily) virtual bool CoreAnalyticsUserClient::initWithTask(task_t, void *, UInt32, OSDictionary *)::165:success 2021-10-13 09:52:39.723573+0100 0x36d Default 0x0 0 0 kernel: (CoreAnalyticsFamily) virtual bool CoreAnalyticsUserClient::initWithTask(task_t, void *, UInt32, OSDictionary *)::165:success 2021-10-13 09:52:39.723592+0100 0x36d Default 0x0 0 0 kernel: (CoreAnalyticsFamily) IOReturn CoreAnalyticsHub::setClientGated(CoreAnalyticsUserClient *)::287:adding userClient 2021-10-13 09:52:39.742656+0100 0x36d Default 0x0 0 0 kernel: (CoreAnalyticsFamily) IOReturn CoreAnalyticsHub::setClientGated(CoreAnalyticsUserClient *)::287:adding userClient 2021-10-13 09:52:39.742660+0100 0x36d Default 0x0 0 0 kernel: (CoreAnalyticsFamily) IOReturn CoreAnalyticsHub::__newUserClientGated(task_t, void *, UInt32, OSDictionary *, IOUserClient **)::257:Successfully opened 2021-10-13 09:52:39.762184+0100 0x36d Default 0x0 0 0 kernel: (CoreAnalyticsFamily) IOReturn CoreAnalyticsHub::__newUserClientGated(task_t, void *, UInt32, OSDictionary *, IOUserClient **)::257:Successfully opened 2021-10-13 09:52:39.762256+0100 0x36d Default 0x0 0 0 kernel: (CoreAnalyticsFamily) virtual IOReturn CoreAnalyticsUserClient::clientMemoryForType(UInt32, IOOptionBits *, IOMemoryDescriptor **)::269: got memory descriptor with 16432 2021-10-13 09:52:39.782292+0100 0x36d Default 0x0 0 0 kernel: (CoreAnalyticsFamily) virtual IOReturn CoreAnalyticsUserClient::clientMemoryForType(UInt32, IOOptionBits *, IOMemoryDescriptor **)::269: got memory descriptor with 16432 2021-10-13 09:52:39.874340+0100 0x400 Default 0x0 0 0 kernel: (HFS) hfs: mounted WD4TB on device disk1s2 2021-10-13 09:52:40.041584+0100 0x437 Default 0x0 0 0 kernel: (AppleCredentialManager) ACMRM-S: _saveAll: pushing policy -> daemon (gen=1 len=41). 2021-10-13 09:52:40.210156+0100 0x2d4 Default 0x0 0 0 kernel: (Sandbox) Sandbox: 1 duplicate report for contextstored deny(1) mach-lookup com.apple.tccd.system 2021-10-13 09:52:40.210159+0100 0x2d4 Default 0x0 0 0 kernel: (Sandbox) Sandbox: dasd(134) allow ipc-posix-shm-write-create com.apple.dasd.budgets 2021-10-13 09:52:40.216471+0100 0x2d4 Default 0x0 0 0 kernel: (Sandbox) Sandbox: dasd(134) allow file-read-data /private/var/db/DuetActivityScheduler/DuetActivitySchedulerClassC.db 2021-10-13 09:52:40.217161+0100 0x2d4 Default 0x0 0 0 kernel: (Sandbox) Sandbox: 1 duplicate report for dasd allow file-read-data /private/var/db/DuetActivityScheduler/DuetActivitySchedulerClassC.db 2021-10-13 09:52:40.217165+0100 0x2d4 Default 0x0 0 0 kernel: (Sandbox) Sandbox: dasd(134) allow file-write-data /private/var/db/DuetActivityScheduler/DuetActivitySchedulerClassC.db 2021-10-13 09:52:40.217372+0100 0x1ef Error 0x0 0 0 kernel: (Sandbox) Sandbox: coreduetd(115) deny(1) mach-lookup com.apple.tccd 2021-10-13 09:52:40.217480+0100 0x2d4 Default 0x0 0 0 kernel: (Sandbox) Sandbox: dasd(134) allow file-read-data /private/var/db/DuetActivityScheduler/DuetActivitySchedulerClassC.db-wal 2021-10-13 09:52:40.217489+0100 0x2d4 Default 0x0 0 0 kernel: (Sandbox) Sandbox: dasd(134) allow file-write-data /private/var/db/DuetActivityScheduler/DuetActivitySchedulerClassC.db-wal 2021-10-13 09:52:40.217549+0100 0x1ef Error 0x0 0 0 kernel: (Sandbox) Sandbox: coreduetd(115) deny(1) mach-lookup com.apple.tccd.system 2021-10-13 09:52:40.217573+0100 0x2d4 Default 0x0 0 0 kernel: (Sandbox) Sandbox: dasd(134) allow file-read-data /private/var/db/DuetActivityScheduler/DuetActivitySchedulerClassC.db-shm 2021-10-13 09:52:40.217581+0100 0x2d4 Default 0x0 0 0 kernel: (Sandbox) Sandbox: dasd(134) allow file-write-data /private/var/db/DuetActivityScheduler/DuetActivitySchedulerClassC.db-shm 2021-10-13 09:52:40.226876+0100 0x2d4 Default 0x0 0 0 kernel: (Sandbox) Sandbox: dasd(134) allow file-read-data /private/var/db/DuetActivityScheduler/DuetActivitySchedulerClassC.db 2021-10-13 09:52:40.226892+0100 0x2d4 Default 0x0 0 0 kernel: (Sandbox) Sandbox: dasd(134) allow file-write-data /private/var/db/DuetActivityScheduler/DuetActivitySchedulerClassC.db 2021-10-13 09:52:40.227198+0100 0x2d4 Default 0x0 0 0 kernel: (Sandbox) Sandbox: dasd(134) allow file-read-data /private/var/db/DuetActivityScheduler/DuetActivitySchedulerClassC.db-wal 2021-10-13 09:52:40.227213+0100 0x2d4 Default 0x0 0 0 kernel: (Sandbox) Sandbox: dasd(134) allow file-write-data /private/var/db/DuetActivityScheduler/DuetActivitySchedulerClassC.db-wal 2021-10-13 09:52:40.227319+0100 0x2d4 Default 0x0 0 0 kernel: (Sandbox) Sandbox: dasd(134) allow file-read-data /private/var/db/DuetActivityScheduler/DuetActivitySchedulerClassC.db-shm 2021-10-13 09:52:40.227335+0100 0x2d4 Default 0x0 0 0 kernel: (Sandbox) Sandbox: dasd(134) allow file-write-data /private/var/db/DuetActivityScheduler/DuetActivitySchedulerClassC.db-shm 2021-10-13 09:52:40.236029+0100 0x2d4 Default 0x0 0 0 kernel: (Sandbox) Sandbox: dasd(134) allow iokit-get-properties system-type 2021-10-13 09:52:40.239071+0100 0x1ef Error 0x0 0 0 kernel: (Sandbox) Sandbox: coreduetd(115) deny(1) mach-lookup com.apple.tccd 2021-10-13 09:52:40.239232+0100 0x1ef Error 0x0 0 0 kernel: (Sandbox) Sandbox: coreduetd(115) deny(1) mach-lookup com.apple.tccd.system 2021-10-13 09:52:40.453999+0100 0x3c6 Default 0x0 0 0 kernel: (ALF) ALF, old data swfs_pid_entry <private>, updaterules_msg <private>, updaterules_state <private> 2021-10-13 09:52:41.214216+0100 0x487 Default 0x0 0 0 kernel: (Sandbox) System Policy: UserEventAgent(82) allow file-read-data /private/var/db/installcoordinationd/Library/InstallCoordination 2021-10-13 09:52:41.214334+0100 0x487 Default 0x0 0 0 kernel: (Sandbox) Sandbox: 2 duplicate reports for UserEventAgent allow file-read-data /private/var/db/installcoordinationd/Library/InstallCoordination 2021-10-13 09:52:41.214337+0100 0x487 Default 0x0 0 0 kernel: (Sandbox) System Policy: UserEventAgent(82) allow file-read-data /private/var/db/installcoordinationd/Library 2021-10-13 09:52:41.214366+0100 0x487 Default 0x0 0 0 kernel: (Sandbox) System Policy: UserEventAgent(82) allow file-read-data /private/var/db/installcoordinationd 2021-10-13 09:52:41.237297+0100 0x20c Default 0x0 0 0 kernel: (apfs) tx_flush:1182: disk3 xid 113852 tx stats: # 20 finish 20 enter 705 wait 1 166us close 2us flush 1696us 2021-10-13 09:52:41.295634+0100 0x41a Default 0x0 0 0 kernel: telemetry: ustackshot every 12000000000 cycles 2021-10-13 09:52:41.335838+0100 0x40e Default 0x0 0 0 kernel: (ALF) ALF, old data swfs_pid_entry <private>, updaterules_msg <private>, updaterules_state <private> 2021-10-13 09:52:41.613825+0100 0x2b2 Default 0x0 0 0 kernel: KextLog: kernelmanagerd is not active 2021-10-13 09:52:41.956020+0100 0x4a1 Default 0x0 0 0 kernel: [ 12.315129]: fq_getq_flow: high delay idx: 0, 3582478725, flow: 0x0, iface: en0fq_getq_flow: high delay idx: 0, 3581395373, flow: 0xd5bcc621, iface: en 2021-10-13 09:52:41.956023+0100 0x4a1 Default 0x0 0 0 kernel: (apfs) apfs_keybag_init:2037: failed to initialize volume keybag, err = 2 2021-10-13 09:52:42.117872+0100 0x4a1 Default 0x0 0 0 kernel: (apfs) apfs_keybag_init:2037: failed to initialize volume keybag, err = 2 2021-10-13 09:52:42.137500+0100 0x4a1 Default 0x0 0 0 kernel: (apfs) apfs_keybag_init:2037: failed to initialize volume keybag, err = 2 2021-10-13 09:52:42.155830+0100 0x4a1 Default 0x0 0 0 kernel: (apfs) apfs_keybag_init:2037: failed to initialize volume keybag, err = 2 2021-10-13 09:52:42.174755+0100 0x4a1 Default 0x0 0 0 kernel: (apfs) apfs_keybag_init:2037: failed to initialize volume keybag, err = 2 2021-10-13 09:52:42.192575+0100 0x4a1 Default 0x0 0 0 kernel: (apfs) apfs_keybag_init:2037: failed to initialize volume keybag, err = 2 2021-10-13 09:52:42.196260+0100 0x60e Default 0x0 0 0 kernel: (ALF) ALF, hash_free: found kext_info <private> 2021-10-13 09:52:42.212161+0100 0x4a1 Default 0x0 0 0 kernel: (apfs) apfs_keybag_init:2037: failed to initialize volume keybag, err = 2 2021-10-13 09:52:42.230000+0100 0x4a1 Default 0x0 0 0 kernel: (apfs) apfs_keybag_init:2037: failed to initialize volume keybag, err = 2 2021-10-13 09:52:42.234225+0100 0x60e Default 0x0 0 0 kernel: (ALF) ALF, hash_free: found kext_info <private> 2021-10-13 09:52:42.241249+0100 0x60e Default 0x0 0 0 kernel: (ALF) ALF, hash_free: found kext_info <private> 2021-10-13 09:52:42.249937+0100 0x4a1 Default 0x0 0 0 kernel: (apfs) apfs_keybag_init:2037: failed to initialize volume keybag, err = 2 2021-10-13 09:52:42.267487+0100 0x4a1 Default 0x0 0 0 kernel: (apfs) apfs_keybag_init:2037: failed to initialize volume keybag, err = 2 2021-10-13 09:52:42.275025+0100 0x60e Default 0x0 0 0 kernel: (ALF) ALF, hash_free: found kext_info <private> 2021-10-13 09:52:42.276827+0100 0x65d Default 0x0 0 0 kernel: (ALF) ALF, old data swfs_pid_entry <private>, updaterules_msg <private>, updaterules_state <private> 2021-10-13 09:52:42.288535+0100 0x669 Default 0x0 0 0 kernel: (ALF) ALF, old data swfs_pid_entry <private>, updaterules_msg <private>, updaterules_state <private> 2021-10-13 09:52:42.307302+0100 0x60e Default 0x0 0 0 kernel: (ALF) ALF, hash_free: found kext_info <private> 2021-10-13 09:52:42.339052+0100 0x60e Default 0x0 0 0 kernel: (ALF) ALF, hash_free: found kext_info <private> 2021-10-13 09:52:42.346297+0100 0x60e Default 0x0 0 0 kernel: (ALF) ALF, hash_free: found kext_info <private> 2021-10-13 09:52:42.391723+0100 0x60e Default 0x0 0 0 kernel: (ALF) ALF, hash_free: found kext_info <private> 2021-10-13 09:52:42.433674+0100 0x60e Default 0x0 0 0 kernel: (ALF) ALF, hash_free: found kext_info <private> 2021-10-13 09:52:42.435961+0100 0x2b2 Default 0x0 0 0 kernel: KextLog: Loading FileSet KC(s) 2021-10-13 09:52:42.439211+0100 0x56c Default 0x0 0 0 kernel: (AppleMobileFileIntegrity) AMFI: SIP is off, allowing core dump for pid 292 (com.apple.audio.) 2021-10-13 09:52:42.439272+0100 0x56c Default 0x0 0 0 kernel: Core Audio Driver (_SoundSiphon.[292] Corpse allowed 1 of 5 2021-10-13 09:52:42.456882+0100 0x60e Default 0x0 0 0 kernel: (ALF) ALF, hash_free: found kext_info <private> 2021-10-13 09:52:42.473653+0100 0x2b2 Default 0x0 0 0 kernel: KextLog: Loading Pageable KC from file /System/Library/KernelCollections/SystemKernelExtensions.kc 2021-10-13 09:52:42.481301+0100 0x60e Default 0x0 0 0 kernel: (ALF) ALF, hash_free: found kext_info <private> 2021-10-13 09:52:42.566417+0100 0x2b2 Default 0x0 0 0 kernel: KextLog: Collection UUID matches with loaded KCs. 2021-10-13 09:52:42.622076+0100 0x2b2 Default 0x0 0 0 kernel: KextLog: Loading Aux KC from file /Library/KernelCollections/AuxiliaryKernelExtensions.kc 2021-10-13 09:52:42.641153+0100 0x2b2 Default 0x0 0 0 kernel: KextLog: Collection UUID matches with loaded KCs. 2021-10-13 09:52:42.669311+0100 0x2b2 Default 0x0 0 0 kernel: Matching service count = 22 2021-10-13 09:52:42.669319+0100 0x2b2 Default 0x0 0 0 kernel: Matching service count = 22 2021-10-13 09:52:42.669957+0100 0x2b2 Default 0x0 0 0 kernel: Matching service count = 31 2021-10-13 09:52:42.672393+0100 0x2b2 Default 0x0 0 0 kernel: deferred rematching count 1 2021-10-13 09:52:42.674308+0100 0x6a2 Default 0x0 0 0 kernel: GLAN: match category IODefaultMatchCategory exists 2021-10-13 09:52:42.804496+0100 0x4da Error 0x0 0 0 kernel: (Sandbox) Sandbox: locationd(129) deny(1) file-write-data /dev/io8log 2021-10-13 09:52:42.804531+0100 0x4da Error 0x0 0 0 kernel: (Sandbox) Sandbox: locationd(129) deny(1) file-write-data /dev/io8logtemp 2021-10-13 09:52:42.829167+0100 0x69f Default 0x0 0 0 kernel: (IOGraphicsFamily) IOG flags 0x3 (0x51) 2021-10-13 09:52:42.865360+0100 0x6ae Default 0x0 0 0 kernel: com_apple_driver_eficheck::probe(LPCB) 2021-10-13 09:52:42.865375+0100 0x6ae Default 0x0 0 0 kernel: com_apple_driver_eficheck::start(LPCB) <1> 2021-10-13 09:52:42.872156+0100 0x6ad Default 0x0 0 0 kernel: (IOgPTPPlugin) IOTimeSyncgPTPManager::init created and initing 2021-10-13 09:52:42.872246+0100 0x6ad Default 0x0 0 0 kernel: (IOgPTPPlugin) Using soft DMA true for model iMac14,4 2021-10-13 09:52:42.872467+0100 0x6ad Default 0x0 0 0 kernel: (IOgPTPPlugin) IOTimeSyncgPTPManager::start starting 2021-10-13 09:52:42.872470+0100 0x6ad Default 0x0 0 0 kernel: (IOgPTPPlugin) IOTimeSyncgPTPManager::start creating system domain 2021-10-13 09:52:42.872516+0100 0x6ad Default 0x0 0 0 kernel: (IOgPTPPlugin) IOTimeSyncDomain(0x40a8f06937190008): Started PTP Domain 0x40a8f06937190008 2021-10-13 09:52:42.872580+0100 0x6ad Default 0x0 0 0 kernel: (IOgPTPPlugin) IOTimeSyncTimeSyncTimePort(0x40a8f06937190008): No IOPMPowerSource assuming wall powered 2021-10-13 09:52:42.872581+0100 0x6ad Default 0x0 0 0 kernel: (IOgPTPPlugin) IOTimeSyncTimeSyncTimePort(0x40a8f06937190008): Battery Powered: false 2021-10-13 09:52:42.872582+0100 0x6ad Default 0x0 0 0 kernel: (IOgPTPPlugin) IOTimeSyncTimeSyncTimePort(0x40a8f06937190008): Has Wired Ethernet Link: true 2021-10-13 09:52:42.872584+0100 0x6ad Default 0x0 0 0 kernel: (IOgPTPPlugin) IOTimeSyncTimeSyncTimePort(0x40a8f06937190008): Has Ethernet HW Timestamps: false 2021-10-13 09:52:42.872585+0100 0x6ad Default 0x0 0 0 kernel: (IOgPTPPlugin) IOTimeSyncTimeSyncTimePort(0x40a8f06937190008): Has WiFi HW Timestamps: false 2021-10-13 09:52:42.872586+0100 0x6ad Default 0x0 0 0 kernel: (IOgPTPPlugin) IOTimeSyncTimeSyncTimePort(0x40a8f06937190008): External Power Connected: false 2021-10-13 09:52:42.872588+0100 0x6ad Default 0x0 0 0 kernel: (IOgPTPPlugin) IOTimeSyncTimeSyncTimePort(0x40a8f06937190008): Device is wall powered 2021-10-13 09:52:42.882210+0100 0x6c0 Default 0x0 0 0 kernel: (ALF) ALF, old data swfs_pid_entry <private>, updaterules_msg <private>, updaterules_state <private> 2021-10-13 09:52:42.882429+0100 0x6a9 Default 0x0 0 0 kernel: (VirtualSMC) <compose failure [UUID]> 2021-10-13 09:52:42.882452+0100 0x6c0 Error 0x0 0 0 kernel: (Sandbox) Sandbox: locationd(324) deny(1) mach-lookup 2021-10-13 09:52:42.882468+0100 0x6c0 Error 0x0 0 0 kernel: (Sandbox) Sandbox: locationd(324) deny(1) mach-lookup com.apple.wifi.sharekit 2021-10-13 09:52:42.902872+0100 0x6ad Default 0x0 0 0 kernel: (IOgPTPPlugin) IOTimeSyncTimeSyncTimePort(0x40a8f06937190008): Created general notifier <private> for local clock port <private> 2021-10-13 09:52:42.904723+0100 0x6a8 Default 0x0 0 0 kernel: (Apple16X50Serial) Apple16X50PCI22: Identified 1 Serial channels at PCI Bus=0 Dev=22 Func=3 2021-10-13 09:52:42.908324+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeOverride (ON_STATE->ON_STATE, f, 0x2) tag 0x260064 2021-10-13 09:52:42.908328+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeDone: ON_STATE->ON_STATE 2021-10-13 09:52:42.908345+0100 0x75 Default 0x0 0 0 kernel: PMRD: power event 7 args 0x3ce41a3eba249e2d 0x0 2021-10-13 09:52:42.908365+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeOverride (ON_STATE->ON_STATE, f, 0x2) tag 0x270064 2021-10-13 09:52:42.908367+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeDone: ON_STATE->ON_STATE 2021-10-13 09:52:42.908370+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeOverride (ON_STATE->ON_STATE, f, 0x302) tag 0x280064 2021-10-13 09:52:42.908385+0100 0x75 Default 0x0 0 0 kernel: PMRD: destroyed capability client set 0x3ce41a31f167f01d 2021-10-13 09:52:42.908390+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeDone: ON_STATE->ON_STATE 2021-10-13 09:52:42.917584+0100 0x6a8 Default 0x0 0 0 kernel: (Apple16X50Serial) Apple16X50UARTSync22: Detected 16550AF/C/CF FIFO=16 MaxBaud=115200 2021-10-13 09:52:42.922839+0100 0x6a3 Default 0x0 0 0 kernel: (IOPlatformPluginFamily) Generation from SMC report as 2 2021-10-13 09:52:42.922841+0100 0x6a3 Default 0x0 0 0 kernel: (IOPlatformPluginFamily) Generation from SMC report as 2 2021-10-13 09:52:42.925002+0100 0x6a3 Default 0x0 0 0 kernel: (IOPlatformPluginFamily) IOPPF - IODeviceTree:/efi/platform/StartupPowerEvents: 0x0 2021-10-13 09:52:42.925003+0100 0x6a3 Default 0x0 0 0 kernel: (IOPlatformPluginFamily) IOPPF - IODeviceTree:/efi/platform/StartupPowerEvents: 0x0 2021-10-13 09:52:42.925096+0100 0x69f Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) Entry to probe function 2021-10-13 09:52:42.925098+0100 0x69f Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) PlatformID found: d220003 2021-10-13 09:52:42.925483+0100 0x69f Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Bootpipe] - System booted on pipe 0 2021-10-13 09:52:42.925544+0100 0x69f Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) Registering for addFramebufferNotificationWithOptions :: GroupID = 16 :: Event = 801 fb is 0 2021-10-13 09:52:42.925557+0100 0x69f Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) Registering for addFramebufferNotificationWithOptions :: GroupID = 16 :: Event = 801 fb is 1 2021-10-13 09:52:42.925567+0100 0x69f Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) Registering for addFramebufferNotificationWithOptions :: GroupID = 16 :: Event = 801 fb is 2 2021-10-13 09:52:42.929613+0100 0x60e Default 0x0 0 0 kernel: (ALF) ALF, hash_free: found kext_info <private> 2021-10-13 09:52:42.989895+0100 0x6ad Default 0x0 0 0 kernel: (IOTimeSyncFamily) IOTimeSyncDomain(0x40a8f06937190008): Set lock state to locking. 2021-10-13 09:52:42.989910+0100 0x6ad Default 0x0 0 0 kernel: (IOgPTPPlugin) IOTimeSyncTimeSyncTimePort(0x40a8f06937190008): messagePriorityVector 248, 248, 33, 17258, 239, 0x40a8f06937190008, 0, 0x40a8f06937190008, 0, 0 2021-10-13 09:52:42.989913+0100 0x6ad Default 0x0 0 0 kernel: (IOgPTPPlugin) IOTimeSyncTimeSyncTimePort(0x40a8f06937190008): AnnounceInfo 248, 248, 33, 17258, 239, 0x40a8f06937190008, 0 | 0x0008, 37, 160 2021-10-13 09:52:42.989915+0100 0x6ad Default 0x0 0 0 kernel: (IOgPTPPlugin) IOTimeSyncTimeSyncTimePort(0x40a8f06937190008): Set role to Slave. 2021-10-13 09:52:42.989920+0100 0x6ad Default 0x0 0 0 kernel: (IOTimeSyncFamily) IOTimeSyncDomain(0x40a8f06937190008): Set lock state to locked. 2021-10-13 09:52:42.989925+0100 0x6ad Default 0x0 0 0 kernel: (IOgPTPPlugin) IOTimeSyncDomain(0x40a8f06937190008): Set clock slave port to 0, grandmaster Identity 0x40a8f06937190008 2021-10-13 09:52:42.989926+0100 0x6ad Default 0x0 0 0 kernel: (IOgPTPPlugin) IOTimeSyncDomain(0x40a8f06937190008): start registered service 2021-10-13 09:52:42.989951+0100 0x6ad Default 0x0 0 0 kernel: (IOgPTPPlugin) Instantiated system domain 0x40a8f06937190008 2021-10-13 09:52:42.989956+0100 0x6ad Default 0x0 0 0 kernel: (IOgPTPPlugin) IOTimeSyncgPTPManager::start registered service 2021-10-13 09:52:42.990400+0100 0x405 Default 0x0 0 0 kernel: (IOTimeSyncFamily) IOTimeSyncClockManager::addgPTPServices adding services 2021-10-13 09:52:42.991707+0100 0x405 Default 0x0 0 0 kernel: (IOTimeSyncFamily) IOTimeSyncClockManager::addgPTPServices adding services 2021-10-13 09:52:43.008041+0100 0x69f Default 0x0 0 0 kernel: (IOGraphicsFamily) GTrace synchronization point 0 2021-10-13 09:52:43.024353+0100 0x69f Default 0x0 0 0 kernel: (IOGraphicsFamily) GTrace synchronization point 1 2021-10-13 09:52:43.035999+0100 0x6a0 Default 0x0 0 0 kernel: (AppleDiskImages2) [0] virtual bool AppleDiskImagesController::start(IOService *)::140: 2021-10-13 09:52:43.036218+0100 0x6a0 Default 0x0 0 0 kernel: DSMOS has arrived 2021-10-13 09:52:43.036536+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeOverride (ON_STATE->ON_STATE, f, 0x2) tag 0x290064 2021-10-13 09:52:43.036540+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeDone: ON_STATE->ON_STATE 2021-10-13 09:52:43.036732+0100 0x75 Default 0x0 0 0 kernel: PMRD: delayChildNotification for 0x100000446 2021-10-13 09:52:43.036734+0100 0x75 Default 0x0 0 0 kernel: PMRD: IODisplayWrangler tag flags 100 2021-10-13 09:52:43.036750+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeOverride (ON_STATE->ON_STATE, f, 0x2) tag 0x2a0064 2021-10-13 09:52:43.036751+0100 0x18e Default 0x0 0 0 kernel: (IOGraphicsFamily) GTrace synchronization point 3 2021-10-13 09:52:43.036752+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeDone: ON_STATE->ON_STATE 2021-10-13 09:52:43.036871+0100 0x75 Default 0x0 0 0 kernel: (IOgPTPPlugin) IOTimeSyncLocalClockPort::handleGeneralNotification <private> 2021-10-13 09:52:43.036898+0100 0x75 Default 0x0 0 0 kernel: PMRD: Added IODisplayWrangler to idle sleep preventers list (Total 1) 2021-10-13 09:52:43.036901+0100 0x75 Default 0x0 0 0 kernel: PMRD: Idle Sleep Preventers: IODisplayWrangler 2021-10-13 09:52:43.036903+0100 0x75 Default 0x0 0 0 kernel: PMRD: changePowerStateWithTagTo(ON_STATE, 2b0003) 2021-10-13 09:52:43.036956+0100 0x75 Default 0x0 0 0 kernel: PMRD: wrangler kIOMessageDeviceHasPoweredOn ps 4 2021-10-13 09:52:43.036958+0100 0x75 Default 0x0 0 0 kernel: PMRD: evaluatePolicy( 1, 0x0 ) 2021-10-13 09:52:43.037033+0100 0x75 Default 0x0 0 0 kernel: PMRD: wrangler DevicePowerState (ps 4, 0->4) 2021-10-13 09:52:43.037035+0100 0x75 Default 0x0 0 0 kernel: PMRD: evaluatePolicy( 10, 0x0 ) 2021-10-13 09:52:43.037036+0100 0x75 Default 0x0 0 0 kernel: PMRD: idle sleep timer disabled 2021-10-13 09:52:43.037039+0100 0x6a0 Default 0x0 0 0 kernel: (pmtelemetry) Unsupported CPU 2021-10-13 09:52:43.037041+0100 0x75 Default 0x0 0 0 kernel: PMRD: changePowerStateWithTagToPriv(ON_STATE, 2c0008) 2021-10-13 09:52:43.037043+0100 0x75 Default 0x0 0 0 kernel: PMRD: evaluatePolicy( 1, 0x0 ) 2021-10-13 09:52:43.037076+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeOverride (ON_STATE->ON_STATE, f, 0x2) tag 0x2b0003 2021-10-13 09:52:43.037083+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeDone: ON_STATE->ON_STATE 2021-10-13 09:52:43.037089+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeOverride (ON_STATE->ON_STATE, f, 0x2) tag 0x2c0008 2021-10-13 09:52:43.037090+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeDone: ON_STATE->ON_STATE 2021-10-13 09:52:43.037264+0100 0x75 Default 0x0 0 0 kernel: PMRD: power event 5 args 0x3ce41a3eba875dbd 0x0 2021-10-13 09:52:43.037423+0100 0x6a0 Default 0x0 0 0 kernel: (pmtelemetry) Unsupported PCH 2021-10-13 09:52:43.038109+0100 0x35c Default 0x0 0 0 kernel: PMRD: setAggressiveness(0) kPMMinutesToSleep = 0 2021-10-13 09:52:43.038135+0100 0x35c Default 0x0 0 0 kernel: PMRD: setAggressiveness(0) kPMMinutesToDim = 10 2021-10-13 09:52:43.041920+0100 0x1f0 Default 0x0 0 0 kernel: (Sandbox) Sandbox: dasd(134) allow mach-lookup com.apple.powerlog.plxpclogger.xpc 2021-10-13 09:52:43.072526+0100 0x6fc Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioDevice[<private>]::init(<private>) 2021-10-13 09:52:43.072541+0100 0x6fc Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioDevice[<private>]::init(<private>) returns 1 2021-10-13 09:52:43.072552+0100 0x6fc Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioDevice[<private>]::init(<private>) 2021-10-13 09:52:43.072561+0100 0x6fc Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioDevice[<private>]::init(<private>) returns 1 2021-10-13 09:52:43.072581+0100 0x6fc Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioDevice[<private>]::setDeviceModelName(<private>) 2021-10-13 09:52:43.072585+0100 0x6fc Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioDevice[<private>]::setDeviceModelName(<private>) 2021-10-13 09:52:43.121062+0100 0x69f Default 0x0 0 0 kernel: (IOGraphicsFamily) GTrace synchronization point 5 2021-10-13 09:52:43.136686+0100 0x72c Default 0x0 0 0 kernel: (AppleGraphicsDevicePolicy) Adding AGDP mode validate property 2021-10-13 09:52:43.147550+0100 0x72d Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) hmm.. mismatch sizes: 3100 vs 20 2021-10-13 09:52:43.148464+0100 0x69f Default 0x0 0 0 kernel: (AppleIntelHD5000Graphics) PPGTT is enabled 2021-10-13 09:52:43.185075+0100 0x73c Debug 0x0 0 0 kernel: (Sandbox) Sandbox: calculated role flags for 0x100000e is 0x0 2021-10-13 09:52:43.204769+0100 0x708 Debug 0x0 0 0 kernel: (Sandbox) filecache_entry_set_syspolicy_locked: invalidating <private> 2021-10-13 09:52:43.213384+0100 0x708 Debug 0x0 0 0 kernel: (Sandbox) filecache_entry_set_syspolicy_locked: invalidating <private> 2021-10-13 09:52:43.215345+0100 0x708 Error 0x0 0 0 kernel: (Sandbox) Sandbox: com.apple.AppleU(327) deny(1) file-read-metadata /System 2021-10-13 09:52:43.222978+0100 0x70d Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.222982+0100 0x708 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223010+0100 0x70d Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223017+0100 0x708 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223161+0100 0x70d Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223192+0100 0x70d Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223195+0100 0x70d Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223197+0100 0x70d Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223199+0100 0x70d Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223201+0100 0x70d Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223202+0100 0x711 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223203+0100 0x70d Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223206+0100 0x70d Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223206+0100 0x711 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223208+0100 0x70d Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223241+0100 0x70d Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223243+0100 0x708 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223244+0100 0x70d Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223246+0100 0x70d Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223249+0100 0x70d Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223253+0100 0x708 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223256+0100 0x708 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223258+0100 0x708 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223260+0100 0x708 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223262+0100 0x708 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223263+0100 0x708 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223265+0100 0x708 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223267+0100 0x708 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223270+0100 0x708 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223273+0100 0x708 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223275+0100 0x708 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223276+0100 0x708 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223278+0100 0x708 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223280+0100 0x708 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223282+0100 0x708 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223284+0100 0x708 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223286+0100 0x708 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223288+0100 0x708 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223290+0100 0x708 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223292+0100 0x708 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223294+0100 0x708 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223296+0100 0x708 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223298+0100 0x708 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223299+0100 0x708 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223301+0100 0x708 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223303+0100 0x708 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223443+0100 0x70d Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223446+0100 0x70d Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223449+0100 0x70d Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223451+0100 0x70d Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223453+0100 0x70d Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223455+0100 0x70d Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223458+0100 0x70d Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223460+0100 0x70d Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223462+0100 0x70d Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223464+0100 0x70d Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223466+0100 0x70d Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223468+0100 0x70d Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223470+0100 0x70d Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223473+0100 0x70d Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223712+0100 0x708 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223723+0100 0x708 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223726+0100 0x708 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223751+0100 0x708 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223753+0100 0x708 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223755+0100 0x708 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223777+0100 0x708 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223798+0100 0x708 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223800+0100 0x708 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223802+0100 0x708 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223804+0100 0x708 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223808+0100 0x708 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223811+0100 0x708 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223813+0100 0x708 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223815+0100 0x708 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223817+0100 0x708 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223819+0100 0x708 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223822+0100 0x708 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223824+0100 0x708 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223826+0100 0x708 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223847+0100 0x708 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223850+0100 0x708 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223852+0100 0x708 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223854+0100 0x708 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223856+0100 0x708 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223858+0100 0x708 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223914+0100 0x711 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223922+0100 0x711 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223924+0100 0x711 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223926+0100 0x711 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223928+0100 0x711 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223931+0100 0x711 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223933+0100 0x711 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223935+0100 0x711 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223938+0100 0x711 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223941+0100 0x711 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223944+0100 0x711 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223946+0100 0x711 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223948+0100 0x711 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223951+0100 0x711 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223953+0100 0x711 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223955+0100 0x711 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223957+0100 0x711 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223960+0100 0x711 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223962+0100 0x711 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223964+0100 0x711 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223967+0100 0x711 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223969+0100 0x711 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223971+0100 0x711 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223973+0100 0x711 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223976+0100 0x711 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223978+0100 0x711 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223980+0100 0x711 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223989+0100 0x70d Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223992+0100 0x70d Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.223994+0100 0x70d Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.224002+0100 0x70d Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.224004+0100 0x70d Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.224007+0100 0x70d Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.224035+0100 0x70d Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.224040+0100 0x70d Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.224042+0100 0x70d Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.224044+0100 0x70d Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.224047+0100 0x70d Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.224049+0100 0x70d Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.224052+0100 0x70d Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.224054+0100 0x70d Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.224057+0100 0x70d Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.224059+0100 0x70d Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.224062+0100 0x70d Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.224064+0100 0x70d Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.224067+0100 0x70d Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.224069+0100 0x70d Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.224074+0100 0x70d Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.224076+0100 0x70d Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.224079+0100 0x70d Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.224082+0100 0x70d Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.224084+0100 0x70d Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.224087+0100 0x70d Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.224225+0100 0x711 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.224228+0100 0x711 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.224230+0100 0x711 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.224236+0100 0x711 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.224238+0100 0x711 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.224240+0100 0x711 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.224245+0100 0x711 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.224249+0100 0x711 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.224252+0100 0x711 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.224255+0100 0x711 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.224257+0100 0x711 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.224260+0100 0x711 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.224262+0100 0x711 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.224265+0100 0x711 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.224267+0100 0x711 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.224270+0100 0x711 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.224272+0100 0x711 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.224275+0100 0x711 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.224277+0100 0x711 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.224280+0100 0x711 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.224285+0100 0x711 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.224287+0100 0x711 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.224290+0100 0x711 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.224293+0100 0x711 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.224295+0100 0x711 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.224298+0100 0x711 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.224974+0100 0x708 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.225149+0100 0x6a6 Default 0x0 0 0 kernel: (IOHIDFamily) AppleUserUSBHostHIDDevice:0x100000414 start (state:0x0) 2021-10-13 09:52:43.225273+0100 0x6a7 Default 0x0 0 0 kernel: (IOHIDFamily) AppleUserUSBHostHIDDevice:0x10000041d start (state:0x0) 2021-10-13 09:52:43.225537+0100 0x711 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.225588+0100 0x6a5 Default 0x0 0 0 kernel: (IOHIDFamily) AppleUserUSBHostHIDDevice:0x100000423 start (state:0x0) 2021-10-13 09:52:43.225709+0100 0x70d Default 0x0 0 0 kernel: (com.apple.AppleUserHIDDrivers.dext) <private> 2021-10-13 09:52:43.226570+0100 0x77b Default 0x0 0 0 kernel: (com.apple.AppleUserHIDDrivers.dext) [IOUserUSBHostHIDDevice.cpp:529][0x10000041d] Open interface: 0x100000325 2021-10-13 09:52:43.226576+0100 0x77e Default 0x0 0 0 kernel: (com.apple.AppleUserHIDDrivers.dext) [IOUserUSBHostHIDDevice.cpp:529][0x100000423] Open interface: 0x100000324 2021-10-13 09:52:43.226578+0100 0x779 Default 0x0 0 0 kernel: (com.apple.AppleUserHIDDrivers.dext) [IOUserUSBHostHIDDevice.cpp:529][0x100000414] Open interface: 0x100000326 2021-10-13 09:52:43.228537+0100 0x77e Default 0x0 0 0 kernel: (com.apple.AppleUserHIDDrivers.dext) [IOUserUSBHostHIDDevice.cpp:669][0x100000423] HID descriptor interface:0 index:0 length:59 59 59 2021-10-13 09:52:43.228642+0100 0x77e Default 0x0 0 0 kernel: (IOHIDFamily) AppleUserUSBHostHIDDevice:0x100000423 start (state:0x4) 2021-10-13 09:52:43.228882+0100 0x77e Default 0x0 0 0 kernel: (IOHIDFamily) [ElementContainer] Element value capacity 6704 2021-10-13 09:52:43.228900+0100 0x77e Default 0x0 0 0 kernel: (IOHIDFamily) [ElementContainer] Report count: 1 2021-10-13 09:52:43.228901+0100 0x77e Default 0x0 0 0 kernel: (IOHIDFamily) [ElementContainer] Report ID: 0 input:64 output:8 feature:0 2021-10-13 09:52:43.229399+0100 0x779 Default 0x0 0 0 kernel: (com.apple.AppleUserHIDDrivers.dext) [IOUserUSBHostHIDDevice.cpp:669][0x100000414] HID descriptor interface:2 index:0 length:93 93 93 2021-10-13 09:52:43.229407+0100 0x77e Default 0x0 0 0 kernel: (com.apple.AppleUserHIDDrivers.dext) [IOUserUSBHostHIDDevice.cpp:340][0x100000423] inPipe:1 inputReportSize:8 inMaxPacketSize:8 inBufferSize:8 2021-10-13 09:52:43.229413+0100 0x77e Default 0x0 0 0 kernel: (com.apple.AppleUserHIDDrivers.dext) [IOUserUSBHostHIDDevice.cpp:365][0x100000423] outPipe:0 outMaxPacketSize:0 2021-10-13 09:52:43.229446+0100 0x77e Default 0x0 0 0 kernel: (com.apple.AppleUserHIDDrivers.dext) [IOUserUSBHostHIDDevice.cpp:989][0x100000423] SetIdle:24ms 2021-10-13 09:52:43.229494+0100 0x779 Default 0x0 0 0 kernel: (IOHIDFamily) AppleUserUSBHostHIDDevice:0x100000414 start (state:0x4) 2021-10-13 09:52:43.229617+0100 0x779 Default 0x0 0 0 kernel: (IOHIDFamily) [ElementContainer] Element value capacity 4260 2021-10-13 09:52:43.229631+0100 0x779 Default 0x0 0 0 kernel: (IOHIDFamily) [ElementContainer] Report count: 5 2021-10-13 09:52:43.229633+0100 0x779 Default 0x0 0 0 kernel: (IOHIDFamily) [ElementContainer] Report ID: 0 input:0 output:0 feature:0 2021-10-13 09:52:43.229639+0100 0x779 Default 0x0 0 0 kernel: (IOHIDFamily) [ElementContainer] Report ID: 16 input:56 output:56 feature:8 2021-10-13 09:52:43.229646+0100 0x779 Default 0x0 0 0 kernel: (IOHIDFamily) [ElementContainer] Report ID: 17 input:160 output:160 feature:8 2021-10-13 09:52:43.229653+0100 0x779 Default 0x0 0 0 kernel: (IOHIDFamily) [ElementContainer] Report ID: 32 input:120 output:120 feature:8 2021-10-13 09:52:43.229660+0100 0x779 Default 0x0 0 0 kernel: (IOHIDFamily) [ElementContainer] Report ID: 33 input:256 output:256 feature:8 2021-10-13 09:52:43.230270+0100 0x779 Default 0x0 0 0 kernel: (com.apple.AppleUserHIDDrivers.dext) [IOUserUSBHostHIDDevice.cpp:340][0x100000414] inPipe:1 inputReportSize:32 inMaxPacketSize:32 inBufferSize:32 2021-10-13 09:52:43.230276+0100 0x779 Default 0x0 0 0 kernel: (com.apple.AppleUserHIDDrivers.dext) [IOUserUSBHostHIDDevice.cpp:365][0x100000414] outPipe:0 outMaxPacketSize:0 2021-10-13 09:52:43.230703+0100 0x77b Default 0x0 0 0 kernel: (com.apple.AppleUserHIDDrivers.dext) [IOUserUSBHostHIDDevice.cpp:669][0x10000041d] HID descriptor interface:1 index:0 length:148 148 148 2021-10-13 09:52:43.230775+0100 0x779 Default 0x0 0 0 kernel: (com.apple.AppleUserHIDDrivers.dext) [AppleUserUSBHostHIDDevice.cpp:105][0x100000414] Start ret: 0x0 2021-10-13 09:52:43.230796+0100 0x6a6 Default 0x0 0 0 kernel: DK: AppleUserUSBHostHIDDevice-0x100000414::start(IOUSBHostInterface-0x100000326) ok 2021-10-13 09:52:43.230799+0100 0x77b Default 0x0 0 0 kernel: (IOHIDFamily) AppleUserUSBHostHIDDevice:0x10000041d start (state:0x4) 2021-10-13 09:52:43.231430+0100 0x783 Debug 0x0 0 0 kernel: (IOHIDFamily) AppleUserUSBHostHIDDevice:0x100000414 creating interfaces 2021-10-13 09:52:43.231536+0100 0x77e Default 0x0 0 0 kernel: (com.apple.AppleUserHIDDrivers.dext) [AppleUserUSBHostHIDDevice.cpp:105][0x100000423] Start ret: 0x0 2021-10-13 09:52:43.231560+0100 0x6a5 Default 0x0 0 0 kernel: DK: AppleUserUSBHostHIDDevice-0x100000423::start(IOUSBHostInterface-0x100000324) ok 2021-10-13 09:52:43.231611+0100 0x77b Default 0x0 0 0 kernel: (IOHIDFamily) [ElementContainer] Element value capacity 25544 2021-10-13 09:52:43.231671+0100 0x77b Default 0x0 0 0 kernel: (IOHIDFamily) [ElementContainer] Report count: 5 2021-10-13 09:52:43.231673+0100 0x77b Default 0x0 0 0 kernel: (IOHIDFamily) [ElementContainer] Report ID: 0 input:0 output:0 feature:0 2021-10-13 09:52:43.231702+0100 0x77b Default 0x0 0 0 kernel: (IOHIDFamily) [ElementContainer] Report ID: 2 input:64 output:8 feature:8 2021-10-13 09:52:43.231729+0100 0x77b Default 0x0 0 0 kernel: (IOHIDFamily) [ElementContainer] Report ID: 3 input:40 output:8 feature:8 2021-10-13 09:52:43.231761+0100 0x77b Default 0x0 0 0 kernel: (IOHIDFamily) [ElementContainer] Report ID: 4 input:16 output:8 feature:8 2021-10-13 09:52:43.231789+0100 0x77b Default 0x0 0 0 kernel: (IOHIDFamily) [ElementContainer] Report ID: 8 input:16 output:8 feature:8 2021-10-13 09:52:43.232067+0100 0x785 Debug 0x0 0 0 kernel: (IOHIDFamily) AppleUserUSBHostHIDDevice:0x100000423 creating interfaces 2021-10-13 09:52:43.232729+0100 0x77b Default 0x0 0 0 kernel: (com.apple.AppleUserHIDDrivers.dext) [IOUserUSBHostHIDDevice.cpp:340][0x10000041d] inPipe:1 inputReportSize:8 inMaxPacketSize:8 inBufferSize:8 2021-10-13 09:52:43.232735+0100 0x77b Default 0x0 0 0 kernel: (com.apple.AppleUserHIDDrivers.dext) [IOUserUSBHostHIDDevice.cpp:365][0x10000041d] outPipe:0 outMaxPacketSize:0 2021-10-13 09:52:43.233426+0100 0x77b Default 0x0 0 0 kernel: (com.apple.AppleUserHIDDrivers.dext) [AppleUserUSBHostHIDDevice.cpp:105][0x10000041d] Start ret: 0x0 2021-10-13 09:52:43.233442+0100 0x6a7 Default 0x0 0 0 kernel: DK: AppleUserUSBHostHIDDevice-0x10000041d::start(IOUSBHostInterface-0x100000325) ok 2021-10-13 09:52:43.234243+0100 0x787 Debug 0x0 0 0 kernel: (IOHIDFamily) AppleUserUSBHostHIDDevice:0x10000041d creating interfaces 2021-10-13 09:52:43.249912+0100 0x78a Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.249918+0100 0x78a Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.249990+0100 0x78a Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.249997+0100 0x78a Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.249999+0100 0x78a Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.250001+0100 0x78a Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.250003+0100 0x78a Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.250005+0100 0x78a Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.250007+0100 0x78a Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.250010+0100 0x78a Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.250012+0100 0x78a Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.250016+0100 0x78a Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.250018+0100 0x78a Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.250020+0100 0x78a Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.250022+0100 0x78a Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.250025+0100 0x78a Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.250027+0100 0x78a Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.250029+0100 0x78a Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.250031+0100 0x78a Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.250033+0100 0x78a Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.250035+0100 0x78a Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.250037+0100 0x78a Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.250040+0100 0x78a Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.250042+0100 0x78a Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.250044+0100 0x78a Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.250047+0100 0x78a Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.250049+0100 0x78a Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.250051+0100 0x78a Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.250053+0100 0x78a Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.250366+0100 0x78a Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.250368+0100 0x78a Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.250370+0100 0x78a Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.250378+0100 0x78a Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.250381+0100 0x78a Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.250383+0100 0x78a Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.250388+0100 0x78a Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.250392+0100 0x78a Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.250395+0100 0x78a Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.250397+0100 0x78a Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.250399+0100 0x78a Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.250401+0100 0x78a Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.250403+0100 0x78a Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.250405+0100 0x78a Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.250408+0100 0x78a Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.250410+0100 0x78a Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.250413+0100 0x78a Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.250415+0100 0x78a Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.250417+0100 0x78a Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.250419+0100 0x78a Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.250424+0100 0x78a Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.250427+0100 0x78a Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.250429+0100 0x78a Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.250432+0100 0x78a Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.250434+0100 0x78a Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.250437+0100 0x78a Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.251104+0100 0x786 Default 0x0 0 0 kernel: (IOHIDFamily) AppleUserHIDEventDriver:0x100000474 start (state:0x0) 2021-10-13 09:52:43.251253+0100 0x78a Default 0x0 0 0 kernel: (com.apple.AppleUserHIDDrivers.dext) <private> 2021-10-13 09:52:43.251642+0100 0x7a6 Default 0x0 0 0 kernel: (IOHIDFamily) AppleUserHIDEventDriver:0x100000474 start (state:0x4) 2021-10-13 09:52:43.251726+0100 0x7a6 Default 0x0 0 0 kernel: (IOHIDFamily) HID: Legacy shim 2 2021-10-13 09:52:43.252698+0100 0x7a6 Debug 0x0 0 0 kernel: (IOHIDFamily) AppleUserUSBHostHIDDevice:0x100000423 open by AppleUserHIDEventDriver 0x100000474 (0x0) 2021-10-13 09:52:43.252742+0100 0x7a6 Default 0x0 0 0 kernel: (com.apple.AppleUserHIDDrivers.dext) [IOUserHIDEventService.cpp:147][0x100000474] Open interface: 0x10000046f 2021-10-13 09:52:43.253027+0100 0x77e Default 0x0 0 0 kernel: (com.apple.AppleUserHIDDrivers.dext) [IOUserUSBHostHIDDevice.cpp:1126][0x100000423] Add element to action array: 1 2021-10-13 09:52:43.253267+0100 0x7a6 Default 0x0 0 0 kernel: (com.apple.AppleUserHIDDrivers.dext) [IOUserHIDEventDriver.cpp:217][0x100000474] Set LED 0x1: 0 0x0 2021-10-13 09:52:43.253589+0100 0x7a6 Default 0x0 0 0 kernel: (com.apple.AppleUserHIDDrivers.dext) [IOUserHIDEventDriver.cpp:217][0x100000474] Set LED 0x2: 0 0x0 2021-10-13 09:52:43.253916+0100 0x7a6 Default 0x0 0 0 kernel: (com.apple.AppleUserHIDDrivers.dext) [IOUserHIDEventDriver.cpp:217][0x100000474] Set LED 0x3: 0 0x0 2021-10-13 09:52:43.254238+0100 0x7a6 Default 0x0 0 0 kernel: (com.apple.AppleUserHIDDrivers.dext) [IOUserHIDEventDriver.cpp:217][0x100000474] Set LED 0x4: 0 0x0 2021-10-13 09:52:43.254583+0100 0x7a6 Default 0x0 0 0 kernel: (com.apple.AppleUserHIDDrivers.dext) [IOUserHIDEventDriver.cpp:217][0x100000474] Set LED 0x5: 0 0x0 2021-10-13 09:52:43.254590+0100 0x7a6 Default 0x0 0 0 kernel: (com.apple.AppleUserHIDDrivers.dext) [IOUserHIDEventDriver.cpp:227][0x100000474] parseElements: keyboard: 236 digitizer: 0 pointer: 0 0 scroll: 0 led: 5 2021-10-13 09:52:43.254636+0100 0x7a6 Default 0x0 0 0 kernel: (com.apple.AppleUserHIDDrivers.dext) [AppleUserHIDEventDriver.cpp:196][0x100000474] parseElements: vendor: 0 2021-10-13 09:52:43.254678+0100 0x7a6 Default 0x0 0 0 kernel: (com.apple.AppleUserHIDDrivers.dext) [AppleUserHIDEventDriver.cpp:453][0x100000474] Start ret: 0x0 2021-10-13 09:52:43.254692+0100 0x7a6 Default 0x0 0 0 kernel: (com.apple.AppleUserHIDDrivers.dext) [AppleUserHIDEventDriver.cpp:93][0x100000474] USB Receiver usagePage: 1 usage: 6 vid: 1133 pid: 50475 2021-10-13 09:52:43.254707+0100 0x786 Default 0x0 0 0 kernel: DK: AppleUserHIDEventDriver-0x100000474::start(IOHIDInterface-0x10000046f) ok 2021-10-13 09:52:43.259135+0100 0x7a3 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.259141+0100 0x7a3 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.259202+0100 0x7a3 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.259208+0100 0x7a3 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.259210+0100 0x7a3 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.259212+0100 0x7a3 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.259214+0100 0x7a3 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.259216+0100 0x7a3 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.259218+0100 0x7a3 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.259219+0100 0x7a3 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.259221+0100 0x7a3 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.259225+0100 0x7a3 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.259227+0100 0x7a3 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.259229+0100 0x7a3 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.259230+0100 0x7a3 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.259232+0100 0x7a3 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.259234+0100 0x7a3 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.259236+0100 0x7a3 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.259238+0100 0x7a3 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.259241+0100 0x7a3 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.259243+0100 0x7a3 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.259245+0100 0x7a3 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.259248+0100 0x7a3 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.259250+0100 0x7a3 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.259253+0100 0x7a3 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.259256+0100 0x7a3 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.259259+0100 0x7a3 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.259261+0100 0x7a3 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.259263+0100 0x7a3 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.259635+0100 0x7a3 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.259639+0100 0x7a3 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.259642+0100 0x7a3 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.259651+0100 0x7a3 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.259654+0100 0x7a3 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.259657+0100 0x7a3 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.259664+0100 0x7a3 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.259669+0100 0x7a3 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.259671+0100 0x7a3 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.259674+0100 0x7a3 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.259676+0100 0x7a3 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.259679+0100 0x7a3 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.259681+0100 0x7a3 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.259683+0100 0x7a3 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.259686+0100 0x7a3 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.259688+0100 0x7a3 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.259690+0100 0x7a3 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.259692+0100 0x7a3 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.259695+0100 0x7a3 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.259697+0100 0x7a3 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.259701+0100 0x7a3 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.259704+0100 0x7a3 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.259706+0100 0x7a3 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.259709+0100 0x7a3 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.259711+0100 0x7a3 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.259713+0100 0x7a3 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.260237+0100 0x7a3 Default 0x0 0 0 kernel: <private> 2021-10-13 09:52:43.260437+0100 0x788 Default 0x0 0 0 kernel: (IOHIDFamily) AppleUserHIDEventDriver:0x100000476 start (state:0x0) 2021-10-13 09:52:43.260901+0100 0x7c1 Default 0x0 0 0 kernel: (IOHIDFamily) AppleUserHIDEventDriver:0x100000476 start (state:0x4) 2021-10-13 09:52:43.260984+0100 0x7c1 Default 0x0 0 0 kernel: (IOHIDFamily) HID: Legacy shim 2 2021-10-13 09:52:43.263017+0100 0x7c1 Debug 0x0 0 0 kernel: (IOHIDFamily) AppleUserUSBHostHIDDevice:0x10000041d open by AppleUserHIDEventDriver 0x100000476 (0x0) 2021-10-13 09:52:43.263066+0100 0x7c1 Default 0x0 0 0 kernel: (com.apple.AppleUserHIDDrivers.dext) [IOUserHIDEventService.cpp:147][0x100000476] Open interface: 0x100000473 2021-10-13 09:52:43.263195+0100 0x7c1 Default 0x0 0 0 kernel: (com.apple.AppleUserHIDDrivers.dext) [IOUserHIDEventDriver.cpp:227][0x100000476] parseElements: keyboard: 768 digitizer: 0 pointer: 18 0 scroll: 3 led: 0 2021-10-13 09:52:43.263303+0100 0x7c1 Default 0x0 0 0 kernel: (com.apple.AppleUserHIDDrivers.dext) [AppleUserHIDEventDriver.cpp:196][0x100000476] parseElements: vendor: 0 2021-10-13 09:52:43.263336+0100 0x7c1 Default 0x0 0 0 kernel: (com.apple.AppleUserHIDDrivers.dext) [AppleUserHIDEventDriver.cpp:453][0x100000476] Start ret: 0x0 2021-10-13 09:52:43.263349+0100 0x7c1 Default 0x0 0 0 kernel: (com.apple.AppleUserHIDDrivers.dext) [AppleUserHIDEventDriver.cpp:93][0x100000476] USB Receiver usagePage: 1 usage: 2 vid: 1133 pid: 50475 2021-10-13 09:52:43.263366+0100 0x788 Default 0x0 0 0 kernel: DK: AppleUserHIDEventDriver-0x100000476::start(IOHIDInterface-0x100000473) ok 2021-10-13 09:52:43.289757+0100 0x6ff Debug 0x0 0 0 kernel: (Sandbox) timemachine_device_add: disk1s2 2021-10-13 09:52:43.289760+0100 0x6ff Debug 0x0 0 0 kernel: (Sandbox) timemachine_device_add: disk1 2021-10-13 09:52:43.321949+0100 0x7d0 Default 0x0 0 0 kernel: (AppleKeyStore) AppleKeyStore:7289:339: unexpected session: 100000 uid: -1 requested by: 339 2021-10-13 09:52:43.321956+0100 0x7d0 Default 0x0 0 0 kernel: (AppleKeyStore) AppleKeyStore:10727:339: operation failed (sel: 17 ret: e00002c2, -1, 100000) 2021-10-13 09:52:43.419251+0100 0x64c Default 0x0 0 0 kernel: (ALF) ALF, old data swfs_pid_entry <private>, updaterules_msg <private>, updaterules_state <private> 2021-10-13 09:52:43.463251+0100 0x60e Default 0x0 0 0 kernel: (ALF) ALF, hash_free: found kext_info <private> 2021-10-13 09:52:43.520715+0100 0x373 Default 0x0 0 0 kernel: (ALF) ALF, old data swfs_pid_entry <private>, updaterules_msg <private>, updaterules_state <private> 2021-10-13 09:52:43.547284+0100 0x60e Default 0x0 0 0 kernel: (ALF) ALF, hash_free: found kext_info <private> 2021-10-13 09:52:43.667638+0100 0x706 Default 0x0 0 0 kernel: (tuxera_ntfs) Tuxera NTFS: starting (version 2021.1.7, x86_64 (OS X 10.9+), built Jan 7 2021, 18:55:18) 2021-10-13 09:52:43.957183+0100 0x855 Default 0x0 0 0 kernel: (Sandbox) Sandbox: 9 duplicate reports for com.apple.AppleU deny(1) file-read-metadata /System 2021-10-13 09:52:43.957186+0100 0x855 Error 0x0 0 0 kernel: (Sandbox) Sandbox: distnoted(376) deny(1) file-read-metadata /usr/sbin/distnoted 2021-10-13 09:52:43.957201+0100 0x855 Error 0x0 0 0 kernel: (Sandbox) Sandbox: distnoted(376) deny(1) file-read-metadata /usr 2021-10-13 09:52:44.200245+0100 0x3a3 Default 0x0 0 0 kernel: tcp_heuristic_ecn_aggressive_common disable ECN until 51815129 now 48215129 on 3ce41a3eb9a5ea2d 2021-10-13 09:52:44.365777+0100 0x706 Default 0x0 0 0 kernel: (AppleFileUtil) KauthFilter_Init:42 (3): KAuth filter listening with status=0 2021-10-13 09:52:44.397890+0100 0x75 Default 0x0 0 0 kernel: (IOgPTPPlugin) IOTimeSyncLocalClockPort::handleGeneralNotification <private> 2021-10-13 09:52:44.398005+0100 0x706 Default 0x0 0 0 kernel: (IOgPTPPlugin) IOTimeSyncLocalClockPort::handleGeneralNotification <private> 2021-10-13 09:52:44.398191+0100 0x706 Default 0x0 0 0 kernel: (IOgPTPPlugin) IOTimeSyncLocalClockPort::handleGeneralNotification <private> 2021-10-13 09:52:44.398960+0100 0x35b Default 0x0 0 0 kernel: PMRD: setAggressiveness(0) kPMMinutesToSleep = 0 2021-10-13 09:52:44.398970+0100 0x35b Default 0x0 0 0 kernel: PMRD: setAggressiveness(0) kPMMinutesToDim = 10 2021-10-13 09:52:44.402354+0100 0x8ec Default 0x0 0 0 kernel: (IOPlatformPluginFamily) IOPPF: XCPM mode 2021-10-13 09:52:44.402356+0100 0x8ec Default 0x0 0 0 kernel: (IOPlatformPluginFamily) IOPPF: XCPM mode 2021-10-13 09:52:44.402644+0100 0x8ec Default 0x0 0 0 kernel: (IOgPTPPlugin) IOTimeSyncLocalClockPort::handleGeneralNotification <private> 2021-10-13 09:52:44.402654+0100 0x8ec Default 0x0 0 0 kernel: (IOPlatformPluginFamily) X86PlatformPlugin::cgRegisterPLimitCallbackHandler - There are 0 entries in the linked list before target 0xffffff93558499d0 callback 0xffffff7f9ffc38fa name X86PlatformShim, LINK at 0xffffff93558a2b10 contains 0xffffff9354c332a0 2021-10-13 09:52:44.402656+0100 0x8ec Default 0x0 0 0 kernel: (IOPlatformPluginFamily) X86PlatformPlugin::cgRegisterPLimitCallbackHandler - There are 0 entries in the linked list before target 0xffffff93558499d0 callback 0xffffff7f9ffc38fa name X86PlatformShim, LINK at 0xffffff93558a2b10 contains 0xffffff9354c332a0 2021-10-13 09:52:44.402670+0100 0x8ec Default 0x0 0 0 kernel: (IOPlatformPluginFamily) X86PlatformPlugin::cgRegisterPLimitCallbackHandler - There are 0 entries in the linked list before target 0xffffff93558499d0 callback 0xffffff7f9ffc38fa name X86PlatformShim, LINK at 0xffffff93558a2b80 contains 0xffffff9354c332c0 2021-10-13 09:52:44.402672+0100 0x8ec Default 0x0 0 0 kernel: (IOPlatformPluginFamily) X86PlatformPlugin::cgRegisterPLimitCallbackHandler - There are 0 entries in the linked list before target 0xffffff93558499d0 callback 0xffffff7f9ffc38fa name X86PlatformShim, LINK at 0xffffff93558a2b80 contains 0xffffff9354c332c0 2021-10-13 09:52:44.402743+0100 0x8ee Default 0x0 0 0 kernel: (AppleGraphicsPowerManagement) [AGPM][INFO ][CONTROLLER ][start ] Entered AGPMController::start() 2021-10-13 09:52:44.402753+0100 0x8ee Default 0x0 0 0 kernel: (AppleGraphicsPowerManagement) [AGPM][INFO ][CONTROLLER ][start ] init fSlotControl, fSlotControl = 0 2021-10-13 09:52:44.402773+0100 0x8ee Default 0x0 0 0 kernel: (AppleGraphicsPowerManagement) [AGPM][INFO ][CONTROLLER ][createAGPMClass ] machines_dict->getObject(modelName iMac14,4) 2021-10-13 09:52:44.402782+0100 0x8ee Default 0x0 0 0 kernel: (AppleGraphicsPowerManagement) [AGPM][INFO ][CONTROLLER ][createAGPMClass ] gpuDict IGPU 2021-10-13 09:52:44.402787+0100 0x8ee Default 0x0 0 0 kernel: (AppleGraphicsPowerManagement) [AGPM][INFO ][CONTROLLER ][createAGPMClass ] build gpuDict by GPU IGPU. 2021-10-13 09:52:44.403398+0100 0x35c Default 0x0 0 0 kernel: PMRD: setAggressiveness(0) kPMMinutesToSleep = 0 2021-10-13 09:52:44.403443+0100 0x35c Default 0x0 0 0 kernel: PMRD: setAggressiveness(0) kPMMinutesToDim = 10 2021-10-13 09:52:44.406624+0100 0x35c Default 0x0 0 0 kernel: PMRD: setAggressiveness(0) kPMMinutesToSleep = 0 2021-10-13 09:52:44.406633+0100 0x35c Default 0x0 0 0 kernel: PMRD: setAggressiveness(0) kPMMinutesToDim = 10 2021-10-13 09:52:44.447937+0100 0x706 Default 0x0 0 0 kernel: (AppleHDA) +- AppleHDADriver::layoutLoadCallback ( <private>, 1, 0, <private> , 15073 ) 2021-10-13 09:52:44.449964+0100 0x8ee Default 0x0 0 0 kernel: (AppleGraphicsPowerManagement) [AGPM][INFO ][CONTROLLER ][start ] fIsExternalGPU 0 2021-10-13 09:52:44.450001+0100 0x8ee Default 0x0 0 0 kernel: (IOPlatformPluginFamily) X86PlatformPlugin::cgRegisterPLimitCallbackHandler - There are 0 entries in the linked list before target 0xffffff9354d72800 callback 0xffffff7f9e7ab926 name AGPM, LINK at 0xffffff93558a2bb8 contains 0xffffff9354c338a0 2021-10-13 09:52:44.450003+0100 0x8ee Default 0x0 0 0 kernel: (IOPlatformPluginFamily) X86PlatformPlugin::cgRegisterPLimitCallbackHandler - There are 0 entries in the linked list before target 0xffffff9354d72800 callback 0xffffff7f9e7ab926 name AGPM, LINK at 0xffffff93558a2bb8 contains 0xffffff9354c338a0 2021-10-13 09:52:44.450071+0100 0x8ee Default 0x0 0 0 kernel: (IOPlatformPluginFamily) HE2N_Key Does Not Exist, use kSMCPStatesIGPU for Internal GPU 2021-10-13 09:52:44.450072+0100 0x8ee Default 0x0 0 0 kernel: (IOPlatformPluginFamily) HE2N_Key Does Not Exist, use kSMCPStatesIGPU for Internal GPU 2021-10-13 09:52:44.450085+0100 0x8ee Default 0x0 0 0 kernel: (IOPlatformPluginFamily) X86PlatformPlugin::cgRegisterPLimitCallbackHandler - There are 0 entries in the linked list before target 0xffffff9354d72800 callback 0xffffff7f9e7ab926 name AGPM, LINK at 0xffffff93558a2bf0 contains 0xffffff9354c18c60 2021-10-13 09:52:44.450087+0100 0x8ee Default 0x0 0 0 kernel: (IOPlatformPluginFamily) X86PlatformPlugin::cgRegisterPLimitCallbackHandler - There are 0 entries in the linked list before target 0xffffff9354d72800 callback 0xffffff7f9e7ab926 name AGPM, LINK at 0xffffff93558a2bf0 contains 0xffffff9354c18c60 2021-10-13 09:52:44.450129+0100 0x8ee Default 0x0 0 0 kernel: (AppleGraphicsPowerManagement) [AGPM][INFO ][CONTROLLER ][start ] GPU = IGPU Initialized, Control ID 16 2021-10-13 09:52:44.450322+0100 0x8ee Default 0x0 0 0 kernel: (AppleGraphicsPowerManagement) [AGPM][INFO ][CONTROLLER ][start ] Exited AGPMController::start() 2021-10-13 09:52:44.454958+0100 0x6fc Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioDevice[<private>]::start(<private>) 2021-10-13 09:52:44.454965+0100 0x6fc Default 0x0 0 0 kernel: (IOAudioFamily) +-IOAudioDevice[<private>]::initHardware(<private>) 2021-10-13 09:52:44.454968+0100 0x6fc Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioDevice[<private>]::setDeviceName(<private>) 2021-10-13 09:52:44.454970+0100 0x6fc Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioDevice[<private>]::setDeviceName(<private>) 2021-10-13 09:52:44.454971+0100 0x6fc Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioDevice[<private>]::setDeviceShortName(<private>) 2021-10-13 09:52:44.454976+0100 0x6fc Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioDevice[<private>]::setDeviceShortName(<private>) 2021-10-13 09:52:44.454977+0100 0x6fc Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioDevice[<private>]::setManufacturerName(<private>) 2021-10-13 09:52:44.454979+0100 0x6fc Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioDevice[<private>]::setManufacturerName(<private>) 2021-10-13 09:52:44.454988+0100 0x6fc Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioDevice[<private>]::setIdleAudioSleepTime: sleepDelay = ffffffffffffffffffffffff 2021-10-13 09:52:44.454990+0100 0x6fc Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioDevice[<private>]::setIdleAudioSleepTime: sleepDelay = ffffffffffffffffffffffff 2021-10-13 09:52:44.454992+0100 0x6fc Default 0x0 0 0 kernel: (IOAudioFamily) +- IOAudioDevice[<private>]::flushAudioControls() 2021-10-13 09:52:44.455064+0100 0x6fc Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioDevice[<private>]::start(<private>) 2021-10-13 09:52:44.455852+0100 0x6fc Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioDevice[<private>]::free() 2021-10-13 09:52:44.455853+0100 0x6fc Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioDevice[<private>]::deactivateAllAudioEngines() 2021-10-13 09:52:44.455855+0100 0x6fc Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioDevice[<private>]::deactivateAllAudioEngines() 2021-10-13 09:52:44.455856+0100 0x6fc Default 0x0 0 0 kernel: (IOAudioFamily) did deactiveateAllAudioEngines () 2021-10-13 09:52:44.455857+0100 0x6fc Default 0x0 0 0 kernel: (IOAudioFamily) did detachAllAudioPorts () 2021-10-13 09:52:44.455858+0100 0x6fc Default 0x0 0 0 kernel: (IOAudioFamily) did timerEvents->release () 2021-10-13 09:52:44.455859+0100 0x6fc Default 0x0 0 0 kernel: (IOAudioFamily) did workLoop->removeEventSource ( timerEventSource ) 2021-10-13 09:52:44.455859+0100 0x6fc Default 0x0 0 0 kernel: (IOAudioFamily) did workLoop->removeEventSource ( reserved->idleTimer ) 2021-10-13 09:52:44.455860+0100 0x6fc Default 0x0 0 0 kernel: (IOAudioFamily) did workLoop->removeEventSource ( commandGate ) 2021-10-13 09:52:44.455862+0100 0x6fc Default 0x0 0 0 kernel: (IOAudioFamily) did workLoop->release () 2021-10-13 09:52:44.455863+0100 0x6fc Default 0x0 0 0 kernel: (IOAudioFamily) did IOFree () 2021-10-13 09:52:44.455867+0100 0x6fc Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioDevice[<private>]::free() 2021-10-13 09:52:44.477488+0100 0x40e Default 0x0 0 0 kernel: ifnet_attach: All kernel threads created for interface p2p0 have been scheduled at least once. Proceeding. 2021-10-13 09:52:44.477519+0100 0x40e Default 0x0 0 0 kernel: (IO80211Family) IO80211VirtualInterface::AirPort_BrcmNIC_P2PInterface::init name <p2p0> role 1 2021-10-13 09:52:44.477538+0100 0x40e Default 0x0 0 0 kernel: (IO80211Family) IO80211VirtualInterface::init _controller is 0xe824b34652c0e67b, provider is 0xe824b34652d86cbb role is 1 2021-10-13 09:52:44.477775+0100 0x40e Default 0x0 0 0 kernel: (IO80211Family) Not adding subscription due to missing boot-arg wlan.iorsubscriptions 2021-10-13 09:52:44.477779+0100 0x40e Default 0x0 0 0 kernel: (IO80211Family) IO80211VirtualInterface::init SUCCESS _controller is 0xe824b34652c0e67b, provider is 0xe824b34652d86cbb 2021-10-13 09:52:44.547671+0100 0x30c Default 0x0 0 0 kernel: IOConsoleUsers: time(0) 0->0, lin 0, llk 1, 2021-10-13 09:52:44.547680+0100 0x30c Default 0x0 0 0 kernel: IOConsoleUsers: gIOScreenLockState 3, hs 0, bs 0, now 0, sm 0x0 2021-10-13 09:52:44.614207+0100 0x90b Error 0x0 0 0 kernel: (Sandbox) Sandbox: distnoted(425) deny(1) file-read-metadata /usr/sbin/distnoted 2021-10-13 09:52:44.614315+0100 0x90b Error 0x0 0 0 kernel: (Sandbox) Sandbox: distnoted(425) deny(1) file-read-metadata /usr 2021-10-13 09:52:44.659749+0100 0x1ef Error 0x0 0 0 kernel: (Sandbox) Sandbox: com.apple.Ambien(424) deny(1) mach-lookup com.apple.windowserver 2021-10-13 09:52:44.696003+0100 0x75 Default 0x0 0 0 kernel: (IOgPTPPlugin) IOTimeSyncLocalClockPort::handleGeneralNotification <private> 2021-10-13 09:52:44.696015+0100 0x75 Default 0x0 0 0 kernel: (IOgPTPPlugin) IOTimeSyncLocalClockPort::handleGeneralNotification <private> 2021-10-13 09:52:44.696023+0100 0x75 Default 0x0 0 0 kernel: PMRD: power event 5 args 0x3ce41a3eba875dbd 0x0 2021-10-13 09:52:44.696027+0100 0x75 Default 0x0 0 0 kernel: (IOgPTPPlugin) IOTimeSyncLocalClockPort::handleGeneralNotification <private> 2021-10-13 09:52:44.696032+0100 0x75 Default 0x0 0 0 kernel: PMRD: power event 5 args 0x3ce41a3eba875dbd 0x0 2021-10-13 09:52:44.696033+0100 0x75 Default 0x0 0 0 kernel: PMRD: power event 5 args 0x3ce41a3eba875dbd 0x0 2021-10-13 09:52:44.696060+0100 0x72 Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioDevice[<private>]::setIdleAudioSleepTime: sleepDelay = ffffffffffffffffffffffff 2021-10-13 09:52:44.696069+0100 0x72 Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioDevice[<private>]::setIdleAudioSleepTime: sleepDelay = ffffffffffffffffffffffff 2021-10-13 09:52:44.696074+0100 0x75 Default 0x0 0 0 kernel: PMRD: delayChildNotification for 0x10000022e 2021-10-13 09:52:44.696076+0100 0x75 Default 0x0 0 0 kernel: PMRD: AppleHDAHDMI_DPDriver tag flags 400 2021-10-13 09:52:44.696099+0100 0x75 Default 0x0 0 0 kernel: PMRD: power event 7 args 0x3ce41a3eb989634d 0x0 2021-10-13 09:52:44.696106+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeOverride (ON_STATE->ON_STATE, f, 0x302) tag 0x2d0064 2021-10-13 09:52:44.696420+0100 0x30c Default 0x0 0 0 kernel: kPEDisableScreen 1 2021-10-13 09:52:44.696424+0100 0x75 Default 0x0 0 0 kernel: PMRD: destroyed capability client set 0x3ce41a31ee630825 2021-10-13 09:52:44.696426+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) kIOFBNotifyDisplayModeWillChange notification received on Fb 0 at time 15070 2021-10-13 09:52:44.696428+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) kIOFBNotifyDisplayModeWillChange notification received for fb 0 2021-10-13 09:52:44.696430+0100 0x75 Default 0x0 0 0 kernel: (IOGraphicsFamily) GTrace synchronization point b 2021-10-13 09:52:44.696430+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) kIOFBNotifyWSAAWillEnterDefer notification received for fb 0 2021-10-13 09:52:44.697467+0100 0x30b Default 0x0 0 0 kernel: PMRD: setAggressiveness(0) kPMMinutesToSleep = 0 2021-10-13 09:52:44.697495+0100 0x30b Default 0x0 0 0 kernel: PMRD: setAggressiveness(0) kPMMinutesToDim = 10 2021-10-13 09:52:44.697608+0100 0x40e Default 0x0 0 0 kernel: ifnet_attach: All kernel threads created for interface awdl0 have been scheduled at least once. Proceeding. 2021-10-13 09:52:44.697632+0100 0x40e Default 0x0 0 0 kernel: (IO80211Family) IO80211VirtualInterface::AirPort_BrcmNIC_P2PInterface::init name <awdl0> role 4 2021-10-13 09:52:44.697639+0100 0x40e Default 0x0 0 0 kernel: (IO80211Family) AirPort_BrcmNIC_P2PInterface::peerToPeerAttachToBpf name <awdl0> role 4 successful attach to bpf type 147 2021-10-13 09:52:44.697654+0100 0x40e Default 0x0 0 0 kernel: (IO80211Family) IO80211VirtualInterface::init _controller is 0xe824b34652c0e67b, provider is 0xe824b34652d86cbb role is 4 2021-10-13 09:52:44.698202+0100 0x40e Default 0x0 0 0 kernel: (IO80211Family) com.apple.p2p: setPeerManagerLogFlags[5751] logflags: 0 2021-10-13 09:52:44.698204+0100 0x40e Default 0x0 0 0 kernel: (IO80211Family) com.apple.p2p: setPeerManagerLogFlags[5759] fPcapLogStream is NULL 2021-10-13 09:52:44.698205+0100 0x40e Default 0x0 0 0 kernel: (IO80211Family) com.apple.p2p: setPeerManagerLogFlags[5751] logflags: 0 2021-10-13 09:52:44.698206+0100 0x40e Default 0x0 0 0 kernel: (IO80211Family) com.apple.p2p: setPeerManagerLogFlags[5759] fPcapLogStream is NULL 2021-10-13 09:52:44.698207+0100 0x40e Default 0x0 0 0 kernel: (IO80211Family) Finding _faultReporter 2021-10-13 09:52:44.698227+0100 0x40e Default 0x0 0 0 kernel: (IO80211Family) com.apple.p2p: initializeParams:265 [BssSteering] Resetting BSS Steering Ctxt 2021-10-13 09:52:44.698228+0100 0x40e Default 0x0 0 0 kernel: (IO80211Family) com.apple.p2p: addAllEventSources:313 [BssSteering] Adding Event sources 2021-10-13 09:52:44.698235+0100 0x40e Default 0x0 0 0 kernel: (IO80211Family) com.apple.p2p: setRealTime[22014] :0 2021-10-13 09:52:44.698395+0100 0x40e Default 0x0 0 0 kernel: (IO80211Family) com.apple.p2p: setPeerManagerLogFlags[5751] logflags: 0 2021-10-13 09:52:44.698397+0100 0x40e Default 0x0 0 0 kernel: (IO80211Family) com.apple.p2p: setPeerManagerLogFlags[5751] logflags: 0 2021-10-13 09:52:44.698541+0100 0x40e Default 0x0 0 0 kernel: (IO80211Family) Not adding subscription due to missing boot-arg wlan.iorsubscriptions 2021-10-13 09:52:44.698543+0100 0x40e Default 0x0 0 0 kernel: (IO80211Family) Creating all peerManager reporters 2021-10-13 09:52:44.698579+0100 0x40e Default 0x0 0 0 kernel: (IO80211Family) IO80211VirtualInterface::init SUCCESS _controller is 0xe824b34652c0e67b, provider is 0xe824b34652d86cbb 2021-10-13 09:52:44.698617+0100 0x40e Default 0x0 0 0 kernel: (IO80211Family) com.apple.p2p: setPeerManagerLogFlags[5751] logflags: 4 2021-10-13 09:52:44.699049+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Connection_probe] (fCRTCIndex=0, options=0x00000001), captured: 0 2021-10-13 09:52:44.699051+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [GetOnlineInfo] (fb=0, newOnline=<private>, edid=<private>, newPortType=<private>) 2021-10-13 09:52:44.699052+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] (fb=<private>) 2021-10-13 09:52:44.699053+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] Port = 0x64100, AuxPort=0xe4110 2021-10-13 09:52:44.700935+0100 0x92e Default 0x0 0 0 kernel: (IO80211Family) Not adding subscription due to missing boot-arg wlan.iorsubscriptions 2021-10-13 09:52:44.700938+0100 0x92e Default 0x0 0 0 kernel: (IO80211Family) Creating all peerManager reporters 2021-10-13 09:52:44.700970+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] Fb0: DPCD DUMP 2021-10-13 09:52:44.700972+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] 11 A 84 1 2021-10-13 09:52:44.700973+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] 1 0 1 0 2021-10-13 09:52:44.700974+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] 2 0 2 0 2021-10-13 09:52:44.700975+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] 0 0 0 0 2021-10-13 09:52:44.700977+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] DPCD_REV: 1.1 2021-10-13 09:52:44.700978+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] GetDPCDInfo: MAX_LINK_RATE: 0XA 2021-10-13 09:52:44.700979+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] MAX_LANE_COUNT: 4 2021-10-13 09:52:44.700980+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] TP3 Supported: 0 2021-10-13 09:52:44.700981+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] Enhanced Framing: 1 2021-10-13 09:52:44.700983+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] GetDPCDInfo: Does NOT require AUX CH handshake?: 0 2021-10-13 09:52:44.700984+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] Number of Receive Ports: 2 2021-10-13 09:52:44.700985+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] Has downstream Port(s): 0 2021-10-13 09:52:44.700986+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] Downstream detailed capability available: 0 2021-10-13 09:52:44.700987+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] Has Main Link channel ANSI coding: 1 2021-10-13 09:52:44.700989+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] Number of downstream ports: 0 2021-10-13 09:52:44.700990+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] OUI Supported?: 0 2021-10-13 09:52:44.700991+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] RP0 Local EDID?: 1 2021-10-13 09:52:44.700992+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] RP0 used for secondary of preceding port?: 0 2021-10-13 09:52:44.700993+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] RP0 buffer size: 32 bytes per lane 2021-10-13 09:52:44.700994+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] RP1 Local EDID?: 1 2021-10-13 09:52:44.700996+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] RP1 used for secondary of preceding port?: 0 2021-10-13 09:52:44.700997+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] RP1 buffer size: 32 bytes per lane 2021-10-13 09:52:44.701234+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] MST Capable: 0 2021-10-13 09:52:44.701257+0100 0x92e Default 0x0 0 0 kernel: ifnet_attach: Waiting for all kernel threads created for interface llw0 to get scheduled at least once. 2021-10-13 09:52:44.701269+0100 0x92e Default 0x0 0 0 kernel: ifnet_attach: All kernel threads created for interface llw0 have been scheduled at least once. Proceeding. 2021-10-13 09:52:44.701547+0100 0x30b Default 0x0 0 0 kernel: PMRD: setAggressiveness(0) kPMMinutesToSleep = 0 2021-10-13 09:52:44.701558+0100 0x30b Default 0x0 0 0 kernel: PMRD: setAggressiveness(0) kPMMinutesToDim = 10 2021-10-13 09:52:44.701585+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] DWN_STRM_PORT0_CAP Type: 0 2021-10-13 09:52:44.701587+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] DWN_STRM_PORT0_CAP HPD Aware: 0 2021-10-13 09:52:44.701818+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] GetDPCDInfo: Sink Count 1 2021-10-13 09:52:44.702284+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] eDP Configuration 0 2021-10-13 09:52:44.702286+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] Link Training Interval 0 2021-10-13 09:52:44.705494+0100 0x40e Default 0x0 0 0 kernel: (IO80211Family) IOCTL (from pid 223) not recognized: 363 out of 379 2021-10-13 09:52:44.706105+0100 0x30b Default 0x0 0 0 kernel: PMRD: setAggressiveness(0) kPMMinutesToSleep = 0 2021-10-13 09:52:44.706115+0100 0x30b Default 0x0 0 0 kernel: PMRD: setAggressiveness(0) kPMMinutesToDim = 10 2021-10-13 09:52:44.707388+0100 0x8fa Default 0x0 0 0 kernel: (IO80211Family) com.apple.p2p: IO80211AWDLPeerManager::setAwdlPeerTrafficRegistration assisted discovery requested: channel 0 realTime 0 active 0 forcedMaster 00:00:00:00:00:00 2021-10-13 09:52:44.707400+0100 0x8fa Default 0x0 0 0 kernel: (AirPortBrcmNIC) ARPT: 15.081319: wl0: setAWDL_PEER_TRAFFIC_REGISTRATION: active 0, roam_off: 1, err 0 roam_start_set 0 forced_roam_set 0 2021-10-13 09:52:44.707417+0100 0x8fa Default 0x0 0 0 kernel: (IO80211Family) scanControl: AWDL is controlling scan, ePNOScan ON, roamScan ON, limitedRoam OFF, abortScan 0 2021-10-13 09:52:44.707421+0100 0x8fa Default 0x0 0 0 kernel: (IO80211Family) scanControlCommand: Sending scan control command, ePNOScan ON (0x0), roamScan ON (0x0), limitedRoam OFF (0x0), abortScan 0 2021-10-13 09:52:44.707474+0100 0x8fa Default 0x0 0 0 kernel: (IO80211Family) com.apple.p2p: IO80211AWDLPeerManager::updateLocalRequests: Deleting PTR:._wifid._tcp.local. service PTR browse from airportd (pid 223) 2021-10-13 09:52:44.707495+0100 0x8fa Default 0x0 0 0 kernel: (IO80211Family) com.apple.p2p: IO80211AWDLPeerManager::updateLocalRequests Received service request but not configured (_stateFlags:0x0)! bailing.. 2021-10-13 09:52:44.714027+0100 0x931 Default 0x0 0 0 kernel: (IO80211Family) com.apple.p2p: setAwdlPeerTrafficRegistration:9437 Clear traffic registration for airplay peer(00:00:00:00:00:00) hint=0 sidecar=false airplaying=false 2021-10-13 09:52:44.714032+0100 0x931 Default 0x0 0 0 kernel: (IO80211Family) com.apple.p2p: setAwdlPeerTrafficRegistration[9692] Clearing Airplay peer 00:00:00:00:00:00 ConcurrentAirplayOnInfra 0 2021-10-13 09:52:44.714038+0100 0x931 Default 0x0 0 0 kernel: (IO80211Family) com.apple.p2p: checkAndupdateAirPlay2State[19872]: ERROR: Failed to get nanPM 2021-10-13 09:52:44.714050+0100 0x931 Default 0x0 0 0 kernel: (IO80211Family) scanControl: AWDL is controlling scan, ePNOScan ON, roamScan ON, limitedRoam OFF, abortScan 0 2021-10-13 09:52:44.714056+0100 0x931 Default 0x0 0 0 kernel: (IO80211Family) scanControlCommand: Sending scan control command, ePNOScan ON (0x0), roamScan ON (0x0), limitedRoam OFF (0x0), abortScan 0 2021-10-13 09:52:44.714062+0100 0x931 Default 0x0 0 0 kernel: (IO80211Family) com.apple.p2p: notifyRealTimeModeOnOff:21811 ERROR: Scan Control failed retVal -536870212, ePNOScanDisable 0, roamScansDisable 0, limitedRoam 0, abortScanret 0 2021-10-13 09:52:44.714561+0100 0x937 Default 0x0 0 0 kernel: (IO80211Family) IOCTL (from pid 223) not recognized: 216 out of 379 2021-10-13 09:52:44.714647+0100 0x937 Default 0x0 0 0 kernel: (IO80211Family) IOCTL (from pid 223) not recognized: 216 out of 379 2021-10-13 09:52:44.729892+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [GetOnlineInfo] (idx:0) (update:1) [adapter]0:0 / [online]1:1 / [porttype]2:2 / [EDID]Diff?:255 2021-10-13 09:52:44.729893+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [GetOnlineInfo] fIsHDMI=0, fEnableAudio=1 2021-10-13 09:52:44.729895+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [GetOnlineInfo] newOnline=1 fOnline=1 newPortType=2 2021-10-13 09:52:44.729896+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Connection_probe] Port Managed by AGDC Port = 1, fb = 0 2021-10-13 09:52:44.729903+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Connection_probe] Legacy Probe Case fb = 0 2021-10-13 09:52:44.729903+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Connection_probe] newOnline: 1, fOnline: 1 2021-10-13 09:52:44.729904+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Connection_probe] newPortType: 2, fPortType: 2 2021-10-13 09:52:44.729905+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Connection_probe] edid != fEDID 2021-10-13 09:52:44.784518+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) kIOFBNotifyDisplayModeWillChange notification received on Fb 1 at time 15158 2021-10-13 09:52:44.784531+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) kIOFBNotifyDisplayModeWillChange notification received for fb 1 2021-10-13 09:52:44.784533+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) kIOFBNotifyWSAAWillEnterDefer notification received for fb 1 2021-10-13 09:52:44.784869+0100 0x40e Default 0x0 0 0 kernel: (IO80211Family) IOCTL (from pid 223) not recognized: 363 out of 379 2021-10-13 09:52:44.786519+0100 0x40e Default 0x0 0 0 kernel: _dlil_attach_flowswitch_nexus: SIOCGIFDEVMTU failed for awdl0 2021-10-13 09:52:44.787182+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Connection_probe] (fCRTCIndex=1, options=0x00000001), captured: 0 2021-10-13 09:52:44.787183+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [GetOnlineInfo] (fb=1, newOnline=<private>, edid=<private>, newPortType=<private>) 2021-10-13 09:52:44.787189+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [GetOnlineInfo] fIsHDMI=0, fEnableAudio=0 2021-10-13 09:52:44.787190+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [GetOnlineInfo] newOnline=0 fOnline=0 newPortType=1 2021-10-13 09:52:44.787193+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Connection_probe] Legacy Probe Case fb = 1 2021-10-13 09:52:44.787194+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Connection_probe] newOnline: 0, fOnline: 0 2021-10-13 09:52:44.787195+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Connection_probe] newPortType: 1, fPortType: 1 2021-10-13 09:52:44.787196+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Connection_probe] edid == fEDID 2021-10-13 09:52:44.787625+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) kIOFBNotifyDisplayModeWillChange notification received on Fb 1 at time 15161 2021-10-13 09:52:44.787628+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) kIOFBNotifyDisplayModeDidChange notification received for fb 1 2021-10-13 09:52:44.787630+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) kIOFBNotifyWSAADidExitDefer notification received for fb 1 2021-10-13 09:52:44.787855+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) kIOFBNotifyDisplayModeWillChange notification received on Fb 2 at time 15161 2021-10-13 09:52:44.787857+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) kIOFBNotifyDisplayModeWillChange notification received for fb 2 2021-10-13 09:52:44.787859+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) kIOFBNotifyWSAAWillEnterDefer notification received for fb 2 2021-10-13 09:52:44.788419+0100 0x40e Default 0x0 0 0 kernel: (IO80211Family) IO80211BpfTap: BPF_MODE: direction (3) from 'airportd' (pid 223) (kr 00000000) 2021-10-13 09:52:44.788476+0100 0x40e Default 0x0 0 0 kernel: awdl0: promiscuous mode enable succeeded 2021-10-13 09:52:44.788526+0100 0x40e Default 0x0 0 0 kernel: (IO80211Family) IO80211BpfTap: BPF_MODE: direction (0) from 'airportd' (pid 223) (kr 00000000) 2021-10-13 09:52:44.788539+0100 0x40e Default 0x0 0 0 kernel: awdl0: promiscuous mode disable succeeded 2021-10-13 09:52:44.788541+0100 0x40e Default 0x0 0 0 kernel: awdl0: promiscuous mode enable succeeded 2021-10-13 09:52:44.788752+0100 0x40e Default 0x0 0 0 kernel: (IO80211Family) IOCTL (from pid 223) not recognized: 363 out of 379 2021-10-13 09:52:44.789647+0100 0x40e Default 0x0 0 0 kernel: (IO80211Family) IO80211BpfTap: BPF_MODE: direction (3) from 'airportd' (pid 223) (kr 00000000) 2021-10-13 09:52:44.901193+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Connection_probe] (fCRTCIndex=2, options=0x00000001), captured: 0 2021-10-13 09:52:44.901195+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [GetOnlineInfo] (fb=2, newOnline=<private>, edid=<private>, newPortType=<private>) 2021-10-13 09:52:44.901197+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] (fb=<private>) 2021-10-13 09:52:44.901198+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] Port = 0x64300, AuxPort=0xe4310 2021-10-13 09:52:44.919094+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] Aux read failed for kDPCD_REV return 0xe00002d6 2021-10-13 09:52:45.203676+0100 0x2a9 Default 0x0 0 0 kernel: (ALF) ALF, old data swfs_pid_entry <private>, updaterules_msg <private>, updaterules_state <private> 2021-10-13 09:52:45.208156+0100 0x96c Default 0x0 0 0 kernel: (Sandbox) Sandbox: 1 duplicate report for com.apple.Ambien deny(1) mach-lookup com.apple.windowserver 2021-10-13 09:52:45.208167+0100 0x96c Error 0x0 0 0 kernel: (Sandbox) Sandbox: distnoted(433) deny(1) file-read-metadata /usr/sbin/distnoted 2021-10-13 09:52:45.208187+0100 0x96c Error 0x0 0 0 kernel: (Sandbox) Sandbox: distnoted(433) deny(1) file-read-metadata /usr 2021-10-13 09:52:45.220867+0100 0x1f0 Error 0x0 0 0 kernel: (Sandbox) Sandbox: systemstats(90) deny(1) mach-lookup com.apple.tccd.system 2021-10-13 09:52:45.243461+0100 0x60e Default 0x0 0 0 kernel: (ALF) ALF, hash_free: found kext_info <private> 2021-10-13 09:52:45.563112+0100 0x368 Default 0x0 0 0 kernel: (AppleRTC) RTC: setGMTTimeOfDay 1634115165 2021-10-13 09:52:45.897322+0100 0x69a Default 0x0 0 0 kernel: (AppleMobileFileIntegrity) AMFI: SIP is off, allowing core dump for pid 323 (com.apple.audio.) 2021-10-13 09:52:45.897374+0100 0x69a Default 0x0 0 0 kernel: Core Audio Driver (_SoundSiphon.[323] Corpse allowed 2 of 5 2021-10-13 09:52:46.064210+0100 0x9a7 Default 0x0 0 0 kernel: (Sandbox) Sandbox: 1 duplicate report for systemstats deny(1) mach-lookup com.apple.tccd.system 2021-10-13 09:52:46.064212+0100 0x9a7 Error 0x0 0 0 kernel: (Sandbox) Sandbox: distnoted(443) deny(1) file-read-metadata /usr/sbin/distnoted 2021-10-13 09:52:46.064230+0100 0x9a7 Error 0x0 0 0 kernel: (Sandbox) Sandbox: distnoted(443) deny(1) file-read-metadata /usr 2021-10-13 09:52:46.154089+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [GetOnlineInfo] fIsHDMI=0, fEnableAudio=0 2021-10-13 09:52:46.154092+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [GetOnlineInfo] newOnline=0 fOnline=0 newPortType=1 2021-10-13 09:52:46.154099+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Connection_probe] Legacy Probe Case fb = 2 2021-10-13 09:52:46.154100+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Connection_probe] newOnline: 0, fOnline: 0 2021-10-13 09:52:46.154101+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Connection_probe] newPortType: 1, fPortType: 1 2021-10-13 09:52:46.154102+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Connection_probe] edid == fEDID 2021-10-13 09:52:46.154137+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] (fb=<private>) 2021-10-13 09:52:46.154138+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] Port = 0x64100, AuxPort=0xe4110 2021-10-13 09:52:46.156071+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] Fb0: DPCD DUMP 2021-10-13 09:52:46.156073+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] 11 A 84 1 2021-10-13 09:52:46.156073+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] 1 0 1 0 2021-10-13 09:52:46.156074+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] 2 0 2 0 2021-10-13 09:52:46.156075+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] 0 0 0 0 2021-10-13 09:52:46.156075+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] DPCD_REV: 1.1 2021-10-13 09:52:46.156076+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] GetDPCDInfo: MAX_LINK_RATE: 0XA 2021-10-13 09:52:46.156077+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] MAX_LANE_COUNT: 4 2021-10-13 09:52:46.156078+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] TP3 Supported: 0 2021-10-13 09:52:46.156078+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] Enhanced Framing: 1 2021-10-13 09:52:46.156079+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] GetDPCDInfo: Does NOT require AUX CH handshake?: 0 2021-10-13 09:52:46.156080+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] Number of Receive Ports: 2 2021-10-13 09:52:46.156081+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] Has downstream Port(s): 0 2021-10-13 09:52:46.156082+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] Downstream detailed capability available: 0 2021-10-13 09:52:46.156082+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] Has Main Link channel ANSI coding: 1 2021-10-13 09:52:46.156083+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] Number of downstream ports: 0 2021-10-13 09:52:46.156084+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] OUI Supported?: 0 2021-10-13 09:52:46.156084+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] RP0 Local EDID?: 1 2021-10-13 09:52:46.156085+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] RP0 used for secondary of preceding port?: 0 2021-10-13 09:52:46.156086+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] RP0 buffer size: 32 bytes per lane 2021-10-13 09:52:46.156086+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] RP1 Local EDID?: 1 2021-10-13 09:52:46.156087+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] RP1 used for secondary of preceding port?: 0 2021-10-13 09:52:46.156088+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] RP1 buffer size: 32 bytes per lane 2021-10-13 09:52:46.156324+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] MST Capable: 0 2021-10-13 09:52:46.156667+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] DWN_STRM_PORT0_CAP Type: 0 2021-10-13 09:52:46.156668+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] DWN_STRM_PORT0_CAP HPD Aware: 0 2021-10-13 09:52:46.156906+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] GetDPCDInfo: Sink Count 1 2021-10-13 09:52:46.157370+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] eDP Configuration 0 2021-10-13 09:52:46.157371+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] Link Training Interval 0 2021-10-13 09:52:46.157520+0100 0x30c Default 0x0 0 0 kernel: (AppleGraphicsDevicePolicy) doesStreamFitInDPLink:89 ASSERT(linkBW) would fail!!! 2021-10-13 09:52:46.157521+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] (fb=<private>) 2021-10-13 09:52:46.157522+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] Port = 0x64100, AuxPort=0xe4110 2021-10-13 09:52:46.159491+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] Fb0: DPCD DUMP 2021-10-13 09:52:46.159492+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] 11 A 84 1 2021-10-13 09:52:46.159493+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] 1 0 1 0 2021-10-13 09:52:46.159493+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] 2 0 2 0 2021-10-13 09:52:46.159494+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] 0 0 0 0 2021-10-13 09:52:46.159495+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] DPCD_REV: 1.1 2021-10-13 09:52:46.159496+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] GetDPCDInfo: MAX_LINK_RATE: 0XA 2021-10-13 09:52:46.159496+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] MAX_LANE_COUNT: 4 2021-10-13 09:52:46.159497+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] TP3 Supported: 0 2021-10-13 09:52:46.159498+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] Enhanced Framing: 1 2021-10-13 09:52:46.159498+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] GetDPCDInfo: Does NOT require AUX CH handshake?: 0 2021-10-13 09:52:46.159499+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] Number of Receive Ports: 2 2021-10-13 09:52:46.159500+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] Has downstream Port(s): 0 2021-10-13 09:52:46.159500+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] Downstream detailed capability available: 0 2021-10-13 09:52:46.159501+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] Has Main Link channel ANSI coding: 1 2021-10-13 09:52:46.159502+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] Number of downstream ports: 0 2021-10-13 09:52:46.159502+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] OUI Supported?: 0 2021-10-13 09:52:46.159503+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] RP0 Local EDID?: 1 2021-10-13 09:52:46.159504+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] RP0 used for secondary of preceding port?: 0 2021-10-13 09:52:46.159504+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] RP0 buffer size: 32 bytes per lane 2021-10-13 09:52:46.159505+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] RP1 Local EDID?: 1 2021-10-13 09:52:46.159506+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] RP1 used for secondary of preceding port?: 0 2021-10-13 09:52:46.159506+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] RP1 buffer size: 32 bytes per lane 2021-10-13 09:52:46.159731+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] MST Capable: 0 2021-10-13 09:52:46.160069+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] DWN_STRM_PORT0_CAP Type: 0 2021-10-13 09:52:46.160069+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] DWN_STRM_PORT0_CAP HPD Aware: 0 2021-10-13 09:52:46.160294+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] GetDPCDInfo: Sink Count 1 2021-10-13 09:52:46.160788+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] eDP Configuration 0 2021-10-13 09:52:46.160794+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] Link Training Interval 0 2021-10-13 09:52:46.212827+0100 0x2d7 Default 0x0 0 0 kernel: (AppleKeyStore) AppleKeyStore:7289:138: unexpected session: 100000 uid: -1 requested by: 138 2021-10-13 09:52:46.212835+0100 0x2d7 Default 0x0 0 0 kernel: (AppleKeyStore) AppleKeyStore:10727:138: operation failed (sel: 17 ret: e00002c2, -1, 100000) 2021-10-13 09:52:46.217266+0100 0x2d7 Default 0x0 0 0 kernel: (AppleKeyStore) AppleKeyStore:7289:138: unexpected session: 100000 uid: -1 requested by: 138 2021-10-13 09:52:46.217275+0100 0x2d7 Default 0x0 0 0 kernel: (AppleKeyStore) AppleKeyStore:10727:138: operation failed (sel: 7 ret: e00002c2, -1, 100000) 2021-10-13 09:52:46.222448+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) kIOFBNotifyDisplayModeWillChange notification received on Fb 2 at time 16424 2021-10-13 09:52:46.222453+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) kIOFBNotifyDisplayModeDidChange notification received for fb 2 2021-10-13 09:52:46.222456+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) kIOFBNotifyWSAADidExitDefer notification received for fb 2 2021-10-13 09:52:46.222630+0100 0x30c Fault 0x0 0 0 kernel: (IOAcceleratorFamily2) bool IOAccelDisplayPipe::init_framebuffer_resource(IOAccelResource2 *): getPixelInformation for framebuffer 0 failed 2021-10-13 09:52:46.227132+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) kIOFBNotifyDisplayModeWillChange notification received on Fb 0 at time 16428 2021-10-13 09:52:46.227137+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) kIOFBNotifyDisplayModeDidChange notification received for fb 0 2021-10-13 09:52:46.227139+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) kIOFBNotifyWSAADidExitDefer notification received for fb 0 2021-10-13 09:52:46.244680+0100 0x9b3 Default 0x0 0 0 kernel: (apfs) apfs_mount:24713: EALREADY; rooted from snap, apfs <private> 2021-10-13 09:52:46.244694+0100 0x9b3 Default 0x0 0 0 kernel: (apfs) authapfs_seal_break:385: disk3s5: integrity protection will be disabled (from xid: 113858) 2021-10-13 09:52:46.249503+0100 0x9b3 Default 0x0 0 0 kernel: (apfs) apfs_mount_livefs:24433: disk3 mount no firmlinks 2021-10-13 09:52:46.249580+0100 0x9b3 Default 0x0 0 0 kernel: (apfs) handle_mount:658: vol-uuid: 3E280707-B8DC-4B28-AF16-E36133AD85A0 block size: 4096 block count: 244139436 (unencrypted; flags: 0x1; features: 21.0.12) 2021-10-13 09:52:46.249840+0100 0x9b3 Default 0x0 0 0 kernel: (apfs) handle_mount:671: setting dev block size to 4096 from 512 2021-10-13 09:52:46.249878+0100 0x9b3 Default 0x0 0 0 kernel: (apfs) apfs_vfsop_mount:2234: disk3s5: mounted volume: MacHD 2021-10-13 09:52:46.252963+0100 0x73c Debug 0x0 0 0 kernel: (Sandbox) Sandbox: calculated role flags for 0x100000b is 0x0 2021-10-13 09:52:46.269823+0100 0x977 Default 0x0 0 0 kernel: (apfs) handle_root_to_snapshot:5263: disk3s5: Volume is already set to root to snapshot "com.apple.os.update-5DC2B8AA591ED241EC5D606CA1EC8CA686322F70563020EFC688A81456FCA796" w/snap xid 96090 on next boot 2021-10-13 09:52:46.269983+0100 0x977 Default 0x0 0 0 kernel: (apfs) nx_global_extent_manipulation_lock:5146: disk3 nx_global_extent_manipulation_lock(0, 1), (0, 0, 0, 0) 2021-10-13 09:52:46.269989+0100 0x977 Default 0x0 0 0 kernel: (apfs) nx_global_extent_manipulation_lock:5216: Shared global_extent_manipulation lock taken after 0 attempts 2021-10-13 09:52:46.270005+0100 0x977 Default 0x0 0 0 kernel: (apfs) handle_revert_to_snapshot:5439: On next mount, volume will revert to snapshot 'com.apple.os.update-5DC2B8AA591ED241EC5D606CA1EC8CA686322F70563020EFC688A81456FCA796' w/snap xid 96090 2021-10-13 09:52:46.270013+0100 0x977 Default 0x0 0 0 kernel: (apfs) nx_global_extent_manipulation_unlock:5241: disk3 nx_global_extent_manipulation_unlock(0, 1), (0, 0, 1, 1) 2021-10-13 09:52:46.315211+0100 0x9aa Default 0x0 0 0 kernel: (Sandbox) System Policy: MRT(89) allow file-read-metadata /private/var/db/CoreDuet/Knowledge/knowledgeC.db 2021-10-13 09:52:46.315269+0100 0x9aa Default 0x0 0 0 kernel: (Sandbox) Sandbox: 1 duplicate report for MRT allow file-read-metadata /private/var/db/CoreDuet/Knowledge/knowledgeC.db 2021-10-13 09:52:46.315272+0100 0x9aa Default 0x0 0 0 kernel: (Sandbox) System Policy: MRT(89) allow file-read-metadata /private/var/db/CoreDuet/Knowledge/knowledgeC.db-wal 2021-10-13 09:52:46.317165+0100 0x9aa Default 0x0 0 0 kernel: (Sandbox) Sandbox: 1 duplicate report for MRT allow file-read-metadata /private/var/db/CoreDuet/Knowledge/knowledgeC.db-wal 2021-10-13 09:52:46.317169+0100 0x9aa Default 0x0 0 0 kernel: (Sandbox) System Policy: MRT(89) allow file-read-metadata /private/var/db/CoreDuet/Knowledge/knowledgeC.db-shm 2021-10-13 09:52:46.318531+0100 0x968 Default 0x0 0 0 kernel: (Sandbox) Sandbox: 1 duplicate report for MRT allow file-read-metadata /private/var/db/CoreDuet/Knowledge/knowledgeC.db-shm 2021-10-13 09:52:46.318534+0100 0x968 Default 0x0 0 0 kernel: (Sandbox) System Policy: MRT(89) allow file-read-metadata /private/var/db/CoreDuet/Knowledge/knowledgeC.db 2021-10-13 09:52:46.318571+0100 0x968 Default 0x0 0 0 kernel: (Sandbox) Sandbox: 1 duplicate report for MRT allow file-read-metadata /private/var/db/CoreDuet/Knowledge/knowledgeC.db 2021-10-13 09:52:46.318573+0100 0x968 Default 0x0 0 0 kernel: (Sandbox) System Policy: MRT(89) allow file-read-metadata /private/var/db/CoreDuet/Knowledge/knowledgeC.db-wal 2021-10-13 09:52:46.318608+0100 0x968 Default 0x0 0 0 kernel: (Sandbox) Sandbox: 1 duplicate report for MRT allow file-read-metadata /private/var/db/CoreDuet/Knowledge/knowledgeC.db-wal 2021-10-13 09:52:46.318611+0100 0x968 Default 0x0 0 0 kernel: (Sandbox) System Policy: MRT(89) allow file-read-metadata /private/var/db/CoreDuet/Knowledge/knowledgeC.db-shm 2021-10-13 09:52:46.318643+0100 0x968 Default 0x0 0 0 kernel: (Sandbox) Sandbox: 1 duplicate report for MRT allow file-read-metadata /private/var/db/CoreDuet/Knowledge/knowledgeC.db-shm 2021-10-13 09:52:46.318653+0100 0x968 Default 0x0 0 0 kernel: (Sandbox) System Policy: MRT(89) allow file-read-metadata /private/var/db/CoreDuet/Knowledge/knowledgeC.db 2021-10-13 09:52:46.408442+0100 0x38d Default 0x0 0 0 kernel: (VBoxDrv) RTR0DbgKrnlInfoOpen: Found: /System/Library/Kernels/kernel 2021-10-13 09:52:46.408446+0100 0x38d Default 0x0 0 0 kernel: (VBoxDrv) RTR0DbgKrnlInfoOpen: SDK version: 11.6.0 MinOS version: 11.6.0 Source version: 7195.141.6.0.0 2021-10-13 09:52:46.408447+0100 0x38d Default 0x0 0 0 kernel: (VBoxDrv) RTR0DbgKrnlInfoOpen: Using kernel file '/System/Library/Kernels/kernel' 2021-10-13 09:52:46.408467+0100 0x38d Default 0x0 0 0 kernel: (VBoxDrv) ast_pending=<private> 2021-10-13 09:52:46.408489+0100 0x38d Default 0x0 0 0 kernel: (VBoxDrv) cpu_interrupt=<private> 2021-10-13 09:52:46.432808+0100 0x38d Default 0x0 0 0 kernel: (VBoxDrv) RTR0DbgKrnlInfoOpen: Found: /System/Library/Kernels/kernel 2021-10-13 09:52:46.432811+0100 0x38d Default 0x0 0 0 kernel: (VBoxDrv) RTR0DbgKrnlInfoOpen: SDK version: 11.6.0 MinOS version: 11.6.0 Source version: 7195.141.6.0.0 2021-10-13 09:52:46.436954+0100 0x38d Default 0x0 0 0 kernel: (VBoxDrv) RTR0DbgKrnlInfoOpen: Found: /System/Library/Kernels/kernel 2021-10-13 09:52:46.436957+0100 0x38d Default 0x0 0 0 kernel: (VBoxDrv) RTR0DbgKrnlInfoOpen: SDK version: 11.6.0 MinOS version: 11.6.0 Source version: 7195.141.6.0.0 2021-10-13 09:52:46.758537+0100 0x1f0 Default 0x0 0 0 kernel: [ 16.638689]: VBoxDrv: vmx_resume=ffffff80051d5f70 vmx_suspend=ffffff80051d5f20 vmx_use_count=ffffff8005ffa9e8 (0) cr4=0x1626e0 2021-10-13 09:52:46.758538+0100 0x1f0 Default 0x0 0 0 kernel: [ 16.638784]: VBoxDrv: version 6.1.26 r145957; IOCtl version 0x300000; IDC version 0x10000; dev major=36 2021-10-13 09:52:46.758539+0100 0x1f0 Default 0x0 0 0 kernel: [ 16.643536]: VBoxFltDrv: version 6.1.26 r145957 2021-10-13 09:52:46.758539+0100 0x1f0 Default 0x0 0 0 kernel: [ 16.645764]: VBoxAdpDrv: version 6.1.26 r145957 2021-10-13 09:52:46.758542+0100 0x1f0 Default 0x0 0 0 kernel: (Sandbox) Sandbox: 1 duplicate report for MRT allow file-read-metadata /private/var/db/CoreDuet/Knowledge/knowledgeC.db 2021-10-13 09:52:46.758544+0100 0x1f0 Default 0x0 0 0 kernel: (Sandbox) Sandbox: fud(101) allow mach-lookup com.apple.commcenter.coretelephony.xpc 2021-10-13 09:52:47.287382+0100 0x977 Default 0x0 0 0 kernel: (apfs) apfs_stop_bg_work:1030: disk3s5: Volume MacHD is unmounting, stop any bg work 2021-10-13 09:52:47.289785+0100 0x977 Default 0x0 0 0 kernel: (apfs) apfs_vfsop_unmount:2441: disk3: unmounting volume 'MacHD' 2021-10-13 09:52:47.289790+0100 0x977 Default 0x0 0 0 kernel: (apfs) apfs_vfsop_unmount:2474: disk3s5: waiting for purgatory cleaner to finish 2021-10-13 09:52:47.289823+0100 0x977 Default 0x0 0 0 kernel: (apfs) authapfs_seal_restore:481: disk3s5: integrity protection will be re-enabled 2021-10-13 09:52:47.289826+0100 0x977 Default 0x0 0 0 kernel: (apfs) apfs_vfsop_unmount:2798: nx_num_vols_mounted is 5 2021-10-13 09:52:47.289828+0100 0x977 Default 0x0 0 0 kernel: (apfs) apfs: total mem allocated: 37907813 (36 mb); 2021-10-13 09:52:47.289830+0100 0x977 Default 0x0 0 0 kernel: (apfs) apfs_vfsop_unmount:2807: all done. going home. (numMountedAPFSVolumes 5) 2021-10-13 09:52:47.296412+0100 0xa06 Default 0x0 0 0 kernel: (apfs) apfs_mount:24713: EALREADY; rooted from snap, apfs <private> 2021-10-13 09:52:47.296422+0100 0xa06 Default 0x0 0 0 kernel: (apfs) authapfs_seal_break:385: disk3s5: integrity protection will be disabled (from xid: 113865) 2021-10-13 09:52:47.298674+0100 0xa06 Default 0x0 0 0 kernel: (apfs) apfs_mount_livefs:24433: disk3 mount no firmlinks 2021-10-13 09:52:47.298742+0100 0xa06 Default 0x0 0 0 kernel: (apfs) revert_to_snapshot:1405: Reverting to snapshot w/xid 96090 and old sblock oid 1667873. 2021-10-13 09:52:47.300002+0100 0xa06 Default 0x0 0 0 kernel: (apfs) revert_extents_to_snapshot:1240: free'ing extents in main extentref tree 1349275 2021-10-13 09:52:47.300019+0100 0xa06 Default 0x0 0 0 kernel: (apfs) free_allocated_snapshot_extents:1155: processed 0 extents and free'd 0 blocks 2021-10-13 09:52:47.657769+0100 0xa06 Default 0x0 0 0 kernel: (apfs) supplemental_tree_revert:328: disk3s5: reverted supplemental tree (type 5): 1347381 -> 1347014 2021-10-13 09:52:47.852391+0100 0xa0a Default 0x0 0 0 kernel: (apfs) obj_cache_remove_reverted_fs_objects:1548: disk3s5: removing reverted fs objects for fs 1275: 96091 - 113866 2021-10-13 09:52:47.852955+0100 0xa06 Default 0x0 0 0 kernel: (apfs) revert_to_snapshot:1481: DONE reverting to snapshot w/xid 96090 2021-10-13 09:52:47.853062+0100 0xa06 Default 0x0 0 0 kernel: (apfs) authapfs_seal_break:385: disk3s5: integrity protection will be disabled (from xid: 113867) 2021-10-13 09:52:47.856174+0100 0xa06 Default 0x0 0 0 kernel: (apfs) handle_mount:658: vol-uuid: 3E280707-B8DC-4B28-AF16-E36133AD85A0 block size: 4096 block count: 244139436 (unencrypted; flags: 0x1; features: 21.0.12) 2021-10-13 09:52:47.856228+0100 0xa06 Default 0x0 0 0 kernel: (apfs) handle_mount:671: setting dev block size to 4096 from 512 2021-10-13 09:52:47.856259+0100 0xa06 Default 0x0 0 0 kernel: (apfs) apfs_vfsop_mount:2234: disk3s5: mounted volume: MacHD 2021-10-13 09:52:47.858282+0100 0x9fc Debug 0x0 0 0 kernel: (Sandbox) Sandbox: calculated role flags for 0x100000b is 0x0 2021-10-13 09:52:47.900311+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeDone: ON_STATE->ON_STATE 2021-10-13 09:52:47.900344+0100 0x75 Default 0x0 0 0 kernel: PMRD: delayChildNotification for 0x10000022d 2021-10-13 09:52:47.900346+0100 0x75 Default 0x0 0 0 kernel: PMRD: AppleIntelFramebuffer tag flags 200 2021-10-13 09:52:47.900381+0100 0x75 Default 0x0 0 0 kernel: PMRD: delayChildNotification for 0x10000022d 2021-10-13 09:52:47.900382+0100 0x75 Default 0x0 0 0 kernel: PMRD: AppleIntelFramebuffer tag flags 200 2021-10-13 09:52:47.900408+0100 0x1c5 Default 0x0 0 0 kernel: (IO80211Family) IO80211VirtualInterface::controllerWillChangePowerState : Bringing down link 2021-10-13 09:52:47.900424+0100 0x75 Default 0x0 0 0 kernel: PMRD: delayChildNotification for 0x10000022d 2021-10-13 09:52:47.900426+0100 0x75 Default 0x0 0 0 kernel: PMRD: AppleIntelFramebuffer tag flags 200 2021-10-13 09:52:47.900464+0100 0x75 Default 0x0 0 0 kernel: PMRD: power event 5 args 0x3ce41a3eba875dbd 0x0 2021-10-13 09:52:47.900482+0100 0x75 Default 0x0 0 0 kernel: (IOgPTPPlugin) IOTimeSyncLocalClockPort::handleGeneralNotification <private> 2021-10-13 09:52:47.900496+0100 0x75 Default 0x0 0 0 kernel: PMRD: power event 5 args 0x3ce41a3eba875dbd 0x0 2021-10-13 09:52:47.900497+0100 0x75 Default 0x0 0 0 kernel: PMRD: power event 5 args 0x3ce41a3eba875dbd 0x0 2021-10-13 09:52:47.900499+0100 0x75 Default 0x0 0 0 kernel: PMRD: power event 7 args 0x3ce41a3eb98512ad 0x0 2021-10-13 09:52:47.900502+0100 0x75 Default 0x0 0 0 kernel: PMRD: power event 7 args 0x3ce41a3eb9851d4d 0x0 2021-10-13 09:52:47.900504+0100 0x75 Default 0x0 0 0 kernel: PMRD: power event 7 args 0x3ce41a3eb964984d 0x0 2021-10-13 09:52:47.900512+0100 0x75 Default 0x0 0 0 kernel: (IOgPTPPlugin) IOTimeSyncLocalClockPort::handleGeneralNotification <private> 2021-10-13 09:52:47.900529+0100 0x75 Default 0x0 0 0 kernel: (IOgPTPPlugin) IOTimeSyncLocalClockPort::handleGeneralNotification <private> 2021-10-13 09:52:47.900539+0100 0x75 Default 0x0 0 0 kernel: (IOgPTPPlugin) IOTimeSyncLocalClockPort::handleGeneralNotification <private> 2021-10-13 09:52:47.900546+0100 0x75 Default 0x0 0 0 kernel: (IOgPTPPlugin) IOTimeSyncLocalClockPort::handleGeneralNotification <private> 2021-10-13 09:52:47.900555+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeOverride (ON_STATE->ON_STATE, f, 0x302) tag 0x2e0064 2021-10-13 09:52:47.900572+0100 0x75 Default 0x0 0 0 kernel: PMRD: destroyed capability client set 0x3ce41a31ee630825 2021-10-13 09:52:47.900576+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeDone: ON_STATE->ON_STATE 2021-10-13 09:52:47.900580+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeOverride (ON_STATE->ON_STATE, f, 0x302) tag 0x2f0064 2021-10-13 09:52:47.900589+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeDone: ON_STATE->ON_STATE 2021-10-13 09:52:47.900592+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeOverride (ON_STATE->ON_STATE, f, 0x302) tag 0x300064 2021-10-13 09:52:47.900598+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeDone: ON_STATE->ON_STATE 2021-10-13 09:52:47.900649+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [doSetPowerState] fb1: (oldState=2, newState:2) 2021-10-13 09:52:47.900688+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [doSetPowerState] fb0: (oldState=2, newState:2) 2021-10-13 09:52:47.900726+0100 0x75 Default 0x0 0 0 kernel: PMRD: power event 5 args 0x3ce41a3eba875dbd 0x0 2021-10-13 09:52:47.900733+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [doSetPowerState] fb2: (oldState=2, newState:2) 2021-10-13 09:52:47.900761+0100 0xa12 Default 0x0 0 0 kernel: (AirPortBrcmNIC) ARPT: 18.102317: AirPort_Brcm43xx::syncPowerState: WWEN[disabled] 2021-10-13 09:52:47.901428+0100 0x40e Default 0x0 0 0 kernel: (IO80211Family) IO80211VirtualInterface::handleSIOCSIFFLAGS : Source handleIoctlGated calling peerManager->disable 2021-10-13 09:52:47.901440+0100 0x40e Default 0x0 0 0 kernel: (IO80211Family) com.apple.p2p: doDisable: Disabling AWDL Interface because of handleSIOCSIFFLAGS... 2021-10-13 09:52:47.901465+0100 0x40e Default 0x0 0 0 kernel: (IO80211Family) com.apple.p2p: IO80211AWDLPeerManager::disableAWDL NOT clearing country code, concurrency 0 p2plearnedCC 0 2021-10-13 09:52:47.901468+0100 0x40e Default 0x0 0 0 kernel: (IO80211Family) com.apple.p2p: checkAndupdateAirPlay2State[19872]: ERROR: Failed to get nanPM 2021-10-13 09:52:47.901475+0100 0x40e Default 0x0 0 0 kernel: (IO80211Family) scanControl: AWDL is controlling scan, ePNOScan ON, roamScan ON, limitedRoam OFF, abortScan 0 2021-10-13 09:52:47.901480+0100 0x40e Default 0x0 0 0 kernel: (IO80211Family) scanControlCommand: Sending scan control command, ePNOScan ON (0x0), roamScan ON (0x0), limitedRoam OFF (0x0), abortScan 0 2021-10-13 09:52:47.901489+0100 0x40e Default 0x0 0 0 kernel: (IO80211Family) com.apple.p2p: notifyRealTimeModeOnOff:21811 ERROR: Scan Control failed retVal -536870212, ePNOScanDisable 0, roamScansDisable 0, limitedRoam 0, abortScanret 0 2021-10-13 09:52:47.901495+0100 0x40e Default 0x0 0 0 kernel: (IO80211Family) com.apple.p2p: notifyRealTimeModeOnOff:21836 ERROR: Can't send peer traffic registration to the driver, ret 82 2021-10-13 09:52:47.901501+0100 0x40e Default 0x0 0 0 kernel: (IO80211Family) com.apple.p2p: IO80211RealTimePeerManager::resetRtMode [745] 2021-10-13 09:52:47.901503+0100 0x40e Default 0x0 0 0 kernel: (IO80211Family) scanControl: AWDL is controlling scan, ePNOScan ON, roamScan ON, limitedRoam OFF, abortScan 0 2021-10-13 09:52:47.901508+0100 0x40e Default 0x0 0 0 kernel: (IO80211Family) scanControlCommand: Sending scan control command, ePNOScan ON (0x0), roamScan ON (0x0), limitedRoam OFF (0x0), abortScan 0 2021-10-13 09:52:47.901517+0100 0x40e Default 0x0 0 0 kernel: (IO80211Family) com.apple.p2p: notifyRealTimeModeOnOff:21811 ERROR: Scan Control failed retVal -536870212, ePNOScanDisable 0, roamScansDisable 0, limitedRoam 0, abortScanret 0 2021-10-13 09:52:47.901523+0100 0x40e Default 0x0 0 0 kernel: (IO80211Family) com.apple.p2p: notifyRealTimeModeOnOff:21836 ERROR: Can't send peer traffic registration to the driver, ret 82 2021-10-13 09:52:47.901848+0100 0x35c Default 0x0 0 0 kernel: PMRD: setAggressiveness(0) kPMMinutesToSleep = 0 2021-10-13 09:52:47.901858+0100 0x35c Default 0x0 0 0 kernel: PMRD: setAggressiveness(0) kPMMinutesToDim = 10 2021-10-13 09:52:47.902398+0100 0x40e Default 0x0 0 0 kernel: (IO80211Family) com.apple.p2p.stats: AWDL-Channels-CCA: 2021-10-13 09:52:47.902399+0100 0x40e Default 0x0 0 0 kernel: (IO80211Family) com.apple.p2p: AWDL is off 2021-10-13 09:52:47.902404+0100 0x40e Default 0x0 0 0 kernel: (IO80211Family) com.apple.p2p: IO80211AWDLPeerManager::signalPeerManagerEvent Signalling (0:Awdl status update completed) event from tid: 40e 2021-10-13 09:52:47.902438+0100 0x437 Default 0x0 0 0 kernel: (IO80211Family) com.apple.p2p: doDisable: Disabling AWDL Interface because of setLinkState... 2021-10-13 09:52:47.902454+0100 0x437 Default 0x0 0 0 kernel: (IO80211Family) com.apple.p2p: IO80211AWDLPeerManager::disableAWDL NOT clearing country code, concurrency 0 p2plearnedCC 0 2021-10-13 09:52:47.902457+0100 0x437 Default 0x0 0 0 kernel: (IO80211Family) com.apple.p2p: checkAndupdateAirPlay2State[19872]: ERROR: Failed to get nanPM 2021-10-13 09:52:47.902461+0100 0x437 Default 0x0 0 0 kernel: (IO80211Family) scanControl: AWDL is controlling scan, ePNOScan ON, roamScan ON, limitedRoam OFF, abortScan 0 2021-10-13 09:52:47.902467+0100 0x437 Default 0x0 0 0 kernel: (IO80211Family) scanControlCommand: Sending scan control command, ePNOScan ON (0x0), roamScan ON (0x0), limitedRoam OFF (0x0), abortScan 0 2021-10-13 09:52:47.902476+0100 0x437 Default 0x0 0 0 kernel: (IO80211Family) com.apple.p2p: notifyRealTimeModeOnOff:21811 ERROR: Scan Control failed retVal -536870212, ePNOScanDisable 0, roamScansDisable 0, limitedRoam 0, abortScanret 0 2021-10-13 09:52:47.902489+0100 0x437 Default 0x0 0 0 kernel: (IO80211Family) com.apple.p2p: notifyRealTimeModeOnOff:21836 ERROR: Can't send peer traffic registration to the driver, ret 82 2021-10-13 09:52:47.902494+0100 0x437 Default 0x0 0 0 kernel: (IO80211Family) com.apple.p2p: IO80211RealTimePeerManager::resetRtMode [745] 2021-10-13 09:52:47.902497+0100 0x437 Default 0x0 0 0 kernel: (IO80211Family) scanControl: AWDL is controlling scan, ePNOScan ON, roamScan ON, limitedRoam OFF, abortScan 0 2021-10-13 09:52:47.902501+0100 0x437 Default 0x0 0 0 kernel: (IO80211Family) scanControlCommand: Sending scan control command, ePNOScan ON (0x0), roamScan ON (0x0), limitedRoam OFF (0x0), abortScan 0 2021-10-13 09:52:47.902510+0100 0x437 Default 0x0 0 0 kernel: (IO80211Family) com.apple.p2p: notifyRealTimeModeOnOff:21811 ERROR: Scan Control failed retVal -536870212, ePNOScanDisable 0, roamScansDisable 0, limitedRoam 0, abortScanret 0 2021-10-13 09:52:47.902515+0100 0x437 Default 0x0 0 0 kernel: (IO80211Family) com.apple.p2p: notifyRealTimeModeOnOff:21836 ERROR: Can't send peer traffic registration to the driver, ret 82 2021-10-13 09:52:47.902524+0100 0x437 Default 0x0 0 0 kernel: (IO80211Family) com.apple.p2p.stats: AWDL-Channels-CCA: 2021-10-13 09:52:47.902526+0100 0x437 Default 0x0 0 0 kernel: (IO80211Family) com.apple.p2p: AWDL is off 2021-10-13 09:52:47.902529+0100 0x437 Default 0x0 0 0 kernel: (IO80211Family) com.apple.p2p: IO80211AWDLPeerManager::signalPeerManagerEvent Signalling (0:Awdl status update completed) event from tid: 437 2021-10-13 09:52:47.902543+0100 0x437 Default 0x0 0 0 kernel: (IO80211Family) com.apple.p2p: IO80211AWDLPeerManager::interfaceStateChange Interface link is down, nothing to do. Source = Interface 2021-10-13 09:52:47.902641+0100 0xa12 Default 0x0 0 0 kernel: (IO80211Family) 1 2021-10-13 09:52:47.902656+0100 0xa12 Default 0x0 0 0 kernel: (IO80211Family) IO80211Family: [llw0] IPv6 disable returning 0x00000000 2021-10-13 09:52:47.902658+0100 0xa12 Default 0x0 0 0 kernel: (IO80211Family) IO80211Family: [llw0] IPv6 disable returning 0x00000000 2021-10-13 09:52:47.905418+0100 0x75 Default 0x0 0 0 kernel: PMRD: power event 5 args 0x3ce41a3eba875dbd 0x0 2021-10-13 09:52:47.906095+0100 0x35c Default 0x0 0 0 kernel: PMRD: setAggressiveness(0) kPMMinutesToSleep = 0 2021-10-13 09:52:47.906131+0100 0x35c Default 0x0 0 0 kernel: PMRD: setAggressiveness(0) kPMMinutesToDim = 10 2021-10-13 09:52:47.906841+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0 Depth:0 Active:2560x1440 Scaled:0x0 PixelClock:241500000 ScalerFlags:0 SignalConfig:0x2 2021-10-13 09:52:47.906994+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0 Depth:0 Active:1280x768 Scaled:0x0 PixelClock:79500000 ScalerFlags:0 SignalConfig:0x2 2021-10-13 09:52:47.907044+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0 Depth:0 Active:1400x1050 Scaled:0x0 PixelClock:156000000 ScalerFlags:0 SignalConfig:0x2 2021-10-13 09:52:47.907127+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0 Depth:0 Active:2048x1536 Scaled:0x0 PixelClock:209250000 ScalerFlags:0 SignalConfig:0x2 2021-10-13 09:52:47.907169+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0 Depth:0 Active:848x480 Scaled:0x0 PixelClock:33750000 ScalerFlags:0 SignalConfig:0x2 2021-10-13 09:52:47.907208+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0 Depth:0 Active:848x480 Scaled:0x0 PixelClock:33750000 ScalerFlags:0 SignalConfig:0x2 2021-10-13 09:52:47.907254+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0 Depth:0 Active:1920x1200 Scaled:0x0 PixelClock:193250000 ScalerFlags:0 SignalConfig:0x2 2021-10-13 09:52:47.907295+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0 Depth:0 Active:1920x1200 Scaled:0x0 PixelClock:154000000 ScalerFlags:0 SignalConfig:0x2 2021-10-13 09:52:47.907336+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0 Depth:0 Active:1152x870 Scaled:0x0 PixelClock:100000000 ScalerFlags:0 SignalConfig:0 2021-10-13 09:52:47.907385+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0 Depth:0 Active:1280x1024 Scaled:0x0 PixelClock:135000000 ScalerFlags:0 SignalConfig:0 2021-10-13 09:52:47.907438+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0 Depth:0 Active:1024x768 Scaled:0x0 PixelClock:78750000 ScalerFlags:0 SignalConfig:0 2021-10-13 09:52:47.907477+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0 Depth:0 Active:1024x768 Scaled:0x0 PixelClock:65000000 ScalerFlags:0 SignalConfig:0 2021-10-13 09:52:47.907558+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0 Depth:0 Active:832x624 Scaled:0x0 PixelClock:57280000 ScalerFlags:0 SignalConfig:0 2021-10-13 09:52:47.907617+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0 Depth:0 Active:800x600 Scaled:0x0 PixelClock:49500000 ScalerFlags:0 SignalConfig:0 2021-10-13 09:52:47.907675+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0 Depth:0 Active:800x600 Scaled:0x0 PixelClock:40000000 ScalerFlags:0 SignalConfig:0 2021-10-13 09:52:47.907737+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0 Depth:0 Active:640x480 Scaled:0x0 PixelClock:31500000 ScalerFlags:0 SignalConfig:0 2021-10-13 09:52:47.907803+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0 Depth:0 Active:640x480 Scaled:0x0 PixelClock:25180000 ScalerFlags:0 SignalConfig:0 2021-10-13 09:52:47.907857+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0 Depth:0 Active:1920x1080 Scaled:0x0 PixelClock:159840000 ScalerFlags:0 SignalConfig:0 2021-10-13 09:52:47.907913+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0 Depth:0 Active:1280x1024 Scaled:0x0 PixelClock:108000000 ScalerFlags:0 SignalConfig:0 2021-10-13 09:52:47.907962+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0 Depth:0 Active:1920x1080 Scaled:0x0 PixelClock:148500000 ScalerFlags:0 SignalConfig:0 2021-10-13 09:52:47.908004+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0 Depth:0 Active:1920x1080 Scaled:0x0 PixelClock:148500000 ScalerFlags:0 SignalConfig:0 2021-10-13 09:52:47.908045+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0 Depth:0 Active:1920x1080 Scaled:0x0 PixelClock:74250000 ScalerFlags:0 SignalConfig:0x4 2021-10-13 09:52:47.908087+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0 Depth:0 Active:1920x1080 Scaled:0x0 PixelClock:74250000 ScalerFlags:0 SignalConfig:0x4 2021-10-13 09:52:47.908138+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0 Depth:0 Active:1280x720 Scaled:0x0 PixelClock:74250000 ScalerFlags:0 SignalConfig:0 2021-10-13 09:52:47.908185+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0 Depth:0 Active:1280x720 Scaled:0x0 PixelClock:74250000 ScalerFlags:0 SignalConfig:0 2021-10-13 09:52:47.908229+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0 Depth:0 Active:720x480 Scaled:0x0 PixelClock:27000000 ScalerFlags:0 SignalConfig:0 2021-10-13 09:52:47.908271+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0 Depth:0 Active:720x576 Scaled:0x0 PixelClock:27000000 ScalerFlags:0 SignalConfig:0 2021-10-13 09:52:47.908364+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0 Depth:0 Active:720x480 Scaled:0x0 PixelClock:27000000 ScalerFlags:0 SignalConfig:0 2021-10-13 09:52:47.908425+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0 Depth:0 Active:720x576 Scaled:0x0 PixelClock:27000000 ScalerFlags:0 SignalConfig:0 2021-10-13 09:52:47.908471+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0 Depth:0 Active:640x480 Scaled:0x0 PixelClock:25174999 ScalerFlags:0 SignalConfig:0 2021-10-13 09:52:47.908541+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0 Depth:0 Active:720x480 Scaled:0x0 PixelClock:27000000 ScalerFlags:0 SignalConfig:0x2 2021-10-13 09:52:47.908606+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0 Depth:0 Active:1280x720 Scaled:0x0 PixelClock:74250000 ScalerFlags:0 SignalConfig:0x2 2021-10-13 09:52:47.908648+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0 Depth:0 Active:1280x720 Scaled:0x0 PixelClock:74250000 ScalerFlags:0 SignalConfig:0x2 2021-10-13 09:52:47.908678+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0 Depth:0 Active:720x576 Scaled:0x0 PixelClock:27000000 ScalerFlags:0 SignalConfig:0x2 2021-10-13 09:52:47.908752+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0 Depth:0 Active:640x480 Scaled:0x0 PixelClock:25180000 ScalerFlags:0 SignalConfig:0 2021-10-13 09:52:47.908807+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0 Depth:0 Active:640x480 Scaled:0x0 PixelClock:31500000 ScalerFlags:0 SignalConfig:0 2021-10-13 09:52:47.908857+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0 Depth:0 Active:640x480 Scaled:0x0 PixelClock:36000000 ScalerFlags:0 SignalConfig:0 2021-10-13 09:52:47.908923+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0 Depth:0 Active:800x600 Scaled:0x0 PixelClock:40000000 ScalerFlags:0 SignalConfig:0 2021-10-13 09:52:47.908982+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0 Depth:0 Active:800x600 Scaled:0x0 PixelClock:49500000 ScalerFlags:0 SignalConfig:0 2021-10-13 09:52:47.909034+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0 Depth:0 Active:800x600 Scaled:0x0 PixelClock:56250000 ScalerFlags:0 SignalConfig:0 2021-10-13 09:52:47.909094+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0 Depth:0 Active:848x480 Scaled:0x0 PixelClock:33750000 ScalerFlags:0 SignalConfig:0x2 2021-10-13 09:52:47.909145+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0 Depth:0 Active:1024x768 Scaled:0x0 PixelClock:65000000 ScalerFlags:0 SignalConfig:0 2021-10-13 09:52:47.909194+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0 Depth:0 Active:1024x768 Scaled:0x0 PixelClock:78750000 ScalerFlags:0 SignalConfig:0 2021-10-13 09:52:47.909241+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0 Depth:0 Active:1024x768 Scaled:0x0 PixelClock:94500000 ScalerFlags:0 SignalConfig:0 2021-10-13 09:52:47.909246+0100 0x75 Default 0x0 0 0 kernel: PMRD: power event 5 args 0x3ce41a3eba875dbd 0x0 2021-10-13 09:52:47.909282+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0 Depth:0 Active:1280x960 Scaled:0x0 PixelClock:108000000 ScalerFlags:0 SignalConfig:0 2021-10-13 09:52:47.909306+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0 Depth:0 Active:1280x960 Scaled:0x0 PixelClock:126000000 ScalerFlags:0 SignalConfig:0 2021-10-13 09:52:47.909328+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0 Depth:0 Active:1280x960 Scaled:0x0 PixelClock:148500000 ScalerFlags:0 SignalConfig:0 2021-10-13 09:52:47.909357+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0 Depth:0 Active:1280x1024 Scaled:0x0 PixelClock:108000000 ScalerFlags:0 SignalConfig:0 2021-10-13 09:52:47.909380+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0 Depth:0 Active:1280x1024 Scaled:0x0 PixelClock:135000000 ScalerFlags:0 SignalConfig:0 2021-10-13 09:52:47.909403+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0 Depth:0 Active:1280x1024 Scaled:0x0 PixelClock:157500000 ScalerFlags:0 SignalConfig:0 2021-10-13 09:52:47.909426+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0 Depth:0 Active:1360x768 Scaled:0x0 PixelClock:85500000 ScalerFlags:0 SignalConfig:0x2 2021-10-13 09:52:47.909453+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0 Depth:0 Active:1600x1200 Scaled:0x0 PixelClock:162000000 ScalerFlags:0 SignalConfig:0 2021-10-13 09:52:47.909476+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0 Depth:0 Active:1600x1200 Scaled:0x0 PixelClock:202500000 ScalerFlags:0 SignalConfig:0 2021-10-13 09:52:47.909498+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0 Depth:0 Active:1600x1200 Scaled:0x0 PixelClock:229500000 ScalerFlags:0 SignalConfig:0 2021-10-13 09:52:47.909530+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0 Depth:0 Active:1920x1080 Scaled:0x0 PixelClock:159840000 ScalerFlags:0 SignalConfig:0 2021-10-13 09:52:47.909553+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0 Depth:0 Active:1920x1440 Scaled:0x0 PixelClock:234000000 ScalerFlags:0 SignalConfig:0 2021-10-13 09:52:47.909575+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0 Depth:0 Active:1920x1440 Scaled:0x0 PixelClock:297000000 ScalerFlags:0 SignalConfig:0 2021-10-13 09:52:47.909598+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0 Depth:0 Active:1920x1080 Scaled:0x0 PixelClock:159840000 ScalerFlags:0 SignalConfig:0 2021-10-13 09:52:47.909660+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0x80001000 Depth:0 Active:2560x1440 Scaled:1280x720 PixelClock:241500000 ScalerFlags:0 SignalConfig:0x2 2021-10-13 09:52:47.909671+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0x80001000 Depth:0 Active:2560x1440 Scaled:640x480 PixelClock:241500000 ScalerFlags:0 SignalConfig:0x2 2021-10-13 09:52:47.909677+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0x80001000 Depth:0 Active:2560x1440 Scaled:800x600 PixelClock:241500000 ScalerFlags:0 SignalConfig:0x2 2021-10-13 09:52:47.909691+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0x80001000 Depth:0 Active:2560x1440 Scaled:1024x768 PixelClock:241500000 ScalerFlags:0 SignalConfig:0x2 2021-10-13 09:52:47.909700+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0x80001000 Depth:0 Active:2560x1440 Scaled:1024x576 PixelClock:241500000 ScalerFlags:0 SignalConfig:0x2 2021-10-13 09:52:47.909709+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0x80001000 Depth:0 Active:2560x1440 Scaled:1280x960 PixelClock:241500000 ScalerFlags:0 SignalConfig:0x2 2021-10-13 09:52:47.909717+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0x80001000 Depth:0 Active:2560x1440 Scaled:1344x1008 PixelClock:241500000 ScalerFlags:0 SignalConfig:0x2 2021-10-13 09:52:47.909725+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0x80001000 Depth:0 Active:2560x1440 Scaled:1344x756 PixelClock:241500000 ScalerFlags:0 SignalConfig:0x2 2021-10-13 09:52:47.909733+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0x80001000 Depth:0 Active:2560x1440 Scaled:1440x900 PixelClock:241500000 ScalerFlags:0 SignalConfig:0x2 2021-10-13 09:52:47.909741+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0x80001000 Depth:0 Active:2560x1440 Scaled:1680x1050 PixelClock:241500000 ScalerFlags:0 SignalConfig:0x2 2021-10-13 09:52:47.909751+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0x80001000 Depth:0 Active:2560x1440 Scaled:1600x1200 PixelClock:241500000 ScalerFlags:0 SignalConfig:0x2 2021-10-13 09:52:47.909761+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0x80001000 Depth:0 Active:2560x1440 Scaled:1600x900 PixelClock:241500000 ScalerFlags:0 SignalConfig:0x2 2021-10-13 09:52:47.909769+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0x80001000 Depth:0 Active:2560x1440 Scaled:1920x1080 PixelClock:241500000 ScalerFlags:0 SignalConfig:0x2 2021-10-13 09:52:47.909778+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0x80001000 Depth:0 Active:2560x1440 Scaled:1920x1200 PixelClock:241500000 ScalerFlags:0 SignalConfig:0x2 2021-10-13 09:52:47.909787+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0x80001000 Depth:0 Active:2560x1440 Scaled:1920x1080 PixelClock:241500000 ScalerFlags:0 SignalConfig:0x2 2021-10-13 09:52:47.909794+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0x80001000 Depth:0 Active:2560x1440 Scaled:2048x1152 PixelClock:241500000 ScalerFlags:0 SignalConfig:0x2 2021-10-13 09:52:47.909802+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0x80001000 Depth:0 Active:2560x1440 Scaled:2560x1440 PixelClock:241500000 ScalerFlags:0 SignalConfig:0x2 2021-10-13 09:52:47.909807+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0x80001000 Depth:0 Active:2560x1440 Scaled:2560x1600 PixelClock:241500000 ScalerFlags:0 SignalConfig:0x2 2021-10-13 09:52:47.909879+0100 0x35c Default 0x0 0 0 kernel: PMRD: setAggressiveness(0) kPMMinutesToSleep = 0 2021-10-13 09:52:47.909888+0100 0x35c Default 0x0 0 0 kernel: PMRD: setAggressiveness(0) kPMMinutesToDim = 10 2021-10-13 09:52:47.910157+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) FB0: Path is not Active when attempting to gather TimingInfo 2021-10-13 09:52:47.910158+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) Not able to get the current timing info 2021-10-13 09:52:47.912458+0100 0x75 Default 0x0 0 0 kernel: PMRD: power event 5 args 0x3ce41a3eba875dbd 0x0 2021-10-13 09:52:47.913264+0100 0x35c Default 0x0 0 0 kernel: PMRD: setAggressiveness(0) kPMMinutesToSleep = 0 2021-10-13 09:52:47.913289+0100 0x35c Default 0x0 0 0 kernel: PMRD: setAggressiveness(0) kPMMinutesToDim = 10 2021-10-13 09:52:47.916379+0100 0x75 Default 0x0 0 0 kernel: PMRD: power event 5 args 0x3ce41a3eba875dbd 0x0 2021-10-13 09:52:47.917187+0100 0x35c Default 0x0 0 0 kernel: PMRD: setAggressiveness(0) kPMMinutesToSleep = 0 2021-10-13 09:52:47.917208+0100 0x35c Default 0x0 0 0 kernel: PMRD: setAggressiveness(0) kPMMinutesToDim = 10 2021-10-13 09:52:47.929070+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) FB0: Path is not Active when attempting to gather TimingInfo 2021-10-13 09:52:47.929071+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) Not able to get the current timing info 2021-10-13 09:52:47.929117+0100 0x30c Default 0x0 0 0 kernel: kPEDisableScreen 1 2021-10-13 09:52:47.929123+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) kIOFBNotifyDisplayModeWillChange notification received on Fb 0 at time 18130 2021-10-13 09:52:47.929125+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) kIOFBNotifyDisplayModeWillChange notification received for fb 0 2021-10-13 09:52:47.929129+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) kIOFBNotifyWSAAWillEnterDefer notification received for fb 0 2021-10-13 09:52:47.929660+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Modeset] (displayMode=80001000, depth=0) fb=0, fOnline=1 at 18131220 2021-10-13 09:52:47.929666+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Modeset] Setting display mode on index 0 2560 x 1440 -> 0 x 0 encoded with 0x0 0 bpc with color 0 and range 0 2021-10-13 09:52:47.929670+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Modeset] FB0 setting mode on display hardware at 18131231 2021-10-13 09:52:47.929917+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Modeset] FB0: Panel Fitter modeset 2021-10-13 09:52:47.968187+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Modeset] fb0: return 0 at 18169744 2021-10-13 09:52:47.972783+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) kIOFBNotifyDisplayModeWillChange notification received on Fb 0 at time 18174 2021-10-13 09:52:47.972786+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) kIOFBNotifyDisplayModeDidChange notification received for fb 0 2021-10-13 09:52:47.972788+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) kIOFBNotifyWSAADidExitDefer notification received for fb 0 2021-10-13 09:52:47.972947+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioEngine[<private>]::init(0x0) 2021-10-13 09:52:47.972948+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) properties(0x0) == NULL 2021-10-13 09:52:47.972977+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) +-IOAudioEngine[<private>]::setState(0x0. oldState=0) 2021-10-13 09:52:47.972980+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngine[<private>]::init(0x0) 2021-10-13 09:52:47.974213+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioDevice[<private>]::activateAudioEngine(<private>, 1) 2021-10-13 09:52:47.974218+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioEngine[<private>]::start(<private>) 2021-10-13 09:52:47.974219+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioEngine[<private>]::start(<private>, <private>) 2021-10-13 09:52:47.974222+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) +-IOAudioEngine[<private>]::initHardware(<private>) 2021-10-13 09:52:47.974423+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) +-IOAudioEngine[<private>]::setSampleRate(<private>) 2021-10-13 09:52:47.975959+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioEngine[<private>]::addAudioStream(<private>) 2021-10-13 09:52:47.975965+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) +-IOAudioEngine[<private>]::setRunEraseHead(1) 2021-10-13 09:52:47.975973+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngine[<private>]::addAudioStream(<private>) returns 0x0 2021-10-13 09:52:47.975975+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioStream[<private>]::validateFormat(<private>, 0x0, <private>) 2021-10-13 09:52:47.975976+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 2: streamFormat->fNumChannels = 2 2021-10-13 09:52:47.975977+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 0x6c70636d: streamFormat->fSampleFormat = 0x6c70636d 2021-10-13 09:52:47.975978+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 0x73696e74: streamFormat->fNumericRepresentation = 0x73696e74 2021-10-13 09:52:47.975979+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 16: streamFormat->fBitDepth = 24 2021-10-13 09:52:47.975979+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 16: streamFormat->fBitWidth = 32 2021-10-13 09:52:47.975980+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 0: streamFormat->fAlignment = 0 2021-10-13 09:52:47.975981+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 1: streamFormat->fByteOrder = 1 2021-10-13 09:52:47.975982+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 2: streamFormat->fNumChannels = 2 2021-10-13 09:52:47.975983+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 0x6c70636d: streamFormat->fSampleFormat = 0x6c70636d 2021-10-13 09:52:47.975987+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 0x73696e74: streamFormat->fNumericRepresentation = 0x73696e74 2021-10-13 09:52:47.975989+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 16: streamFormat->fBitDepth = 24 2021-10-13 09:52:47.975989+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 16: streamFormat->fBitWidth = 32 2021-10-13 09:52:47.975990+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 0: streamFormat->fAlignment = 0 2021-10-13 09:52:47.975991+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 1: streamFormat->fByteOrder = 1 2021-10-13 09:52:47.975991+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 2: streamFormat->fNumChannels = 2 2021-10-13 09:52:47.975992+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 0x6c70636d: streamFormat->fSampleFormat = 0x6c70636d 2021-10-13 09:52:47.975993+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 0x73696e74: streamFormat->fNumericRepresentation = 0x73696e74 2021-10-13 09:52:47.975994+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 16: streamFormat->fBitDepth = 24 2021-10-13 09:52:47.975995+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 16: streamFormat->fBitWidth = 32 2021-10-13 09:52:47.975996+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 0: streamFormat->fAlignment = 0 2021-10-13 09:52:47.975996+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 1: streamFormat->fByteOrder = 1 2021-10-13 09:52:47.975997+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 2: streamFormat->fNumChannels = 2 2021-10-13 09:52:47.975998+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 0x6c70636d: streamFormat->fSampleFormat = 0x6c70636d 2021-10-13 09:52:47.975999+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 0x73696e74: streamFormat->fNumericRepresentation = 0x73696e74 2021-10-13 09:52:47.976000+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 16: streamFormat->fBitDepth = 24 2021-10-13 09:52:47.976000+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 16: streamFormat->fBitWidth = 32 2021-10-13 09:52:47.976001+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 0: streamFormat->fAlignment = 0 2021-10-13 09:52:47.976002+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 1: streamFormat->fByteOrder = 1 2021-10-13 09:52:47.976003+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 2: streamFormat->fNumChannels = 2 2021-10-13 09:52:47.976004+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 0x6c70636d: streamFormat->fSampleFormat = 0x6c70636d 2021-10-13 09:52:47.976005+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 0x73696e74: streamFormat->fNumericRepresentation = 0x73696e74 2021-10-13 09:52:47.976006+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 20: streamFormat->fBitDepth = 24 2021-10-13 09:52:47.976006+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 32: streamFormat->fBitWidth = 32 2021-10-13 09:52:47.976007+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 0: streamFormat->fAlignment = 0 2021-10-13 09:52:47.976008+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 1: streamFormat->fByteOrder = 1 2021-10-13 09:52:47.976009+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 2: streamFormat->fNumChannels = 2 2021-10-13 09:52:47.976010+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 0x6c70636d: streamFormat->fSampleFormat = 0x6c70636d 2021-10-13 09:52:47.976011+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 0x73696e74: streamFormat->fNumericRepresentation = 0x73696e74 2021-10-13 09:52:47.976011+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 20: streamFormat->fBitDepth = 24 2021-10-13 09:52:47.976012+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 32: streamFormat->fBitWidth = 32 2021-10-13 09:52:47.976013+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 0: streamFormat->fAlignment = 0 2021-10-13 09:52:47.976013+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 1: streamFormat->fByteOrder = 1 2021-10-13 09:52:47.976014+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 2: streamFormat->fNumChannels = 2 2021-10-13 09:52:47.976015+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 0x6c70636d: streamFormat->fSampleFormat = 0x6c70636d 2021-10-13 09:52:47.976016+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 0x73696e74: streamFormat->fNumericRepresentation = 0x73696e74 2021-10-13 09:52:47.976017+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 20: streamFormat->fBitDepth = 24 2021-10-13 09:52:47.976017+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 32: streamFormat->fBitWidth = 32 2021-10-13 09:52:47.976018+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 0: streamFormat->fAlignment = 0 2021-10-13 09:52:47.976019+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 1: streamFormat->fByteOrder = 1 2021-10-13 09:52:47.976020+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 2: streamFormat->fNumChannels = 2 2021-10-13 09:52:47.976021+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 0x6c70636d: streamFormat->fSampleFormat = 0x6c70636d 2021-10-13 09:52:47.976022+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 0x73696e74: streamFormat->fNumericRepresentation = 0x73696e74 2021-10-13 09:52:47.976022+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 20: streamFormat->fBitDepth = 24 2021-10-13 09:52:47.976023+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 32: streamFormat->fBitWidth = 32 2021-10-13 09:52:47.976024+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 0: streamFormat->fAlignment = 0 2021-10-13 09:52:47.976024+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 1: streamFormat->fByteOrder = 1 2021-10-13 09:52:47.976025+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 2: streamFormat->fNumChannels = 2 2021-10-13 09:52:47.976026+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 0x6c70636d: streamFormat->fSampleFormat = 0x6c70636d 2021-10-13 09:52:47.976027+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 0x73696e74: streamFormat->fNumericRepresentation = 0x73696e74 2021-10-13 09:52:47.976028+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 24: streamFormat->fBitDepth = 24 2021-10-13 09:52:47.976028+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 32: streamFormat->fBitWidth = 32 2021-10-13 09:52:47.976029+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 0: streamFormat->fAlignment = 0 2021-10-13 09:52:47.976030+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 1: streamFormat->fByteOrder = 1 2021-10-13 09:52:47.976031+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 2: streamFormat->fNumChannels = 2 2021-10-13 09:52:47.976032+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 0x6c70636d: streamFormat->fSampleFormat = 0x6c70636d 2021-10-13 09:52:47.976033+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 0x73696e74: streamFormat->fNumericRepresentation = 0x73696e74 2021-10-13 09:52:47.976033+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 24: streamFormat->fBitDepth = 24 2021-10-13 09:52:47.976034+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 32: streamFormat->fBitWidth = 32 2021-10-13 09:52:47.976035+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 0: streamFormat->fAlignment = 0 2021-10-13 09:52:47.976035+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 1: streamFormat->fByteOrder = 1 2021-10-13 09:52:47.976036+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 2: streamFormat->fNumChannels = 2 2021-10-13 09:52:47.976037+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 0x6c70636d: streamFormat->fSampleFormat = 0x6c70636d 2021-10-13 09:52:47.976039+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 0x73696e74: streamFormat->fNumericRepresentation = 0x73696e74 2021-10-13 09:52:47.976039+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 24: streamFormat->fBitDepth = 24 2021-10-13 09:52:47.976040+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 32: streamFormat->fBitWidth = 32 2021-10-13 09:52:47.976041+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 0: streamFormat->fAlignment = 0 2021-10-13 09:52:47.976042+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 1: streamFormat->fByteOrder = 1 2021-10-13 09:52:47.976043+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioStream[<private>]::validateFormat(<private>, 0x0, <private>) returns 1 2021-10-13 09:52:47.976046+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) +-IOAudioEngine[<private>]::beginConfigurationChange() 2021-10-13 09:52:47.976047+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioStream[<private>]::setFormat(<private>, <private>) 2021-10-13 09:52:47.976048+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioStream[<private>]::validateFormat(<private>, <private>, <private>) 2021-10-13 09:52:47.976049+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 2: streamFormat->fNumChannels = 2 2021-10-13 09:52:47.976050+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 0x6c70636d: streamFormat->fSampleFormat = 0x6c70636d 2021-10-13 09:52:47.976051+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 0x73696e74: streamFormat->fNumericRepresentation = 0x73696e74 2021-10-13 09:52:47.976052+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 16: streamFormat->fBitDepth = 24 2021-10-13 09:52:47.976053+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 16: streamFormat->fBitWidth = 32 2021-10-13 09:52:47.976053+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 0: streamFormat->fAlignment = 0 2021-10-13 09:52:47.976054+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 1: streamFormat->fByteOrder = 1 2021-10-13 09:52:47.976056+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 2: streamFormat->fNumChannels = 2 2021-10-13 09:52:47.976058+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 0x6c70636d: streamFormat->fSampleFormat = 0x6c70636d 2021-10-13 09:52:47.976059+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 0x73696e74: streamFormat->fNumericRepresentation = 0x73696e74 2021-10-13 09:52:47.976060+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 16: streamFormat->fBitDepth = 24 2021-10-13 09:52:47.976060+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 16: streamFormat->fBitWidth = 32 2021-10-13 09:52:47.976061+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 0: streamFormat->fAlignment = 0 2021-10-13 09:52:47.976062+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 1: streamFormat->fByteOrder = 1 2021-10-13 09:52:47.976062+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 2: streamFormat->fNumChannels = 2 2021-10-13 09:52:47.976063+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 0x6c70636d: streamFormat->fSampleFormat = 0x6c70636d 2021-10-13 09:52:47.976064+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 0x73696e74: streamFormat->fNumericRepresentation = 0x73696e74 2021-10-13 09:52:47.976065+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 16: streamFormat->fBitDepth = 24 2021-10-13 09:52:47.976066+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 16: streamFormat->fBitWidth = 32 2021-10-13 09:52:47.976066+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 0: streamFormat->fAlignment = 0 2021-10-13 09:52:47.976067+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 1: streamFormat->fByteOrder = 1 2021-10-13 09:52:47.976068+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 2: streamFormat->fNumChannels = 2 2021-10-13 09:52:47.976069+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 0x6c70636d: streamFormat->fSampleFormat = 0x6c70636d 2021-10-13 09:52:47.976070+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 0x73696e74: streamFormat->fNumericRepresentation = 0x73696e74 2021-10-13 09:52:47.976071+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 16: streamFormat->fBitDepth = 24 2021-10-13 09:52:47.976071+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 16: streamFormat->fBitWidth = 32 2021-10-13 09:52:47.976072+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 0: streamFormat->fAlignment = 0 2021-10-13 09:52:47.976073+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 1: streamFormat->fByteOrder = 1 2021-10-13 09:52:47.976073+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 2: streamFormat->fNumChannels = 2 2021-10-13 09:52:47.976074+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 0x6c70636d: streamFormat->fSampleFormat = 0x6c70636d 2021-10-13 09:52:47.976075+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 0x73696e74: streamFormat->fNumericRepresentation = 0x73696e74 2021-10-13 09:52:47.976076+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 20: streamFormat->fBitDepth = 24 2021-10-13 09:52:47.976077+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 32: streamFormat->fBitWidth = 32 2021-10-13 09:52:47.976078+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 0: streamFormat->fAlignment = 0 2021-10-13 09:52:47.976078+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 1: streamFormat->fByteOrder = 1 2021-10-13 09:52:47.976079+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 2: streamFormat->fNumChannels = 2 2021-10-13 09:52:47.976080+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 0x6c70636d: streamFormat->fSampleFormat = 0x6c70636d 2021-10-13 09:52:47.976081+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 0x73696e74: streamFormat->fNumericRepresentation = 0x73696e74 2021-10-13 09:52:47.976082+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 20: streamFormat->fBitDepth = 24 2021-10-13 09:52:47.976082+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 32: streamFormat->fBitWidth = 32 2021-10-13 09:52:47.976083+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 0: streamFormat->fAlignment = 0 2021-10-13 09:52:47.976084+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 1: streamFormat->fByteOrder = 1 2021-10-13 09:52:47.976085+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 2: streamFormat->fNumChannels = 2 2021-10-13 09:52:47.976086+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 0x6c70636d: streamFormat->fSampleFormat = 0x6c70636d 2021-10-13 09:52:47.976087+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 0x73696e74: streamFormat->fNumericRepresentation = 0x73696e74 2021-10-13 09:52:47.976088+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 20: streamFormat->fBitDepth = 24 2021-10-13 09:52:47.976088+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 32: streamFormat->fBitWidth = 32 2021-10-13 09:52:47.976089+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 0: streamFormat->fAlignment = 0 2021-10-13 09:52:47.976090+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 1: streamFormat->fByteOrder = 1 2021-10-13 09:52:47.976091+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 2: streamFormat->fNumChannels = 2 2021-10-13 09:52:47.976091+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 0x6c70636d: streamFormat->fSampleFormat = 0x6c70636d 2021-10-13 09:52:47.976092+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 0x73696e74: streamFormat->fNumericRepresentation = 0x73696e74 2021-10-13 09:52:47.976093+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 20: streamFormat->fBitDepth = 24 2021-10-13 09:52:47.976094+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 32: streamFormat->fBitWidth = 32 2021-10-13 09:52:47.976095+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 0: streamFormat->fAlignment = 0 2021-10-13 09:52:47.976095+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 1: streamFormat->fByteOrder = 1 2021-10-13 09:52:47.976096+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 2: streamFormat->fNumChannels = 2 2021-10-13 09:52:47.976097+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 0x6c70636d: streamFormat->fSampleFormat = 0x6c70636d 2021-10-13 09:52:47.976098+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 0x73696e74: streamFormat->fNumericRepresentation = 0x73696e74 2021-10-13 09:52:47.976099+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 24: streamFormat->fBitDepth = 24 2021-10-13 09:52:47.976099+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 32: streamFormat->fBitWidth = 32 2021-10-13 09:52:47.976100+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 0: streamFormat->fAlignment = 0 2021-10-13 09:52:47.976101+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 1: streamFormat->fByteOrder = 1 2021-10-13 09:52:47.976101+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 2: streamFormat->fNumChannels = 2 2021-10-13 09:52:47.976102+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 0x6c70636d: streamFormat->fSampleFormat = 0x6c70636d 2021-10-13 09:52:47.976103+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 0x73696e74: streamFormat->fNumericRepresentation = 0x73696e74 2021-10-13 09:52:47.976104+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 24: streamFormat->fBitDepth = 24 2021-10-13 09:52:47.976105+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 32: streamFormat->fBitWidth = 32 2021-10-13 09:52:47.976105+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 0: streamFormat->fAlignment = 0 2021-10-13 09:52:47.976106+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 1: streamFormat->fByteOrder = 1 2021-10-13 09:52:47.976107+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 2: streamFormat->fNumChannels = 2 2021-10-13 09:52:47.976108+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 0x6c70636d: streamFormat->fSampleFormat = 0x6c70636d 2021-10-13 09:52:47.976109+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 0x73696e74: streamFormat->fNumericRepresentation = 0x73696e74 2021-10-13 09:52:47.976110+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 24: streamFormat->fBitDepth = 24 2021-10-13 09:52:47.976110+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 32: streamFormat->fBitWidth = 32 2021-10-13 09:52:47.976111+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 0: streamFormat->fAlignment = 0 2021-10-13 09:52:47.976112+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) 1: streamFormat->fByteOrder = 1 2021-10-13 09:52:47.976113+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioStream[<private>]::validateFormat(<private>, <private>, <private>) returns 1 2021-10-13 09:52:47.976115+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioEngine[<private>]::pauseAudioEngine() 2021-10-13 09:52:47.976116+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngine[<private>]::pauseAudioEngine() returns 0x0 2021-10-13 09:52:47.976118+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) +-IOAudioEngine[<private>]::performFormatChange(<private>, <private>, <private>, 0x0) 2021-10-13 09:52:47.978290+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioEngine[<private>]::setNumSampleFramesPerBuffer(0xc000) 2021-10-13 09:52:47.978293+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngine[<private>]::setNumSampleFramesPerBuffer(0xc000) 2021-10-13 09:52:47.978429+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) +-IOAudioEngine[<private>]::setSampleRate(<private>) 2021-10-13 09:52:47.979755+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioEngine[<private>]::updateChannelNumbers () 2021-10-13 09:52:47.979756+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) o=2 i=0 2021-10-13 09:52:47.979763+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngine[<private>]::updateChannelNumbers () 2021-10-13 09:52:47.979764+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioEngine[<private>]::sendFormatChangeNotification(<private>) 2021-10-13 09:52:47.979765+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngine[<private>]::sendFormatChangeNotification(<private>) 2021-10-13 09:52:47.979766+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioEngine[<private>]::resumeAudioEngine() 2021-10-13 09:52:47.979767+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngine[<private>]::resumeAudioEngine() returns 0x0 2021-10-13 09:52:47.979769+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) IOAudioStream[<private>]::setFormat(<private>, <private>) returns 0x0 2021-10-13 09:52:47.979770+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) +- IOAudioEngine[<private>]::completeConfigurationChange() 2021-10-13 09:52:47.980737+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) +-IOAudioEngine[<private>]::beginConfigurationChange() 2021-10-13 09:52:47.980739+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) +- IOAudioEngine[<private>]::completeConfigurationChange() 2021-10-13 09:52:47.980741+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngine[<private>]::start(<private>, <private>) 2021-10-13 09:52:47.980742+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngine[<private>]::start(<private>) returns 1 2021-10-13 09:52:47.980753+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioEngine[<private>]::registerService(0x0) 2021-10-13 09:52:47.980754+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioEngine[<private>]::updateChannelNumbers () 2021-10-13 09:52:47.980755+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) o=2 i=0 2021-10-13 09:52:47.980759+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngine[<private>]::updateChannelNumbers () 2021-10-13 09:52:47.980787+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngine[<private>]::registerService(0x0) 2021-10-13 09:52:47.980788+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioDevice[<private>]::activateAudioEngine(<private>, 1) returns 0x0 2021-10-13 09:52:47.981123+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) +-IOAudioEngine[<private>]::beginConfigurationChange() 2021-10-13 09:52:47.983605+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) +- IOAudioEngine[<private>]::completeConfigurationChange() 2021-10-13 09:52:47.985046+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) +-IOAudioEngine[<private>]::beginConfigurationChange() 2021-10-13 09:52:47.985050+0100 0x30c Default 0x0 0 0 kernel: (IOAudioFamily) +- IOAudioEngine[<private>]::completeConfigurationChange() 2021-10-13 09:52:47.986967+0100 0x30c Default 0x0 0 0 kernel: kPEEnableScreen 1 2021-10-13 09:52:47.993262+0100 0x682 Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioEngine[<private>]::newUserClient(0x<private>, <private>, 0x0, 0x0, <private>) 2021-10-13 09:52:47.993265+0100 0x682 Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioEngineUserClient[<private>]::initWithAudioEngine(<private>, 0x<private>, <private>, 0x0, 0x0) 2021-10-13 09:52:47.993269+0100 0x682 Default 0x0 0 0 kernel: (IOAudioFamily) +- IOAudioEngineUserClient[<private>]::setOnline(0) 2021-10-13 09:52:47.993298+0100 0x682 Default 0x0 0 0 kernel: (IOAudioFamily) ConnectionID:0x8da3cb59 2021-10-13 09:52:47.993302+0100 0x682 Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngineUserClient[<private>]::initWithAudioEngine(<private>, 0x<private>, <private>, 0x0, 0x0) returns 1 2021-10-13 09:52:47.993303+0100 0x682 Default 0x0 0 0 kernel: (IOAudioFamily) +- IOAudioEngineUserClient::withAudioEngine(<private>, 0x<private>, <private>, 0x0, 0x0) returns <private> 2021-10-13 09:52:47.993308+0100 0x682 Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioEngine::addUserClientAction(<private>, <private>) 2021-10-13 09:52:47.993309+0100 0x682 Default 0x0 0 0 kernel: (IOAudioFamily) +- IOAudioEngine[<private>]::addUserClient(<private>) returns 0x0 2021-10-13 09:52:47.993310+0100 0x682 Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngine::addUserClientAction(<private>, <private>) returns 0x0 2021-10-13 09:52:47.993311+0100 0x682 Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngine[<private>]::newUserClient(0x<private>, <private>, 0x0, 0x0, <private>) 2021-10-13 09:52:47.993333+0100 0x682 Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioEngineUserClient[<private>]::clientMemoryForType(0x0, 0x0, <private>) 2021-10-13 09:52:47.993334+0100 0x682 Default 0x0 0 0 kernel: (IOAudioFamily) +-IOAudioEngine[<private>]::getStatusDescriptor() 2021-10-13 09:52:47.993336+0100 0x682 Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngineUserClient[<private>]::clientMemoryForType(0x0, 0x1000, <private>) returns 0x0 2021-10-13 09:52:47.993352+0100 0x682 Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngineUserClient[<private>]::registerFormatNotification(0x<private>, 0x34) returns 0x0 2021-10-13 09:52:47.993353+0100 0x682 Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngineUserClient::registerNotificationAction(<private>, <private>) returns 0x0 2021-10-13 09:52:47.993354+0100 0x682 Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngineUserClient[<private>]::registerNotificationPort(0x<private>, 0x0, 0x34) returns 0x0 2021-10-13 09:52:48.001788+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) kIOFBNotifyDisplayModeWillChange notification received on Fb 0 at time 18203 2021-10-13 09:52:48.001799+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) Transitioning wsaa from 0->0 2021-10-13 09:52:48.001803+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) kIOFBNotifyDisplayModeWillChange notification received on Fb 0 at time 18203 2021-10-13 09:52:48.001805+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) kIOFBNotifyWSAADidExitDefer notification received for fb 0 2021-10-13 09:52:48.010120+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioStream[<private>]::setProperties(<private>) 2021-10-13 09:52:48.010127+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) +-IOAudioEngine[<private>]::beginConfigurationChange() 2021-10-13 09:52:48.010128+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioStream[<private>]::setFormat(<private>, <private>) 2021-10-13 09:52:48.010130+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioStream[<private>]::validateFormat(<private>, <private>, <private>) 2021-10-13 09:52:48.010131+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) 2: streamFormat->fNumChannels = 2 2021-10-13 09:52:48.010132+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) 0x6c70636d: streamFormat->fSampleFormat = 0x6c70636d 2021-10-13 09:52:48.010133+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) 0x73696e74: streamFormat->fNumericRepresentation = 0x73696e74 2021-10-13 09:52:48.010134+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) 16: streamFormat->fBitDepth = 24 2021-10-13 09:52:48.010135+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) 16: streamFormat->fBitWidth = 32 2021-10-13 09:52:48.010135+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) 0: streamFormat->fAlignment = 0 2021-10-13 09:52:48.010136+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) 1: streamFormat->fByteOrder = 1 2021-10-13 09:52:48.010137+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) 2: streamFormat->fNumChannels = 2 2021-10-13 09:52:48.010138+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) 0x6c70636d: streamFormat->fSampleFormat = 0x6c70636d 2021-10-13 09:52:48.010139+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) 0x73696e74: streamFormat->fNumericRepresentation = 0x73696e74 2021-10-13 09:52:48.010140+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) 16: streamFormat->fBitDepth = 24 2021-10-13 09:52:48.010141+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) 16: streamFormat->fBitWidth = 32 2021-10-13 09:52:48.010141+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) 0: streamFormat->fAlignment = 0 2021-10-13 09:52:48.010142+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) 1: streamFormat->fByteOrder = 1 2021-10-13 09:52:48.010143+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) 2: streamFormat->fNumChannels = 2 2021-10-13 09:52:48.010144+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) 0x6c70636d: streamFormat->fSampleFormat = 0x6c70636d 2021-10-13 09:52:48.010145+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) 0x73696e74: streamFormat->fNumericRepresentation = 0x73696e74 2021-10-13 09:52:48.010145+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) 16: streamFormat->fBitDepth = 24 2021-10-13 09:52:48.010146+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) 16: streamFormat->fBitWidth = 32 2021-10-13 09:52:48.010147+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) 0: streamFormat->fAlignment = 0 2021-10-13 09:52:48.010147+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) 1: streamFormat->fByteOrder = 1 2021-10-13 09:52:48.010148+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) 2: streamFormat->fNumChannels = 2 2021-10-13 09:52:48.010149+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) 0x6c70636d: streamFormat->fSampleFormat = 0x6c70636d 2021-10-13 09:52:48.010150+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) 0x73696e74: streamFormat->fNumericRepresentation = 0x73696e74 2021-10-13 09:52:48.010151+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) 16: streamFormat->fBitDepth = 24 2021-10-13 09:52:48.010151+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) 16: streamFormat->fBitWidth = 32 2021-10-13 09:52:48.010152+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) 0: streamFormat->fAlignment = 0 2021-10-13 09:52:48.010153+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) 1: streamFormat->fByteOrder = 1 2021-10-13 09:52:48.010154+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) 2: streamFormat->fNumChannels = 2 2021-10-13 09:52:48.010155+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) 0x6c70636d: streamFormat->fSampleFormat = 0x6c70636d 2021-10-13 09:52:48.010155+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) 0x73696e74: streamFormat->fNumericRepresentation = 0x73696e74 2021-10-13 09:52:48.010162+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) 20: streamFormat->fBitDepth = 24 2021-10-13 09:52:48.010164+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) 32: streamFormat->fBitWidth = 32 2021-10-13 09:52:48.010165+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) 0: streamFormat->fAlignment = 0 2021-10-13 09:52:48.010166+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) 1: streamFormat->fByteOrder = 1 2021-10-13 09:52:48.010167+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) 2: streamFormat->fNumChannels = 2 2021-10-13 09:52:48.010169+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) 0x6c70636d: streamFormat->fSampleFormat = 0x6c70636d 2021-10-13 09:52:48.010170+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) 0x73696e74: streamFormat->fNumericRepresentation = 0x73696e74 2021-10-13 09:52:48.010171+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) 20: streamFormat->fBitDepth = 24 2021-10-13 09:52:48.010172+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) 32: streamFormat->fBitWidth = 32 2021-10-13 09:52:48.010173+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) 0: streamFormat->fAlignment = 0 2021-10-13 09:52:48.010174+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) 1: streamFormat->fByteOrder = 1 2021-10-13 09:52:48.010175+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) 2: streamFormat->fNumChannels = 2 2021-10-13 09:52:48.010177+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) 0x6c70636d: streamFormat->fSampleFormat = 0x6c70636d 2021-10-13 09:52:48.010178+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) 0x73696e74: streamFormat->fNumericRepresentation = 0x73696e74 2021-10-13 09:52:48.010179+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) 20: streamFormat->fBitDepth = 24 2021-10-13 09:52:48.010180+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) 32: streamFormat->fBitWidth = 32 2021-10-13 09:52:48.010181+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) 0: streamFormat->fAlignment = 0 2021-10-13 09:52:48.010182+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) 1: streamFormat->fByteOrder = 1 2021-10-13 09:52:48.010184+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) 2: streamFormat->fNumChannels = 2 2021-10-13 09:52:48.010185+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) 0x6c70636d: streamFormat->fSampleFormat = 0x6c70636d 2021-10-13 09:52:48.010187+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) 0x73696e74: streamFormat->fNumericRepresentation = 0x73696e74 2021-10-13 09:52:48.010188+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) 20: streamFormat->fBitDepth = 24 2021-10-13 09:52:48.010189+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) 32: streamFormat->fBitWidth = 32 2021-10-13 09:52:48.010190+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) 0: streamFormat->fAlignment = 0 2021-10-13 09:52:48.010191+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) 1: streamFormat->fByteOrder = 1 2021-10-13 09:52:48.010192+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) 2: streamFormat->fNumChannels = 2 2021-10-13 09:52:48.010194+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) 0x6c70636d: streamFormat->fSampleFormat = 0x6c70636d 2021-10-13 09:52:48.010195+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) 0x73696e74: streamFormat->fNumericRepresentation = 0x73696e74 2021-10-13 09:52:48.010196+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) 24: streamFormat->fBitDepth = 24 2021-10-13 09:52:48.010197+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) 32: streamFormat->fBitWidth = 32 2021-10-13 09:52:48.010198+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) 0: streamFormat->fAlignment = 0 2021-10-13 09:52:48.010199+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) 1: streamFormat->fByteOrder = 1 2021-10-13 09:52:48.010201+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) 2: streamFormat->fNumChannels = 2 2021-10-13 09:52:48.010202+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) 0x6c70636d: streamFormat->fSampleFormat = 0x6c70636d 2021-10-13 09:52:48.010203+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) 0x73696e74: streamFormat->fNumericRepresentation = 0x73696e74 2021-10-13 09:52:48.010204+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) 24: streamFormat->fBitDepth = 24 2021-10-13 09:52:48.010214+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) 32: streamFormat->fBitWidth = 32 2021-10-13 09:52:48.010215+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) 0: streamFormat->fAlignment = 0 2021-10-13 09:52:48.010216+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) 1: streamFormat->fByteOrder = 1 2021-10-13 09:52:48.010217+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) 2: streamFormat->fNumChannels = 2 2021-10-13 09:52:48.010219+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) 0x6c70636d: streamFormat->fSampleFormat = 0x6c70636d 2021-10-13 09:52:48.010220+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) 0x73696e74: streamFormat->fNumericRepresentation = 0x73696e74 2021-10-13 09:52:48.010221+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) 24: streamFormat->fBitDepth = 24 2021-10-13 09:52:48.010223+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) 32: streamFormat->fBitWidth = 32 2021-10-13 09:52:48.010224+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) 0: streamFormat->fAlignment = 0 2021-10-13 09:52:48.010225+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) 1: streamFormat->fByteOrder = 1 2021-10-13 09:52:48.010227+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioStream[<private>]::validateFormat(<private>, <private>, <private>) returns 1 2021-10-13 09:52:48.010231+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioEngine[<private>]::pauseAudioEngine() 2021-10-13 09:52:48.010233+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngine[<private>]::pauseAudioEngine() returns 0x0 2021-10-13 09:52:48.010235+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) +-IOAudioEngine[<private>]::performFormatChange(<private>, <private>, <private>, 0x0) 2021-10-13 09:52:48.011507+0100 0x30c Default 0x0 0 0 kernel: (IOSurface) I 2021-10-13 09:52:48.011530+0100 0x30c Default 0x0 0 0 kernel: (IOSurface) I 2021-10-13 09:52:48.012382+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioEngine[<private>]::setNumSampleFramesPerBuffer(0xc000) 2021-10-13 09:52:48.012386+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngine[<private>]::setNumSampleFramesPerBuffer(0xc000) 2021-10-13 09:52:48.012387+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) +-IOAudioEngine[<private>]::setSampleRate(<private>) 2021-10-13 09:52:48.013836+0100 0x696 Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioEngine[<private>]::newUserClient(0x<private>, <private>, 0x0, 0x0, <private>) 2021-10-13 09:52:48.013840+0100 0x696 Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioEngineUserClient[<private>]::initWithAudioEngine(<private>, 0x<private>, <private>, 0x0, 0x0) 2021-10-13 09:52:48.013843+0100 0x696 Default 0x0 0 0 kernel: (IOAudioFamily) +- IOAudioEngineUserClient[<private>]::setOnline(0) 2021-10-13 09:52:48.013855+0100 0x696 Default 0x0 0 0 kernel: (IOAudioFamily) ConnectionID:0x34eefac7 2021-10-13 09:52:48.013950+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioEngine[<private>]::sendFormatChangeNotification(<private>) 2021-10-13 09:52:48.013951+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngine[<private>]::sendFormatChangeNotification(<private>) 2021-10-13 09:52:48.013952+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioEngine[<private>]::resumeAudioEngine() 2021-10-13 09:52:48.013953+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngine[<private>]::resumeAudioEngine() returns 0x0 2021-10-13 09:52:48.013955+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) IOAudioStream[<private>]::setFormat(<private>, <private>) returns 0x0 2021-10-13 09:52:48.013962+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) +- IOAudioEngine[<private>]::completeConfigurationChange() 2021-10-13 09:52:48.013968+0100 0x50c Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioStream[<private>]::setProperties(<private>) returns 0x0 2021-10-13 09:52:48.013973+0100 0x696 Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngineUserClient[<private>]::initWithAudioEngine(<private>, 0x<private>, <private>, 0x0, 0x0) returns 1 2021-10-13 09:52:48.013975+0100 0x696 Default 0x0 0 0 kernel: (IOAudioFamily) +- IOAudioEngineUserClient::withAudioEngine(<private>, 0x<private>, <private>, 0x0, 0x0) returns <private> 2021-10-13 09:52:48.013980+0100 0x696 Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioEngine::addUserClientAction(<private>, <private>) 2021-10-13 09:52:48.013982+0100 0x696 Default 0x0 0 0 kernel: (IOAudioFamily) +- IOAudioEngine[<private>]::addUserClient(<private>) returns 0x0 2021-10-13 09:52:48.013983+0100 0x696 Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngine::addUserClientAction(<private>, <private>) returns 0x0 2021-10-13 09:52:48.013984+0100 0x696 Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngine[<private>]::newUserClient(0x<private>, <private>, 0x0, 0x0, <private>) 2021-10-13 09:52:48.014011+0100 0x696 Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngineUserClient[<private>]::registerFormatNotification(0x<private>, 0x100) returns 0x0 2021-10-13 09:52:48.014012+0100 0x696 Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngineUserClient::registerNotificationAction(<private>, <private>) returns 0x0 2021-10-13 09:52:48.014013+0100 0x696 Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngineUserClient[<private>]::registerNotificationPort(0x<private>, 0x0, 0x100) returns 0x0 2021-10-13 09:52:48.015447+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0 Depth:0 Active:1920x1080 Scaled:0x0 PixelClock:148500000 ScalerFlags:0 SignalConfig:0 2021-10-13 09:52:48.015489+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0 Depth:0 Active:1920x1080 Scaled:0x0 PixelClock:148500000 ScalerFlags:0 SignalConfig:0 2021-10-13 09:52:48.015516+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0 Depth:0 Active:1920x1080 Scaled:0x0 PixelClock:74250000 ScalerFlags:0 SignalConfig:0x4 2021-10-13 09:52:48.015541+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0 Depth:0 Active:1920x1080 Scaled:0x0 PixelClock:74250000 ScalerFlags:0 SignalConfig:0x4 2021-10-13 09:52:48.015565+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0 Depth:0 Active:1280x720 Scaled:0x0 PixelClock:74250000 ScalerFlags:0 SignalConfig:0 2021-10-13 09:52:48.015597+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0 Depth:0 Active:1280x720 Scaled:0x0 PixelClock:74250000 ScalerFlags:0 SignalConfig:0 2021-10-13 09:52:48.015619+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0 Depth:0 Active:720x480 Scaled:0x0 PixelClock:27000000 ScalerFlags:0 SignalConfig:0 2021-10-13 09:52:48.015643+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0 Depth:0 Active:720x576 Scaled:0x0 PixelClock:27000000 ScalerFlags:0 SignalConfig:0 2021-10-13 09:52:48.015670+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0 Depth:0 Active:720x480 Scaled:0x0 PixelClock:27000000 ScalerFlags:0 SignalConfig:0 2021-10-13 09:52:48.015692+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0 Depth:0 Active:720x576 Scaled:0x0 PixelClock:27000000 ScalerFlags:0 SignalConfig:0 2021-10-13 09:52:48.015727+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0 Depth:0 Active:640x480 Scaled:0x0 PixelClock:25174999 ScalerFlags:0 SignalConfig:0 2021-10-13 09:52:48.015754+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0 Depth:0 Active:720x480 Scaled:0x0 PixelClock:27000000 ScalerFlags:0 SignalConfig:0x2 2021-10-13 09:52:48.015778+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0 Depth:0 Active:1280x720 Scaled:0x0 PixelClock:74250000 ScalerFlags:0 SignalConfig:0x2 2021-10-13 09:52:48.015801+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0 Depth:0 Active:1280x720 Scaled:0x0 PixelClock:74250000 ScalerFlags:0 SignalConfig:0x2 2021-10-13 09:52:48.015823+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0 Depth:0 Active:720x576 Scaled:0x0 PixelClock:27000000 ScalerFlags:0 SignalConfig:0x2 2021-10-13 09:52:48.016131+0100 0x30c Default 0x0 0 0 kernel: kPEDisableScreen 1 2021-10-13 09:52:48.016136+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) kIOFBNotifyDisplayModeWillChange notification received on Fb 0 at time 18217 2021-10-13 09:52:48.016139+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) kIOFBNotifyDisplayModeWillChange notification received for fb 0 2021-10-13 09:52:48.016142+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) kIOFBNotifyWSAAWillEnterDefer notification received for fb 0 2021-10-13 09:52:48.017447+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Modeset] (displayMode=80001000, depth=0) fb=0, fOnline=1 at 18219006 2021-10-13 09:52:48.017452+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Modeset] Setting display mode on index 0 2560 x 1440 -> 0 x 0 encoded with 0x0 0 bpc with color 0 and range 0 2021-10-13 09:52:48.017456+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Modeset] FB0 setting mode on display hardware at 18219016 2021-10-13 09:52:48.017721+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Modeset] FB0: Partial modeset 2021-10-13 09:52:48.034791+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Modeset] fb0: return 0 at 18236348 2021-10-13 09:52:48.039501+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) kIOFBNotifyDisplayModeWillChange notification received on Fb 0 at time 18241 2021-10-13 09:52:48.039504+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) kIOFBNotifyDisplayModeDidChange notification received for fb 0 2021-10-13 09:52:48.039506+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) kIOFBNotifyWSAADidExitDefer notification received for fb 0 2021-10-13 09:52:48.039535+0100 0x30c Default 0x0 0 0 kernel: kPEEnableScreen 1 2021-10-13 09:52:48.041856+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) kIOFBNotifyDisplayModeWillChange notification received on Fb 1 at time 18243 2021-10-13 09:52:48.041866+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) Transitioning wsaa from 0->0 2021-10-13 09:52:48.041870+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) kIOFBNotifyDisplayModeWillChange notification received on Fb 1 at time 18243 2021-10-13 09:52:48.041872+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) kIOFBNotifyWSAADidExitDefer notification received for fb 1 2021-10-13 09:52:48.043833+0100 0x30c Default 0x0 0 0 kernel: (IOSurface) I 2021-10-13 09:52:48.043848+0100 0x30c Default 0x0 0 0 kernel: (IOSurface) I 2021-10-13 09:52:48.044982+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0 Depth:0 Active:1920x1080 Scaled:0x0 PixelClock:148500000 ScalerFlags:0 SignalConfig:0 2021-10-13 09:52:48.045015+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0 Depth:0 Active:1920x1080 Scaled:0x0 PixelClock:148500000 ScalerFlags:0 SignalConfig:0 2021-10-13 09:52:48.045040+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0 Depth:0 Active:1920x1080 Scaled:0x0 PixelClock:74250000 ScalerFlags:0 SignalConfig:0x4 2021-10-13 09:52:48.045064+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0 Depth:0 Active:1920x1080 Scaled:0x0 PixelClock:74250000 ScalerFlags:0 SignalConfig:0x4 2021-10-13 09:52:48.045087+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0 Depth:0 Active:1280x720 Scaled:0x0 PixelClock:74250000 ScalerFlags:0 SignalConfig:0 2021-10-13 09:52:48.045110+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0 Depth:0 Active:1280x720 Scaled:0x0 PixelClock:74250000 ScalerFlags:0 SignalConfig:0 2021-10-13 09:52:48.045146+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0 Depth:0 Active:720x480 Scaled:0x0 PixelClock:27000000 ScalerFlags:0 SignalConfig:0 2021-10-13 09:52:48.045169+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0 Depth:0 Active:720x576 Scaled:0x0 PixelClock:27000000 ScalerFlags:0 SignalConfig:0 2021-10-13 09:52:48.045192+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0 Depth:0 Active:720x480 Scaled:0x0 PixelClock:27000000 ScalerFlags:0 SignalConfig:0 2021-10-13 09:52:48.045221+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0 Depth:0 Active:720x576 Scaled:0x0 PixelClock:27000000 ScalerFlags:0 SignalConfig:0 2021-10-13 09:52:48.045242+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0 Depth:0 Active:640x480 Scaled:0x0 PixelClock:25174999 ScalerFlags:0 SignalConfig:0 2021-10-13 09:52:48.045272+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0 Depth:0 Active:720x480 Scaled:0x0 PixelClock:27000000 ScalerFlags:0 SignalConfig:0x2 2021-10-13 09:52:48.045291+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0 Depth:0 Active:1280x720 Scaled:0x0 PixelClock:74250000 ScalerFlags:0 SignalConfig:0x2 2021-10-13 09:52:48.045311+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0 Depth:0 Active:1280x720 Scaled:0x0 PixelClock:74250000 ScalerFlags:0 SignalConfig:0x2 2021-10-13 09:52:48.045331+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Validate_Detailed_Timing] FB0 Online:1 Mode:0 Depth:0 Active:720x576 Scaled:0x0 PixelClock:27000000 ScalerFlags:0 SignalConfig:0x2 2021-10-13 09:52:48.048258+0100 0x30c Default 0x0 0 0 kernel: kPEDisableScreen 1 2021-10-13 09:52:48.048278+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) kIOFBNotifyDisplayModeWillChange notification received on Fb 0 at time 18249 2021-10-13 09:52:48.048281+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) kIOFBNotifyDisplayModeWillChange notification received for fb 0 2021-10-13 09:52:48.048283+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) kIOFBNotifyWSAAWillEnterDefer notification received for fb 0 2021-10-13 09:52:48.048935+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Modeset] (displayMode=80001000, depth=0) fb=0, fOnline=1 at 18250493 2021-10-13 09:52:48.048940+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Modeset] Setting display mode on index 0 2560 x 1440 -> 0 x 0 encoded with 0x0 0 bpc with color 0 and range 0 2021-10-13 09:52:48.048944+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Modeset] FB0 setting mode on display hardware at 18250504 2021-10-13 09:52:48.049184+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Modeset] FB0: Partial modeset 2021-10-13 09:52:48.068151+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Modeset] fb0: return 0 at 18269709 2021-10-13 09:52:48.072622+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) kIOFBNotifyDisplayModeWillChange notification received on Fb 0 at time 18274 2021-10-13 09:52:48.072624+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) kIOFBNotifyDisplayModeDidChange notification received for fb 0 2021-10-13 09:52:48.072626+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) kIOFBNotifyWSAADidExitDefer notification received for fb 0 2021-10-13 09:52:48.072653+0100 0x30c Default 0x0 0 0 kernel: kPEEnableScreen 1 2021-10-13 09:52:48.074711+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) kIOFBNotifyDisplayModeWillChange notification received on Fb 2 at time 18276 2021-10-13 09:52:48.074721+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) Transitioning wsaa from 0->0 2021-10-13 09:52:48.074725+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) kIOFBNotifyDisplayModeWillChange notification received on Fb 2 at time 18276 2021-10-13 09:52:48.074727+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) kIOFBNotifyWSAADidExitDefer notification received for fb 2 2021-10-13 09:52:48.168281+0100 0x697 Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioEngine[<private>]::newUserClient(0x<private>, <private>, 0x0, 0x0, <private>) 2021-10-13 09:52:48.168284+0100 0x697 Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioEngineUserClient[<private>]::initWithAudioEngine(<private>, 0x<private>, <private>, 0x0, 0x0) 2021-10-13 09:52:48.168289+0100 0x697 Default 0x0 0 0 kernel: (IOAudioFamily) +- IOAudioEngineUserClient[<private>]::setOnline(0) 2021-10-13 09:52:48.168296+0100 0x697 Default 0x0 0 0 kernel: (IOAudioFamily) ConnectionID:0xd6e5c780 2021-10-13 09:52:48.168300+0100 0x697 Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngineUserClient[<private>]::initWithAudioEngine(<private>, 0x<private>, <private>, 0x0, 0x0) returns 1 2021-10-13 09:52:48.168301+0100 0x697 Default 0x0 0 0 kernel: (IOAudioFamily) +- IOAudioEngineUserClient::withAudioEngine(<private>, 0x<private>, <private>, 0x0, 0x0) returns <private> 2021-10-13 09:52:48.168306+0100 0x697 Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioEngine::addUserClientAction(<private>, <private>) 2021-10-13 09:52:48.168308+0100 0x697 Default 0x0 0 0 kernel: (IOAudioFamily) +- IOAudioEngine[<private>]::addUserClient(<private>) returns 0x0 2021-10-13 09:52:48.168309+0100 0x697 Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngine::addUserClientAction(<private>, <private>) returns 0x0 2021-10-13 09:52:48.168311+0100 0x697 Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngine[<private>]::newUserClient(0x<private>, <private>, 0x0, 0x0, <private>) 2021-10-13 09:52:48.168332+0100 0x697 Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngineUserClient[<private>]::registerFormatNotification(0x<private>, 0x100) returns 0x0 2021-10-13 09:52:48.168333+0100 0x697 Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngineUserClient::registerNotificationAction(<private>, <private>) returns 0x0 2021-10-13 09:52:48.168335+0100 0x697 Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngineUserClient[<private>]::registerNotificationPort(0x<private>, 0x0, 0x100) returns 0x0 2021-10-13 09:52:48.189795+0100 0x30c Default 0x0 0 0 kernel: (IOSurface) I 2021-10-13 09:52:48.189822+0100 0x30c Default 0x0 0 0 kernel: (IOSurface) I 2021-10-13 09:52:48.328341+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) kIOFBNotifyDisplayModeWillChange notification received on Fb 0 at time 18529 2021-10-13 09:52:48.328344+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) kIOFBNotifyWSAAWillEnterDefer notification received for fb 0 2021-10-13 09:52:48.328361+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) Transitioning wsaa from 0->3 2021-10-13 09:52:48.328363+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) kIOFBNotifyDisplayModeWillChange notification received on Fb 0 at time 18529 2021-10-13 09:52:48.328378+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) kIOFBNotifyDisplayModeWillChange notification received on Fb 1 at time 18529 2021-10-13 09:52:48.328390+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) kIOFBNotifyWSAAWillEnterDefer notification received for fb 1 2021-10-13 09:52:48.328399+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) Transitioning wsaa from 0->3 2021-10-13 09:52:48.328401+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) kIOFBNotifyDisplayModeWillChange notification received on Fb 1 at time 18529 2021-10-13 09:52:48.328414+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) kIOFBNotifyDisplayModeWillChange notification received on Fb 2 at time 18529 2021-10-13 09:52:48.328415+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) kIOFBNotifyWSAAWillEnterDefer notification received for fb 2 2021-10-13 09:52:48.328424+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) Transitioning wsaa from 0->3 2021-10-13 09:52:48.328426+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) kIOFBNotifyDisplayModeWillChange notification received on Fb 2 at time 18529 2021-10-13 09:52:48.329086+0100 0x30c Fault 0x0 0 0 kernel: (IOAcceleratorFamily2) virtual IOReturn IOAccelSurface::set_id_mode(uint32_t, uint32_t): Surface mode contains bad bits 2021-10-13 09:52:48.329207+0100 0x30c Fault 0x0 0 0 kernel: (IOAcceleratorFamily2) virtual IOReturn IOAccelSurface::set_id_mode(uint32_t, uint32_t): Surface mode contains bad bits 2021-10-13 09:52:48.329306+0100 0x30c Fault 0x0 0 0 kernel: (IOAcceleratorFamily2) virtual IOReturn IOAccelSurface::set_id_mode(uint32_t, uint32_t): Surface mode contains bad bits 2021-10-13 09:52:48.329372+0100 0x30c Fault 0x0 0 0 kernel: (IOAcceleratorFamily2) virtual IOReturn IOAccelSurface::set_id_mode(uint32_t, uint32_t): Surface mode contains bad bits 2021-10-13 09:52:48.413553+0100 0x30c Default 0x0 0 0 kernel: kPEDisableScreen 1 2021-10-13 09:52:48.413560+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) kIOFBNotifyDisplayModeWillChange notification received on Fb 0 at time 18615 2021-10-13 09:52:48.413563+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) kIOFBNotifyDisplayModeWillChange notification received for fb 0 2021-10-13 09:52:48.413565+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) kIOFBNotifyWSAAWillEnterDefer notification received for fb 0 2021-10-13 09:52:48.414187+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Modeset] (displayMode=80001000, depth=0) fb=0, fOnline=1 at 18615745 2021-10-13 09:52:48.414192+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Modeset] Setting display mode on index 0 2560 x 1440 -> 0 x 0 encoded with 0x0 0 bpc with color 0 and range 0 2021-10-13 09:52:48.414196+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Modeset] FB0 setting mode on display hardware at 18615756 2021-10-13 09:52:48.414433+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Modeset] FB0: Partial modeset 2021-10-13 09:52:48.435060+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Modeset] fb0: return 0 at 18636617 2021-10-13 09:52:48.439711+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) kIOFBNotifyDisplayModeWillChange notification received on Fb 0 at time 18641 2021-10-13 09:52:48.439714+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) kIOFBNotifyDisplayModeDidChange notification received for fb 0 2021-10-13 09:52:48.439715+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) kIOFBNotifyWSAADidExitDefer notification received for fb 0 2021-10-13 09:52:48.439746+0100 0x30c Default 0x0 0 0 kernel: kPEEnableScreen 1 2021-10-13 09:52:48.587674+0100 0x977 Default 0x0 0 0 kernel: (apfs) apfs_vfsop_unmount:2441: disk3: unmounting volume 'MacHD' 2021-10-13 09:52:48.587680+0100 0x977 Default 0x0 0 0 kernel: (apfs) apfs_vfsop_unmount:2474: disk3s5: waiting for purgatory cleaner to finish 2021-10-13 09:52:48.587753+0100 0x977 Default 0x0 0 0 kernel: (apfs) authapfs_seal_restore:481: disk3s5: integrity protection will be re-enabled 2021-10-13 09:52:48.587757+0100 0x977 Default 0x0 0 0 kernel: (apfs) apfs_vfsop_unmount:2798: nx_num_vols_mounted is 5 2021-10-13 09:52:48.587760+0100 0x977 Default 0x0 0 0 kernel: (apfs) apfs: total mem allocated: 68560268 (65 mb); 2021-10-13 09:52:48.587764+0100 0x977 Default 0x0 0 0 kernel: (apfs) apfs_vfsop_unmount:2807: all done. going home. (numMountedAPFSVolumes 5) 2021-10-13 09:52:48.883289+0100 0x59b Default 0x0 0 0 kernel: (ALF) ALF, old data swfs_pid_entry <private>, updaterules_msg <private>, updaterules_state <private> 2021-10-13 09:52:48.916627+0100 0x60e Default 0x0 0 0 kernel: (ALF) ALF, hash_free: found kext_info <private> 2021-10-13 09:52:48.979162+0100 0x30c Default 0x0 0 0 kernel: IOConsoleUsers: time(0) 0->0, lin 0, llk 0, 2021-10-13 09:52:48.979171+0100 0x30c Default 0x0 0 0 kernel: IOConsoleUsers: gIOScreenLockState 3, hs 0, bs 0, now 0, sm 0x0 2021-10-13 09:52:48.981128+0100 0x30c Default 0x0 0 0 kernel: IOConsoleUsers: time(0) 0->0, lin 0, llk 0, 2021-10-13 09:52:48.981138+0100 0x30c Default 0x0 0 0 kernel: IOConsoleUsers: gIOScreenLockState 3, hs 0, bs 0, now 0, sm 0x0 2021-10-13 09:52:49.045734+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) kIOFBNotifyDisplayModeWillChange notification received on Fb 0 at time 19247 2021-10-13 09:52:49.045746+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) Transitioning wsaa from 3->1 2021-10-13 09:52:49.045751+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) kIOFBNotifyDisplayModeWillChange notification received on Fb 0 at time 19247 2021-10-13 09:52:49.045753+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) kIOFBNotifyWSAADidExitDefer notification received for fb 0 2021-10-13 09:52:49.045769+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) kIOFBNotifyDisplayModeWillChange notification received on Fb 1 at time 19247 2021-10-13 09:52:49.045775+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) Transitioning wsaa from 3->1 2021-10-13 09:52:49.045780+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) kIOFBNotifyDisplayModeWillChange notification received on Fb 1 at time 19247 2021-10-13 09:52:49.045782+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) kIOFBNotifyWSAADidExitDefer notification received for fb 1 2021-10-13 09:52:49.045795+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) kIOFBNotifyDisplayModeWillChange notification received on Fb 2 at time 19247 2021-10-13 09:52:49.045801+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) Transitioning wsaa from 3->1 2021-10-13 09:52:49.045805+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) kIOFBNotifyDisplayModeWillChange notification received on Fb 2 at time 19247 2021-10-13 09:52:49.045807+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) kIOFBNotifyWSAADidExitDefer notification received for fb 2 2021-10-13 09:52:49.051097+0100 0x1ee Default 0x0 0 0 kernel: (Sandbox) Sandbox: 2 duplicate reports for fud allow mach-lookup com.apple.commcenter.coretelephony.xpc 2021-10-13 09:52:49.051101+0100 0x1ee Error 0x0 0 0 kernel: (Sandbox) Sandbox: corebrightnessd(147) deny(1) mach-lookup com.apple.coreservices.launchservicesd 2021-10-13 09:52:49.128156+0100 0x7c7 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] (fb=<private>) 2021-10-13 09:52:49.128159+0100 0x7c7 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] Port = 0x64100, AuxPort=0xe4110 2021-10-13 09:52:49.130166+0100 0x7c7 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] Fb0: DPCD DUMP 2021-10-13 09:52:49.130168+0100 0x7c7 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] 11 A 84 1 2021-10-13 09:52:49.130168+0100 0x7c7 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] 1 0 1 0 2021-10-13 09:52:49.130169+0100 0x7c7 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] 2 0 2 0 2021-10-13 09:52:49.130170+0100 0x7c7 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] 0 0 0 0 2021-10-13 09:52:49.130171+0100 0x7c7 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] DPCD_REV: 1.1 2021-10-13 09:52:49.130172+0100 0x7c7 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] GetDPCDInfo: MAX_LINK_RATE: 0XA 2021-10-13 09:52:49.130173+0100 0x7c7 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] MAX_LANE_COUNT: 4 2021-10-13 09:52:49.130173+0100 0x7c7 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] TP3 Supported: 0 2021-10-13 09:52:49.130174+0100 0x7c7 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] Enhanced Framing: 1 2021-10-13 09:52:49.130175+0100 0x7c7 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] GetDPCDInfo: Does NOT require AUX CH handshake?: 0 2021-10-13 09:52:49.130176+0100 0x7c7 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] Number of Receive Ports: 2 2021-10-13 09:52:49.130177+0100 0x7c7 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] Has downstream Port(s): 0 2021-10-13 09:52:49.130178+0100 0x7c7 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] Downstream detailed capability available: 0 2021-10-13 09:52:49.130178+0100 0x7c7 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] Has Main Link channel ANSI coding: 1 2021-10-13 09:52:49.130179+0100 0x7c7 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] Number of downstream ports: 0 2021-10-13 09:52:49.130180+0100 0x7c7 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] OUI Supported?: 0 2021-10-13 09:52:49.130180+0100 0x7c7 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] RP0 Local EDID?: 1 2021-10-13 09:52:49.130181+0100 0x7c7 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] RP0 used for secondary of preceding port?: 0 2021-10-13 09:52:49.130182+0100 0x7c7 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] RP0 buffer size: 32 bytes per lane 2021-10-13 09:52:49.130183+0100 0x7c7 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] RP1 Local EDID?: 1 2021-10-13 09:52:49.130183+0100 0x7c7 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] RP1 used for secondary of preceding port?: 0 2021-10-13 09:52:49.130184+0100 0x7c7 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] RP1 buffer size: 32 bytes per lane 2021-10-13 09:52:49.130426+0100 0x7c7 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] MST Capable: 0 2021-10-13 09:52:49.130790+0100 0x7c7 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] DWN_STRM_PORT0_CAP Type: 0 2021-10-13 09:52:49.130790+0100 0x7c7 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] DWN_STRM_PORT0_CAP HPD Aware: 0 2021-10-13 09:52:49.131058+0100 0x7c7 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] GetDPCDInfo: Sink Count 1 2021-10-13 09:52:49.131538+0100 0x7c7 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] eDP Configuration 0 2021-10-13 09:52:49.131539+0100 0x7c7 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] Link Training Interval 0 2021-10-13 09:52:49.131792+0100 0x7c7 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] (fb=<private>) 2021-10-13 09:52:49.131793+0100 0x7c7 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] Port = 0x64100, AuxPort=0xe4110 2021-10-13 09:52:49.133762+0100 0x7c7 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] Fb0: DPCD DUMP 2021-10-13 09:52:49.133763+0100 0x7c7 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] 11 A 84 1 2021-10-13 09:52:49.133764+0100 0x7c7 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] 1 0 1 0 2021-10-13 09:52:49.133765+0100 0x7c7 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] 2 0 2 0 2021-10-13 09:52:49.133765+0100 0x7c7 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] 0 0 0 0 2021-10-13 09:52:49.133766+0100 0x7c7 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] DPCD_REV: 1.1 2021-10-13 09:52:49.133767+0100 0x7c7 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] GetDPCDInfo: MAX_LINK_RATE: 0XA 2021-10-13 09:52:49.133768+0100 0x7c7 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] MAX_LANE_COUNT: 4 2021-10-13 09:52:49.133769+0100 0x7c7 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] TP3 Supported: 0 2021-10-13 09:52:49.133769+0100 0x7c7 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] Enhanced Framing: 1 2021-10-13 09:52:49.133770+0100 0x7c7 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] GetDPCDInfo: Does NOT require AUX CH handshake?: 0 2021-10-13 09:52:49.133771+0100 0x7c7 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] Number of Receive Ports: 2 2021-10-13 09:52:49.133772+0100 0x7c7 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] Has downstream Port(s): 0 2021-10-13 09:52:49.133772+0100 0x7c7 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] Downstream detailed capability available: 0 2021-10-13 09:52:49.133773+0100 0x7c7 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] Has Main Link channel ANSI coding: 1 2021-10-13 09:52:49.133774+0100 0x7c7 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] Number of downstream ports: 0 2021-10-13 09:52:49.133774+0100 0x7c7 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] OUI Supported?: 0 2021-10-13 09:52:49.133775+0100 0x7c7 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] RP0 Local EDID?: 1 2021-10-13 09:52:49.133776+0100 0x7c7 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] RP0 used for secondary of preceding port?: 0 2021-10-13 09:52:49.133777+0100 0x7c7 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] RP0 buffer size: 32 bytes per lane 2021-10-13 09:52:49.133777+0100 0x7c7 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] RP1 Local EDID?: 1 2021-10-13 09:52:49.133778+0100 0x7c7 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] RP1 used for secondary of preceding port?: 0 2021-10-13 09:52:49.133779+0100 0x7c7 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] RP1 buffer size: 32 bytes per lane 2021-10-13 09:52:49.134025+0100 0x7c7 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] MST Capable: 0 2021-10-13 09:52:49.134390+0100 0x7c7 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] DWN_STRM_PORT0_CAP Type: 0 2021-10-13 09:52:49.134391+0100 0x7c7 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] DWN_STRM_PORT0_CAP HPD Aware: 0 2021-10-13 09:52:49.134629+0100 0x7c7 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] GetDPCDInfo: Sink Count 1 2021-10-13 09:52:49.135119+0100 0x7c7 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] eDP Configuration 0 2021-10-13 09:52:49.135119+0100 0x7c7 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] Link Training Interval 0 2021-10-13 09:52:49.135370+0100 0x7c7 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] (fb=<private>) 2021-10-13 09:52:49.135371+0100 0x7c7 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] Port = 0x64100, AuxPort=0xe4110 2021-10-13 09:52:49.137215+0100 0x7c7 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] Fb0: DPCD DUMP 2021-10-13 09:52:49.137217+0100 0x7c7 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] 11 A 84 1 2021-10-13 09:52:49.137217+0100 0x7c7 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] 1 0 1 0 2021-10-13 09:52:49.137218+0100 0x7c7 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] 2 0 2 0 2021-10-13 09:52:49.137219+0100 0x7c7 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] 0 0 0 0 2021-10-13 09:52:49.137220+0100 0x7c7 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] DPCD_REV: 1.1 2021-10-13 09:52:49.137221+0100 0x7c7 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] GetDPCDInfo: MAX_LINK_RATE: 0XA 2021-10-13 09:52:49.137227+0100 0x7c7 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] MAX_LANE_COUNT: 4 2021-10-13 09:52:49.137228+0100 0x7c7 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] TP3 Supported: 0 2021-10-13 09:52:49.137229+0100 0x7c7 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] Enhanced Framing: 1 2021-10-13 09:52:49.137230+0100 0x7c7 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] GetDPCDInfo: Does NOT require AUX CH handshake?: 0 2021-10-13 09:52:49.137230+0100 0x7c7 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] Number of Receive Ports: 2 2021-10-13 09:52:49.137231+0100 0x7c7 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] Has downstream Port(s): 0 2021-10-13 09:52:49.137232+0100 0x7c7 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] Downstream detailed capability available: 0 2021-10-13 09:52:49.137232+0100 0x7c7 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] Has Main Link channel ANSI coding: 1 2021-10-13 09:52:49.137233+0100 0x7c7 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] Number of downstream ports: 0 2021-10-13 09:52:49.137234+0100 0x7c7 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] OUI Supported?: 0 2021-10-13 09:52:49.137234+0100 0x7c7 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] RP0 Local EDID?: 1 2021-10-13 09:52:49.137235+0100 0x7c7 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] RP0 used for secondary of preceding port?: 0 2021-10-13 09:52:49.137236+0100 0x7c7 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] RP0 buffer size: 32 bytes per lane 2021-10-13 09:52:49.137237+0100 0x7c7 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] RP1 Local EDID?: 1 2021-10-13 09:52:49.137237+0100 0x7c7 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] RP1 used for secondary of preceding port?: 0 2021-10-13 09:52:49.137238+0100 0x7c7 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] RP1 buffer size: 32 bytes per lane 2021-10-13 09:52:49.137477+0100 0x7c7 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] MST Capable: 0 2021-10-13 09:52:49.137837+0100 0x7c7 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] DWN_STRM_PORT0_CAP Type: 0 2021-10-13 09:52:49.137838+0100 0x7c7 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] DWN_STRM_PORT0_CAP HPD Aware: 0 2021-10-13 09:52:49.138067+0100 0x7c7 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] GetDPCDInfo: Sink Count 1 2021-10-13 09:52:49.138560+0100 0x7c7 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] eDP Configuration 0 2021-10-13 09:52:49.138560+0100 0x7c7 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] Link Training Interval 0 2021-10-13 09:52:49.226163+0100 0x997 Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioEngine[<private>]::newUserClient(0x<private>, <private>, 0x0, 0x0, <private>) 2021-10-13 09:52:49.226166+0100 0x997 Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioEngineUserClient[<private>]::initWithAudioEngine(<private>, 0x<private>, <private>, 0x0, 0x0) 2021-10-13 09:52:49.226170+0100 0x997 Default 0x0 0 0 kernel: (IOAudioFamily) +- IOAudioEngineUserClient[<private>]::setOnline(0) 2021-10-13 09:52:49.226180+0100 0x997 Default 0x0 0 0 kernel: (IOAudioFamily) ConnectionID:0x9a4e513d 2021-10-13 09:52:49.226183+0100 0x997 Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngineUserClient[<private>]::initWithAudioEngine(<private>, 0x<private>, <private>, 0x0, 0x0) returns 1 2021-10-13 09:52:49.226185+0100 0x997 Default 0x0 0 0 kernel: (IOAudioFamily) +- IOAudioEngineUserClient::withAudioEngine(<private>, 0x<private>, <private>, 0x0, 0x0) returns <private> 2021-10-13 09:52:49.226189+0100 0x997 Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioEngine::addUserClientAction(<private>, <private>) 2021-10-13 09:52:49.226190+0100 0x997 Default 0x0 0 0 kernel: (IOAudioFamily) +- IOAudioEngine[<private>]::addUserClient(<private>) returns 0x0 2021-10-13 09:52:49.226191+0100 0x997 Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngine::addUserClientAction(<private>, <private>) returns 0x0 2021-10-13 09:52:49.226193+0100 0x997 Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngine[<private>]::newUserClient(0x<private>, <private>, 0x0, 0x0, <private>) 2021-10-13 09:52:49.226215+0100 0x997 Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngineUserClient[<private>]::registerFormatNotification(0x<private>, 0x100) returns 0x0 2021-10-13 09:52:49.226217+0100 0x997 Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngineUserClient::registerNotificationAction(<private>, <private>) returns 0x0 2021-10-13 09:52:49.226218+0100 0x997 Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngineUserClient[<private>]::registerNotificationPort(0x<private>, 0x0, 0x100) returns 0x0 2021-10-13 09:52:49.340693+0100 0x75 Default 0x0 0 0 kernel: PMRD: power event 3 args 0x0 0x0 2021-10-13 09:52:49.340776+0100 0x75 Default 0x0 0 0 kernel: PMRD: SleepWake debug buffer size:0x28000 spindump offset:0x9c 2021-10-13 09:52:49.340793+0100 0x75 Default 0x0 0 0 kernel: PMRD: No sleep wake failure string 2021-10-13 09:52:49.340795+0100 0x75 Default 0x0 0 0 kernel: PMRD: evaluatePolicy( 4, 0x0 ) 2021-10-13 09:52:49.340799+0100 0x75 Default 0x0 0 0 kernel: PMRD: changePowerStateWithTagToPriv(ON_STATE, 310008) 2021-10-13 09:52:49.340813+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeOverride (ON_STATE->ON_STATE, f, 0x2) tag 0x310008 2021-10-13 09:52:49.340817+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeDone: ON_STATE->ON_STATE 2021-10-13 09:52:49.489673+0100 0xb39 Default 0x0 0 0 kernel: (AppleCredentialManager) AppleCredentialManagerUserClient: start: session_uid = ffffffff. 2021-10-13 09:52:49.489751+0100 0xb39 Default 0x0 0 0 kernel: (AppleCredentialManager) ACMFirstResponderKernelService: _onGetCapabilities: T208: NO. 2021-10-13 09:52:49.489786+0100 0xb39 Default 0x0 0 0 kernel: (AppleCredentialManager) ACM: Env_SetVariableWithParams: reset var[17]. 2021-10-13 09:52:49.489811+0100 0xb39 Default 0x0 0 0 kernel: (AppleCredentialManager) ACM: Env_SetVariableWithParams: reset var[16]. 2021-10-13 09:52:49.489831+0100 0xb39 Default 0x0 0 0 kernel: (AppleCredentialManager) ACM: Env_SetVariableWithParams: reset var[20]. 2021-10-13 09:52:49.591780+0100 0xb49 Default 0x0 0 0 kernel: (ALF) ALF, old data swfs_pid_entry <private>, updaterules_msg <private>, updaterules_state <private> 2021-10-13 09:52:49.619189+0100 0x60e Default 0x0 0 0 kernel: (ALF) ALF, hash_free: found kext_info <private> 2021-10-13 09:52:49.923124+0100 0xb5b Default 0x0 0 0 kernel: (AppleGraphicsDeviceControl) AGDCC: Unauthorized client 'PerfPowerService' (IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2/AppleIntelAzulController/IntelFBClientControl) 2021-10-13 09:52:49.928505+0100 0x9a1 Default 0x0 0 0 kernel: (ALF) ALF, old data swfs_pid_entry <private>, updaterules_msg <private>, updaterules_state <private> 2021-10-13 09:52:49.968369+0100 0x60e Default 0x0 0 0 kernel: (ALF) ALF, hash_free: found kext_info <private> 2021-10-13 09:52:50.008894+0100 0xb70 Error 0x0 0 0 kernel: (Sandbox) Sandbox: distnoted(466) deny(1) file-read-metadata /usr/sbin/distnoted 2021-10-13 09:52:50.008912+0100 0xb70 Error 0x0 0 0 kernel: (Sandbox) Sandbox: distnoted(466) deny(1) file-read-metadata /usr 2021-10-13 09:52:50.504193+0100 0x9df Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioEngine[<private>]::newUserClient(0x<private>, <private>, 0x0, 0x0, <private>) 2021-10-13 09:52:50.504199+0100 0x9df Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioEngineUserClient[<private>]::initWithAudioEngine(<private>, 0x<private>, <private>, 0x0, 0x0) 2021-10-13 09:52:50.504204+0100 0x9df Default 0x0 0 0 kernel: (IOAudioFamily) +- IOAudioEngineUserClient[<private>]::setOnline(0) 2021-10-13 09:52:50.504261+0100 0x9df Default 0x0 0 0 kernel: (IOAudioFamily) ConnectionID:0x2766d5a6 2021-10-13 09:52:50.504267+0100 0x9df Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngineUserClient[<private>]::initWithAudioEngine(<private>, 0x<private>, <private>, 0x0, 0x0) returns 1 2021-10-13 09:52:50.504269+0100 0x9df Default 0x0 0 0 kernel: (IOAudioFamily) +- IOAudioEngineUserClient::withAudioEngine(<private>, 0x<private>, <private>, 0x0, 0x0) returns <private> 2021-10-13 09:52:50.504277+0100 0x9df Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioEngine::addUserClientAction(<private>, <private>) 2021-10-13 09:52:50.504281+0100 0x9df Default 0x0 0 0 kernel: (IOAudioFamily) +- IOAudioEngine[<private>]::addUserClient(<private>) returns 0x0 2021-10-13 09:52:50.504283+0100 0x9df Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngine::addUserClientAction(<private>, <private>) returns 0x0 2021-10-13 09:52:50.504284+0100 0x9df Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngine[<private>]::newUserClient(0x<private>, <private>, 0x0, 0x0, <private>) 2021-10-13 09:52:50.504313+0100 0x9df Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngineUserClient[<private>]::registerFormatNotification(0x<private>, 0x100) returns 0x0 2021-10-13 09:52:50.504314+0100 0x9df Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngineUserClient::registerNotificationAction(<private>, <private>) returns 0x0 2021-10-13 09:52:50.504316+0100 0x9df Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngineUserClient[<private>]::registerNotificationPort(0x<private>, 0x0, 0x100) returns 0x0 2021-10-13 09:52:50.747635+0100 0xb6b Error 0x0 0 0 kernel: (Sandbox) Sandbox: iconservicesagen(468) deny(1) mach-lookup com.apple.tccd.system 2021-10-13 09:52:50.747933+0100 0xb6b Default 0x0 0 0 kernel: (Sandbox) Sandbox: 1 duplicate report for iconservicesagen deny(1) mach-lookup com.apple.tccd.system 2021-10-13 09:52:50.747935+0100 0xb6b Error 0x0 0 0 kernel: (Sandbox) Sandbox: iconservicesagen(468) deny(1) mach-lookup com.apple.windowserver.active 2021-10-13 09:52:50.939878+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) +-IOAudioEngine[<private>]::beginConfigurationChange() 2021-10-13 09:52:50.940132+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) +-IOAudioEngine[<private>]::setSampleRate(<private>) 2021-10-13 09:52:50.940169+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioEngine[<private>]::setNumSampleFramesPerBuffer(0xc000) 2021-10-13 09:52:50.940172+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngine[<private>]::setNumSampleFramesPerBuffer(0xc000) 2021-10-13 09:52:50.940174+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) +-IOAudioEngine[<private>]::setSampleRate(<private>) 2021-10-13 09:52:50.940188+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioStream[<private>]::validateFormat(<private>, 0x0, <private>) 2021-10-13 09:52:50.940189+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 2: streamFormat->fNumChannels = 2 2021-10-13 09:52:50.940190+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0x6c70636d: streamFormat->fSampleFormat = 0x6c70636d 2021-10-13 09:52:50.940191+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0x73696e74: streamFormat->fNumericRepresentation = 0x73696e74 2021-10-13 09:52:50.940192+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 16: streamFormat->fBitDepth = 24 2021-10-13 09:52:50.940193+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 16: streamFormat->fBitWidth = 32 2021-10-13 09:52:50.940194+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0: streamFormat->fAlignment = 0 2021-10-13 09:52:50.940195+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 1: streamFormat->fByteOrder = 1 2021-10-13 09:52:50.940195+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 2: streamFormat->fNumChannels = 2 2021-10-13 09:52:50.940196+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0x6c70636d: streamFormat->fSampleFormat = 0x6c70636d 2021-10-13 09:52:50.940197+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0x73696e74: streamFormat->fNumericRepresentation = 0x73696e74 2021-10-13 09:52:50.940198+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 16: streamFormat->fBitDepth = 24 2021-10-13 09:52:50.940199+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 16: streamFormat->fBitWidth = 32 2021-10-13 09:52:50.940200+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0: streamFormat->fAlignment = 0 2021-10-13 09:52:50.940200+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 1: streamFormat->fByteOrder = 1 2021-10-13 09:52:50.940201+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 2: streamFormat->fNumChannels = 2 2021-10-13 09:52:50.940202+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0x6c70636d: streamFormat->fSampleFormat = 0x6c70636d 2021-10-13 09:52:50.940203+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0x73696e74: streamFormat->fNumericRepresentation = 0x73696e74 2021-10-13 09:52:50.940204+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 16: streamFormat->fBitDepth = 24 2021-10-13 09:52:50.940205+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 16: streamFormat->fBitWidth = 32 2021-10-13 09:52:50.940205+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0: streamFormat->fAlignment = 0 2021-10-13 09:52:50.940206+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 1: streamFormat->fByteOrder = 1 2021-10-13 09:52:50.940207+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 2: streamFormat->fNumChannels = 2 2021-10-13 09:52:50.940208+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0x6c70636d: streamFormat->fSampleFormat = 0x6c70636d 2021-10-13 09:52:50.940209+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0x73696e74: streamFormat->fNumericRepresentation = 0x73696e74 2021-10-13 09:52:50.940210+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 16: streamFormat->fBitDepth = 24 2021-10-13 09:52:50.940210+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 16: streamFormat->fBitWidth = 32 2021-10-13 09:52:50.940211+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0: streamFormat->fAlignment = 0 2021-10-13 09:52:50.940212+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 1: streamFormat->fByteOrder = 1 2021-10-13 09:52:50.940213+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 2: streamFormat->fNumChannels = 2 2021-10-13 09:52:50.940214+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0x6c70636d: streamFormat->fSampleFormat = 0x6c70636d 2021-10-13 09:52:50.940215+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0x73696e74: streamFormat->fNumericRepresentation = 0x73696e74 2021-10-13 09:52:50.940215+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 20: streamFormat->fBitDepth = 24 2021-10-13 09:52:50.940216+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 32: streamFormat->fBitWidth = 32 2021-10-13 09:52:50.940217+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0: streamFormat->fAlignment = 0 2021-10-13 09:52:50.940218+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 1: streamFormat->fByteOrder = 1 2021-10-13 09:52:50.940218+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 2: streamFormat->fNumChannels = 2 2021-10-13 09:52:50.940219+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0x6c70636d: streamFormat->fSampleFormat = 0x6c70636d 2021-10-13 09:52:50.940220+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0x73696e74: streamFormat->fNumericRepresentation = 0x73696e74 2021-10-13 09:52:50.940221+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 20: streamFormat->fBitDepth = 24 2021-10-13 09:52:50.940222+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 32: streamFormat->fBitWidth = 32 2021-10-13 09:52:50.940223+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0: streamFormat->fAlignment = 0 2021-10-13 09:52:50.940223+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 1: streamFormat->fByteOrder = 1 2021-10-13 09:52:50.940224+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 2: streamFormat->fNumChannels = 2 2021-10-13 09:52:50.940225+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0x6c70636d: streamFormat->fSampleFormat = 0x6c70636d 2021-10-13 09:52:50.940226+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0x73696e74: streamFormat->fNumericRepresentation = 0x73696e74 2021-10-13 09:52:50.940227+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 20: streamFormat->fBitDepth = 24 2021-10-13 09:52:50.940228+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 32: streamFormat->fBitWidth = 32 2021-10-13 09:52:50.940228+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0: streamFormat->fAlignment = 0 2021-10-13 09:52:50.940229+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 1: streamFormat->fByteOrder = 1 2021-10-13 09:52:50.940230+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 2: streamFormat->fNumChannels = 2 2021-10-13 09:52:50.940231+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0x6c70636d: streamFormat->fSampleFormat = 0x6c70636d 2021-10-13 09:52:50.940232+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0x73696e74: streamFormat->fNumericRepresentation = 0x73696e74 2021-10-13 09:52:50.940233+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 20: streamFormat->fBitDepth = 24 2021-10-13 09:52:50.940233+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 32: streamFormat->fBitWidth = 32 2021-10-13 09:52:50.940234+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0: streamFormat->fAlignment = 0 2021-10-13 09:52:50.940235+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 1: streamFormat->fByteOrder = 1 2021-10-13 09:52:50.940235+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 2: streamFormat->fNumChannels = 2 2021-10-13 09:52:50.940236+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0x6c70636d: streamFormat->fSampleFormat = 0x6c70636d 2021-10-13 09:52:50.940238+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0x73696e74: streamFormat->fNumericRepresentation = 0x73696e74 2021-10-13 09:52:50.940238+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 24: streamFormat->fBitDepth = 24 2021-10-13 09:52:50.940239+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 32: streamFormat->fBitWidth = 32 2021-10-13 09:52:50.940240+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0: streamFormat->fAlignment = 0 2021-10-13 09:52:50.940240+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 1: streamFormat->fByteOrder = 1 2021-10-13 09:52:50.940241+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 2: streamFormat->fNumChannels = 2 2021-10-13 09:52:50.940242+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0x6c70636d: streamFormat->fSampleFormat = 0x6c70636d 2021-10-13 09:52:50.940243+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0x73696e74: streamFormat->fNumericRepresentation = 0x73696e74 2021-10-13 09:52:50.940250+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 24: streamFormat->fBitDepth = 24 2021-10-13 09:52:50.940251+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 32: streamFormat->fBitWidth = 32 2021-10-13 09:52:50.940252+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0: streamFormat->fAlignment = 0 2021-10-13 09:52:50.940253+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 1: streamFormat->fByteOrder = 1 2021-10-13 09:52:50.940253+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 2: streamFormat->fNumChannels = 2 2021-10-13 09:52:50.940254+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0x6c70636d: streamFormat->fSampleFormat = 0x6c70636d 2021-10-13 09:52:50.940255+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0x73696e74: streamFormat->fNumericRepresentation = 0x73696e74 2021-10-13 09:52:50.940256+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 24: streamFormat->fBitDepth = 24 2021-10-13 09:52:50.940257+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 32: streamFormat->fBitWidth = 32 2021-10-13 09:52:50.940258+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0: streamFormat->fAlignment = 0 2021-10-13 09:52:50.940258+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 1: streamFormat->fByteOrder = 1 2021-10-13 09:52:50.940260+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioStream[<private>]::validateFormat(<private>, 0x0, <private>) returns 1 2021-10-13 09:52:50.940263+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioStream[<private>]::setFormat(<private>, <private>) 2021-10-13 09:52:50.940264+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioStream[<private>]::validateFormat(<private>, <private>, <private>) 2021-10-13 09:52:50.940265+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 2: streamFormat->fNumChannels = 2 2021-10-13 09:52:50.940266+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0x6c70636d: streamFormat->fSampleFormat = 0x6c70636d 2021-10-13 09:52:50.940267+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0x73696e74: streamFormat->fNumericRepresentation = 0x73696e74 2021-10-13 09:52:50.940268+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 16: streamFormat->fBitDepth = 24 2021-10-13 09:52:50.940268+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 16: streamFormat->fBitWidth = 32 2021-10-13 09:52:50.940269+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0: streamFormat->fAlignment = 0 2021-10-13 09:52:50.940270+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 1: streamFormat->fByteOrder = 1 2021-10-13 09:52:50.940271+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 2: streamFormat->fNumChannels = 2 2021-10-13 09:52:50.940272+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0x6c70636d: streamFormat->fSampleFormat = 0x6c70636d 2021-10-13 09:52:50.940273+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0x73696e74: streamFormat->fNumericRepresentation = 0x73696e74 2021-10-13 09:52:50.940273+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 16: streamFormat->fBitDepth = 24 2021-10-13 09:52:50.940274+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 16: streamFormat->fBitWidth = 32 2021-10-13 09:52:50.940275+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0: streamFormat->fAlignment = 0 2021-10-13 09:52:50.940275+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 1: streamFormat->fByteOrder = 1 2021-10-13 09:52:50.940276+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 2: streamFormat->fNumChannels = 2 2021-10-13 09:52:50.940277+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0x6c70636d: streamFormat->fSampleFormat = 0x6c70636d 2021-10-13 09:52:50.940278+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0x73696e74: streamFormat->fNumericRepresentation = 0x73696e74 2021-10-13 09:52:50.940279+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 16: streamFormat->fBitDepth = 24 2021-10-13 09:52:50.940280+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 16: streamFormat->fBitWidth = 32 2021-10-13 09:52:50.940280+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0: streamFormat->fAlignment = 0 2021-10-13 09:52:50.940281+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 1: streamFormat->fByteOrder = 1 2021-10-13 09:52:50.940282+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 2: streamFormat->fNumChannels = 2 2021-10-13 09:52:50.940283+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0x6c70636d: streamFormat->fSampleFormat = 0x6c70636d 2021-10-13 09:52:50.940284+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0x73696e74: streamFormat->fNumericRepresentation = 0x73696e74 2021-10-13 09:52:50.940285+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 16: streamFormat->fBitDepth = 24 2021-10-13 09:52:50.940285+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 16: streamFormat->fBitWidth = 32 2021-10-13 09:52:50.940286+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0: streamFormat->fAlignment = 0 2021-10-13 09:52:50.940287+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 1: streamFormat->fByteOrder = 1 2021-10-13 09:52:50.940288+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 2: streamFormat->fNumChannels = 2 2021-10-13 09:52:50.940289+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0x6c70636d: streamFormat->fSampleFormat = 0x6c70636d 2021-10-13 09:52:50.940290+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0x73696e74: streamFormat->fNumericRepresentation = 0x73696e74 2021-10-13 09:52:50.940290+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 20: streamFormat->fBitDepth = 24 2021-10-13 09:52:50.940291+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 32: streamFormat->fBitWidth = 32 2021-10-13 09:52:50.940292+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0: streamFormat->fAlignment = 0 2021-10-13 09:52:50.940292+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 1: streamFormat->fByteOrder = 1 2021-10-13 09:52:50.940293+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 2: streamFormat->fNumChannels = 2 2021-10-13 09:52:50.940294+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0x6c70636d: streamFormat->fSampleFormat = 0x6c70636d 2021-10-13 09:52:50.940295+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0x73696e74: streamFormat->fNumericRepresentation = 0x73696e74 2021-10-13 09:52:50.940296+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 20: streamFormat->fBitDepth = 24 2021-10-13 09:52:50.940297+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 32: streamFormat->fBitWidth = 32 2021-10-13 09:52:50.940297+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0: streamFormat->fAlignment = 0 2021-10-13 09:52:50.940298+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 1: streamFormat->fByteOrder = 1 2021-10-13 09:52:50.940299+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 2: streamFormat->fNumChannels = 2 2021-10-13 09:52:50.940300+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0x6c70636d: streamFormat->fSampleFormat = 0x6c70636d 2021-10-13 09:52:50.940301+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0x73696e74: streamFormat->fNumericRepresentation = 0x73696e74 2021-10-13 09:52:50.940302+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 20: streamFormat->fBitDepth = 24 2021-10-13 09:52:50.940302+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 32: streamFormat->fBitWidth = 32 2021-10-13 09:52:50.940303+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0: streamFormat->fAlignment = 0 2021-10-13 09:52:50.940304+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 1: streamFormat->fByteOrder = 1 2021-10-13 09:52:50.940305+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 2: streamFormat->fNumChannels = 2 2021-10-13 09:52:50.940306+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0x6c70636d: streamFormat->fSampleFormat = 0x6c70636d 2021-10-13 09:52:50.940307+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0x73696e74: streamFormat->fNumericRepresentation = 0x73696e74 2021-10-13 09:52:50.940307+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 20: streamFormat->fBitDepth = 24 2021-10-13 09:52:50.940308+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 32: streamFormat->fBitWidth = 32 2021-10-13 09:52:50.940309+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0: streamFormat->fAlignment = 0 2021-10-13 09:52:50.940309+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 1: streamFormat->fByteOrder = 1 2021-10-13 09:52:50.940310+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 2: streamFormat->fNumChannels = 2 2021-10-13 09:52:50.940311+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0x6c70636d: streamFormat->fSampleFormat = 0x6c70636d 2021-10-13 09:52:50.940312+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0x73696e74: streamFormat->fNumericRepresentation = 0x73696e74 2021-10-13 09:52:50.940313+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 24: streamFormat->fBitDepth = 24 2021-10-13 09:52:50.940314+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 32: streamFormat->fBitWidth = 32 2021-10-13 09:52:50.940314+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0: streamFormat->fAlignment = 0 2021-10-13 09:52:50.940315+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 1: streamFormat->fByteOrder = 1 2021-10-13 09:52:50.940316+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 2: streamFormat->fNumChannels = 2 2021-10-13 09:52:50.940317+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0x6c70636d: streamFormat->fSampleFormat = 0x6c70636d 2021-10-13 09:52:50.940318+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0x73696e74: streamFormat->fNumericRepresentation = 0x73696e74 2021-10-13 09:52:50.940319+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 24: streamFormat->fBitDepth = 24 2021-10-13 09:52:50.940320+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 32: streamFormat->fBitWidth = 32 2021-10-13 09:52:50.940321+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0: streamFormat->fAlignment = 0 2021-10-13 09:52:50.940321+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 1: streamFormat->fByteOrder = 1 2021-10-13 09:52:50.940322+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 2: streamFormat->fNumChannels = 2 2021-10-13 09:52:50.940323+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0x6c70636d: streamFormat->fSampleFormat = 0x6c70636d 2021-10-13 09:52:50.940324+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0x73696e74: streamFormat->fNumericRepresentation = 0x73696e74 2021-10-13 09:52:50.940325+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 24: streamFormat->fBitDepth = 24 2021-10-13 09:52:50.940326+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 32: streamFormat->fBitWidth = 32 2021-10-13 09:52:50.940326+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0: streamFormat->fAlignment = 0 2021-10-13 09:52:50.940327+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 1: streamFormat->fByteOrder = 1 2021-10-13 09:52:50.940328+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioStream[<private>]::validateFormat(<private>, <private>, <private>) returns 1 2021-10-13 09:52:50.940331+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioEngine[<private>]::pauseAudioEngine() 2021-10-13 09:52:50.940332+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngine[<private>]::pauseAudioEngine() returns 0x0 2021-10-13 09:52:50.940334+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) +-IOAudioEngine[<private>]::performFormatChange(<private>, <private>, <private>, 0x0) 2021-10-13 09:52:50.941753+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioEngine[<private>]::setNumSampleFramesPerBuffer(0xc000) 2021-10-13 09:52:50.941757+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngine[<private>]::setNumSampleFramesPerBuffer(0xc000) 2021-10-13 09:52:50.941758+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) +-IOAudioEngine[<private>]::setSampleRate(<private>) 2021-10-13 09:52:50.943097+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioEngine[<private>]::sendFormatChangeNotification(<private>) 2021-10-13 09:52:50.943099+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngine[<private>]::sendFormatChangeNotification(<private>) 2021-10-13 09:52:50.943100+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioEngine[<private>]::resumeAudioEngine() 2021-10-13 09:52:50.943101+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngine[<private>]::resumeAudioEngine() returns 0x0 2021-10-13 09:52:50.943103+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) IOAudioStream[<private>]::setFormat(<private>, <private>) returns 0x0 2021-10-13 09:52:50.944545+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) +- IOAudioEngine[<private>]::completeConfigurationChange() 2021-10-13 09:52:51.054320+0100 0xba0 Default 0x0 0 0 kernel: (AppleCredentialManager) AppleCredentialManagerUserClient: start: session_uid = ffffffff. 2021-10-13 09:52:51.054578+0100 0xba0 Default 0x0 0 0 kernel: (AppleCredentialManager) ACMFirstResponderKernelService: _onGetCapabilities: T208: NO. 2021-10-13 09:52:51.054603+0100 0xba0 Default 0x0 0 0 kernel: (AppleCredentialManager) ACM: createCredentialSet: Credential set created, CS[100]/2/0/263. 2021-10-13 09:52:51.057720+0100 0xba0 Default 0x0 0 0 kernel: (AppleCredentialManager) ACM: createCredentialSet: Credential set created, CS[101]/3/0/375. 2021-10-13 09:52:51.058615+0100 0xba0 Default 0x0 0 0 kernel: (AppleCredentialManager) ACM: verifyPolicy: Verifying UserIdentificationWithBiometrics (P) on CS[100] (preflight=YES, secure=NO, checkKeybagUUID=NO). 2021-10-13 09:52:51.058621+0100 0xba0 Default 0x0 0 0 kernel: (AppleCredentialManager) ACM: dumpVerificationStatus: UserIdentificationWithBiometrics (P) on CS[100] *NOT* SATISFIED: 03R -> R. 2021-10-13 09:52:51.063687+0100 0xba0 Default 0x0 0 0 kernel: (AppleCredentialManager) ACM: verifyPolicy: Verifying UserIdentificationWithBiometrics (P) on CS[101] (preflight=YES, secure=NO, checkKeybagUUID=NO). 2021-10-13 09:52:51.063692+0100 0xba0 Default 0x0 0 0 kernel: (AppleCredentialManager) ACM: dumpVerificationStatus: UserIdentificationWithBiometrics (P) on CS[101] *NOT* SATISFIED: 03R -> R. 2021-10-13 09:52:51.064042+0100 0xba0 Default 0x0 0 0 kernel: (AppleCredentialManager) ACM: deleteCredentialSet: Deleting credential set, CS[100]. 2021-10-13 09:52:51.064397+0100 0xba0 Default 0x0 0 0 kernel: (AppleCredentialManager) ACM: deleteCredentialSet: Deleting credential set, CS[101]. 2021-10-13 09:52:51.156097+0100 0x30c Default 0x0 0 0 kernel: IOConsoleUsers: time(0) 0->0, lin 0, llk 0, 2021-10-13 09:52:51.156107+0100 0x30c Default 0x0 0 0 kernel: IOConsoleUsers: gIOScreenLockState 3, hs 0, bs 0, now 0, sm 0x0 2021-10-13 09:52:51.157649+0100 0x72a Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioEngine[<private>]::newUserClient(0x<private>, <private>, 0x0, 0x0, <private>) 2021-10-13 09:52:51.157652+0100 0x72a Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioEngineUserClient[<private>]::initWithAudioEngine(<private>, 0x<private>, <private>, 0x0, 0x0) 2021-10-13 09:52:51.157655+0100 0x72a Default 0x0 0 0 kernel: (IOAudioFamily) +- IOAudioEngineUserClient[<private>]::setOnline(0) 2021-10-13 09:52:51.157667+0100 0x72a Default 0x0 0 0 kernel: (IOAudioFamily) ConnectionID:0x114c482a 2021-10-13 09:52:51.157671+0100 0x72a Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngineUserClient[<private>]::initWithAudioEngine(<private>, 0x<private>, <private>, 0x0, 0x0) returns 1 2021-10-13 09:52:51.157672+0100 0x72a Default 0x0 0 0 kernel: (IOAudioFamily) +- IOAudioEngineUserClient::withAudioEngine(<private>, 0x<private>, <private>, 0x0, 0x0) returns <private> 2021-10-13 09:52:51.157676+0100 0x72a Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioEngine::addUserClientAction(<private>, <private>) 2021-10-13 09:52:51.157677+0100 0x72a Default 0x0 0 0 kernel: (IOAudioFamily) +- IOAudioEngine[<private>]::addUserClient(<private>) returns 0x0 2021-10-13 09:52:51.157678+0100 0x72a Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngine::addUserClientAction(<private>, <private>) returns 0x0 2021-10-13 09:52:51.157680+0100 0x72a Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngine[<private>]::newUserClient(0x<private>, <private>, 0x0, 0x0, <private>) 2021-10-13 09:52:51.157698+0100 0x72a Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngineUserClient[<private>]::registerFormatNotification(0x<private>, 0x100) returns 0x0 2021-10-13 09:52:51.157699+0100 0x72a Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngineUserClient::registerNotificationAction(<private>, <private>) returns 0x0 2021-10-13 09:52:51.157701+0100 0x72a Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngineUserClient[<private>]::registerNotificationPort(0x<private>, 0x0, 0x100) returns 0x0 2021-10-13 09:52:51.178249+0100 0x311 Default 0x0 0 0 kernel: (AppleKeyStore) AppleKeyStore:3222:120: user 328c0cb711774ad39ed191fc862fb632 unlock failed (-5) 2021-10-13 09:52:51.178261+0100 0x311 Default 0x0 0 0 kernel: (AppleKeyStore) AppleKeyStore:10727:120: operation failed (sel: 75 ret: e00002ce, -1, 100000) 2021-10-13 09:52:51.192703+0100 0xb6b Default 0x0 0 0 kernel: (Sandbox) Sandbox: 1 duplicate report for iconservicesagen deny(1) mach-lookup com.apple.windowserver.active 2021-10-13 09:52:51.192707+0100 0xb6b Error 0x0 0 0 kernel: (Sandbox) Sandbox: ctkd(474) deny(1) mach-lookup com.apple.CoreServices.coreservicesd 2021-10-13 09:52:51.194584+0100 0xb6b Error 0x0 0 0 kernel: (Sandbox) Sandbox: ctkd(474) deny(1) mach-lookup com.apple.DiskArbitration.diskarbitrationd 2021-10-13 09:52:51.299084+0100 0x363 Default 0x0 0 0 kernel: (AppleKeyStore) AppleKeyStore:3222:120: user 328c0cb711774ad39ed191fc862fb632 unlock failed (-5) 2021-10-13 09:52:51.299097+0100 0x363 Default 0x0 0 0 kernel: (AppleKeyStore) AppleKeyStore:10727:120: operation failed (sel: 75 ret: e00002ce, -1, 100000) 2021-10-13 09:52:51.299172+0100 0xbb4 Default 0x0 0 0 kernel: (AppleKeyStore) AppleKeyStore:7289:474: unexpected session: 100006 uid: -1 requested by: 474 2021-10-13 09:52:51.299176+0100 0xbb4 Default 0x0 0 0 kernel: (AppleKeyStore) AppleKeyStore:10727:474: operation failed (sel: 17 ret: e00002c2, -1, 100006) 2021-10-13 09:52:51.304942+0100 0xb9f Default 0x0 0 0 kernel: (AppleCredentialManager) ACM: createCredentialSet: Credential set created, CS[102]/2/0/263. 2021-10-13 09:52:51.305750+0100 0xb9f Default 0x0 0 0 kernel: (AppleCredentialManager) ACM: verifyPolicy: Verifying DeviceOwnerAuthenticationWithBiometrics (P) on CS[102] (preflight=YES, secure=NO, checkKeybagUUID=NO). 2021-10-13 09:52:51.305757+0100 0xb9f Default 0x0 0 0 kernel: (AppleCredentialManager) ACM: dumpVerificationStatus: DeviceOwnerAuthenticationWithBiometrics (P) on CS[102] *NOT* SATISFIED: 03R -> R. 2021-10-13 09:52:51.306236+0100 0xb9f Default 0x0 0 0 kernel: (AppleCredentialManager) ACM: deleteCredentialSet: Deleting credential set, CS[102]. 2021-10-13 09:52:51.643740+0100 0x574 Default 0x0 0 0 kernel: memorystatus: set assertion priority(3) target setoken:478 2021-10-13 09:52:51.656693+0100 0x2a9 Default 0x0 0 0 kernel: (IOUSBHostFamily) 000021.858247 systemstats@(null): AppleUSBHostUserClient::start: missing entitlement com.apple.bluetooth.control 2021-10-13 09:52:51.660562+0100 0xbda Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for setoken:478 2021-10-13 09:52:51.661235+0100 0xbda Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for setoken:478 2021-10-13 09:52:51.661516+0100 0xbda Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for setoken:478 2021-10-13 09:52:51.664573+0100 0xbde Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for setoken:478 2021-10-13 09:52:51.682650+0100 0xbdc Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioEngine[<private>]::newUserClient(0x<private>, <private>, 0x0, 0x0, <private>) 2021-10-13 09:52:51.682654+0100 0xbdc Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioEngineUserClient[<private>]::initWithAudioEngine(<private>, 0x<private>, <private>, 0x0, 0x0) 2021-10-13 09:52:51.682658+0100 0xbdc Default 0x0 0 0 kernel: (IOAudioFamily) +- IOAudioEngineUserClient[<private>]::setOnline(0) 2021-10-13 09:52:51.682668+0100 0xbdc Default 0x0 0 0 kernel: (IOAudioFamily) ConnectionID:0x1edffbdd 2021-10-13 09:52:51.682672+0100 0xbdc Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngineUserClient[<private>]::initWithAudioEngine(<private>, 0x<private>, <private>, 0x0, 0x0) returns 1 2021-10-13 09:52:51.682673+0100 0xbdc Default 0x0 0 0 kernel: (IOAudioFamily) +- IOAudioEngineUserClient::withAudioEngine(<private>, 0x<private>, <private>, 0x0, 0x0) returns <private> 2021-10-13 09:52:51.682678+0100 0xbdc Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioEngine::addUserClientAction(<private>, <private>) 2021-10-13 09:52:51.682680+0100 0xbdc Default 0x0 0 0 kernel: (IOAudioFamily) +- IOAudioEngine[<private>]::addUserClient(<private>) returns 0x0 2021-10-13 09:52:51.682681+0100 0xbdc Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngine::addUserClientAction(<private>, <private>) returns 0x0 2021-10-13 09:52:51.682683+0100 0xbdc Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngine[<private>]::newUserClient(0x<private>, <private>, 0x0, 0x0, <private>) 2021-10-13 09:52:51.682703+0100 0xbdc Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngineUserClient[<private>]::registerFormatNotification(0x<private>, 0x100) returns 0x0 2021-10-13 09:52:51.682704+0100 0xbdc Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngineUserClient::registerNotificationAction(<private>, <private>) returns 0x0 2021-10-13 09:52:51.682705+0100 0xbdc Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngineUserClient[<private>]::registerNotificationPort(0x<private>, 0x0, 0x100) returns 0x0 2021-10-13 09:52:51.811041+0100 0x2a9 Default 0x0 0 0 kernel: (IOUSBHostFamily) 000022.012597 systemstats@(null): AppleUSBHostUserClient::start: missing entitlement com.apple.bluetooth.control 2021-10-13 09:52:51.813531+0100 0x2a9 Default 0x0 0 0 kernel: (IOUSBHostFamily) 000022.015089 systemstats@(null): AppleUSBHostUserClient::start: missing entitlement com.apple.bluetooth.control 2021-10-13 09:52:51.814344+0100 0x2a9 Default 0x0 0 0 kernel: (IOUSBHostFamily) 000022.015901 systemstats@(null): AppleUSBHostUserClient::start: missing entitlement com.apple.bluetooth.control 2021-10-13 09:52:51.823156+0100 0x330 Default 0x0 0 0 kernel: (IOSurface) IOSurfaceRootUserClient::set_gpu_policy_dict prop: <private> 2021-10-13 09:52:52.323642+0100 0x68 Default 0x0 0 0 kernel: Corpse released, count at 1 2021-10-13 09:52:52.354825+0100 0x68 Default 0x0 0 0 kernel: Corpse released, count at 0 2021-10-13 09:52:53.463019+0100 0x29f Default 0x0 0 0 kernel: MRT[89] Corpse allowed 1 of 5 2021-10-13 09:52:53.500842+0100 0x29f Default 0x0 0 0 kernel: EXC_RESOURCE -> MRT[89] exceeded mem limit: InactiveSoft 50 MB (non-fatal) 2021-10-13 09:52:53.526494+0100 0xd52 Default 0x0 0 0 kernel: Corpse released, count at 0 2021-10-13 09:52:53.561387+0100 0xd5c Default 0x0 0 0 kernel: (Sandbox) Sandbox: 5 duplicate reports for ctkd deny(1) mach-lookup com.apple.DiskArbitration.diskarbitrationd 2021-10-13 09:52:53.561390+0100 0xd5c Error 0x0 0 0 kernel: (Sandbox) Sandbox: distnoted(485) deny(1) file-read-metadata /usr/sbin/distnoted 2021-10-13 09:52:53.561407+0100 0xd5c Error 0x0 0 0 kernel: (Sandbox) Sandbox: distnoted(485) deny(1) file-read-metadata /usr 2021-10-13 09:53:01.627339+0100 0xbd7 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for setoken:478 2021-10-13 09:53:03.289024+0100 0x20c Default 0x0 0 0 kernel: (apfs) tx_flush:1182: disk3 xid 113872 tx stats: # 40 finish 39 enter 2249 wait 2 1585us close 4568us flush 2668us 2021-10-13 09:53:04.962542+0100 0x75 Default 0x0 0 0 kernel: PMRD: Desktop mode 1 2021-10-13 09:53:04.962548+0100 0x75 Default 0x0 0 0 kernel: PMRD: Clamshell enabled 2021-10-13 09:53:07.079058+0100 0xbdf Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for setoken:478 2021-10-13 09:53:08.025749+0100 0x35c Default 0x0 0 0 kernel: PMRD: assertionsUser 0x10->0x50 2021-10-13 09:53:08.025766+0100 0x35c Default 0x0 0 0 kernel: (IOgPTPPlugin) IOTimeSyncLocalClockPort::handleGeneralNotification <private> 2021-10-13 09:53:08.025788+0100 0x35c Default 0x0 0 0 kernel: PMRD: wrangler->setIgnoreIdleTimer(1) 2021-10-13 09:53:10.867023+0100 0x30c Default 0x0 0 0 kernel: IOConsoleUsers: time(0) 0->0, lin 0, llk 0, 2021-10-13 09:53:10.867033+0100 0x30c Default 0x0 0 0 kernel: IOConsoleUsers: gIOScreenLockState 3, hs 0, bs 0, now 0, sm 0x0 2021-10-13 09:53:11.263497+0100 0x37d Default 0x0 0 0 kernel: (AppleKeyStore) AppleKeyStore:1906:120: vol-uuid: , portable: 0, res: 0xfffffffd 2021-10-13 09:53:11.263502+0100 0x37d Default 0x0 0 0 kernel: (AppleKeyStore) AppleKeyStore:3222:120: user 328c0cb711774ad39ed191fc862fb632 unlock successful (0) 2021-10-13 09:53:11.375956+0100 0xdf4 Default 0x0 0 0 kernel: (AppleKeyStore) AppleKeyStore:10727:488: operation failed (sel: 42 ret: e00002bc, -1, 100006) 2021-10-13 09:53:11.575382+0100 0xb9f Default 0x0 0 0 kernel: (AppleCredentialManager) ACM: createCredentialSet: Credential set created, CS[103]/2/0/263. 2021-10-13 09:53:11.576272+0100 0xb9f Default 0x0 0 0 kernel: (AppleCredentialManager) ACM: verifyPolicy: Verifying UserIdentificationWithBiometrics (P) on CS[103] (preflight=YES, secure=NO, checkKeybagUUID=NO). 2021-10-13 09:53:11.576279+0100 0xb9f Default 0x0 0 0 kernel: (AppleCredentialManager) ACM: dumpVerificationStatus: UserIdentificationWithBiometrics (P) on CS[103] *NOT* SATISFIED: 03R -> R. 2021-10-13 09:53:11.577042+0100 0xb9f Default 0x0 0 0 kernel: (AppleCredentialManager) ACM: deleteCredentialSet: Deleting credential set, CS[103]. 2021-10-13 09:53:11.578168+0100 0x30c Default 0x0 0 0 kernel: IOConsoleUsers: time(0) 0->0, lin 0, llk 0, 2021-10-13 09:53:11.578178+0100 0x30c Default 0x0 0 0 kernel: IOConsoleUsers: gIOScreenLockState 3, hs 0, bs 0, now 0, sm 0x0 2021-10-13 09:53:11.580527+0100 0x30c Default 0x0 0 0 kernel: IOConsoleUsers: time(0) 0->0, lin 1, llk 0, 2021-10-13 09:53:11.580535+0100 0x30c Default 0x0 0 0 kernel: IOConsoleUsers: gIOScreenLockState 1, hs 0, bs 0, now 0, sm 0x0 2021-10-13 09:53:11.580581+0100 0x437 Default 0x0 0 0 kernel: (AppleCredentialManager) ACMRM: _logPolicy: SAVING: ver=8 smTm=0 poRsn=0 gpTm=0 smExp=NO gpBlk=NO suTm=1634115190 svTm=1634115190 gpRsn=0 cMs=NO. 2021-10-13 09:53:11.580587+0100 0x437 Default 0x0 0 0 kernel: (AppleCredentialManager) ACMRM-S: setData: saving policy (len=41) in 3 seconds. 2021-10-13 09:53:11.726201+0100 0xe88 Default 0x0 0 0 kernel: (AppleKeyStore) AppleKeyStore:7750:496: set handle 1 as special bag -501 2021-10-13 09:53:11.736667+0100 0xe88 Default 0x0 0 0 kernel: (AppleKeyStore) AppleKeyStore:7988:496: Device UnLock call(-501): lockstate=1, transientCnt=0 2021-10-13 09:53:11.742785+0100 0xe88 Default 0x0 0 0 kernel: (AppleKeyStore) AppleKeyStore:920:496: Sending lock change 0 for handle -501 value 1 2021-10-13 09:53:11.742793+0100 0xe88 Default 0x0 0 0 kernel: (AppleKeyStore) AppleKeyStore:8068:496: Device UnLocked(-501): lockstate=0 2021-10-13 09:53:11.743511+0100 0x57e Default 0x0 0 0 kernel: (AppleKeyStore) AppleKeyStore:10727:293: operation failed (sel: 17 ret: e00002f0, 205, 100004) 2021-10-13 09:53:11.743513+0100 0x7ce Default 0x0 0 0 kernel: (AppleKeyStore) AppleKeyStore:7289:339: unexpected session: 100000 uid: -1 requested by: 339 2021-10-13 09:53:11.743527+0100 0x7ce Default 0x0 0 0 kernel: (AppleKeyStore) AppleKeyStore:10727:339: operation failed (sel: 17 ret: e00002c2, -1, 100000) 2021-10-13 09:53:11.743592+0100 0x330 Default 0x0 0 0 kernel: (AppleKeyStore) AppleKeyStore:7988:154: Device UnLock call(-501): lockstate=0, transientCnt=0 2021-10-13 09:53:11.749918+0100 0x330 Default 0x0 0 0 kernel: (AppleKeyStore) AppleKeyStore:8068:154: Device UnLocked(-501): lockstate=0 2021-10-13 09:53:11.768383+0100 0x72a Default 0x0 0 0 kernel: (IOAudioFamily) +- IOAudioEngine[<private>]::removeUserClient(<private>) returns 0x0 2021-10-13 09:53:11.768386+0100 0x72a Default 0x0 0 0 kernel: (IOAudioFamily) +- IOAudioEngine::removeUserClientAction(<private>, <private>) returns 0x0 2021-10-13 09:53:11.768387+0100 0x72a Default 0x0 0 0 kernel: (IOAudioFamily) +- IOAudioEngine[<private>]::clientClosed(<private>) 2021-10-13 09:53:11.768389+0100 0x72a Default 0x0 0 0 kernel: (IOAudioFamily) +- IOAudioEngineUserClient[<private>]::clientDied() returns 0x0 2021-10-13 09:53:11.768408+0100 0x6f Default 0x0 0 0 kernel: (IOAudioFamily) +- IOAudioEngineUserClient[<private>]::stop(<private>) 2021-10-13 09:53:12.140567+0100 0xe70 Error 0x0 0 0 kernel: (Sandbox) Sandbox: secd(504) deny(1) user-preference-write secd 2021-10-13 09:53:12.255997+0100 0xe6e Default 0x0 0 0 kernel: (Sandbox) Sandbox: 1 duplicate report for secd deny(1) user-preference-write secd 2021-10-13 09:53:12.256002+0100 0xe6e Error 0x0 0 0 kernel: (Sandbox) Sandbox: TrustedPeersHelp(517) deny(1) user-preference-write com.apple.TrustedPeersHelper 2021-10-13 09:53:12.443775+0100 0xe2b Default 0x0 0 0 kernel: (Sandbox) Sandbox: 1 duplicate report for TrustedPeersHelp deny(1) user-preference-write com.apple.TrustedPeersHelper 2021-10-13 09:53:12.443786+0100 0xe2b Error 0x0 0 0 kernel: (Sandbox) Sandbox: taskgated-helper(529) deny(1) user-preference-read kCFPreferencesAnyApplication 2021-10-13 09:53:12.474911+0100 0xf0e Error 0x0 0 0 kernel: (Sandbox) Sandbox: rapportd(508) deny(1) mach-lookup com.apple.CoreLocation.agent 2021-10-13 09:53:12.477524+0100 0xfcc Error 0x0 0 0 kernel: (Sandbox) Sandbox: identityservices(520) deny(1) ipc-posix-shm-write-create com.apple.AppleDatabaseChanged 2021-10-13 09:53:12.509440+0100 0xf86 Default 0x0 0 0 kernel: (ALF) ALF, old data swfs_pid_entry <private>, updaterules_msg <private>, updaterules_state <private> 2021-10-13 09:53:12.525682+0100 0x1ef Error 0x0 0 0 kernel: (Sandbox) Sandbox: assistantd(522) deny(1) mach-lookup com.apple.trial.status 2021-10-13 09:53:12.636702+0100 0x1ef Error 0x0 0 0 kernel: (Sandbox) Sandbox: itunescloudd(521) deny(1) mach-lookup com.apple.private.corewifi-xpc 2021-10-13 09:53:12.697886+0100 0xe6e Error 0x0 0 0 kernel: (Sandbox) Sandbox: itunescloudd(521) deny(1) user-preference-write com.apple.mobileipod 2021-10-13 09:53:12.784545+0100 0xe44 Default 0x0 0 0 kernel: (Sandbox) System Policy: cfprefsd(149) allow file-read-data /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/0/com.apple.routined/dv/Cache 2021-10-13 09:53:12.784916+0100 0xe44 Default 0x0 0 0 kernel: (Sandbox) Sandbox: 1 duplicate report for cfprefsd allow file-read-data /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/0/com.apple.routined/dv/Cache 2021-10-13 09:53:12.784921+0100 0xe44 Default 0x0 0 0 kernel: (Sandbox) System Policy: cfprefsd(149) allow file-read-data /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/0/com.apple.routined/dv/Cache/defaults.plist 2021-10-13 09:53:12.785344+0100 0xe6e Default 0x0 0 0 kernel: (Sandbox) Sandbox: 2 duplicate reports for cfprefsd allow file-read-data /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/0/com.apple.routined/dv/Cache/defaults.plist 2021-10-13 09:53:12.785348+0100 0xe6e Default 0x0 0 0 kernel: (Sandbox) System Policy: cfprefsd(495) allow file-read-data /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/0/com.apple.routined/dv/Cache 2021-10-13 09:53:12.785580+0100 0xe6e Default 0x0 0 0 kernel: (Sandbox) Sandbox: 2 duplicate reports for cfprefsd allow file-read-data /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/0/com.apple.routined/dv/Cache 2021-10-13 09:53:12.785583+0100 0xe6e Default 0x0 0 0 kernel: (Sandbox) System Policy: cfprefsd(495) allow file-read-data /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/0/com.apple.routined/dv/Cache/defaults.plist 2021-10-13 09:53:12.844130+0100 0xf0e Default 0x0 0 0 kernel: (Sandbox) Sandbox: 2 duplicate reports for cfprefsd allow file-read-data /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/0/com.apple.routined/dv/Cache/defaults.plist 2021-10-13 09:53:12.844146+0100 0xf0e Error 0x0 0 0 kernel: (Sandbox) Sandbox: ctkd(541) deny(1) mach-lookup com.apple.CoreServices.coreservicesd 2021-10-13 09:53:12.847198+0100 0x1ef Error 0x0 0 0 kernel: (Sandbox) Sandbox: ctkd(541) deny(1) mach-lookup com.apple.DiskArbitration.diskarbitrationd 2021-10-13 09:53:12.886344+0100 0xef0 Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioEngine[<private>]::newUserClient(0x<private>, <private>, 0x0, 0x0, <private>) 2021-10-13 09:53:12.886351+0100 0xef0 Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioEngineUserClient[<private>]::initWithAudioEngine(<private>, 0x<private>, <private>, 0x0, 0x0) 2021-10-13 09:53:12.886357+0100 0xef0 Default 0x0 0 0 kernel: (IOAudioFamily) +- IOAudioEngineUserClient[<private>]::setOnline(0) 2021-10-13 09:53:12.886369+0100 0xef0 Default 0x0 0 0 kernel: (IOAudioFamily) ConnectionID:0xc44079fd 2021-10-13 09:53:12.886374+0100 0xef0 Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngineUserClient[<private>]::initWithAudioEngine(<private>, 0x<private>, <private>, 0x0, 0x0) returns 1 2021-10-13 09:53:12.886376+0100 0xef0 Default 0x0 0 0 kernel: (IOAudioFamily) +- IOAudioEngineUserClient::withAudioEngine(<private>, 0x<private>, <private>, 0x0, 0x0) returns <private> 2021-10-13 09:53:12.886383+0100 0xef0 Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioEngine::addUserClientAction(<private>, <private>) 2021-10-13 09:53:12.886385+0100 0xef0 Default 0x0 0 0 kernel: (IOAudioFamily) +- IOAudioEngine[<private>]::addUserClient(<private>) returns 0x0 2021-10-13 09:53:12.886386+0100 0xef0 Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngine::addUserClientAction(<private>, <private>) returns 0x0 2021-10-13 09:53:12.886388+0100 0xef0 Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngine[<private>]::newUserClient(0x<private>, <private>, 0x0, 0x0, <private>) 2021-10-13 09:53:12.886418+0100 0xef0 Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngineUserClient[<private>]::registerFormatNotification(0x<private>, 0x100) returns 0x0 2021-10-13 09:53:12.886420+0100 0xef0 Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngineUserClient::registerNotificationAction(<private>, <private>) returns 0x0 2021-10-13 09:53:12.886422+0100 0xef0 Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngineUserClient[<private>]::registerNotificationPort(0x<private>, 0x0, 0x100) returns 0x0 2021-10-13 09:53:12.890728+0100 0xde7 Default 0x0 0 0 kernel: memorystatus: set assertion priority(3) target setoken:551 2021-10-13 09:53:12.890872+0100 0x1086 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for setoken:551 2021-10-13 09:53:12.893787+0100 0x1ef Default 0x0 0 0 kernel: (Sandbox) Sandbox: 5 duplicate reports for ctkd deny(1) mach-lookup com.apple.DiskArbitration.diskarbitrationd 2021-10-13 09:53:12.893793+0100 0x1ef Error 0x0 0 0 kernel: (Sandbox) Sandbox: diagnosticextens(540) deny(1) mach-lookup com.apple.lsd.mapdb 2021-10-13 09:53:12.895359+0100 0x1031 Default 0x0 0 0 kernel: (Sandbox) System Policy: diagnosticextens(540) allow file-read-data /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/0/com.apple.LaunchServices.dv/com.apple.LaunchServices-2548-v2.csstore 2021-10-13 09:53:12.895467+0100 0x1031 Default 0x0 0 0 kernel: (Sandbox) System Policy: diagnosticextens(540) allow file-read-metadata /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/0/com.apple.LaunchServices.dv/com.apple.LaunchServices-2548-v2.csstore 2021-10-13 09:53:12.931137+0100 0x1094 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for setoken:551 2021-10-13 09:53:12.931721+0100 0x1094 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for setoken:551 2021-10-13 09:53:12.932089+0100 0x1094 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for setoken:551 2021-10-13 09:53:12.936914+0100 0x1094 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for setoken:551 2021-10-13 09:53:12.942998+0100 0x109b Default 0x0 0 0 kernel: (AppleCredentialManager) AppleCredentialManagerUserClient: start: session_uid = 1f5. 2021-10-13 09:53:12.943343+0100 0x109b Default 0x0 0 0 kernel: (AppleCredentialManager) ACMFirstResponderKernelService: _onGetCapabilities: T208: NO. 2021-10-13 09:53:12.943425+0100 0x109b Default 0x0 0 0 kernel: (AppleCredentialManager) ACM: createCredentialSet: Credential set created, CS[104]/2/0/263. 2021-10-13 09:53:12.948717+0100 0x1090 Default 0x0 0 0 kernel: (AppleCredentialManager) ACM: handleExists: Checking handle, CS[104]. 2021-10-13 09:53:12.955579+0100 0x1094 Default 0x0 0 0 kernel: (AppleCredentialManager) ACM: handleExists: Checking handle, CS[104]. 2021-10-13 09:53:12.962069+0100 0x1094 Default 0x0 0 0 kernel: (AppleCredentialManager) ACM: handleExists: Checking handle, CS[104]. 2021-10-13 09:53:12.968958+0100 0x109e Default 0x0 0 0 kernel: (AppleCredentialManager) ACM: handleExists: Checking handle, CS[104]. 2021-10-13 09:53:12.980622+0100 0x1029 Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioEngine[<private>]::newUserClient(0x<private>, <private>, 0x0, 0x0, <private>) 2021-10-13 09:53:12.980626+0100 0x1029 Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioEngineUserClient[<private>]::initWithAudioEngine(<private>, 0x<private>, <private>, 0x0, 0x0) 2021-10-13 09:53:12.980639+0100 0x1029 Default 0x0 0 0 kernel: (IOAudioFamily) +- IOAudioEngineUserClient[<private>]::setOnline(0) 2021-10-13 09:53:12.980654+0100 0x1029 Default 0x0 0 0 kernel: (IOAudioFamily) ConnectionID:0x82094f50 2021-10-13 09:53:12.980661+0100 0x1029 Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngineUserClient[<private>]::initWithAudioEngine(<private>, 0x<private>, <private>, 0x0, 0x0) returns 1 2021-10-13 09:53:12.980663+0100 0x1029 Default 0x0 0 0 kernel: (IOAudioFamily) +- IOAudioEngineUserClient::withAudioEngine(<private>, 0x<private>, <private>, 0x0, 0x0) returns <private> 2021-10-13 09:53:12.980670+0100 0x1029 Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioEngine::addUserClientAction(<private>, <private>) 2021-10-13 09:53:12.980673+0100 0x1029 Default 0x0 0 0 kernel: (IOAudioFamily) +- IOAudioEngine[<private>]::addUserClient(<private>) returns 0x0 2021-10-13 09:53:12.980674+0100 0x1029 Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngine::addUserClientAction(<private>, <private>) returns 0x0 2021-10-13 09:53:12.980677+0100 0x1029 Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngine[<private>]::newUserClient(0x<private>, <private>, 0x0, 0x0, <private>) 2021-10-13 09:53:12.980814+0100 0x1029 Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngineUserClient[<private>]::registerFormatNotification(0x<private>, 0x100) returns 0x0 2021-10-13 09:53:12.980816+0100 0x1029 Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngineUserClient::registerNotificationAction(<private>, <private>) returns 0x0 2021-10-13 09:53:12.980819+0100 0x1029 Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngineUserClient[<private>]::registerNotificationPort(0x<private>, 0x0, 0x100) returns 0x0 2021-10-13 09:53:12.987110+0100 0x1094 Default 0x0 0 0 kernel: (AppleCredentialManager) ACM: handleExists: Checking handle, CS[104]. 2021-10-13 09:53:12.992666+0100 0xf0e Error 0x0 0 0 kernel: (Sandbox) Sandbox: routined(515) deny(1) mach-lookup com.apple.Maps.MapsSync.store 2021-10-13 09:53:12.993793+0100 0x109b Default 0x0 0 0 kernel: (AppleCredentialManager) ACM: handleExists: Checking handle, CS[104]. 2021-10-13 09:53:13.000591+0100 0x1090 Default 0x0 0 0 kernel: (AppleCredentialManager) ACM: handleExists: Checking handle, CS[104]. 2021-10-13 09:53:13.007488+0100 0x1090 Default 0x0 0 0 kernel: (AppleCredentialManager) ACM: handleExists: Checking handle, CS[104]. 2021-10-13 09:53:13.049622+0100 0x10b1 Default 0x0 0 0 kernel: ifnet_attach: Waiting for all kernel threads created for interface utun0 to get scheduled at least once. 2021-10-13 09:53:13.049636+0100 0x10b1 Default 0x0 0 0 kernel: ifnet_attach: All kernel threads created for interface utun0 have been scheduled at least once. Proceeding. 2021-10-13 09:53:13.052907+0100 0x454 Default 0x0 0 0 kernel: (ALF) ALF, old data swfs_pid_entry <private>, updaterules_msg <private>, updaterules_state <private> 2021-10-13 09:53:13.112943+0100 0x10ca Default 0x0 0 0 kernel: (HFS) hfs: mounted OCBootTest on device disk4s2 2021-10-13 09:53:13.203266+0100 0xf17 Default 0x0 0 0 kernel: (Sandbox) Sandbox: 5 duplicate reports for routined deny(1) mach-lookup com.apple.Maps.MapsSync.store 2021-10-13 09:53:13.203270+0100 0xf17 Error 0x0 0 0 kernel: (Sandbox) Sandbox: CommCenter(503) deny(1) ipc-posix-shm-write-create com.apple.AppleDatabaseChanged 2021-10-13 09:53:13.243811+0100 0x10d0 Error 0x0 0 0 kernel: (Sandbox) Sandbox: distnoted(554) deny(1) file-read-metadata /usr/sbin/distnoted 2021-10-13 09:53:13.243837+0100 0x10d0 Error 0x0 0 0 kernel: (Sandbox) Sandbox: distnoted(554) deny(1) file-read-metadata /usr 2021-10-13 09:53:13.245505+0100 0xf17 Error 0x0 0 0 kernel: (Sandbox) Sandbox: CommCenter(503) deny(1) file-read-data /private/var/db/mds/messages/501/se_SecurityMessages 2021-10-13 09:53:13.246861+0100 0xd56 Default 0x0 0 0 kernel: (Sandbox) System Policy: mds(109) allow file-read-metadata /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/0/dmd/ConfigurationEngine/Database 2021-10-13 09:53:13.246887+0100 0xd56 Default 0x0 0 0 kernel: (Sandbox) System Policy: mds(109) allow file-read-data /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/0/dmd/ConfigurationEngine/Database 2021-10-13 09:53:13.246906+0100 0xd56 Default 0x0 0 0 kernel: (Sandbox) System Policy: mds(109) allow file-read-metadata /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/0/dmd/ConfigurationEngine/Database 2021-10-13 09:53:13.493936+0100 0x1111 Default 0x0 0 0 kernel: (ALF) ALF, old data swfs_pid_entry <private>, updaterules_msg <private>, updaterules_state <private> 2021-10-13 09:53:13.510963+0100 0x454 Default 0x0 0 0 kernel: ifnet_attach: Waiting for all kernel threads created for interface utun1 to get scheduled at least once. 2021-10-13 09:53:13.510984+0100 0x454 Default 0x0 0 0 kernel: ifnet_attach: All kernel threads created for interface utun1 have been scheduled at least once. Proceeding. 2021-10-13 09:53:13.533970+0100 0xfa8 Error 0x0 0 0 kernel: (Sandbox) Sandbox: bird(523) deny(1) file-read-data /Library/Application Support/CrashReporter/DiagnosticMessagesHistory.plist 2021-10-13 09:53:13.550243+0100 0xf0e Default 0x0 0 0 kernel: (Sandbox) Sandbox: 1 duplicate report for bird deny(1) file-read-data /Library/Application Support/CrashReporter/DiagnosticMessagesHistory.plist 2021-10-13 09:53:13.550247+0100 0xf0e Error 0x0 0 0 kernel: (Sandbox) Sandbox: homed(530) deny(1) mach-lookup com.apple.AddressBook.ContactsAccountsService 2021-10-13 09:53:13.558848+0100 0xfb8 Error 0x0 0 0 kernel: (Sandbox) Sandbox: homed(530) deny(1) file-write-data /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/T/.AddressBookLocks/database.lock 2021-10-13 09:53:13.570426+0100 0xf0e Error 0x0 0 0 kernel: (Sandbox) Sandbox: homed(530) deny(1) mach-lookup com.apple.AddressBook.ContactsAccountsService 2021-10-13 09:53:13.681873+0100 0x112f Default 0x0 0 0 kernel: (ALF) ALF, old data swfs_pid_entry <private>, updaterules_msg <private>, updaterules_state <private> 2021-10-13 09:53:13.728465+0100 0x60e Default 0x0 0 0 kernel: (ALF) ALF, hash_free: found kext_info <private> 2021-10-13 09:53:13.803532+0100 0xf0e Error 0x0 0 0 kernel: (Sandbox) Sandbox: rapportd(508) deny(1) mach-lookup com.apple.locationd.desktop.registration 2021-10-13 09:53:13.832549+0100 0x60e Default 0x0 0 0 kernel: (ALF) ALF, hash_free: found kext_info <private> 2021-10-13 09:53:13.862926+0100 0xd58 Default 0x0 0 0 kernel: (Sandbox) System Policy: mds(109) allow file-read-metadata /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/0/com.apple.nsurlsessiond 2021-10-13 09:53:13.872652+0100 0x60e Default 0x0 0 0 kernel: (ALF) ALF, hash_free: found kext_info <private> 2021-10-13 09:53:13.919208+0100 0x60e Default 0x0 0 0 kernel: (ALF) ALF, hash_free: found kext_info <private> 2021-10-13 09:53:14.275422+0100 0x1038 Default 0x0 0 0 kernel: (ALF) ALF, old data swfs_pid_entry <private>, updaterules_msg <private>, updaterules_state <private> 2021-10-13 09:53:14.501363+0100 0xe93 Error 0x0 0 0 kernel: (Sandbox) Sandbox: systemsoundserve(475) deny(1) file-read-data /dev/dtracehelper 2021-10-13 09:53:14.515632+0100 0xe72 Error 0x0 0 0 kernel: (Sandbox) Sandbox: secd(504) deny(1) user-preference-write secd 2021-10-13 09:53:14.545414+0100 0xe93 Error 0x0 0 0 kernel: (Sandbox) Sandbox: systemsoundserve(475) deny(1) file-read-metadata / 2021-10-13 09:53:14.548666+0100 0xe93 Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioEngine[<private>]::newUserClient(0x<private>, <private>, 0x0, 0x0, <private>) 2021-10-13 09:53:14.548675+0100 0xe93 Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioEngineUserClient[<private>]::initWithAudioEngine(<private>, 0x<private>, <private>, 0x0, 0x0) 2021-10-13 09:53:14.548683+0100 0xe93 Default 0x0 0 0 kernel: (IOAudioFamily) +- IOAudioEngineUserClient[<private>]::setOnline(0) 2021-10-13 09:53:14.548701+0100 0xe93 Default 0x0 0 0 kernel: (IOAudioFamily) ConnectionID:0x78983482 2021-10-13 09:53:14.548710+0100 0xe93 Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngineUserClient[<private>]::initWithAudioEngine(<private>, 0x<private>, <private>, 0x0, 0x0) returns 1 2021-10-13 09:53:14.548713+0100 0xe93 Default 0x0 0 0 kernel: (IOAudioFamily) +- IOAudioEngineUserClient::withAudioEngine(<private>, 0x<private>, <private>, 0x0, 0x0) returns <private> 2021-10-13 09:53:14.548725+0100 0xe93 Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioEngine::addUserClientAction(<private>, <private>) 2021-10-13 09:53:14.548728+0100 0xe93 Default 0x0 0 0 kernel: (IOAudioFamily) +- IOAudioEngine[<private>]::addUserClient(<private>) returns 0x0 2021-10-13 09:53:14.548730+0100 0xe93 Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngine::addUserClientAction(<private>, <private>) returns 0x0 2021-10-13 09:53:14.548732+0100 0xe93 Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngine[<private>]::newUserClient(0x<private>, <private>, 0x0, 0x0, <private>) 2021-10-13 09:53:14.548781+0100 0xe93 Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngineUserClient[<private>]::registerFormatNotification(0x<private>, 0x100) returns 0x0 2021-10-13 09:53:14.548783+0100 0xe93 Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngineUserClient::registerNotificationAction(<private>, <private>) returns 0x0 2021-10-13 09:53:14.548785+0100 0xe93 Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngineUserClient[<private>]::registerNotificationPort(0x<private>, 0x0, 0x100) returns 0x0 2021-10-13 09:53:14.581638+0100 0x437 Default 0x0 0 0 kernel: (AppleCredentialManager) ACMRM-S: _saveAll: pushing policy -> daemon (gen=2 len=41). 2021-10-13 09:53:14.774921+0100 0x1ef Default 0x0 0 0 kernel: (Sandbox) Sandbox: 1 duplicate report for systemsoundserve deny(1) file-read-metadata / 2021-10-13 09:53:14.774936+0100 0x1ef Error 0x0 0 0 kernel: (Sandbox) Sandbox: secd(504) deny(1) mach-lookup com.apple.security.sfkeychainserver 2021-10-13 09:53:14.798138+0100 0x111b Default 0x0 0 0 kernel: (ALF) ALF, old data swfs_pid_entry <private>, updaterules_msg <private>, updaterules_state <private> 2021-10-13 09:53:14.830224+0100 0xd54 Default 0x0 0 0 kernel: (Sandbox) System Policy: mds(109) allow file-read-metadata /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/0/dmd/ConfigurationEngine/Database 2021-10-13 09:53:14.863107+0100 0x1ef Error 0x0 0 0 kernel: (Sandbox) Sandbox: iconservicesagen(565) deny(1) mach-lookup com.apple.tccd.system 2021-10-13 09:53:14.905763+0100 0x1ef Default 0x0 0 0 kernel: (Sandbox) Sandbox: 1 duplicate report for iconservicesagen deny(1) mach-lookup com.apple.tccd.system 2021-10-13 09:53:14.905767+0100 0x1ef Error 0x0 0 0 kernel: (Sandbox) Sandbox: iconservicesagen(565) deny(1) mach-lookup com.apple.windowserver.active 2021-10-13 09:53:15.009784+0100 0x1ef Default 0x0 0 0 kernel: (Sandbox) Sandbox: 1 duplicate report for iconservicesagen deny(1) mach-lookup com.apple.windowserver.active 2021-10-13 09:53:15.009789+0100 0x1ef Error 0x0 0 0 kernel: (Sandbox) Sandbox: AMPDeviceDiscove(574) deny(1) mach-lookup com.apple.remoted 2021-10-13 09:53:15.045531+0100 0xf3a Error 0x0 0 0 kernel: (Sandbox) Sandbox: rapportd(508) deny(1) ipc-posix-shm-write-create com.apple.AppleDatabaseChanged 2021-10-13 09:53:15.059023+0100 0xf3a Default 0x0 0 0 kernel: (ALF) ALF, old data swfs_pid_entry <private>, updaterules_msg <private>, updaterules_state <private> 2021-10-13 09:53:15.161945+0100 0x1ef Error 0x0 0 0 kernel: (Sandbox) Sandbox: itunescloudd(521) deny(1) mach-lookup com.apple.fpsd 2021-10-13 09:53:15.180240+0100 0x11b1 Default 0x0 0 0 kernel: (ALF) ALF, old data swfs_pid_entry <private>, updaterules_msg <private>, updaterules_state <private> 2021-10-13 09:53:15.287957+0100 0x1ef Error 0x0 0 0 kernel: (Sandbox) Sandbox: touristd(569) deny(1) mach-lookup com.apple.tccd.system 2021-10-13 09:53:15.301938+0100 0x120c Default 0x0 0 0 kernel: (ALF) ALF, old data swfs_pid_entry <private>, updaterules_msg <private>, updaterules_state <private> 2021-10-13 09:53:15.335444+0100 0x10fd Default 0x0 0 0 kernel: (ALF) ALF, old data swfs_pid_entry <private>, updaterules_msg <private>, updaterules_state <private> 2021-10-13 09:53:15.352768+0100 0x12ce Default 0x0 0 0 kernel: (Sandbox) Sandbox: 1 duplicate report for touristd deny(1) mach-lookup com.apple.tccd.system 2021-10-13 09:53:15.352773+0100 0x12ce Error 0x0 0 0 kernel: (Sandbox) Sandbox: AppSSOAgent(596) deny(1) file-issue-extension target:/System/Library/PrivateFrameworks/AppSSO.framework/Support/AppSSOAgent.app class:com.apple.app-sandbox.read 2021-10-13 09:53:15.438183+0100 0x12c9 Default 0x0 0 0 kernel: (ALF) ALF, old data swfs_pid_entry <private>, updaterules_msg <private>, updaterules_state <private> 2021-10-13 09:53:15.501703+0100 0x1ef Error 0x0 0 0 kernel: (Sandbox) Sandbox: homed(530) deny(1) mach-lookup com.apple.coreduetd.knowledge 2021-10-13 09:53:15.513467+0100 0x1ef Error 0x0 0 0 kernel: (Sandbox) Sandbox: homed(530) deny(1) mach-lookup com.apple.coreduetd.context 2021-10-13 09:53:15.528466+0100 0x1ef Error 0x0 0 0 kernel: (Sandbox) Sandbox: homed(530) deny(1) mach-lookup com.apple.metadata.mds 2021-10-13 09:53:15.533580+0100 0x1ef Error 0x0 0 0 kernel: (Sandbox) Sandbox: apsd(121) deny(1) mach-lookup com.apple.telephonyutilities.callservicesdaemon.voip.push.development 2021-10-13 09:53:15.559385+0100 0x1ef Error 0x0 0 0 kernel: (Sandbox) Sandbox: apsd(121) deny(1) mach-lookup com.apple.telephonyutilities.callservicesdaemon.voip.push 2021-10-13 09:53:15.566482+0100 0x111b Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioEngine[<private>]::newUserClient(0x<private>, <private>, 0x0, 0x0, <private>) 2021-10-13 09:53:15.566487+0100 0x111b Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioEngineUserClient[<private>]::initWithAudioEngine(<private>, 0x<private>, <private>, 0x0, 0x0) 2021-10-13 09:53:15.566494+0100 0x111b Default 0x0 0 0 kernel: (IOAudioFamily) +- IOAudioEngineUserClient[<private>]::setOnline(0) 2021-10-13 09:53:15.566508+0100 0x111b Default 0x0 0 0 kernel: (IOAudioFamily) ConnectionID:0x88dca338 2021-10-13 09:53:15.566514+0100 0x111b Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngineUserClient[<private>]::initWithAudioEngine(<private>, 0x<private>, <private>, 0x0, 0x0) returns 1 2021-10-13 09:53:15.566516+0100 0x111b Default 0x0 0 0 kernel: (IOAudioFamily) +- IOAudioEngineUserClient::withAudioEngine(<private>, 0x<private>, <private>, 0x0, 0x0) returns <private> 2021-10-13 09:53:15.566522+0100 0x111b Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioEngine::addUserClientAction(<private>, <private>) 2021-10-13 09:53:15.566525+0100 0x111b Default 0x0 0 0 kernel: (IOAudioFamily) +- IOAudioEngine[<private>]::addUserClient(<private>) returns 0x0 2021-10-13 09:53:15.566526+0100 0x111b Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngine::addUserClientAction(<private>, <private>) returns 0x0 2021-10-13 09:53:15.566528+0100 0x111b Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngine[<private>]::newUserClient(0x<private>, <private>, 0x0, 0x0, <private>) 2021-10-13 09:53:15.566557+0100 0x111b Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngineUserClient[<private>]::registerFormatNotification(0x<private>, 0x100) returns 0x0 2021-10-13 09:53:15.566559+0100 0x111b Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngineUserClient::registerNotificationAction(<private>, <private>) returns 0x0 2021-10-13 09:53:15.566561+0100 0x111b Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngineUserClient[<private>]::registerNotificationPort(0x<private>, 0x0, 0x100) returns 0x0 2021-10-13 09:53:15.628817+0100 0x134c Default 0x0 0 0 kernel: (ALF) ALF, old data swfs_pid_entry <private>, updaterules_msg <private>, updaterules_state <private> 2021-10-13 09:53:15.632778+0100 0x1081 Default 0x0 0 0 kernel: (ALF) ALF, old data swfs_pid_entry <private>, updaterules_msg <private>, updaterules_state <private> 2021-10-13 09:53:15.635021+0100 0x127f Default 0x0 0 0 kernel: (ALF) ALF, old data swfs_pid_entry <private>, updaterules_msg <private>, updaterules_state <private> 2021-10-13 09:53:15.641004+0100 0x1350 Default 0x0 0 0 kernel: (AppleCredentialManager) AppleCredentialManagerUserClient: start: session_uid = 1f5. 2021-10-13 09:53:15.641100+0100 0x1350 Default 0x0 0 0 kernel: (AppleCredentialManager) ACMFirstResponderKernelService: _onGetCapabilities: T208: NO. 2021-10-13 09:53:15.641140+0100 0x1350 Default 0x0 0 0 kernel: (AppleCredentialManager) ACM: createCredentialSet: Credential set created, CS[105]/3/0/375. 2021-10-13 09:53:15.647022+0100 0x1351 Default 0x0 0 0 kernel: (AppleCredentialManager) ACM: verifyPolicy: Verifying UserIdentificationWithBiometrics (P) on CS[105] (preflight=YES, secure=NO, checkKeybagUUID=NO). 2021-10-13 09:53:15.647033+0100 0x1351 Default 0x0 0 0 kernel: (AppleCredentialManager) ACM: dumpVerificationStatus: UserIdentificationWithBiometrics (P) on CS[105] *NOT* SATISFIED: 03R -> R. 2021-10-13 09:53:15.681513+0100 0x1ef Error 0x0 0 0 kernel: (Sandbox) Sandbox: tccd(519) deny(1) mach-lookup com.apple.security.syspolicy 2021-10-13 09:53:15.732154+0100 0x1ef Error 0x0 0 0 kernel: (Sandbox) Sandbox: parsecd(580) deny(1) mach-lookup com.apple.securityd.xpc 2021-10-13 09:53:15.791801+0100 0x7a9 Default 0x0 0 0 kernel: (com.apple.AppleUserHIDDrivers.dext) [IOUserHIDEventDriver.cpp:1367][0x100000474] Set LED 0x2: 0 0x0 2021-10-13 09:53:15.826325+0100 0x1394 Default 0x0 0 0 kernel: (ALF) ALF, old data swfs_pid_entry <private>, updaterules_msg <private>, updaterules_state <private> 2021-10-13 09:53:15.936052+0100 0xe4d Default 0x0 0 0 kernel: (Sandbox) System Policy: mds(109) allow file-read-metadata /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/0/dmd/Policies/Database 2021-10-13 09:53:15.936084+0100 0xe4d Default 0x0 0 0 kernel: (Sandbox) System Policy: mds(109) allow file-read-data /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/0/dmd/Policies/Database 2021-10-13 09:53:15.936111+0100 0xe4d Default 0x0 0 0 kernel: (Sandbox) System Policy: mds(109) allow file-read-metadata /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/0/dmd/Policies/Database 2021-10-13 09:53:16.041375+0100 0xe51 Default 0x0 0 0 kernel: (Sandbox) System Policy: mds(109) allow file-read-metadata /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/0/com.apple.ScreenTimeAgent/Store/RMAdminStore-Local.sqlite 2021-10-13 09:53:16.041404+0100 0xe51 Default 0x0 0 0 kernel: (Sandbox) System Policy: mds(109) allow file-read-data /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/0/com.apple.ScreenTimeAgent/Store/RMAdminStore-Local.sqlite 2021-10-13 09:53:16.041426+0100 0xe51 Default 0x0 0 0 kernel: (Sandbox) System Policy: mds(109) allow file-read-metadata /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/0/com.apple.ScreenTimeAgent/Store/RMAdminStore-Local.sqlite 2021-10-13 09:53:16.186657+0100 0x1321 Default 0x0 0 0 kernel: (Sandbox) Sandbox: 1 duplicate report for mds allow file-read-metadata /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/0/com.apple.ScreenTimeAgent/Store/RMAdminStore-Local.sqlite 2021-10-13 09:53:16.186661+0100 0x1321 Error 0x0 0 0 kernel: (Sandbox) Sandbox: studentd(608) deny(1) file-read-metadata /Users 2021-10-13 09:53:16.188883+0100 0x13df Default 0x0 0 0 kernel: (Sandbox) Sandbox: 39 duplicate reports for studentd deny(1) file-read-metadata /Users 2021-10-13 09:53:16.188887+0100 0x13df Error 0x0 0 0 kernel: (Sandbox) Sandbox: studentd(608) deny(1) iokit-open RootDomainUserClient 2021-10-13 09:53:16.222886+0100 0x12ba Default 0x0 0 0 kernel: (ALF) ALF, old data swfs_pid_entry <private>, updaterules_msg <private>, updaterules_state <private> 2021-10-13 09:53:16.238496+0100 0x1321 Error 0x0 0 0 kernel: (Sandbox) Sandbox: studentd(608) deny(1) file-read-metadata /Users/ben800g1/Library 2021-10-13 09:53:16.256536+0100 0x1321 Default 0x0 0 0 kernel: (Sandbox) Sandbox: 4 duplicate reports for studentd deny(1) file-read-metadata /Users/ben800g1/Library 2021-10-13 09:53:16.256541+0100 0x1321 Error 0x0 0 0 kernel: (Sandbox) Sandbox: studentd(608) deny(1) file-read-data /usr/libexec 2021-10-13 09:53:16.279607+0100 0x13de Default 0x0 0 0 kernel: (ALF) ALF, old data swfs_pid_entry <private>, updaterules_msg <private>, updaterules_state <private> 2021-10-13 09:53:16.295243+0100 0x1321 Default 0x0 0 0 kernel: (Sandbox) Sandbox: 1 duplicate report for studentd deny(1) file-read-data /usr/libexec 2021-10-13 09:53:16.295247+0100 0x1321 Error 0x0 0 0 kernel: (Sandbox) Sandbox: studentd(608) deny(1) file-read-metadata /Users/ben800g1/Library 2021-10-13 09:53:16.299018+0100 0x1321 Default 0x0 0 0 kernel: (Sandbox) Sandbox: 1 duplicate report for studentd deny(1) file-read-metadata /Users/ben800g1/Library 2021-10-13 09:53:16.299022+0100 0x1321 Error 0x0 0 0 kernel: (Sandbox) Sandbox: studentd(608) deny(1) file-read-metadata /Volumes/WD4TB 2021-10-13 09:53:16.299228+0100 0x1321 Default 0x0 0 0 kernel: (Sandbox) Sandbox: 1 duplicate report for studentd deny(1) file-read-metadata /Volumes/WD4TB 2021-10-13 09:53:16.299230+0100 0x1321 Error 0x0 0 0 kernel: (Sandbox) Sandbox: studentd(608) deny(1) file-read-metadata /Volumes/OCBootTest 2021-10-13 09:53:16.353946+0100 0x37d Default 0x0 0 0 kernel: (AppleKeyStore) AppleKeyStore:3222:120: user 328c0cb711774ad39ed191fc862fb632 unlock failed (-5) 2021-10-13 09:53:16.353967+0100 0x37d Default 0x0 0 0 kernel: (AppleKeyStore) AppleKeyStore:10727:120: operation failed (sel: 75 ret: e00002ce, -1, 100000) 2021-10-13 09:53:16.406669+0100 0x1ef Default 0x0 0 0 kernel: (Sandbox) Sandbox: PAH_Extension(641) allow mach-register com.apple.PressAndHold_Connection 2021-10-13 09:53:16.545382+0100 0x146b Default 0x0 0 0 kernel: (ALF) ALF, old data swfs_pid_entry <private>, updaterules_msg <private>, updaterules_state <private> 2021-10-13 09:53:16.635541+0100 0x1ef Default 0x0 0 0 kernel: (Sandbox) Sandbox: 1 duplicate report for Google Chrome He deny(1) mach-lookup com.apple.tccd.system 2021-10-13 09:53:16.635545+0100 0x1ef Error 0x0 0 0 kernel: (Sandbox) Sandbox: tccd(150) deny(1) mach-lookup com.apple.security.syspolicy 2021-10-13 09:53:16.877040+0100 0xe89 Error 0x0 0 0 kernel: (Sandbox) Sandbox: locationd(324) deny(1) file-read-data /Applications/Google Chrome.app 2021-10-13 09:53:16.915848+0100 0x1ef Default 0x0 0 0 kernel: (Sandbox) Sandbox: 1 duplicate report for locationd deny(1) file-read-data /Applications/Google Chrome.app 2021-10-13 09:53:16.915852+0100 0x1ef Error 0x0 0 0 kernel: (Sandbox) Sandbox: imagent(587) deny(1) mach-lookup com.apple.backupd.xpc 2021-10-13 09:53:16.949534+0100 0x145a Default 0x0 0 0 kernel: (AppleKeyStore) AppleKeyStore:10727:592: operation failed (sel: 44 ret: e00002f0, 501, 100006) 2021-10-13 09:53:16.952892+0100 0x145a Default 0x0 0 0 kernel: (AppleKeyStore) AppleKeyStore:10727:592: operation failed (sel: 44 ret: e00002f0, 501, 100006) 2021-10-13 09:53:17.082254+0100 0xb32 Error 0x0 0 0 kernel: (Sandbox) Sandbox: imagent(587) deny(1) mach-lookup com.apple.backupd.xpc 2021-10-13 09:53:17.086503+0100 0xb32 Error 0x0 0 0 kernel: (Sandbox) Sandbox: QuickLookSatelli(646) deny(1) mach-lookup com.apple.tccd.system 2021-10-13 09:53:17.088914+0100 0xb32 Error 0x0 0 0 kernel: (Sandbox) Sandbox: imagent(587) deny(1) mach-lookup com.apple.backupd.xpc 2021-10-13 09:53:17.102030+0100 0xb32 Default 0x0 0 0 kernel: (Sandbox) Sandbox: 1 duplicate report for imagent deny(1) mach-lookup com.apple.backupd.xpc 2021-10-13 09:53:17.102034+0100 0xb32 Error 0x0 0 0 kernel: (Sandbox) Sandbox: QuickLookSatelli(646) deny(1) mach-lookup com.apple.tccd.system 2021-10-13 09:53:17.197866+0100 0x145a Default 0x0 0 0 kernel: (AppleKeyStore) AppleKeyStore:10727:592: operation failed (sel: 44 ret: e00002f0, 501, 100006) 2021-10-13 09:53:17.272295+0100 0x145a Default 0x0 0 0 kernel: (AppleKeyStore) AppleKeyStore:10727:592: operation failed (sel: 44 ret: e00002f0, 501, 100006) 2021-10-13 09:53:17.657811+0100 0xfed Error 0x0 0 0 kernel: (Sandbox) Sandbox: cloudd(533) deny(1) system-fsctl _IO('h', 47) 2021-10-13 09:53:17.666826+0100 0xb8d Error 0x0 0 0 kernel: (Sandbox) Sandbox: com.apple.quickl(572) deny(1) mach-lookup com.apple.bird.token 2021-10-13 09:53:17.672795+0100 0xe70 Error 0x0 0 0 kernel: (Sandbox) Sandbox: secd(504) deny(1) user-preference-write secd 2021-10-13 09:53:17.750194+0100 0xf0c Error 0x0 0 0 kernel: (Sandbox) Sandbox: sharingd(592) deny(1) mach-lookup com.apple.telephonyutilities.callservicesdaemon.callstatecontroller 2021-10-13 09:53:17.750411+0100 0xf0c Error 0x0 0 0 kernel: (Sandbox) Sandbox: sharingd(592) deny(1) mach-lookup com.apple.telephonyutilities.callservicesdaemon.callcapabilities 2021-10-13 09:53:17.857511+0100 0x1531 Default 0x0 0 0 kernel: (ALF) ALF, old data swfs_pid_entry <private>, updaterules_msg <private>, updaterules_state <private> 2021-10-13 09:53:17.881936+0100 0xf0c Error 0x0 0 0 kernel: (Sandbox) Sandbox: apsd(121) deny(1) mach-lookup com.apple.imagent.aps 2021-10-13 09:53:18.222553+0100 0xfdc Default 0x0 0 0 kernel: (ALF) ALF, old data swfs_pid_entry <private>, updaterules_msg <private>, updaterules_state <private> 2021-10-13 09:53:18.351536+0100 0xf0c Error 0x0 0 0 kernel: (Sandbox) Sandbox: apsd(121) deny(1) mach-lookup com.apple.fileprovider.extension.push 2021-10-13 09:53:18.354983+0100 0xf0c Error 0x0 0 0 kernel: (Sandbox) Sandbox: apsd(121) deny(1) mach-lookup com.apple.fileprovider.extension.push.development 2021-10-13 09:53:18.374099+0100 0x1590 Default 0x0 0 0 kernel: (ALF) ALF, old data swfs_pid_entry <private>, updaterules_msg <private>, updaterules_state <private> 2021-10-13 09:53:18.737017+0100 0x60e Default 0x0 0 0 kernel: (ALF) ALF, hash_free: found kext_info <private> 2021-10-13 09:53:18.793650+0100 0x60e Default 0x0 0 0 kernel: (ALF) ALF, hash_free: found kext_info <private> 2021-10-13 09:53:18.869737+0100 0x60e Default 0x0 0 0 kernel: (ALF) ALF, hash_free: found kext_info <private> 2021-10-13 09:53:18.927170+0100 0x60e Default 0x0 0 0 kernel: (ALF) ALF, hash_free: found kext_info <private> 2021-10-13 09:53:19.007166+0100 0x1090 Default 0x0 0 0 kernel: (AppleCredentialManager) ACM: deleteCredentialSet: Deleting credential set, CS[104]. 2021-10-13 09:53:19.010223+0100 0x1086 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for setoken:551 2021-10-13 09:53:19.046014+0100 0x60e Default 0x0 0 0 kernel: (ALF) ALF, hash_free: found kext_info <private> 2021-10-13 09:53:19.075606+0100 0xf0c Error 0x0 0 0 kernel: (Sandbox) Sandbox: imagent(587) deny(1) mach-lookup com.apple.tccd 2021-10-13 09:53:19.079413+0100 0x1351 Default 0x0 0 0 kernel: (AppleCredentialManager) ACM: deleteCredentialSet: Deleting credential set, CS[105]. 2021-10-13 09:53:19.182850+0100 0x60e Default 0x0 0 0 kernel: (ALF) ALF, hash_free: found kext_info <private> 2021-10-13 09:53:19.246666+0100 0x60e Default 0x0 0 0 kernel: (ALF) ALF, hash_free: found kext_info <private> 2021-10-13 09:53:19.267719+0100 0x60e Default 0x0 0 0 kernel: (ALF) ALF, hash_free: found kext_info <private> 2021-10-13 09:53:19.323216+0100 0xb32 Error 0x0 0 0 kernel: (Sandbox) Sandbox: routined(515) deny(1) mach-lookup com.apple.Maps.MapsSync.store 2021-10-13 09:53:19.329265+0100 0x60e Default 0x0 0 0 kernel: (ALF) ALF, hash_free: found kext_info <private> 2021-10-13 09:53:19.388140+0100 0x60e Default 0x0 0 0 kernel: (ALF) ALF, hash_free: found kext_info <private> 2021-10-13 09:53:19.446427+0100 0x60e Default 0x0 0 0 kernel: (ALF) ALF, hash_free: found kext_info <private> 2021-10-13 09:53:19.489820+0100 0xb32 Error 0x0 0 0 kernel: (Sandbox) Sandbox: imagent(587) deny(1) mach-lookup com.apple.AddressBook.ContactsAccountsService 2021-10-13 09:53:19.520937+0100 0x60e Default 0x0 0 0 kernel: (ALF) ALF, hash_free: found kext_info <private> 2021-10-13 09:53:19.578341+0100 0x60e Default 0x0 0 0 kernel: (ALF) ALF, hash_free: found kext_info <private> 2021-10-13 09:53:19.654915+0100 0x60e Default 0x0 0 0 kernel: (ALF) ALF, hash_free: found kext_info <private> 2021-10-13 09:53:19.706620+0100 0x60e Default 0x0 0 0 kernel: (ALF) ALF, hash_free: found kext_info <private> 2021-10-13 09:53:19.732346+0100 0x13dd Error 0x0 0 0 kernel: (Sandbox) Sandbox: studentd(608) deny(1) file-read-metadata /usr/libexec/studentd 2021-10-13 09:53:19.779201+0100 0xb32 Error 0x0 0 0 kernel: (Sandbox) Sandbox: imagent(587) deny(1) mach-lookup com.apple.AddressBook.ContactsAccountsService 2021-10-13 09:53:19.780306+0100 0x60e Default 0x0 0 0 kernel: (ALF) ALF, hash_free: found kext_info <private> 2021-10-13 09:53:19.812164+0100 0x14a7 Error 0x0 0 0 kernel: (Sandbox) Sandbox: imagent(587) deny(1) file-map-executable /System/Library/Address Book Plug-Ins/LocalSource.sourcebundle/Contents/MacOS/LocalSource 2021-10-13 09:53:19.820379+0100 0x14a7 Default 0x0 0 0 kernel: (Sandbox) Sandbox: 2 duplicate reports for imagent deny(1) file-map-executable /System/Library/Address Book Plug-Ins/LocalSource.sourcebundle/Contents/MacOS/LocalSource 2021-10-13 09:53:19.820388+0100 0x14a7 Error 0x0 0 0 kernel: (Sandbox) Sandbox: imagent(587) deny(1) file-map-executable /System/Library/Address Book Plug-Ins/DirectoryServices.sourcebundle/Contents/MacOS/DirectoryServices 2021-10-13 09:53:19.827299+0100 0x60e Default 0x0 0 0 kernel: (ALF) ALF, hash_free: found kext_info <private> 2021-10-13 09:53:19.834333+0100 0x13dd Error 0x0 0 0 kernel: (Sandbox) Sandbox: studentd(608) deny(1) file-read-metadata /usr/libexec/studentd 2021-10-13 09:53:19.873586+0100 0x1267 Default 0x0 0 0 kernel: (Sandbox) Sandbox: 5 duplicate reports for studentd deny(1) file-read-metadata /usr/libexec/studentd 2021-10-13 09:53:19.873589+0100 0x1267 Error 0x0 0 0 kernel: (Sandbox) Sandbox: secd(504) deny(1) system-fsctl _IO('h', 47) 2021-10-13 09:53:19.889933+0100 0xa12 Default 0x0 0 0 kernel: tcp_timers: tcp_output() returned 0 with retransmission timer disabled for 49156 > 443 in state 4, reset timer to 6353 2021-10-13 09:53:19.978056+0100 0x20c Default 0x0 0 0 kernel: (apfs) tx_flush:1182: disk3 xid 113892 tx stats: # 60 finish 59 enter 1639 wait 5 1529us close 3054us flush 2837us 2021-10-13 09:53:20.138735+0100 0x1659 Default 0x0 0 0 kernel: (ALF) ALF, old data swfs_pid_entry <private>, updaterules_msg <private>, updaterules_state <private> 2021-10-13 09:53:20.211444+0100 0x60e Default 0x0 0 0 kernel: (ALF) ALF, hash_free: found kext_info <private> 2021-10-13 09:53:20.282677+0100 0x167e Default 0x0 0 0 kernel: (ALF) ALF, old data swfs_pid_entry <private>, updaterules_msg <private>, updaterules_state <private> 2021-10-13 09:53:20.372110+0100 0x1321 Error 0x0 0 0 kernel: (Sandbox) Sandbox: studentd(608) deny(1) file-read-data /usr/libexec 2021-10-13 09:53:20.372125+0100 0x1321 Error 0x0 0 0 kernel: (Sandbox) Sandbox: studentd(608) deny(1) file-read-metadata /usr/libexec 2021-10-13 09:53:20.372145+0100 0x1321 Error 0x0 0 0 kernel: (Sandbox) Sandbox: studentd(608) deny(1) file-read-metadata /usr/libexec/studentd 2021-10-13 09:53:20.426728+0100 0x1321 Default 0x0 0 0 kernel: (Sandbox) Sandbox: 7 duplicate reports for studentd deny(1) file-read-metadata /usr/libexec/studentd 2021-10-13 09:53:20.426733+0100 0x1321 Error 0x0 0 0 kernel: (Sandbox) Sandbox: studentd(608) deny(1) iokit-get-properties housing-color 2021-10-13 09:53:20.440110+0100 0x1321 Error 0x0 0 0 kernel: (Sandbox) Sandbox: studentd(608) deny(1) file-read-metadata /usr/libexec 2021-10-13 09:53:20.461511+0100 0x1321 Error 0x0 0 0 kernel: (Sandbox) Sandbox: studentd(608) deny(1) file-read-metadata /private 2021-10-13 09:53:20.472409+0100 0x1321 Default 0x0 0 0 kernel: (Sandbox) Sandbox: 107 duplicate reports for studentd deny(1) file-read-metadata /private 2021-10-13 09:53:20.472413+0100 0x1321 Error 0x0 0 0 kernel: (Sandbox) Sandbox: studentd(608) deny(1) file-read-metadata /Library 2021-10-13 09:53:20.472568+0100 0x1321 Default 0x0 0 0 kernel: (Sandbox) Sandbox: 5 duplicate reports for studentd deny(1) file-read-metadata /Library 2021-10-13 09:53:20.472570+0100 0x1321 Error 0x0 0 0 kernel: (Sandbox) Sandbox: studentd(608) deny(1) file-read-metadata /Users 2021-10-13 09:53:20.472644+0100 0x1321 Default 0x0 0 0 kernel: (Sandbox) Sandbox: 4 duplicate reports for studentd deny(1) file-read-metadata /Users 2021-10-13 09:53:20.472646+0100 0x1321 Error 0x0 0 0 kernel: (Sandbox) Sandbox: studentd(608) deny(1) file-read-metadata /Library 2021-10-13 09:53:20.472940+0100 0x1321 Default 0x0 0 0 kernel: (Sandbox) Sandbox: 17 duplicate reports for studentd deny(1) file-read-metadata /Library 2021-10-13 09:53:20.472942+0100 0x1321 Error 0x0 0 0 kernel: (Sandbox) Sandbox: studentd(608) deny(1) file-read-metadata /Users 2021-10-13 09:53:20.478629+0100 0x1321 Default 0x0 0 0 kernel: (Sandbox) Sandbox: 44 duplicate reports for studentd deny(1) file-read-metadata /Users 2021-10-13 09:53:20.478633+0100 0x1321 Error 0x0 0 0 kernel: (Sandbox) Sandbox: studentd(608) deny(1) file-read-metadata /Library 2021-10-13 09:53:20.480159+0100 0x60e Default 0x0 0 0 kernel: (ALF) ALF, hash_free: found kext_info <private> 2021-10-13 09:53:20.485769+0100 0x1321 Default 0x0 0 0 kernel: (Sandbox) Sandbox: 26 duplicate reports for studentd deny(1) file-read-metadata /Library 2021-10-13 09:53:20.485773+0100 0x1321 Error 0x0 0 0 kernel: (Sandbox) Sandbox: studentd(608) deny(1) file-read-metadata /Users 2021-10-13 09:53:20.485873+0100 0x1321 Default 0x0 0 0 kernel: (Sandbox) Sandbox: 4 duplicate reports for studentd deny(1) file-read-metadata /Users 2021-10-13 09:53:20.485876+0100 0x1321 Error 0x0 0 0 kernel: (Sandbox) Sandbox: studentd(608) deny(1) file-read-metadata /Library 2021-10-13 09:53:20.485980+0100 0x1321 Default 0x0 0 0 kernel: (Sandbox) Sandbox: 5 duplicate reports for studentd deny(1) file-read-metadata /Library 2021-10-13 09:53:20.485982+0100 0x1321 Error 0x0 0 0 kernel: (Sandbox) Sandbox: studentd(608) deny(1) file-read-metadata /Users 2021-10-13 09:53:20.486089+0100 0x1321 Default 0x0 0 0 kernel: (Sandbox) Sandbox: 4 duplicate reports for studentd deny(1) file-read-metadata /Users 2021-10-13 09:53:20.486091+0100 0x1321 Error 0x0 0 0 kernel: (Sandbox) Sandbox: studentd(608) deny(1) file-read-metadata /Library 2021-10-13 09:53:20.546828+0100 0x35c Default 0x0 0 0 kernel: PMRD: assertionsUser 0x50->0x51 2021-10-13 09:53:20.546862+0100 0x35c Default 0x0 0 0 kernel: (IOgPTPPlugin) IOTimeSyncLocalClockPort::handleGeneralNotification <private> 2021-10-13 09:53:20.743999+0100 0x100c Default 0x0 0 0 kernel: (ALF) ALF, old data swfs_pid_entry <private>, updaterules_msg <private>, updaterules_state <private> 2021-10-13 09:53:20.813118+0100 0x60e Default 0x0 0 0 kernel: (ALF) ALF, hash_free: found kext_info <private> 2021-10-13 09:53:20.997034+0100 0x1267 Default 0x0 0 0 kernel: (Sandbox) Sandbox: 2 duplicate reports for studentd deny(1) file-read-metadata /Library 2021-10-13 09:53:20.997046+0100 0x1267 Error 0x0 0 0 kernel: (Sandbox) Sandbox: secd(504) deny(1) system-fsctl _IO('h', 47) 2021-10-13 09:53:21.486776+0100 0x1449 Default 0x0 0 0 kernel: (IOUSBHostFamily) 000051.688330 Google Chrome@(null): AppleUSBHostUserClient::openGated: could not open provider IOUSBHostDevice. provider already opened for exclusive access by a kernel client 2021-10-13 09:53:21.487330+0100 0x1449 Default 0x0 0 0 kernel: (IOUSBHostFamily) 000051.688885 Google Chrome@(null): AppleUSBHostUserClient::openGated: could not open provider IOUSBHostDevice. provider already opened for exclusive access by a kernel client 2021-10-13 09:53:21.487609+0100 0x1449 Default 0x0 0 0 kernel: (IOUSBHostFamily) 000051.689165 Google Chrome@(null): AppleUSBHostUserClient::start: missing entitlement com.apple.bluetooth.control 2021-10-13 09:53:21.488384+0100 0x1449 Default 0x0 0 0 kernel: (IOUSBHostFamily) 000051.689941 Google Chrome@(null): AppleUSBHostUserClient::start: missing entitlement com.apple.bluetooth.control 2021-10-13 09:53:21.756623+0100 0x16d4 Error 0x0 0 0 kernel: (Sandbox) Sandbox: appstoreagent(680) deny(1) ipc-posix-sem-create appstored.run-once 2021-10-13 09:53:21.901030+0100 0xe4d Default 0x0 0 0 kernel: (Sandbox) System Policy: mds(109) allow file-read-data /private/var/db/installcoordinationd 2021-10-13 09:53:21.964907+0100 0x170d Error 0x0 0 0 kernel: (Sandbox) Sandbox: distnoted(685) deny(1) file-read-metadata /usr/sbin/distnoted 2021-10-13 09:53:21.964929+0100 0x170d Error 0x0 0 0 kernel: (Sandbox) Sandbox: distnoted(685) deny(1) file-read-metadata /usr 2021-10-13 09:53:22.017674+0100 0x15d6 Error 0x0 0 0 kernel: (Sandbox) Sandbox: imagent(587) deny(1) mach-lookup com.apple.system.opendirectoryd.api 2021-10-13 09:53:22.049699+0100 0x16ef Default 0x0 0 0 kernel: (ALF) ALF, old data swfs_pid_entry <private>, updaterules_msg <private>, updaterules_state <private> 2021-10-13 09:53:22.082780+0100 0x60e Default 0x0 0 0 kernel: (ALF) ALF, hash_free: found kext_info <private> 2021-10-13 09:53:22.433938+0100 0x15d6 Error 0x0 0 0 kernel: (Sandbox) Sandbox: routined(515) deny(1) mach-lookup com.apple.Maps.MapsSync.store 2021-10-13 09:53:22.682583+0100 0xb32 Error 0x0 0 0 kernel: (Sandbox) Sandbox: appstoreagent(680) deny(1) mach-lookup com.apple.ap.adservicesd.statusconditionservice 2021-10-13 09:53:23.022252+0100 0x100f Default 0x0 0 0 kernel: (ALF) ALF, old data swfs_pid_entry <private>, updaterules_msg <private>, updaterules_state <private> 2021-10-13 09:53:23.024518+0100 0x20c Default 0x0 0 0 kernel: (apfs) tx_flush:1182: disk3 xid 113912 tx stats: # 80 finish 79 enter 1281 wait 6 1705us close 2291us flush 2570us 2021-10-13 09:53:23.059818+0100 0x60e Default 0x0 0 0 kernel: (ALF) ALF, hash_free: found kext_info <private> 2021-10-13 09:53:23.073144+0100 0x1760 Default 0x0 0 0 kernel: (ALF) ALF, old data swfs_pid_entry <private>, updaterules_msg <private>, updaterules_state <private> 2021-10-13 09:53:23.102349+0100 0x60e Default 0x0 0 0 kernel: (ALF) ALF, hash_free: found kext_info <private> 2021-10-13 09:53:23.159880+0100 0x11a2 Default 0x0 0 0 kernel: (ALF) ALF, old data swfs_pid_entry <private>, updaterules_msg <private>, updaterules_state <private> 2021-10-13 09:53:23.179915+0100 0x60e Default 0x0 0 0 kernel: (ALF) ALF, hash_free: found kext_info <private> 2021-10-13 09:53:23.290329+0100 0x1354 Error 0x0 0 0 kernel: (Sandbox) Sandbox: AssetCacheLocato(691) deny(1) user-preference-read kCFPreferencesAnyApplication 2021-10-13 09:53:23.402442+0100 0xa12 Default 0x0 0 0 kernel: tcp_timers: tcp_output() returned 0 with retransmission timer disabled for 49192 > 443 in state 4, reset timer to 376 2021-10-13 09:53:23.408941+0100 0x178a Default 0x0 0 0 kernel: (Sandbox) Sandbox: 1 duplicate report for AssetCacheLocato deny(1) user-preference-read kCFPreferencesAnyApplication 2021-10-13 09:53:23.408943+0100 0x178a Error 0x0 0 0 kernel: (Sandbox) Sandbox: distnoted(693) deny(1) file-read-metadata /usr/sbin/distnoted 2021-10-13 09:53:23.408962+0100 0x178a Error 0x0 0 0 kernel: (Sandbox) Sandbox: distnoted(693) deny(1) file-read-metadata /usr 2021-10-13 09:53:23.418241+0100 0x1770 Default 0x0 0 0 kernel: (ALF) ALF, old data swfs_pid_entry <private>, updaterules_msg <private>, updaterules_state <private> 2021-10-13 09:53:23.455139+0100 0x60e Default 0x0 0 0 kernel: (ALF) ALF, hash_free: found kext_info <private> 2021-10-13 09:53:23.462828+0100 0x177a Default 0x0 0 0 kernel: (ALF) ALF, old data swfs_pid_entry <private>, updaterules_msg <private>, updaterules_state <private> 2021-10-13 09:53:23.497451+0100 0x60e Default 0x0 0 0 kernel: (ALF) ALF, hash_free: found kext_info <private> 2021-10-13 09:53:24.501212+0100 0x1090 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for setoken:551 2021-10-13 09:53:24.642473+0100 0xa12 Default 0x0 0 0 kernel: tcp_timers: tcp_output() returned 0 with retransmission timer disabled for 49210 > 443 in state 4, reset timer to 357 2021-10-13 09:53:24.644758+0100 0xa12 Default 0x0 0 0 kernel: tcp_timers: tcp_output() returned 0 with retransmission timer disabled for 49206 > 443 in state 4, reset timer to 361 2021-10-13 09:53:24.646823+0100 0xa12 Default 0x0 0 0 kernel: tcp_timers: tcp_output() returned 0 with retransmission timer disabled for 49205 > 443 in state 4, reset timer to 366 2021-10-13 09:53:24.649109+0100 0xa12 Default 0x0 0 0 kernel: tcp_timers: tcp_output() returned 0 with retransmission timer disabled for 49204 > 443 in state 4, reset timer to 372 2021-10-13 09:53:24.659724+0100 0xa12 Default 0x0 0 0 kernel: tcp_timers: tcp_output() returned 0 with retransmission timer disabled for 49215 > 443 in state 4, reset timer to 379 2021-10-13 09:53:24.667005+0100 0xa12 Default 0x0 0 0 kernel: tcp_timers: tcp_output() returned 0 with retransmission timer disabled for 49218 > 443 in state 4, reset timer to 388 2021-10-13 09:53:24.688351+0100 0xb8d Default 0x0 0 0 kernel: (Sandbox) Sandbox: icdd(705) allow mach-lookup com.apple.FSEvents 2021-10-13 09:53:24.708337+0100 0x17eb Default 0x0 0 0 kernel: (Sandbox) Sandbox: 2 duplicate reports for icdd allow mach-lookup com.apple.FSEvents 2021-10-13 09:53:24.708342+0100 0x17eb Default 0x0 0 0 kernel: (Sandbox) Sandbox: icdd(705) allow file-read-data /Library/Image Capture/Devices 2021-10-13 09:53:24.708508+0100 0x17eb Default 0x0 0 0 kernel: (Sandbox) Sandbox: icdd(705) allow file-read-data /Library/Image Capture/Devices/HP M1130_M1210 Scanner.app 2021-10-13 09:53:24.708612+0100 0x17eb Default 0x0 0 0 kernel: (Sandbox) Sandbox: icdd(705) allow file-read-data /Library/Image Capture/Devices/HP M1130_M1210 Scanner.app/Contents 2021-10-13 09:53:24.708693+0100 0x17eb Default 0x0 0 0 kernel: (Sandbox) Sandbox: icdd(705) allow file-read-data /Library/Image Capture/Devices/HP M1130_M1210 Scanner.app/Contents/Info.plist 2021-10-13 09:53:24.708876+0100 0x17eb Default 0x0 0 0 kernel: (Sandbox) Sandbox: icdd(705) allow file-read-data /Library/Image Capture/Devices/HP M1130_M1210 Scanner.app/Contents/Resources 2021-10-13 09:53:24.709066+0100 0x17eb Default 0x0 0 0 kernel: (Sandbox) Sandbox: 1 duplicate report for icdd allow file-read-data /Library/Image Capture/Devices/HP M1130_M1210 Scanner.app/Contents/Resources 2021-10-13 09:53:24.709069+0100 0x17eb Default 0x0 0 0 kernel: (Sandbox) Sandbox: icdd(705) allow file-read-data /Library/Image Capture/Devices/HP M1130_M1210 Scanner.app/Contents/Resources/English.lproj 2021-10-13 09:53:24.709403+0100 0x17eb Default 0x0 0 0 kernel: (Sandbox) Sandbox: icdd(705) allow file-read-data /Library/Image Capture/Devices/HP M1130_M1210 Scanner.app/Contents/Resources/English.lproj/InfoPlist.strings 2021-10-13 09:53:24.709994+0100 0x17eb Default 0x0 0 0 kernel: (Sandbox) Sandbox: icdd(705) allow file-read-data /Library/Image Capture/Devices/HP M1130_M1210 Scanner.app/Contents/Resources/DeviceMatchingInfo.plist 2021-10-13 09:53:24.726843+0100 0x17eb Default 0x0 0 0 kernel: (Sandbox) Sandbox: icdd(705) allow file-read-data /Library/Image Capture/Devices/HP M1130_M1210 Scanner.app/Contents/Resources/DeviceInfo.plist 2021-10-13 09:53:24.731881+0100 0x17eb Default 0x0 0 0 kernel: (Sandbox) Sandbox: icdd(705) allow file-read-data /Library/Image Capture/Devices/HP Scanner 3.app 2021-10-13 09:53:24.731975+0100 0x17eb Default 0x0 0 0 kernel: (Sandbox) Sandbox: icdd(705) allow file-read-data /Library/Image Capture/Devices/HP Scanner 3.app/Contents 2021-10-13 09:53:24.732064+0100 0x17eb Default 0x0 0 0 kernel: (Sandbox) Sandbox: icdd(705) allow file-read-data /Library/Image Capture/Devices/HP Scanner 3.app/Contents/Info.plist 2021-10-13 09:53:24.732275+0100 0x17eb Default 0x0 0 0 kernel: (Sandbox) Sandbox: icdd(705) allow file-read-data /Library/Image Capture/Devices/HP Scanner 3.app/Contents/Resources 2021-10-13 09:53:24.748415+0100 0x17eb Default 0x0 0 0 kernel: (Sandbox) Sandbox: 1 duplicate report for icdd allow file-read-data /Library/Image Capture/Devices/HP Scanner 3.app/Contents/Resources 2021-10-13 09:53:24.748420+0100 0x17eb Default 0x0 0 0 kernel: (Sandbox) Sandbox: icdd(705) allow file-read-data /Library/Image Capture/Devices/HP Scanner 3.app/Contents/Resources/en.lproj 2021-10-13 09:53:24.750280+0100 0x17eb Default 0x0 0 0 kernel: (Sandbox) Sandbox: icdd(705) allow file-read-data /Library/Image Capture/Devices/HP Scanner 3.app/Contents/Resources/DeviceMatchingInfo.plist 2021-10-13 09:53:24.765051+0100 0x17eb Default 0x0 0 0 kernel: (Sandbox) Sandbox: icdd(705) allow file-read-data /Library/Image Capture/Devices/HP Scanner 3.app/Contents/Resources/DeviceInfo.plist 2021-10-13 09:53:24.780104+0100 0x17eb Default 0x0 0 0 kernel: (Sandbox) Sandbox: icdd(705) allow file-read-data /Library/Image Capture/Devices/HPScanner.app 2021-10-13 09:53:24.780203+0100 0x17eb Default 0x0 0 0 kernel: (Sandbox) Sandbox: icdd(705) allow file-read-data /Library/Image Capture/Devices/HPScanner.app/Contents 2021-10-13 09:53:24.780292+0100 0x17eb Default 0x0 0 0 kernel: (Sandbox) Sandbox: icdd(705) allow file-read-data /Library/Image Capture/Devices/HPScanner.app/Contents/Info.plist 2021-10-13 09:53:24.780860+0100 0x17eb Default 0x0 0 0 kernel: (Sandbox) Sandbox: icdd(705) allow file-read-data /Library/Image Capture/Devices/HPScanner.app/Contents/Resources 2021-10-13 09:53:24.783426+0100 0x17eb Default 0x0 0 0 kernel: (Sandbox) Sandbox: 1 duplicate report for icdd allow file-read-data /Library/Image Capture/Devices/HPScanner.app/Contents/Resources 2021-10-13 09:53:24.783430+0100 0x17eb Default 0x0 0 0 kernel: (Sandbox) Sandbox: icdd(705) allow file-read-data /Library/Image Capture/Devices/HPScanner.app/Contents/Resources/en.lproj 2021-10-13 09:53:24.783638+0100 0x17eb Default 0x0 0 0 kernel: (Sandbox) Sandbox: icdd(705) allow file-read-data /Library/Image Capture/Devices/HPScanner.app/Contents/Resources/DeviceMatchingInfo.plist 2021-10-13 09:53:24.819689+0100 0x17eb Default 0x0 0 0 kernel: (Sandbox) Sandbox: icdd(705) allow file-read-data /Library/Image Capture/Devices/HPScanner.app/Contents/Resources/DeviceInfo.plist 2021-10-13 09:53:24.830560+0100 0x17e8 Error 0x0 0 0 kernel: (Sandbox) Sandbox: corespeechd(696) deny(1) file-map-executable /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn 2021-10-13 09:53:24.861592+0100 0x17eb Default 0x0 0 0 kernel: (Sandbox) Sandbox: 1 duplicate report for corespeechd deny(1) file-map-executable /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn 2021-10-13 09:53:24.861597+0100 0x17eb Default 0x0 0 0 kernel: (Sandbox) Sandbox: icdd(705) allow file-read-data /Library/Image Capture/Devices 2021-10-13 09:53:24.861983+0100 0x17eb Default 0x0 0 0 kernel: (Sandbox) Sandbox: icdd(705) allow file-read-data /Library/Image Capture/Devices/HP M1130_M1210 Scanner.app/Contents/Resources/DeviceMatchingInfo.plist 2021-10-13 09:53:24.862428+0100 0x17eb Default 0x0 0 0 kernel: (Sandbox) Sandbox: icdd(705) allow file-read-data /Library/Image Capture/Devices/HP Scanner 3.app/Contents/Resources/DeviceMatchingInfo.plist 2021-10-13 09:53:24.871097+0100 0x17eb Default 0x0 0 0 kernel: (Sandbox) Sandbox: icdd(705) allow file-read-data /Library/Image Capture/Devices/HPScanner.app/Contents/Resources/DeviceMatchingInfo.plist 2021-10-13 09:53:24.892096+0100 0x17fe Default 0x0 0 0 kernel: (Sandbox) Sandbox: icdd(705) allow network-outbound /private/var/run/mDNSResponder 2021-10-13 09:53:24.893313+0100 0xb8d Default 0x0 0 0 kernel: (Sandbox) Sandbox: 9 duplicate reports for icdd allow network-outbound /private/var/run/mDNSResponder 2021-10-13 09:53:24.893316+0100 0xb8d Default 0x0 0 0 kernel: (Sandbox) Sandbox: icdd(705) allow mach-lookup com.apple.DiskArbitration.diskarbitrationd 2021-10-13 09:53:24.900435+0100 0xb8d Default 0x0 0 0 kernel: (Sandbox) Sandbox: 2 duplicate reports for icdd allow mach-lookup com.apple.DiskArbitration.diskarbitrationd 2021-10-13 09:53:24.900440+0100 0xb8d Default 0x0 0 0 kernel: (Sandbox) Sandbox: icdd(705) allow mach-lookup com.apple.coreservices.launchservicesd 2021-10-13 09:53:25.128931+0100 0xec8 Default 0x0 0 0 kernel: memorystatus: set assertion priority(3) target setoken:725 2021-10-13 09:53:25.156059+0100 0x18a3 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for setoken:725 2021-10-13 09:53:25.156651+0100 0x18a3 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for setoken:725 2021-10-13 09:53:25.158880+0100 0x18a3 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for setoken:725 2021-10-13 09:53:25.171138+0100 0x18a3 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for setoken:725 2021-10-13 09:53:25.339481+0100 0xa12 Default 0x0 0 0 kernel: tcp_timers: tcp_output() returned 0 with retransmission timer disabled for 49244 > 443 in state 4, reset timer to 410 2021-10-13 09:53:25.339492+0100 0xa12 Default 0x0 0 0 kernel: tcp_timers: tcp_output() returned 0 with retransmission timer disabled for 49241 > 443 in state 4, reset timer to 411 2021-10-13 09:53:25.339499+0100 0xa12 Default 0x0 0 0 kernel: tcp_timers: tcp_output() returned 0 with retransmission timer disabled for 49239 > 443 in state 4, reset timer to 412 2021-10-13 09:53:25.343521+0100 0xa12 Default 0x0 0 0 kernel: tcp_timers: tcp_output() returned 0 with retransmission timer disabled for 49253 > 443 in state 4, reset timer to 409 2021-10-13 09:53:25.343531+0100 0xa12 Default 0x0 0 0 kernel: tcp_timers: tcp_output() returned 0 with retransmission timer disabled for 49251 > 443 in state 4, reset timer to 410 2021-10-13 09:53:25.343538+0100 0xa12 Default 0x0 0 0 kernel: tcp_timers: tcp_output() returned 0 with retransmission timer disabled for 49247 > 443 in state 4, reset timer to 410 2021-10-13 09:53:25.343546+0100 0xa12 Default 0x0 0 0 kernel: tcp_timers: tcp_output() returned 0 with retransmission timer disabled for 49246 > 443 in state 4, reset timer to 411 2021-10-13 09:53:25.532413+0100 0xb8d Error 0x0 0 0 kernel: (Sandbox) Sandbox: routined(515) deny(1) mach-lookup com.apple.Maps.MapsSync.store 2021-10-13 09:53:25.546596+0100 0xe58 Default 0x0 0 0 kernel: PMRD: assertionsUser 0x51->0x50 2021-10-13 09:53:25.546620+0100 0xe58 Default 0x0 0 0 kernel: (IOgPTPPlugin) IOTimeSyncLocalClockPort::handleGeneralNotification <private> 2021-10-13 09:53:25.624645+0100 0x18c8 Default 0x0 0 0 kernel: (ALF) ALF, old data swfs_pid_entry <private>, updaterules_msg <private>, updaterules_state <private> 2021-10-13 09:53:25.690178+0100 0x60e Default 0x0 0 0 kernel: (ALF) ALF, hash_free: found kext_info <private> 2021-10-13 09:53:25.948836+0100 0x18d2 Default 0x0 0 0 kernel: (Sandbox) System Policy: MRT(715) allow file-read-metadata /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/0/com.apple.ScreenTimeAgent/Store/RMAdminStore-Local.sqlite 2021-10-13 09:53:25.948923+0100 0x18d2 Default 0x0 0 0 kernel: (Sandbox) Sandbox: 1 duplicate report for MRT allow file-read-metadata /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/0/com.apple.ScreenTimeAgent/Store/RMAdminStore-Local.sqlite 2021-10-13 09:53:25.948928+0100 0x18d2 Default 0x0 0 0 kernel: (Sandbox) System Policy: MRT(715) allow file-read-metadata /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/0/com.apple.ScreenTimeAgent/Store/RMAdminStore-Local.sqlite-wal 2021-10-13 09:53:25.949007+0100 0x18d2 Default 0x0 0 0 kernel: (Sandbox) Sandbox: 1 duplicate report for MRT allow file-read-metadata /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/0/com.apple.ScreenTimeAgent/Store/RMAdminStore-Local.sqlite-wal 2021-10-13 09:53:25.949011+0100 0x18d2 Default 0x0 0 0 kernel: (Sandbox) System Policy: MRT(715) allow file-read-metadata /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/0/com.apple.ScreenTimeAgent/Store/RMAdminStore-Local.sqlite-shm 2021-10-13 09:53:25.983133+0100 0x1412 Default 0x0 0 0 kernel: (Sandbox) Sandbox: 1 duplicate report for MRT allow file-read-metadata /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/0/com.apple.ScreenTimeAgent/Store/RMAdminStore-Local.sqlite-shm 2021-10-13 09:53:25.983138+0100 0x1412 Error 0x0 0 0 kernel: (Sandbox) Sandbox: studentd(608) deny(1) file-read-metadata /Library 2021-10-13 09:53:25.999407+0100 0x18d2 Default 0x0 0 0 kernel: (Sandbox) Sandbox: 5 duplicate reports for studentd deny(1) file-read-metadata /Library 2021-10-13 09:53:25.999412+0100 0x18d2 Default 0x0 0 0 kernel: (Sandbox) System Policy: MRT(715) allow file-read-metadata /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/C/com.apple.quicklook.ThumbnailsAgent/com.apple.QuickLook.thumbnailcache/exclusive 2021-10-13 09:53:25.999495+0100 0x18d2 Default 0x0 0 0 kernel: (Sandbox) Sandbox: 1 duplicate report for MRT allow file-read-metadata /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/C/com.apple.quicklook.ThumbnailsAgent/com.apple.QuickLook.thumbnailcache/exclusive 2021-10-13 09:53:25.999499+0100 0x18d2 Default 0x0 0 0 kernel: (Sandbox) System Policy: MRT(715) allow file-read-metadata /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/C/com.apple.quicklook.ThumbnailsAgent/com.apple.QuickLook.thumbnailcache/index.sqlite 2021-10-13 09:53:25.999568+0100 0x18d2 Default 0x0 0 0 kernel: (Sandbox) Sandbox: 1 duplicate report for MRT allow file-read-metadata /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/C/com.apple.quicklook.ThumbnailsAgent/com.apple.QuickLook.thumbnailcache/index.sqlite 2021-10-13 09:53:25.999573+0100 0x18d2 Default 0x0 0 0 kernel: (Sandbox) System Policy: MRT(715) allow file-read-metadata /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/C/com.apple.quicklook.ThumbnailsAgent/com.apple.QuickLook.thumbnailcache/index.sqlite-wal 2021-10-13 09:53:25.999648+0100 0x18d2 Default 0x0 0 0 kernel: (Sandbox) Sandbox: 1 duplicate report for MRT allow file-read-metadata /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/C/com.apple.quicklook.ThumbnailsAgent/com.apple.QuickLook.thumbnailcache/index.sqlite-wal 2021-10-13 09:53:25.999652+0100 0x18d2 Default 0x0 0 0 kernel: (Sandbox) System Policy: MRT(715) allow file-read-metadata /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/C/com.apple.quicklook.ThumbnailsAgent/com.apple.QuickLook.thumbnailcache/index.sqlite-shm 2021-10-13 09:53:25.999727+0100 0x18d2 Default 0x0 0 0 kernel: (Sandbox) Sandbox: 1 duplicate report for MRT allow file-read-metadata /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/C/com.apple.quicklook.ThumbnailsAgent/com.apple.QuickLook.thumbnailcache/index.sqlite-shm 2021-10-13 09:53:25.999731+0100 0x18d2 Default 0x0 0 0 kernel: (Sandbox) System Policy: MRT(715) allow file-read-metadata /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/C/com.apple.quicklook.ThumbnailsAgent/com.apple.QuickLook.thumbnailcache/thumbnails.data 2021-10-13 09:53:26.040510+0100 0x18d0 Default 0x0 0 0 kernel: (Sandbox) Sandbox: 1 duplicate report for MRT allow file-read-metadata /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/C/com.apple.quicklook.ThumbnailsAgent/com.apple.QuickLook.thumbnailcache/thumbnails.data 2021-10-13 09:53:26.040518+0100 0x18d0 Default 0x0 0 0 kernel: (Sandbox) System Policy: MRT(715) allow file-read-metadata /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/0/dmd/ConfigurationEngine/Database 2021-10-13 09:53:26.040587+0100 0x18d0 Default 0x0 0 0 kernel: (Sandbox) Sandbox: 1 duplicate report for MRT allow file-read-metadata /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/0/dmd/ConfigurationEngine/Database 2021-10-13 09:53:26.040590+0100 0x18d0 Default 0x0 0 0 kernel: (Sandbox) System Policy: MRT(715) allow file-read-metadata /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/0/dmd/ConfigurationEngine/Database-wal 2021-10-13 09:53:26.040652+0100 0x18d0 Default 0x0 0 0 kernel: (Sandbox) Sandbox: 1 duplicate report for MRT allow file-read-metadata /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/0/dmd/ConfigurationEngine/Database-wal 2021-10-13 09:53:26.040656+0100 0x18d0 Default 0x0 0 0 kernel: (Sandbox) System Policy: MRT(715) allow file-read-metadata /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/0/dmd/ConfigurationEngine/Database-shm 2021-10-13 09:53:26.040709+0100 0x18d0 Default 0x0 0 0 kernel: (Sandbox) Sandbox: 1 duplicate report for MRT allow file-read-metadata /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/0/dmd/ConfigurationEngine/Database-shm 2021-10-13 09:53:26.040722+0100 0x18d0 Default 0x0 0 0 kernel: (Sandbox) System Policy: MRT(715) allow file-read-metadata /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/0/dmd/Policies/Database 2021-10-13 09:53:26.040760+0100 0x18d0 Default 0x0 0 0 kernel: (Sandbox) Sandbox: 1 duplicate report for MRT allow file-read-metadata /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/0/dmd/Policies/Database 2021-10-13 09:53:26.040762+0100 0x18d0 Default 0x0 0 0 kernel: (Sandbox) System Policy: MRT(715) allow file-read-metadata /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/0/dmd/Policies/Database-wal 2021-10-13 09:53:26.040818+0100 0x18d0 Default 0x0 0 0 kernel: (Sandbox) Sandbox: 1 duplicate report for MRT allow file-read-metadata /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/0/dmd/Policies/Database-wal 2021-10-13 09:53:26.040821+0100 0x18d0 Default 0x0 0 0 kernel: (Sandbox) System Policy: MRT(715) allow file-read-metadata /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/0/dmd/Policies/Database-shm 2021-10-13 09:53:26.040876+0100 0x18d0 Default 0x0 0 0 kernel: (Sandbox) Sandbox: 1 duplicate report for MRT allow file-read-metadata /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/0/dmd/Policies/Database-shm 2021-10-13 09:53:26.040879+0100 0x18d0 Default 0x0 0 0 kernel: (Sandbox) System Policy: MRT(715) allow file-read-metadata /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/0/dmd/Policies/Database 2021-10-13 09:53:26.040910+0100 0x18d0 Default 0x0 0 0 kernel: (Sandbox) Sandbox: 1 duplicate report for MRT allow file-read-metadata /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/0/dmd/Policies/Database 2021-10-13 09:53:26.040912+0100 0x18d0 Default 0x0 0 0 kernel: (Sandbox) System Policy: MRT(715) allow file-read-metadata /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/0/dmd/Policies/Database-wal 2021-10-13 09:53:26.040946+0100 0x18d0 Default 0x0 0 0 kernel: (Sandbox) Sandbox: 1 duplicate report for MRT allow file-read-metadata /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/0/dmd/Policies/Database-wal 2021-10-13 09:53:26.040949+0100 0x18d0 Default 0x0 0 0 kernel: (Sandbox) System Policy: MRT(715) allow file-read-metadata /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/0/dmd/Policies/Database 2021-10-13 09:53:26.040978+0100 0x18d0 Default 0x0 0 0 kernel: (Sandbox) Sandbox: 1 duplicate report for MRT allow file-read-metadata /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/0/dmd/Policies/Database 2021-10-13 09:53:26.040980+0100 0x18d0 Default 0x0 0 0 kernel: (Sandbox) System Policy: MRT(715) allow file-read-metadata /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/0/dmd/Policies/Database-wal 2021-10-13 09:53:26.046697+0100 0x18d2 Default 0x0 0 0 kernel: (Sandbox) Sandbox: 1 duplicate report for MRT allow file-read-metadata /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/0/dmd/Policies/Database-wal 2021-10-13 09:53:26.046702+0100 0x18d2 Default 0x0 0 0 kernel: (Sandbox) System Policy: MRT(715) allow file-read-metadata /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/0/com.apple.routined/dv/Cache/Cache.sqlite 2021-10-13 09:53:26.046790+0100 0x18d2 Default 0x0 0 0 kernel: (Sandbox) Sandbox: 1 duplicate report for MRT allow file-read-metadata /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/0/com.apple.routined/dv/Cache/Cache.sqlite 2021-10-13 09:53:26.046794+0100 0x18d2 Default 0x0 0 0 kernel: (Sandbox) System Policy: MRT(715) allow file-read-metadata /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/0/com.apple.routined/dv/Cache/Cloud-V2.sqlite 2021-10-13 09:53:26.046868+0100 0x18d2 Default 0x0 0 0 kernel: (Sandbox) Sandbox: 1 duplicate report for MRT allow file-read-metadata /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/0/com.apple.routined/dv/Cache/Cloud-V2.sqlite 2021-10-13 09:53:26.046871+0100 0x18d2 Default 0x0 0 0 kernel: (Sandbox) System Policy: MRT(715) allow file-read-metadata /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/0/com.apple.routined/dv/Cache/Cache.sqlite-shm 2021-10-13 09:53:26.046915+0100 0x18d2 Default 0x0 0 0 kernel: (Sandbox) Sandbox: 1 duplicate report for MRT allow file-read-metadata /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/0/com.apple.routined/dv/Cache/Cache.sqlite-shm 2021-10-13 09:53:26.046919+0100 0x18d2 Default 0x0 0 0 kernel: (Sandbox) System Policy: MRT(715) allow file-read-metadata /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/0/com.apple.routined/dv/Cache/Cloud-V2.sqlite 2021-10-13 09:53:26.046995+0100 0x18d2 Default 0x0 0 0 kernel: (Sandbox) Sandbox: 1 duplicate report for MRT allow file-read-metadata /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/0/com.apple.routined/dv/Cache/Cloud-V2.sqlite 2021-10-13 09:53:26.046999+0100 0x18d2 Default 0x0 0 0 kernel: (Sandbox) System Policy: MRT(715) allow file-read-metadata /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/0/com.apple.routined/dv/Cache/Local.sqlite 2021-10-13 09:53:26.047061+0100 0x18d2 Default 0x0 0 0 kernel: (Sandbox) Sandbox: 1 duplicate report for MRT allow file-read-metadata /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/0/com.apple.routined/dv/Cache/Local.sqlite 2021-10-13 09:53:26.047065+0100 0x18d2 Default 0x0 0 0 kernel: (Sandbox) System Policy: MRT(715) allow file-read-metadata /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/0/com.apple.routined/dv/Cache/Cloud-V2.sqlite-shm 2021-10-13 09:53:26.047120+0100 0x18d2 Default 0x0 0 0 kernel: (Sandbox) Sandbox: 1 duplicate report for MRT allow file-read-metadata /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/0/com.apple.routined/dv/Cache/Cloud-V2.sqlite-shm 2021-10-13 09:53:26.047123+0100 0x18d2 Default 0x0 0 0 kernel: (Sandbox) System Policy: MRT(715) allow file-read-metadata /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/0/com.apple.routined/dv/Cache/Local.sqlite 2021-10-13 09:53:26.047184+0100 0x18d2 Default 0x0 0 0 kernel: (Sandbox) Sandbox: 1 duplicate report for MRT allow file-read-metadata /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/0/com.apple.routined/dv/Cache/Local.sqlite 2021-10-13 09:53:26.047187+0100 0x18d2 Default 0x0 0 0 kernel: (Sandbox) System Policy: MRT(715) allow file-read-metadata /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/0/com.apple.routined/dv/Cache/Cloud-V2.sqlite-wal 2021-10-13 09:53:26.047258+0100 0x18d2 Default 0x0 0 0 kernel: (Sandbox) Sandbox: 1 duplicate report for MRT allow file-read-metadata /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/0/com.apple.routined/dv/Cache/Cloud-V2.sqlite-wal 2021-10-13 09:53:26.047261+0100 0x18d2 Default 0x0 0 0 kernel: (Sandbox) System Policy: MRT(715) allow file-read-metadata /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/0/com.apple.routined/dv/Cache/Local.sqlite-shm 2021-10-13 09:53:26.047355+0100 0x18d2 Default 0x0 0 0 kernel: (Sandbox) Sandbox: 1 duplicate report for MRT allow file-read-metadata /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/0/com.apple.routined/dv/Cache/Local.sqlite-shm 2021-10-13 09:53:26.047359+0100 0x18d2 Default 0x0 0 0 kernel: (Sandbox) System Policy: MRT(715) allow file-read-metadata /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/0/com.apple.routined/dv/Cache/Cache.sqlite 2021-10-13 09:53:26.047434+0100 0x18d2 Default 0x0 0 0 kernel: (Sandbox) Sandbox: 1 duplicate report for MRT allow file-read-metadata /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/0/com.apple.routined/dv/Cache/Cache.sqlite 2021-10-13 09:53:26.047437+0100 0x18d2 Default 0x0 0 0 kernel: (Sandbox) System Policy: MRT(715) allow file-read-metadata /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/0/com.apple.routined/dv/Cache/Cache.sqlite-wal 2021-10-13 09:53:26.047882+0100 0x18d2 Default 0x0 0 0 kernel: (Sandbox) Sandbox: 1 duplicate report for MRT allow file-read-metadata /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/0/com.apple.routined/dv/Cache/Cache.sqlite-wal 2021-10-13 09:53:26.047885+0100 0x18d2 Default 0x0 0 0 kernel: (Sandbox) System Policy: MRT(715) allow file-read-metadata /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/0/com.apple.routined/dv/Cache/Cloud-V2.sqlite-wal 2021-10-13 09:53:26.047971+0100 0x18d2 Default 0x0 0 0 kernel: (Sandbox) Sandbox: 1 duplicate report for MRT allow file-read-metadata /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/0/com.apple.routined/dv/Cache/Cloud-V2.sqlite-wal 2021-10-13 09:53:26.047975+0100 0x18d2 Default 0x0 0 0 kernel: (Sandbox) System Policy: MRT(715) allow file-read-metadata /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/0/com.apple.routined/dv/Cache/Local.sqlite-wal 2021-10-13 09:53:26.048016+0100 0x18d2 Default 0x0 0 0 kernel: (Sandbox) Sandbox: 1 duplicate report for MRT allow file-read-metadata /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/0/com.apple.routined/dv/Cache/Local.sqlite-wal 2021-10-13 09:53:26.048019+0100 0x18d2 Default 0x0 0 0 kernel: (Sandbox) System Policy: MRT(715) allow file-read-metadata /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/0/com.apple.routined/dv/Cache/Cloud-V2.sqlite 2021-10-13 09:53:26.048052+0100 0x18d2 Default 0x0 0 0 kernel: (Sandbox) Sandbox: 1 duplicate report for MRT allow file-read-metadata /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/0/com.apple.routined/dv/Cache/Cloud-V2.sqlite 2021-10-13 09:53:26.048060+0100 0x18d2 Default 0x0 0 0 kernel: (Sandbox) System Policy: MRT(715) allow file-read-metadata /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/0/com.apple.routined/dv/Cache/Cloud-V2.sqlite-wal 2021-10-13 09:53:26.055778+0100 0x18ae Default 0x0 0 0 kernel: (Sandbox) Sandbox: 1 duplicate report for MRT allow file-read-metadata /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/0/com.apple.routined/dv/Cache/Cloud-V2.sqlite-wal 2021-10-13 09:53:26.055783+0100 0x18ae Default 0x0 0 0 kernel: (Sandbox) System Policy: MRT(715) allow file-read-metadata /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/0/com.apple.LaunchServices.dv/com.apple.LaunchServices.trustedsignatures-501.db 2021-10-13 09:53:26.059200+0100 0x18d2 Default 0x0 0 0 kernel: (Sandbox) Sandbox: 1 duplicate report for MRT allow file-read-metadata /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/0/com.apple.LaunchServices.dv/com.apple.LaunchServices.trustedsignatures-501.db 2021-10-13 09:53:26.059205+0100 0x18d2 Default 0x0 0 0 kernel: (Sandbox) System Policy: MRT(715) allow file-read-metadata /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/0/com.apple.lockoutagent 2021-10-13 09:53:26.160566+0100 0x1815 Default 0x0 0 0 kernel: (ALF) ALF, old data swfs_pid_entry <private>, updaterules_msg <private>, updaterules_state <private> 2021-10-13 09:53:26.167716+0100 0x60e Default 0x0 0 0 kernel: (ALF) ALF, hash_free: found kext_info <private> 2021-10-13 09:53:26.438699+0100 0xa12 Default 0x0 0 0 kernel: tcp_timers: tcp_output() returned 0 with retransmission timer disabled for 49157 > 53548 in state 4, reset timer to 1924 2021-10-13 09:53:26.438706+0100 0xa12 Default 0x0 0 0 kernel: tcp_timers: tcp_output() returned 0 with retransmission timer disabled for 49157 > 52622 in state 4, reset timer to 2780 2021-10-13 09:53:27.000803+0100 0x1405 Default 0x0 0 0 kernel: (ALF) ALF, old data swfs_pid_entry <private>, updaterules_msg <private>, updaterules_state <private> 2021-10-13 09:53:27.024006+0100 0x60e Default 0x0 0 0 kernel: (ALF) ALF, hash_free: found kext_info <private> 2021-10-13 09:53:27.145566+0100 0x1815 Default 0x0 0 0 kernel: (AppleMobileFileIntegrity) AMFI: '/Applications/EmbyServer.app/Contents/MacOS/libSkiaSharp.dylib' is adhoc signed. 2021-10-13 09:53:27.147157+0100 0x1815 Default 0x0 0 0 kernel: (AppleMobileFileIntegrity) AMFI: code signature validation failed. 2021-10-13 09:53:28.194604+0100 0x18b9 Default 0x0 0 0 kernel: (ALF) ALF, old data swfs_pid_entry <private>, updaterules_msg <private>, updaterules_state <private> 2021-10-13 09:53:28.230351+0100 0x60e Default 0x0 0 0 kernel: (ALF) ALF, hash_free: found kext_info <private> 2021-10-13 09:53:28.581187+0100 0x17ee Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioEngine[<private>]::newUserClient(0x<private>, <private>, 0x0, 0x0, <private>) 2021-10-13 09:53:28.581191+0100 0x17ee Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioEngineUserClient[<private>]::initWithAudioEngine(<private>, 0x<private>, <private>, 0x0, 0x0) 2021-10-13 09:53:28.581195+0100 0x17ee Default 0x0 0 0 kernel: (IOAudioFamily) +- IOAudioEngineUserClient[<private>]::setOnline(0) 2021-10-13 09:53:28.581208+0100 0x17ee Default 0x0 0 0 kernel: (IOAudioFamily) ConnectionID:0x68940aee 2021-10-13 09:53:28.581212+0100 0x17ee Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngineUserClient[<private>]::initWithAudioEngine(<private>, 0x<private>, <private>, 0x0, 0x0) returns 1 2021-10-13 09:53:28.581213+0100 0x17ee Default 0x0 0 0 kernel: (IOAudioFamily) +- IOAudioEngineUserClient::withAudioEngine(<private>, 0x<private>, <private>, 0x0, 0x0) returns <private> 2021-10-13 09:53:28.581218+0100 0x17ee Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioEngine::addUserClientAction(<private>, <private>) 2021-10-13 09:53:28.581220+0100 0x17ee Default 0x0 0 0 kernel: (IOAudioFamily) +- IOAudioEngine[<private>]::addUserClient(<private>) returns 0x0 2021-10-13 09:53:28.581221+0100 0x17ee Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngine::addUserClientAction(<private>, <private>) returns 0x0 2021-10-13 09:53:28.581223+0100 0x17ee Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngine[<private>]::newUserClient(0x<private>, <private>, 0x0, 0x0, <private>) 2021-10-13 09:53:28.581243+0100 0x17ee Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngineUserClient[<private>]::registerFormatNotification(0x<private>, 0x100) returns 0x0 2021-10-13 09:53:28.581244+0100 0x17ee Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngineUserClient::registerNotificationAction(<private>, <private>) returns 0x0 2021-10-13 09:53:28.581245+0100 0x17ee Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngineUserClient[<private>]::registerNotificationPort(0x<private>, 0x0, 0x100) returns 0x0 2021-10-13 09:53:28.625278+0100 0xf0c Default 0x0 0 0 kernel: (Sandbox) Sandbox: 1 duplicate report for MRT allow file-read-metadata /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/0/com.apple.lockoutagent 2021-10-13 09:53:28.625281+0100 0xf0c Error 0x0 0 0 kernel: (Sandbox) Sandbox: routined(515) deny(1) mach-lookup com.apple.Maps.MapsSync.store 2021-10-13 09:53:29.219330+0100 0x18ea Default 0x0 0 0 kernel: (ALF) ALF, old data swfs_pid_entry <private>, updaterules_msg <private>, updaterules_state <private> 2021-10-13 09:53:29.275406+0100 0x60e Default 0x0 0 0 kernel: (ALF) ALF, hash_free: found kext_info <private> 2021-10-13 09:53:29.505519+0100 0x195c Default 0x0 0 0 kernel: (ALF) ALF, old data swfs_pid_entry <private>, updaterules_msg <private>, updaterules_state <private> 2021-10-13 09:53:29.545965+0100 0x60e Default 0x0 0 0 kernel: (ALF) ALF, hash_free: found kext_info <private> 2021-10-13 09:53:29.868457+0100 0x1983 Debug 0x0 0 0 kernel: (IOHIDFamily) AppleUserUSBHostHIDDevice:0x100000414 new user client 2021-10-13 09:53:29.868537+0100 0x14f Debug 0x0 0 0 kernel: (IOHIDFamily) IOHIDLibUserClient:0x100000635 setStateForQueues: 0x0 2021-10-13 09:53:29.868553+0100 0x1983 Debug 0x0 0 0 kernel: (IOHIDFamily) AppleUserUSBHostHIDDevice:0x100000414 open by IOHIDLibUserClient 0x100000635 (0x0) 2021-10-13 09:53:29.868866+0100 0x1983 Debug 0x0 0 0 kernel: (IOHIDFamily) IOHIDLibUserClient:0x100000635 startQueue 2021-10-13 09:53:29.869739+0100 0x779 Default 0x0 0 0 kernel: (com.apple.AppleUserHIDDrivers.dext) [IOUserUSBHostHIDDevice.cpp:1126][0x100000414] Add element to action array: 1 2021-10-13 09:53:31.116553+0100 0x19cb Default 0x0 0 0 kernel: (ALF) ALF, old data swfs_pid_entry <private>, updaterules_msg <private>, updaterules_state <private> 2021-10-13 09:53:31.152223+0100 0x60e Default 0x0 0 0 kernel: (ALF) ALF, hash_free: found kext_info <private> 2021-10-13 09:53:31.238316+0100 0x75 Default 0x0 0 0 kernel: PMRD: power event 14 args 0x0 0x0 2021-10-13 09:53:31.238327+0100 0x75 Default 0x0 0 0 kernel: PMRD: wrangler RootDomainPower (ps 4, 0->1) 2021-10-13 09:53:31.238329+0100 0x75 Default 0x0 0 0 kernel: PMRD: evaluatePolicy( 0, 0x0 ) 2021-10-13 09:53:31.612904+0100 0xe44 Error 0x0 0 0 kernel: (Sandbox) Sandbox: ContainerMetadat(669) deny(1) user-preference-read kCFPreferencesAnyApplication 2021-10-13 09:53:31.618742+0100 0x1898 Default 0x0 0 0 kernel: (Sandbox) Sandbox: 2 duplicate reports for ContainerMetadat deny(1) user-preference-read kCFPreferencesAnyApplication 2021-10-13 09:53:31.618744+0100 0x1898 Error 0x0 0 0 kernel: (Sandbox) Sandbox: ContextStoreAgen(698) deny(1) ipc-posix-shm-write-create ContextStoreAgent 2021-10-13 09:53:31.626962+0100 0xf0c Error 0x0 0 0 kernel: (Sandbox) Sandbox: ContextStoreAgen(698) deny(1) mach-lookup com.apple.SystemConfiguration.configd 2021-10-13 09:53:31.662942+0100 0xf0c Error 0x0 0 0 kernel: (Sandbox) Sandbox: routined(515) deny(1) mach-lookup com.apple.Maps.MapsSync.store 2021-10-13 09:53:32.340981+0100 0xf0c Error 0x0 0 0 kernel: (Sandbox) Sandbox: networkservicepr(506) deny(1) mach-lookup com.apple.securityd.xpc 2021-10-13 09:53:32.361658+0100 0x19df Default 0x0 0 0 kernel: (ALF) ALF, old data swfs_pid_entry <private>, updaterules_msg <private>, updaterules_state <private> 2021-10-13 09:53:32.370101+0100 0xf32 Error 0x0 0 0 kernel: (Sandbox) Sandbox: networkservicepr(506) deny(1) file-write-unlink /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/C/mds/mdsObject.db 2021-10-13 09:53:32.386398+0100 0x189c Default 0x0 0 0 kernel: (ALF) ALF, old data swfs_pid_entry <private>, updaterules_msg <private>, updaterules_state <private> 2021-10-13 09:53:32.392639+0100 0x60e Default 0x0 0 0 kernel: (ALF) ALF, hash_free: found kext_info <private> 2021-10-13 09:53:32.415314+0100 0x1a0c Default 0x0 0 0 kernel: (ALF) ALF, old data swfs_pid_entry <private>, updaterules_msg <private>, updaterules_state <private> 2021-10-13 09:53:32.454655+0100 0x60e Default 0x0 0 0 kernel: (ALF) ALF, hash_free: found kext_info <private> 2021-10-13 09:53:32.456330+0100 0x19ff Default 0x0 0 0 kernel: (ALF) ALF, old data swfs_pid_entry <private>, updaterules_msg <private>, updaterules_state <private> 2021-10-13 09:53:32.466763+0100 0x1a34 Default 0x0 0 0 kernel: (Sandbox) Sandbox: 1 duplicate report for networkservicepr deny(1) file-write-unlink /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/C/mds/mdsObject.db 2021-10-13 09:53:32.466767+0100 0x1a34 Error 0x0 0 0 kernel: (Sandbox) Sandbox: parsec-fbf(618) deny(1) file-read-data /Users/ben800g1/Library/Caches/GeoServices 2021-10-13 09:53:32.491593+0100 0x60e Default 0x0 0 0 kernel: (ALF) ALF, hash_free: found kext_info <private> 2021-10-13 09:53:32.521248+0100 0x20c Default 0x0 0 0 kernel: (apfs) tx_flush:1182: disk3 xid 113932 tx stats: # 100 finish 100 enter 1136 wait 7 1812us close 1832us flush 2522us 2021-10-13 09:53:34.753647+0100 0xf0d Error 0x0 0 0 kernel: (Sandbox) Sandbox: routined(515) deny(1) mach-lookup com.apple.Maps.MapsSync.store 2021-10-13 09:53:34.768927+0100 0xf0d Error 0x0 0 0 kernel: (Sandbox) Sandbox: apsd(121) deny(1) mach-lookup com.apple.photos.cloud.datarepair 2021-10-13 09:53:34.774202+0100 0xf0d Error 0x0 0 0 kernel: (Sandbox) Sandbox: apsd(121) deny(1) mach-lookup com.apple.imagent.aps 2021-10-13 09:53:34.794234+0100 0xf0d Error 0x0 0 0 kernel: (Sandbox) Sandbox: adprivacyd(768) deny(1) mach-lookup com.apple.ManagedClient.agent 2021-10-13 09:53:34.804276+0100 0xf0d Error 0x0 0 0 kernel: (Sandbox) Sandbox: adprivacyd(768) deny(1) mach-lookup com.apple.windowserver.active 2021-10-13 09:53:34.939332+0100 0x1b1e Default 0x0 0 0 kernel: (ALF) ALF, old data swfs_pid_entry <private>, updaterules_msg <private>, updaterules_state <private> 2021-10-13 09:53:34.949433+0100 0x5a6 Default 0x0 0 0 kernel: (ALF) ALF, old data swfs_pid_entry <private>, updaterules_msg <private>, updaterules_state <private> 2021-10-13 09:53:34.961092+0100 0x60e Default 0x0 0 0 kernel: (ALF) ALF, hash_free: found kext_info <private> 2021-10-13 09:53:34.999129+0100 0x60e Default 0x0 0 0 kernel: (ALF) ALF, hash_free: found kext_info <private> 2021-10-13 09:53:35.157604+0100 0x1896 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for setoken:725 2021-10-13 09:53:35.566127+0100 0x16ab Default 0x0 0 0 kernel: (Sandbox) Sandbox: 1 duplicate report for adprivacyd deny(1) mach-lookup com.apple.windowserver.active 2021-10-13 09:53:35.566130+0100 0x16ab Error 0x0 0 0 kernel: (Sandbox) Sandbox: mobileassetd(295) deny(1) file-write-create /private/var/root/Library/Caches/mobileassetd 2021-10-13 09:53:35.581543+0100 0x5a6 Error 0x0 0 0 kernel: (Sandbox) Sandbox: mobileassetd(295) deny(1) file-read-data /Library/Preferences/com.apple.security.plist 2021-10-13 09:53:35.581807+0100 0xe44 Error 0x0 0 0 kernel: (Sandbox) Sandbox: mobileassetd(295) deny(1) user-preference-read com.apple.security 2021-10-13 09:53:36.730021+0100 0x1aec Default 0x0 0 0 kernel: (ALF) ALF, old data swfs_pid_entry <private>, updaterules_msg <private>, updaterules_state <private> 2021-10-13 09:53:36.787894+0100 0x60e Default 0x0 0 0 kernel: (ALF) ALF, hash_free: found kext_info <private> 2021-10-13 09:53:37.815976+0100 0xf0c Error 0x0 0 0 kernel: (Sandbox) Sandbox: routined(515) deny(1) mach-lookup com.apple.Maps.MapsSync.store 2021-10-13 09:53:37.846915+0100 0x20c Default 0x0 0 0 kernel: (apfs) tx_flush:1182: disk3 xid 113952 tx stats: # 120 finish 120 enter 985 wait 8 1641us close 1527us flush 2409us 2021-10-13 09:53:39.333281+0100 0x75 Default 0x0 0 0 kernel: PMRD: power event 14 args 0x0 0x0 2021-10-13 09:53:39.333291+0100 0x75 Default 0x0 0 0 kernel: PMRD: wrangler RootDomainPower (ps 4, 0->1) 2021-10-13 09:53:39.333294+0100 0x75 Default 0x0 0 0 kernel: PMRD: evaluatePolicy( 0, 0x0 ) 2021-10-13 09:53:40.532134+0100 0x189f Default 0x0 0 0 kernel: MRT[715] Corpse allowed 1 of 5 2021-10-13 09:53:40.579833+0100 0x189f Default 0x0 0 0 kernel: EXC_RESOURCE -> MRT[715] exceeded mem limit: InactiveSoft 50 MB (non-fatal) 2021-10-13 09:53:40.598465+0100 0xe37 Default 0x0 0 0 kernel: Corpse released, count at 0 2021-10-13 09:53:40.655035+0100 0x18aa Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for setoken:725 2021-10-13 09:53:42.162095+0100 0x75 Default 0x0 0 0 kernel: PMRD: power event 14 args 0x0 0x0 2021-10-13 09:53:42.162105+0100 0x75 Default 0x0 0 0 kernel: PMRD: wrangler RootDomainPower (ps 4, 0->1) 2021-10-13 09:53:42.162107+0100 0x75 Default 0x0 0 0 kernel: PMRD: evaluatePolicy( 0, 0x0 ) 2021-10-13 09:53:42.456494+0100 0x75 Default 0x0 0 0 kernel: PMRD: evaluatePolicy( 3, 0x67 ) 2021-10-13 09:53:42.456501+0100 0x75 Default 0x0 0 0 kernel: (IOGraphicsFamily) DW forceIdle by process 'kernel_task' from 4 2021-10-13 09:53:42.456506+0100 0x75 Default 0x0 0 0 kernel: PMRD: Requested wrangler idle 2021-10-13 09:53:42.456508+0100 0x75 Default 0x0 0 0 kernel: PMRD: changePowerStateWithOverrideTo(SLEEP_STATE, 320067) 2021-10-13 09:53:42.456518+0100 0x75 Default 0x0 0 0 kernel: PMRD: wrangler DevicePowerState (ps 4, 4->1) 2021-10-13 09:53:42.456519+0100 0x75 Default 0x0 0 0 kernel: PMRD: evaluatePolicy( 11, 0x0 ) 2021-10-13 09:53:42.456618+0100 0x75 Default 0x0 0 0 kernel: (IOgPTPPlugin) IOTimeSyncLocalClockPort::handleGeneralNotification <private> 2021-10-13 09:53:42.456652+0100 0x75 Default 0x0 0 0 kernel: PMRD: user inactive 2021-10-13 09:53:42.456654+0100 0x75 Default 0x0 0 0 kernel: PMRD: evaluatePolicy( 0, 0x0 ) 2021-10-13 09:53:42.456716+0100 0x75 Default 0x0 0 0 kernel: PMRD: wrangler kIOMessageDeviceWillPowerOff ps 1 2021-10-13 09:53:42.456718+0100 0x75 Default 0x0 0 0 kernel: PMRD: evaluatePolicy( 0, 0x0 ) 2021-10-13 09:53:42.456823+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeOverride (ON_STATE->SLEEP_STATE, f, 0xc2) tag 0x320067 2021-10-13 09:53:42.456825+0100 0xa12 Default 0x0 0 0 kernel: (IOGraphicsFamily) GTrace synchronization point 8a 2021-10-13 09:53:42.456826+0100 0x75 Default 0x0 0 0 kernel: PMRD: changePowerStateWithTagToPriv(ON_STATE, 330005) 2021-10-13 09:53:42.456831+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x31 2021-10-13 09:53:42.457754+0100 0xe58 Default 0x0 0 0 kernel: (AppleRTC) RTC: getGMTTimeOfDay 1634115222 2021-10-13 09:53:42.458542+0100 0x75 Default 0x0 0 0 kernel: (IOgPTPPlugin) IOTimeSyncLocalClockPort::handleGeneralNotification <private> 2021-10-13 09:53:42.458578+0100 0x75 Default 0x0 0 0 kernel: PMRD: sleep reason Software Sleep 2021-10-13 09:53:42.458583+0100 0x75 Default 0x0 0 0 kernel: PMRD: === START (ON_STATE->ON_STATE, f->9, 0x5c2) gen 1, msg 3, tag 320067 2021-10-13 09:53:42.458585+0100 0x75 Default 0x0 0 0 kernel: PMRD: askChangeDown ON_STATE->ON_STATE 2021-10-13 09:53:42.458715+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x31 msgType 0xe0000270 detail 0x00007530 2021-10-13 09:53:42.458796+0100 0x75 Default 0x0 0 0 kernel: PMRD: Removed IODisplayWrangler from idle sleep preventers list (Total 0) 2021-10-13 09:53:42.458799+0100 0x75 Default 0x0 0 0 kernel: PMRD: changePowerStateWithTagTo(SLEEP_STATE, 340004) 2021-10-13 09:53:42.458803+0100 0x75 Default 0x0 0 0 kernel: PMRD: changePowerStateWithTagToPriv(ON_STATE, 350008) 2021-10-13 09:53:42.459161+0100 0x75 Default 0x0 0 0 kernel: PMRD: power event 12 args 0x3ce41a31ee09cc2d 0x0 2021-10-13 09:53:42.459164+0100 0x75 Default 0x0 0 0 kernel: PMRD: SleepWake UUID queued: 350D4B9F-44F3-4B2F-84D0-4DF42BA4882C 2021-10-13 09:53:42.459242+0100 0x75 Default 0x0 0 0 kernel: PMRD: askChangeDownDone(0x5c2, 0) type 3, cap f->9 2021-10-13 09:53:42.459244+0100 0x75 Default 0x0 0 0 kernel: PMRD: tellChangeDown ON_STATE->ON_STATE 2021-10-13 09:53:42.459246+0100 0x75 Default 0x0 0 0 kernel: PMRD: tellChangeDown::userActivityAtSleep 0 2021-10-13 09:53:42.459708+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemWillSleep[147] to pid 94, powerd 2021-10-13 09:53:42.459756+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemWillSleep[148] to com.apple.plugin.IOgPTPPlugin 2021-10-13 09:53:42.459759+0100 0x75 Default 0x0 0 0 kernel: (IOgPTPPlugin) IOTimeSyncLocalClockPort::handleGeneralNotification <private> 2021-10-13 09:53:42.459763+0100 0x75 Default 0x0 0 0 kernel: (IOgPTPPlugin) IOTimeSyncTimeSyncTimePort(0x40a8f06937190008): System Will Sleep 2021-10-13 09:53:42.459808+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemWillSleep[149] to pid 223, airportd 2021-10-13 09:53:42.459815+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemWillSleep[150] to pid 147, corebrightnessd 2021-10-13 09:53:42.459822+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemWillSleep[151] to pid 154, loginwindow 2021-10-13 09:53:42.459829+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemWillSleep[152] to pid 138, PerfPowerService 2021-10-13 09:53:42.459834+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemWillSleep[153] to pid 154, loginwindow 2021-10-13 09:53:42.459840+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemWillSleep[154] to pid 121, apsd 2021-10-13 09:53:42.459847+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemWillSleep[155] to pid 592, sharingd 2021-10-13 09:53:42.459891+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x31 msgType 0xe0000280 detail 0x00007530 2021-10-13 09:53:42.460642+0100 0xe58 Default 0x0 0 0 kernel: PMRD: assertionsUser 0x50->0x51 2021-10-13 09:53:42.460661+0100 0xe58 Default 0x0 0 0 kernel: (IOgPTPPlugin) IOTimeSyncLocalClockPort::handleGeneralNotification <private> 2021-10-13 09:53:42.464041+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) kIOFBNotifyDisplayModeWillChange notification received on Fb 0 at time 72665 2021-10-13 09:53:42.464047+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) kIOFBNotifyWSAAWillEnterDefer notification received for fb 0 2021-10-13 09:53:42.471410+0100 0xa1e Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) Blanking out the screen without black gamma 2021-10-13 09:53:42.488338+0100 0xa1e Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) Blanking out the screen without black gamma 2021-10-13 09:53:42.504993+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) Transitioning wsaa from 1->4 2021-10-13 09:53:42.504997+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) kIOFBNotifyDisplayModeWillChange notification received on Fb 0 at time 72706 2021-10-13 09:53:42.505059+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) kIOFBNotifyDisplayModeWillChange notification received on Fb 1 at time 72706 2021-10-13 09:53:42.505062+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) kIOFBNotifyWSAAWillEnterDefer notification received for fb 1 2021-10-13 09:53:42.505073+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) Transitioning wsaa from 1->4 2021-10-13 09:53:42.505074+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) kIOFBNotifyDisplayModeWillChange notification received on Fb 1 at time 72706 2021-10-13 09:53:42.505089+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) kIOFBNotifyDisplayModeWillChange notification received on Fb 2 at time 72706 2021-10-13 09:53:42.505091+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) kIOFBNotifyWSAAWillEnterDefer notification received for fb 2 2021-10-13 09:53:42.505100+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) Transitioning wsaa from 1->4 2021-10-13 09:53:42.505102+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) kIOFBNotifyDisplayModeWillChange notification received on Fb 2 at time 72706 2021-10-13 09:53:42.518299+0100 0x7a9 Default 0x0 0 0 kernel: (com.apple.AppleUserHIDDrivers.dext) [IOUserHIDEventDriver.cpp:1367][0x100000474] Set LED 0x2: 0 0x0 2021-10-13 09:53:42.549885+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [doSetPowerState] fb0: (oldState=2, newState:1) 2021-10-13 09:53:42.549889+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [doSetPowerState] FB0 power state transition Wake to Doze 2021-10-13 09:53:42.550303+0100 0x30c Default 0x0 0 0 kernel: IOConsoleUsers: time(1) 0->1634115282, lin 1, llk 1, 2021-10-13 09:53:42.550324+0100 0x30c Default 0x0 0 0 kernel: IOConsoleUsers: gIOScreenLockState 2, hs 0, bs 0, now 1634115222, sm 0x0 2021-10-13 09:53:42.552225+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DisableDisplay] (fb0:<private>) 2021-10-13 09:53:42.592651+0100 0x75 Default 0x0 0 0 kernel: PM response took 133 ms (587, imagent) 2021-10-13 09:53:42.612327+0100 0xe1f Default 0x0 0 0 kernel: (ALF) ALF, old data swfs_pid_entry <private>, updaterules_msg <private>, updaterules_state <private> 2021-10-13 09:53:42.644977+0100 0x60e Default 0x0 0 0 kernel: (ALF) ALF, hash_free: found kext_info <private> 2021-10-13 09:53:42.737301+0100 0x17dd Default 0x0 0 0 kernel: (AppleKeyStore) AppleKeyStore:7924:154: Device Lock call(-501): lockstate=0, locknow=0 2021-10-13 09:53:42.752745+0100 0x1350 Default 0x0 0 0 kernel: (AppleCredentialManager) ACM: createCredentialSet: Credential set created, CS[106]/2/0/263. 2021-10-13 09:53:42.753579+0100 0x1350 Default 0x0 0 0 kernel: (AppleCredentialManager) ACM: verifyPolicy: Verifying DeviceOwnerAuthenticationWithBiometrics (P) on CS[106] (preflight=YES, secure=NO, checkKeybagUUID=NO). 2021-10-13 09:53:42.753585+0100 0x1350 Default 0x0 0 0 kernel: (AppleCredentialManager) ACM: dumpVerificationStatus: DeviceOwnerAuthenticationWithBiometrics (P) on CS[106] *NOT* SATISFIED: 03R -> R. 2021-10-13 09:53:42.754527+0100 0x1350 Default 0x0 0 0 kernel: (AppleCredentialManager) ACM: deleteCredentialSet: Deleting credential set, CS[106]. 2021-10-13 09:53:43.195531+0100 0x75 Default 0x0 0 0 kernel: PM response took 736 ms (464, corecaptured) 2021-10-13 09:53:44.910055+0100 0x20c Default 0x0 0 0 kernel: (apfs) tx_flush:1182: disk3 xid 113972 tx stats: # 140 finish 140 enter 856 wait 8 1641us close 1310us flush 2308us 2021-10-13 09:53:45.319343+0100 0x414 Default 0x0 0 0 kernel: (ALF) ALF, old data swfs_pid_entry <private>, updaterules_msg <private>, updaterules_state <private> 2021-10-13 09:53:45.340385+0100 0x60e Default 0x0 0 0 kernel: (ALF) ALF, hash_free: found kext_info <private> 2021-10-13 09:53:46.287315+0100 0xf0d Default 0x0 0 0 kernel: (Sandbox) Sandbox: 11 duplicate reports for routined deny(1) mach-lookup com.apple.Maps.MapsSync.store 2021-10-13 09:53:46.287319+0100 0xf0d Error 0x0 0 0 kernel: (Sandbox) Sandbox: suggestd(677) deny(1) mach-lookup com.apple.coreservices.launchservicesd 2021-10-13 09:53:46.341715+0100 0x1c25 Default 0x0 0 0 kernel: (AppleCredentialManager) ACM: createCredentialSet: Credential set created, CS[107]/2/0/263. 2021-10-13 09:53:46.343116+0100 0x1c25 Default 0x0 0 0 kernel: (AppleCredentialManager) ACM: verifyPolicy: Verifying DeviceOwnerAuthenticationWithBiometrics (P) on CS[107] (preflight=YES, secure=NO, checkKeybagUUID=NO). 2021-10-13 09:53:46.343127+0100 0x1c25 Default 0x0 0 0 kernel: (AppleCredentialManager) ACM: dumpVerificationStatus: DeviceOwnerAuthenticationWithBiometrics (P) on CS[107] *NOT* SATISFIED: 03R -> R. 2021-10-13 09:53:46.358174+0100 0x1c25 Default 0x0 0 0 kernel: (AppleCredentialManager) ACM: deleteCredentialSet: Deleting credential set, CS[107]. 2021-10-13 09:53:46.376293+0100 0x20c Default 0x0 0 0 kernel: (apfs) tx_flush:1182: disk3 xid 113992 tx stats: # 160 finish 160 enter 753 wait 10 1491us close 1147us flush 2239us 2021-10-13 09:53:48.289321+0100 0xf0d Error 0x0 0 0 kernel: (Sandbox) Sandbox: routined(515) deny(1) mach-lookup com.apple.Maps.MapsSync.store 2021-10-13 09:53:55.020063+0100 0xfa9 Default 0x0 0 0 kernel: (Sandbox) Sandbox: 2 duplicate reports for routined deny(1) mach-lookup com.apple.Maps.MapsSync.store 2021-10-13 09:53:55.020065+0100 0xfa9 Error 0x0 0 0 kernel: (Sandbox) Sandbox: swcd(524) deny(1) system-fsctl _IO('h', 47) 2021-10-13 09:53:57.471080+0100 0x1b5e Default 0x0 0 0 kernel: PMRD: assertionsUser 0x51->0x50 2021-10-13 09:53:57.471112+0100 0x1b5e Default 0x0 0 0 kernel: (IOgPTPPlugin) IOTimeSyncLocalClockPort::handleGeneralNotification <private> 2021-10-13 09:53:57.858499+0100 0x1ad6 Error 0x0 0 0 kernel: (Sandbox) Sandbox: routined(515) deny(1) mach-lookup com.apple.Maps.MapsSync.store 2021-10-13 09:54:05.605121+0100 0x1c5 Default 0x0 0 0 kernel: tcp_timers: tcp_output() returned 0 with retransmission timer disabled for 49308 > 443 in state 4, reset timer to 308 2021-10-13 09:54:11.797502+0100 0x20c Default 0x0 0 0 kernel: (apfs) tx_flush:1182: disk3 xid 114012 tx stats: # 180 finish 186 enter 674 wait 10 1491us close 1019us flush 2170us 2021-10-13 09:54:12.460936+0100 0x1c5 Default 0x0 0 0 kernel: PM notification timeout (pid 315, vncserver) 2021-10-13 09:54:12.460938+0100 0x1c5 Default 0x0 0 0 kernel: PM notification timeout (pid 315, vncserver) 2021-10-13 09:54:12.460989+0100 0x75 Default 0x0 0 0 kernel: PMRD: tellChangeDown ON_STATE->ON_STATE 2021-10-13 09:54:12.460990+0100 0x75 Default 0x0 0 0 kernel: PMRD: tellChangeDown::userActivityAtSleep 0 2021-10-13 09:54:12.461044+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[0] to __kernel__ 2021-10-13 09:54:12.461046+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[1] to __kernel__ 2021-10-13 09:54:12.461047+0100 0x75 Default 0x0 0 0 kernel: PMRD: sysPowerDownHandler message kIOMessageSystemCapabilityChange 2021-10-13 09:54:12.461048+0100 0x75 Default 0x0 0 0 kernel: PMRD: sysPowerDownHandler cap f -> 9 (flags 1) 2021-10-13 09:54:12.461085+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[2] to com.apple.driver.AppleACPIPlatform 2021-10-13 09:54:12.461120+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[3] to com.apple.iokit.IOPCIFamily 2021-10-13 09:54:12.461155+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[4] to com.apple.driver.AppleCredentialManager 2021-10-13 09:54:12.461191+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[5] to com.apple.driver.AppleSMC 2021-10-13 09:54:12.461227+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[6] to com.apple.iokit.IOStorageFamily 2021-10-13 09:54:12.461228+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[7] to com.apple.iokit.IOStorageFamily 2021-10-13 09:54:12.461229+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[8] to com.apple.iokit.IOStorageFamily 2021-10-13 09:54:12.461269+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[9] to com.apple.iokit.IOHIDFamily 2021-10-13 09:54:12.461305+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[10] to com.apple.iokit.IONetworkingFamily 2021-10-13 09:54:12.461355+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[11] to com.apple.iokit.IO80211Family 2021-10-13 09:54:12.461394+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[12] to com.apple.driver.AirPort.BrcmNIC 2021-10-13 09:54:12.461469+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[13] to com.apple.iokit.IOSCSIBlockCommandsDevice 2021-10-13 09:54:12.461512+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[14] to com.apple.iokit.IOStorageFamily 2021-10-13 09:54:12.461549+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[15] to com.apple.iokit.IO80211Family 2021-10-13 09:54:12.461588+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[16] to com.apple.driver.X86PlatformPlugin 2021-10-13 09:54:12.461629+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[17] to com.apple.iokit.IOGraphicsFamily 2021-10-13 09:54:12.461633+0100 0x75 Default 0x0 0 0 kernel: (IOGraphicsFamily) GTrace synchronization point b2 2021-10-13 09:54:12.461678+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[18] to com.apple.driver.AGPM 2021-10-13 09:54:12.461716+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[19] to org.virtualbox.kext.VBoxDrv 2021-10-13 09:54:12.461756+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[20] to com.apple.driver.AppleGraphicsDevicePolicy 2021-10-13 09:54:12.461808+0100 0x75 Default 0x0 0 0 kernel: PMRD: power clamp enabled IODisplayWrangler 100000434, pendingCap 0x9, ps 4, cflags 0x109 2021-10-13 09:54:12.461811+0100 0x75 Default 0x0 0 0 kernel: PMRD: power clamped IODisplayWrangler 100000434, ps 4->1, cflags 0x109) 2021-10-13 09:54:12.461879+0100 0x75 Default 0x0 0 0 kernel: PMRD: power clamped IODisplayWrangler 100000434, ps 4->1, cflags 0x111) 2021-10-13 09:54:12.462181+0100 0x75 Default 0x0 0 0 kernel: PMRD: power clamp enabled AppleHDAHDMI_DPDriver 100000455, pendingCap 0x9, ps 1, cflags 0x109 2021-10-13 09:54:12.462184+0100 0x75 Default 0x0 0 0 kernel: PMRD: power clamped AppleHDAHDMI_DPDriver 100000455, ps 1->0, cflags 0x109) 2021-10-13 09:54:12.462203+0100 0x1c5 Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioDevice[<private>]::protectedSetPowerState(0, <private>) 2021-10-13 09:54:12.462206+0100 0x1c5 Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioDevice[<private>]::initiatePowerStateChange(<private>) - current = 1 - pending = 0 2021-10-13 09:54:12.462425+0100 0x1c5 Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioDevice[<private>]::protectedCompletePowerStateChange() - current = 1 - pending = 0 2021-10-13 09:54:12.462428+0100 0x1c5 Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioDevice[<private>]::protectedCompletePowerStateChange() - current = 0 - pending = 0 returns 0x0 2021-10-13 09:54:12.462430+0100 0x1c5 Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioDevice[<private>]::initiatePowerStateChange(<private>) - current = 0 - pending = 0 returns 0x0 2021-10-13 09:54:12.462432+0100 0x1c5 Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioDevice[<private>]::protectedSetPowerState(0, <private>) returns 0x0 2021-10-13 09:54:12.462764+0100 0x75 Default 0x0 0 0 kernel: PMRD: power clamped AppleHDAHDMI_DPDriver 100000455, ps 1->0, cflags 0x111) 2021-10-13 09:54:12.462819+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[0] to __kernel__ 2021-10-13 09:54:12.462822+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[1] to __kernel__ 2021-10-13 09:54:12.462823+0100 0x75 Default 0x0 0 0 kernel: PMRD: sysPowerDownHandler message kIOMessageSystemCapabilityChange 2021-10-13 09:54:12.462825+0100 0x75 Default 0x0 0 0 kernel: PMRD: sysPowerDownHandler cap f -> 9 (flags 2) 2021-10-13 09:54:12.462866+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[2] to com.apple.driver.AppleACPIPlatform 2021-10-13 09:54:12.462901+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[3] to com.apple.iokit.IOPCIFamily 2021-10-13 09:54:12.462936+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[4] to com.apple.driver.AppleCredentialManager 2021-10-13 09:54:12.462971+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[5] to com.apple.driver.AppleSMC 2021-10-13 09:54:12.463006+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[6] to com.apple.iokit.IOStorageFamily 2021-10-13 09:54:12.463008+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[7] to com.apple.iokit.IOStorageFamily 2021-10-13 09:54:12.463009+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[8] to com.apple.iokit.IOStorageFamily 2021-10-13 09:54:12.463048+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[9] to com.apple.iokit.IOHIDFamily 2021-10-13 09:54:12.463083+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[10] to com.apple.iokit.IONetworkingFamily 2021-10-13 09:54:12.463118+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[11] to com.apple.iokit.IO80211Family 2021-10-13 09:54:12.463155+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[12] to com.apple.driver.AirPort.BrcmNIC 2021-10-13 09:54:12.463204+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[13] to com.apple.iokit.IOSCSIBlockCommandsDevice 2021-10-13 09:54:12.463242+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[14] to com.apple.iokit.IOStorageFamily 2021-10-13 09:54:12.463291+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[15] to com.apple.iokit.IO80211Family 2021-10-13 09:54:12.463329+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[16] to com.apple.driver.X86PlatformPlugin 2021-10-13 09:54:12.463369+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[17] to com.apple.iokit.IOGraphicsFamily 2021-10-13 09:54:12.463372+0100 0x75 Default 0x0 0 0 kernel: (IOGraphicsFamily) GTrace synchronization point b7 2021-10-13 09:54:12.463416+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[18] to com.apple.driver.AGPM 2021-10-13 09:54:12.463454+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[19] to org.virtualbox.kext.VBoxDrv 2021-10-13 09:54:12.463493+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[20] to com.apple.driver.AppleGraphicsDevicePolicy 2021-10-13 09:54:12.463528+0100 0x75 Default 0x0 0 0 kernel: PMRD: === FINISH (ON_STATE->ON_STATE, f->9, 0x5c2) gen 1, msg 3, tag 320067 2021-10-13 09:54:12.463530+0100 0x75 Default 0x0 0 0 kernel: PMRD: cpu assertion held for 5001 ms by 0x100000354 2021-10-13 09:54:12.463534+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x00 2021-10-13 09:54:12.463590+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeOverride (ON_STATE->ON_STATE, 9, 0x2) tag 0x330005 2021-10-13 09:54:12.463593+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeDone: ON_STATE->ON_STATE 2021-10-13 09:54:12.463598+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeOverride (ON_STATE->ON_STATE, 9, 0x2) tag 0x340004 2021-10-13 09:54:12.463599+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeDone: ON_STATE->ON_STATE 2021-10-13 09:54:12.463604+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeOverride (ON_STATE->ON_STATE, 9, 0x2) tag 0x350008 2021-10-13 09:54:12.463605+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeDone: ON_STATE->ON_STATE 2021-10-13 09:54:12.463609+0100 0x75 Default 0x0 0 0 kernel: PMRD: evaluatePolicy( 6, 0x1 ) 2021-10-13 09:54:12.463610+0100 0x75 Default 0x0 0 0 kernel: PMRD: dark wake entry 2021-10-13 09:54:12.463615+0100 0x75 Default 0x0 0 0 kernel: PMRD: DarkWake: sleepASAP 1, clamshell closed 0, disabled 0/0, desktopMode 1, ac 1 2021-10-13 09:54:12.463619+0100 0x1c5 Default 0x0 0 0 kernel: PMRD: disk spindown accelerated, was 10 min 2021-10-13 09:54:12.463620+0100 0x75 Default 0x0 0 0 kernel: PMRD: evaluatePolicy( 3, 0x67 ) 2021-10-13 09:54:12.463622+0100 0x75 Default 0x0 0 0 kernel: PMRD: changePowerStateWithOverrideTo(SLEEP_STATE, 360067) 2021-10-13 09:54:12.463628+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeOverride (ON_STATE->SLEEP_STATE, 9, 0xc2) tag 0x360067 2021-10-13 09:54:12.463629+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x10 2021-10-13 09:54:12.463667+0100 0x75 Default 0x0 0 0 kernel: PMRD: sleep reason Software Sleep 2021-10-13 09:54:12.463671+0100 0x75 Default 0x0 0 0 kernel: PMRD: === START (ON_STATE->SLEEP_STATE, 9->0, 0x40c2) gen 2, msg 5, tag 360067 2021-10-13 09:54:12.463673+0100 0x75 Default 0x0 0 0 kernel: PMRD: askChangeDown ON_STATE->SLEEP_STATE 2021-10-13 09:54:12.463674+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x11 2021-10-13 09:54:12.463839+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x11 msgType 0xe0000270 detail 0x00007530 2021-10-13 09:54:12.463845+0100 0x75 Default 0x0 0 0 kernel: PMRD: askChangeDownDone(0x40c2, 0) type 1, cap 9->0 2021-10-13 09:54:12.463847+0100 0x75 Default 0x0 0 0 kernel: PMRD: tellChangeDown ON_STATE->SLEEP_STATE 2021-10-13 09:54:12.463849+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x11 2021-10-13 09:54:12.463850+0100 0x75 Default 0x0 0 0 kernel: PMRD: tellChangeDown::userActivityAtSleep 0 2021-10-13 09:54:12.463858+0100 0x75 Default 0x0 0 0 kernel: IOConsoleUsers: gIOScreenLockState 3, hs 0, bs 0, now 0, sm 0xe0000280 2021-10-13 09:54:12.463957+0100 0x437 Default 0x0 0 0 kernel: (AppleCredentialManager) ACMRM: _logPolicy: SAVING: ver=8 smTm=0 poRsn=0 gpTm=0 smExp=NO gpBlk=NO suTm=0 svTm=1634115251 gpRsn=0 cMs=NO. 2021-10-13 09:54:12.463963+0100 0x437 Default 0x0 0 0 kernel: (AppleCredentialManager) ACMRM-S: setData: saving policy (len=41) in 3 seconds. 2021-10-13 09:54:12.463978+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x11 msgType 0xe0000280 detail 0x00007530 2021-10-13 09:54:12.465199+0100 0x1f11 Default 0x0 0 0 kernel: (AppleRTC) RTC: getGMTTimeOfDay 1634115252 2021-10-13 09:54:12.465655+0100 0x1f11 Default 0x0 0 0 kernel: PMRD: phase 0, standby 0 delay 2148663299 timer 0, poweroff 0 delay 2148545024 timer 2148545024, hibernate 0x0 2021-10-13 09:54:12.465661+0100 0x1f11 Default 0x0 0 0 kernel: PMRD: sleep factors 0x2a12d6, LidOpen, ACPower, StandbyNoDelay, StandbyDisabled, USBExternalDevice, ExternalMediaMounted, MagicPacketWakeEnabled, AutoPowerOffDisabled, ExternalDisplay, LocalUserActivity 2021-10-13 09:54:12.466056+0100 0x1f11 Default 0x0 0 0 kernel: PMRD: sleep params v2, type 2, flags 0x0, wake 0x500, timer 0, poweroff 0 2021-10-13 09:54:14.332289+0100 0x20c Default 0x0 0 0 kernel: (apfs) tx_flush:1182: disk3 xid 114032 tx stats: # 200 finish 206 enter 611 wait 10 1491us close 917us flush 2126us 2021-10-13 09:54:14.546211+0100 0x1f11 Default 0x0 0 0 kernel: PMRD: MaintenanceWakeCalendarDate 2021/10/13 10:54:12 2021-10-13 09:54:14.546224+0100 0x1f11 Default 0x0 0 0 kernel: PMRD: next alarm (MaintenanceWakeCalendarDate) 2021/10/13 10:54:12 2021-10-13 09:54:14.546224+0100 0x1f11 Default 0x0 0 0 kernel: PMRD: scheduled alarm mask 0x4 2021-10-13 09:54:14.546541+0100 0x75 Default 0x0 0 0 kernel: PM response took 2082 ms (94, powerd) 2021-10-13 09:54:14.546618+0100 0x75 Default 0x0 0 0 kernel: PMRD: tellChangeDown ON_STATE->SLEEP_STATE 2021-10-13 09:54:14.546619+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x12 2021-10-13 09:54:14.546749+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemWillSleep[0] to __kernel__ 2021-10-13 09:54:14.546750+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemWillSleep[1] to __kernel__ 2021-10-13 09:54:14.546751+0100 0x75 Default 0x0 0 0 kernel: PMRD: sysPowerDownHandler message kIOMessageSystemWillSleep 2021-10-13 09:54:14.546793+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemWillSleep[2] to com.apple.driver.AppleACPIPlatform 2021-10-13 09:54:14.546828+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemWillSleep[3] to com.apple.iokit.IOPCIFamily 2021-10-13 09:54:14.546873+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemWillSleep[4] to com.apple.driver.AppleCredentialManager 2021-10-13 09:54:14.546924+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemWillSleep[5] to com.apple.driver.AppleSMC 2021-10-13 09:54:14.546981+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemWillSleep[6] to com.apple.iokit.IOStorageFamily 2021-10-13 09:54:14.546982+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemWillSleep[7] to com.apple.iokit.IOStorageFamily 2021-10-13 09:54:14.546983+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemWillSleep[8] to com.apple.iokit.IOStorageFamily 2021-10-13 09:54:14.547022+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemWillSleep[9] to com.apple.iokit.IOHIDFamily 2021-10-13 09:54:14.547058+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemWillSleep[10] to com.apple.iokit.IONetworkingFamily 2021-10-13 09:54:14.547092+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemWillSleep[11] to com.apple.iokit.IO80211Family 2021-10-13 09:54:14.547135+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemWillSleep[12] to com.apple.driver.AirPort.BrcmNIC 2021-10-13 09:54:14.547185+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemWillSleep[13] to com.apple.iokit.IOSCSIBlockCommandsDevice 2021-10-13 09:54:14.547221+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemWillSleep[14] to com.apple.iokit.IOStorageFamily 2021-10-13 09:54:14.547255+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemWillSleep[15] to com.apple.iokit.IO80211Family 2021-10-13 09:54:14.547291+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemWillSleep[16] to com.apple.driver.X86PlatformPlugin 2021-10-13 09:54:14.547327+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemWillSleep[17] to com.apple.iokit.IOGraphicsFamily 2021-10-13 09:54:14.547330+0100 0x75 Default 0x0 0 0 kernel: (IOGraphicsFamily) GTrace synchronization point ba 2021-10-13 09:54:14.547337+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemWillSleep[17] response from com.apple.iokit.IOGraphicsFamily took 0 ms (ack in 90000000 us) 2021-10-13 09:54:14.547391+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemWillSleep[18] to com.apple.driver.AGPM 2021-10-13 09:54:14.547427+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemWillSleep[19] to org.virtualbox.kext.VBoxDrv 2021-10-13 09:54:14.547463+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemWillSleep[20] to com.apple.driver.AppleGraphicsDevicePolicy 2021-10-13 09:54:14.547512+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[21] to __kernel__ 2021-10-13 09:54:14.547522+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[21] response from __kernel__ took 0 ms (ack in 60000000 us) 2021-10-13 09:54:14.547539+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[22] to __kernel__ 2021-10-13 09:54:14.547540+0100 0x75 Default 0x0 0 0 kernel: PMRD: sysPowerDownHandler message kIOMessageSystemCapabilityChange 2021-10-13 09:54:14.547541+0100 0x75 Default 0x0 0 0 kernel: PMRD: sysPowerDownHandler cap 9 -> 0 (flags 1) 2021-10-13 09:54:14.547542+0100 0x75 Default 0x0 0 0 kernel: PMRD: evaluateSystemSleepPolicyEarly 2021-10-13 09:54:14.547567+0100 0x75 Default 0x0 0 0 kernel: PMRD: phase 1, standby 0 delay 2148663299 timer 2148663299, poweroff 0 delay 2148545024 timer 2148545024, hibernate 0x0 2021-10-13 09:54:14.547571+0100 0x75 Default 0x0 0 0 kernel: PMRD: sleep factors 0x2a1ac6, LidOpen, ACPower, StandbyDisabled, USBExternalDevice, ExternalMediaMounted, RTCAlarmScheduled, MagicPacketWakeEnabled, AutoPowerOffDisabled, ExternalDisplay, LocalUserActivity 2021-10-13 09:54:14.547971+0100 0x75 Default 0x0 0 0 kernel: PMRD: sleep params v2, type 2, flags 0x0, wake 0x500, timer 0, poweroff 0 2021-10-13 09:54:14.547973+0100 0x75 Default 0x0 0 0 kernel: PMRD: sysPowerDownHandler max wait 20 s 2021-10-13 09:54:14.547979+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[22] response from __kernel__ took 0 ms (ack in 20000000 us) 2021-10-13 09:54:14.548000+0100 0x1c5 Default 0x0 0 0 kernel: PMRD: disk_sync_callout ps=4 2021-10-13 09:54:14.548026+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[23] to com.apple.driver.AppleACPIPlatform 2021-10-13 09:54:14.548063+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[24] to com.apple.iokit.IOPCIFamily 2021-10-13 09:54:14.548099+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[25] to com.apple.driver.AppleCredentialManager 2021-10-13 09:54:14.548134+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[26] to com.apple.driver.AppleSMC 2021-10-13 09:54:14.548169+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[27] to com.apple.iokit.IOStorageFamily 2021-10-13 09:54:14.548171+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[28] to com.apple.iokit.IOStorageFamily 2021-10-13 09:54:14.548172+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[29] to com.apple.iokit.IOStorageFamily 2021-10-13 09:54:14.548218+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[30] to com.apple.iokit.IOHIDFamily 2021-10-13 09:54:14.548254+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[31] to com.apple.iokit.IONetworkingFamily 2021-10-13 09:54:14.548292+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[32] to com.apple.iokit.IO80211Family 2021-10-13 09:54:14.548330+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[33] to com.apple.driver.AirPort.BrcmNIC 2021-10-13 09:54:14.548347+0100 0x75 Default 0x0 0 0 kernel: (AirPortBrcmNIC) ARPT: 104.749906: AirPort_Brcm43xx::powerChange: System Sleep 2021-10-13 09:54:14.700177+0100 0x20c Default 0x0 0 0 kernel: (apfs) tx_flush:1182: disk3 xid 114052 tx stats: # 220 finish 226 enter 560 wait 14 1398us close 840us flush 2091us 2021-10-13 09:54:14.700574+0100 0x1c5 Default 0x0 0 0 kernel: PMRD: disk_sync_callout finish 2021-10-13 09:54:15.048469+0100 0x75 Default 0x0 0 0 kernel: (AirPortBrcmNIC) ARPT: 105.250026: IOPMPowerSource Information: onSleep, SleepType: Normal Sleep, 2021-10-13 09:54:15.048479+0100 0x75 Default 0x0 0 0 kernel: (AirPortBrcmNIC) ARPT: 105.250039: wl0: powerChange: *** BONJOUR/MDNS OFFLOADS ARE NOT RUNNING. 2021-10-13 09:54:15.048494+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[33] response from com.apple.driver.AirPort.BrcmNIC took 500 ms 2021-10-13 09:54:15.048536+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[34] to com.apple.iokit.IOSCSIBlockCommandsDevice 2021-10-13 09:54:15.048572+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[35] to com.apple.iokit.IOStorageFamily 2021-10-13 09:54:15.048608+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[36] to com.apple.iokit.IO80211Family 2021-10-13 09:54:15.048644+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[37] to com.apple.driver.X86PlatformPlugin 2021-10-13 09:54:15.048681+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[38] to com.apple.iokit.IOGraphicsFamily 2021-10-13 09:54:15.048684+0100 0x75 Default 0x0 0 0 kernel: (IOGraphicsFamily) GTrace synchronization point c3 2021-10-13 09:54:15.048720+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[39] to com.apple.driver.AGPM 2021-10-13 09:54:15.048756+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[40] to org.virtualbox.kext.VBoxDrv 2021-10-13 09:54:15.048798+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[41] to com.apple.driver.AppleGraphicsDevicePolicy 2021-10-13 09:54:15.048836+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x12 msgType 0xe0000340 detail 0x00015f90 2021-10-13 09:54:15.048842+0100 0x75 Default 0x0 0 0 kernel: PMRD: Clamshell disabled 2021-10-13 09:54:15.048901+0100 0x75 Debug 0x0 0 0 kernel: (IOHIDFamily) IOHIDLibUserClient:0x100000635 message: 0xe0000200 from: 0x100000414 2021-10-13 09:54:15.048914+0100 0x75 Debug 0x0 0 0 kernel: (IOHIDFamily) IOHIDLibUserClient:0x100000635 message: 0xe0000210 from: 0x100000414 2021-10-13 09:54:15.048978+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[38] ack from com.apple.iokit.IOGraphicsFamily took 501 ms 2021-10-13 09:54:15.048982+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[22] ack from __kernel__ took 501 ms 2021-10-13 09:54:15.049213+0100 0x2019 Default 0x0 0 0 kernel: DK: allowPowerChange 2021-10-13 09:54:15.049220+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[21] ack from __kernel__ took 501 ms 2021-10-13 09:54:15.049225+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x13 2021-10-13 09:54:15.049285+0100 0x2019 Default 0x0 0 0 kernel: (IOBluetoothHostControllerTransport) **** [IOBluetoothHostControllerTransport][powerStateWillChangeTo] -- System Sleep -- SleepType is kIOPMSleepTypeNormalSleep **** 2021-10-13 09:54:15.114872+0100 0x72 Default 0x0 0 0 kernel: (IOBluetoothHostControllerUSBTransport) **** [IOBluetoothHostControllerUSBTransport][setPowerStateWL] -- exiting -- Power state change completed -- microsecondsUntilComplete = 0 -- powerStateOrdinal = ON, originalPowerState = ON -> mPendingInternalPowerState = ON -- this = 0xe000 **** 2021-10-13 09:54:15.114902+0100 0x2019 Default 0x0 0 0 kernel: (AppleCredentialManager) AppleCredentialManager: powerStateWillChangeToGated: SYSTEM WILL SLEEP. 2021-10-13 09:54:15.114911+0100 0x2019 Default 0x0 0 0 kernel: (AppleCredentialManager) AppleCredentialManager: handleEventGated: called, event(3). 2021-10-13 09:54:15.115470+0100 0x2019 Default 0x0 0 0 kernel: PMRD: hibernateMode 0x0 2021-10-13 09:54:15.115475+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x14 2021-10-13 09:54:15.115597+0100 0x75 Default 0x0 0 0 kernel: PMRD: wrangler kIOMessageDeviceWillPowerOff ps 0 2021-10-13 09:54:15.115598+0100 0x75 Default 0x0 0 0 kernel: PMRD: evaluatePolicy( 0, 0x0 ) 2021-10-13 09:54:15.115720+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x14 detail 0x00000001 2021-10-13 09:54:15.115735+0100 0x201d Default 0x0 0 0 kernel: (IOGraphicsFamily) GTrace synchronization point c6 2021-10-13 09:54:15.115789+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x14 detail 0x00000003 2021-10-13 09:54:15.115853+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x14 detail 0x00000007 2021-10-13 09:54:15.115929+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x14 detail 0x0000000f 2021-10-13 09:54:15.116009+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x14 detail 0x0000001f 2021-10-13 09:54:15.116087+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x14 detail 0x0000003f 2021-10-13 09:54:15.116149+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x14 detail 0x0000007f 2021-10-13 09:54:15.116214+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x14 detail 0x000000ff 2021-10-13 09:54:15.116263+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x14 detail 0x000001ff 2021-10-13 09:54:15.116310+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x14 detail 0x000003ff 2021-10-13 09:54:15.116403+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x14 detail 0x000007ff 2021-10-13 09:54:15.116466+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x14 detail 0x00000fff 2021-10-13 09:54:15.116736+0100 0x75 Default 0x0 0 0 kernel: PMRD: wrangler DevicePowerState (ps 0, 1->0) 2021-10-13 09:54:15.116738+0100 0x75 Default 0x0 0 0 kernel: PMRD: evaluatePolicy( 11, 0x0 ) 2021-10-13 09:54:15.116738+0100 0x75 Default 0x0 0 0 kernel: PMRD: evaluatePolicy( 0, 0x0 ) 2021-10-13 09:54:15.116811+0100 0x75 Default 0x0 0 0 kernel: PMRD: power clamp enabled AppleIntelFramebuffer 100000427, pendingCap 0x0, ps 0, cflags 0x9 2021-10-13 09:54:15.117145+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x14 detail 0x00000fdf 2021-10-13 09:54:15.117207+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x14 detail 0x00000ddf 2021-10-13 09:54:15.117296+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x14 detail 0x000005df 2021-10-13 09:54:15.117395+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [doSetPowerState] fb0: (oldState=1, newState:0) 2021-10-13 09:54:15.117413+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [doSetPowerState] FB0 power state transition Doze to Sleep 2021-10-13 09:54:15.117629+0100 0x2033 Default 0x0 0 0 kernel: (AirPortBrcmNIC) ARPT: 105.319186: wl0: leaveModulePoweredForOffloads: Wi-Fi will turn off. 2021-10-13 09:54:15.117717+0100 0x2033 Default 0x0 0 0 kernel: (AirPortBrcmNIC) ARPT: 105.319276: AirPort_Brcm43xx::syncPowerState: WWEN[disabled] 2021-10-13 09:54:15.117935+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x14 detail 0x0000059f 2021-10-13 09:54:15.118409+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x14 detail 0x0000051f 2021-10-13 09:54:15.118668+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [doSetPowerState] (DOZE-->SLEEP) doSetPowerState - fGPUIsAwake set to 0 (0) 2021-10-13 09:54:15.118709+0100 0x75 Default 0x0 0 0 kernel: PMRD: power clamp enabled AppleIntelFramebuffer 100000428, pendingCap 0x0, ps 0, cflags 0x9 2021-10-13 09:54:15.118767+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [doSetPowerState] fb1: (oldState=2, newState:0) 2021-10-13 09:54:15.118768+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [doSetPowerState] FB1 power state transition Wake to Sleep 2021-10-13 09:54:15.118843+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DisableDisplay] (fb1:<private>) 2021-10-13 09:54:15.119192+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [doSetPowerState] (DOZE-->SLEEP) doSetPowerState - fGPUIsAwake set to 0 (0) 2021-10-13 09:54:15.119238+0100 0x75 Default 0x0 0 0 kernel: PMRD: power clamp enabled AppleIntelFramebuffer 100000429, pendingCap 0x0, ps 0, cflags 0x9 2021-10-13 09:54:15.119303+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [doSetPowerState] fb2: (oldState=2, newState:0) 2021-10-13 09:54:15.119304+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [doSetPowerState] FB2 power state transition Wake to Sleep 2021-10-13 09:54:15.119433+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DisableDisplay] (fb2:<private>) 2021-10-13 09:54:15.119795+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [doSetPowerState] (DOZE-->SLEEP) doSetPowerState - fGPUIsAwake set to 0 (1) 2021-10-13 09:54:15.121994+0100 0x2035 Default 0x0 0 0 kernel: (BroadcomBluetoothHostControllerUSBTransport) **** [BroadcomBluetoothHostControllerUSBTransport][StopLMPLoggingBulkPipeRead] -- mLMPBulkInPipe->abort() returned 0x0000 (kIOReturnSuccess) **** 2021-10-13 09:54:15.122051+0100 0x2035 Default 0x0 0 0 kernel: (IOBluetoothHostControllerUSBTransport) **** [IOBluetoothHostControllerUSBTransport][StopInterruptPipeRead] -- mInterruptPipe->abort() returned 0x0000 (kIOReturnSuccess) **** 2021-10-13 09:54:15.122089+0100 0x2035 Default 0x0 0 0 kernel: (BroadcomBluetoothHostControllerUSBTransport) **** [BroadcomBluetoothHostControllerUSBTransport][WaitForAllIOsToBeAborted] -- SLEEP -> SLEEP -- before calling super::WaitForAllIOsToBeAborted() -- mLMPBulkInOutstandingIOCount = 0 -- this = 0xffffff935556e000 **** 2021-10-13 09:54:15.122096+0100 0x2035 Default 0x0 0 0 kernel: (IOBluetoothHostControllerUSBTransport) **** [IOBluetoothHostControllerUSBTransport][setPowerStateWL] -- exiting -- Power state change completed -- microsecondsUntilComplete = 0 -- powerStateOrdinal = IDLE, originalPowerState = ON -> mPendingInternalPowerState = SLEEP -- this = 0xe000 **** 2021-10-13 09:54:15.131628+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x14 detail 0x0000050f 2021-10-13 09:54:15.131760+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x14 detail 0x0000040f 2021-10-13 09:54:15.158709+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x14 detail 0x0000040b 2021-10-13 09:54:15.163425+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x14 detail 0x00000403 2021-10-13 09:54:15.168104+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x14 detail 0x00000402 2021-10-13 09:54:15.198348+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x14 detail 0x00000400 2021-10-13 09:54:15.466105+0100 0x437 Default 0x0 0 0 kernel: (AppleCredentialManager) ACMRM-S: _saveAll: pushing policy -> daemon (gen=3 len=41). 2021-10-13 09:54:16.803829+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x14 detail 0x00000000 2021-10-13 09:54:16.803932+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x15 2021-10-13 09:54:16.804609+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x16 2021-10-13 09:54:16.804699+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[0] to __kernel__ 2021-10-13 09:54:16.804702+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[1] to __kernel__ 2021-10-13 09:54:16.804711+0100 0x75 Default 0x0 0 0 kernel: PMRD: sysPowerDownHandler message kIOMessageSystemCapabilityChange 2021-10-13 09:54:16.804712+0100 0x75 Default 0x0 0 0 kernel: PMRD: sysPowerDownHandler cap 9 -> 0 (flags 2) 2021-10-13 09:54:16.804753+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[2] to com.apple.driver.AppleACPIPlatform 2021-10-13 09:54:16.804788+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[3] to com.apple.iokit.IOPCIFamily 2021-10-13 09:54:16.804823+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[4] to com.apple.driver.AppleCredentialManager 2021-10-13 09:54:16.804859+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[5] to com.apple.driver.AppleSMC 2021-10-13 09:54:16.804894+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[6] to com.apple.iokit.IOStorageFamily 2021-10-13 09:54:16.804896+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[7] to com.apple.iokit.IOStorageFamily 2021-10-13 09:54:16.804897+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[8] to com.apple.iokit.IOStorageFamily 2021-10-13 09:54:16.804938+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[9] to com.apple.iokit.IOHIDFamily 2021-10-13 09:54:16.804973+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[10] to com.apple.iokit.IONetworkingFamily 2021-10-13 09:54:16.805008+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[11] to com.apple.iokit.IO80211Family 2021-10-13 09:54:16.805044+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[12] to com.apple.driver.AirPort.BrcmNIC 2021-10-13 09:54:16.805096+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[13] to com.apple.iokit.IOSCSIBlockCommandsDevice 2021-10-13 09:54:16.805131+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[14] to com.apple.iokit.IOStorageFamily 2021-10-13 09:54:16.805165+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[15] to com.apple.iokit.IO80211Family 2021-10-13 09:54:16.805201+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[16] to com.apple.driver.X86PlatformPlugin 2021-10-13 09:54:16.805238+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[17] to com.apple.iokit.IOGraphicsFamily 2021-10-13 09:54:16.805240+0100 0x75 Default 0x0 0 0 kernel: (IOGraphicsFamily) GTrace synchronization point e6 2021-10-13 09:54:16.805281+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[18] to com.apple.driver.AGPM 2021-10-13 09:54:16.805316+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[19] to org.virtualbox.kext.VBoxDrv 2021-10-13 09:54:16.805353+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[20] to com.apple.driver.AppleGraphicsDevicePolicy 2021-10-13 09:54:16.805382+0100 0x75 Default 0x0 0 0 kernel: PMRD: === FINISH (ON_STATE->SLEEP_STATE, 9->0, 0x40c2) gen 2, msg 5, tag 360067 2021-10-13 09:54:16.805383+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeDone: ON_STATE->SLEEP_STATE 2021-10-13 09:54:16.805389+0100 0x75 Default 0x0 0 0 kernel: Time 0x61669eb8 Message 2021-10-13 09:54:16.805390+0100 0x75 Default 0x0 0 0 kernel: PMRD: System Sleep 2021-10-13 09:54:16.808688+0100 0x75 Default 0x0 0 0 kernel: PMRD: evaluateSystemSleepPolicyFinal 2021-10-13 09:54:16.808697+0100 0x75 Default 0x0 0 0 kernel: PMRD: phase 2, standby 0 delay 2148663299 timer 2148663299, poweroff 0 delay 2148545024 timer 2148545024, hibernate 0x0 2021-10-13 09:54:16.808709+0100 0x75 Default 0x0 0 0 kernel: PMRD: sleep factors 0x2a1ac6, LidOpen, ACPower, StandbyDisabled, USBExternalDevice, ExternalMediaMounted, RTCAlarmScheduled, MagicPacketWakeEnabled, AutoPowerOffDisabled, ExternalDisplay, LocalUserActivity 2021-10-13 09:54:16.808724+0100 0x75 Default 0x0 0 0 kernel: PMRD: sleep params v2, type 2, flags 0x0, wake 0x500, timer 0, poweroff 0 2021-10-13 09:54:16.808727+0100 0x75 Default 0x0 0 0 kernel: IOCPUSleepKernel enter 2021-10-13 09:54:16.808728+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x17 2021-10-13 09:54:16.808777+0100 0x75 Default 0x0 0 0 kernel: IOPlatformSleepAction -> AppleSMC 2021-10-13 09:54:16.808811+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x18 2021-10-13 09:54:16.809340+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x19 2021-10-13 09:54:16.809381+0100 0x75 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI SLEEP 2021-10-13 09:54:16.809866+0100 0x75 Default 0x0 0 0 kernel: (AppleACPIPlatform) Facs->FirmwareWakingVector: 0x2000 2021-10-13 09:54:16.809868+0100 0x75 Default 0x0 0 0 kernel: (AppleACPIPlatform) Facs->Length: 0x40 2021-10-13 09:54:16.809868+0100 0x75 Default 0x0 0 0 kernel: (AppleACPIPlatform) Facs->Version: 0x2 2021-10-13 09:54:16.809869+0100 0x75 Default 0x0 0 0 kernel: (AppleACPIPlatform) Facs->XFirmwareWakingVector: 0x0 2021-10-13 09:54:16.809870+0100 0x75 Default 0x0 0 0 kernel: (AppleACPIPlatform) Facs->OspmFlags: 0x0 2021-10-13 09:54:16.813260+0100 0x75 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI S3 WAKE 2021-10-13 09:54:16.814687+0100 0x75 Default 0x0 0 0 kernel: (AppleACPIPlatform) Facs->FirmwareWakingVector: 0x0 2021-10-13 09:54:16.814688+0100 0x75 Default 0x0 0 0 kernel: (AppleACPIPlatform) Facs->Length: 0x40 2021-10-13 09:54:16.814689+0100 0x75 Default 0x0 0 0 kernel: (AppleACPIPlatform) Facs->Version: 0x2 2021-10-13 09:54:16.814691+0100 0x75 Default 0x0 0 0 kernel: (AppleACPIPlatform) Facs->XFirmwareWakingVector: 0x0 2021-10-13 09:54:16.814692+0100 0x75 Default 0x0 0 0 kernel: (AppleACPIPlatform) Facs->OspmFlags: 0x0 2021-10-13 09:54:16.814914+0100 0x75 Default 0x0 0 0 kernel: (AppleACPIPlatform) AppleACPIPlatformPower Wake reason: GLAN EH01 EH02 XHC HDEF (Network) 2021-10-13 09:54:16.814915+0100 0x75 Default 0x0 0 0 kernel: (AppleACPIPlatform) AppleACPIPlatformPower Wake reason: GLAN EH01 EH02 XHC HDEF (Network) 2021-10-13 09:54:16.814923+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x22 2021-10-13 09:54:16.814966+0100 0x75 Default 0x0 0 0 kernel: IOPlatformWakeAction -> AppleRTC 2021-10-13 09:54:16.814971+0100 0x75 Default 0x0 0 0 kernel: IOPlatformWakeAction -> AppleKeyStore 2021-10-13 09:54:16.814976+0100 0x75 Default 0x0 0 0 kernel: IOPlatformWakeAction -> AppleSMC 2021-10-13 09:54:16.814982+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x23 2021-10-13 09:54:16.815740+0100 0x75 Default 0x0 0 0 kernel: Started cpu 2 (lapic id 00000002) 2021-10-13 09:54:16.816461+0100 0x75 Default 0x0 0 0 kernel: Started cpu 4 (lapic id 00000004) 2021-10-13 09:54:16.817182+0100 0x75 Default 0x0 0 0 kernel: Started cpu 6 (lapic id 00000006) 2021-10-13 09:54:16.817941+0100 0x75 Default 0x0 0 0 kernel: Started cpu 1 (lapic id 00000001) 2021-10-13 09:54:16.818661+0100 0x75 Default 0x0 0 0 kernel: Started cpu 3 (lapic id 00000003) 2021-10-13 09:54:16.819382+0100 0x75 Default 0x0 0 0 kernel: Started cpu 5 (lapic id 00000005) 2021-10-13 09:54:16.820117+0100 0x75 Default 0x0 0 0 kernel: Started cpu 7 (lapic id 00000007) 2021-10-13 09:54:16.820121+0100 0x75 Default 0x0 0 0 kernel: IOCPUSleepKernel exit 2021-10-13 09:54:16.820122+0100 0x75 Default 0x0 0 0 kernel: gIOLastWakeAbsTime: 107021682786 2021-10-13 09:54:16.820179+0100 0x75 Default 0x0 0 0 kernel: (AppleRTC) RTC: getGMTTimeOfDay 1634115289 2021-10-13 09:54:49.001051+0100 0x75 Default 0x0 0 0 kernel: [ 139.202585]: time_slept (32 s 180843 u) 2021-10-13 09:54:49.001052+0100 0x75 Default 0x0 0 0 kernel: PMRD: System Wake 2021-10-13 09:54:49.001058+0100 0x75 Default 0x0 0 0 kernel: PMRD: changePowerStateWithTagToPriv(ON_STATE, 370002) 2021-10-13 09:54:49.001090+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeOverride (SLEEP_STATE->ON_STATE, 0, 0x2) tag 0x370002 2021-10-13 09:54:49.001092+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x24 2021-10-13 09:54:49.001105+0100 0x201c Default 0x0 0 0 kernel: IOConsoleUsers: gIOScreenLockState 3, hs 0, bs 0, now 1634115289, sm 0xe0000300 2021-10-13 09:54:49.001173+0100 0x75 Default 0x0 0 0 kernel: PMRD: === START (SLEEP_STATE->ON_STATE, 0->9, 0x2002) gen 3, msg 0, tag 370002 2021-10-13 09:54:49.001275+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[0] to __kernel__ 2021-10-13 09:54:49.001292+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[1] to __kernel__ 2021-10-13 09:54:49.001294+0100 0x75 Default 0x0 0 0 kernel: PMRD: sysPowerDownHandler message kIOMessageSystemCapabilityChange 2021-10-13 09:54:49.001295+0100 0x75 Default 0x0 0 0 kernel: PMRD: sysPowerDownHandler cap 0 -> 9 (flags 1) 2021-10-13 09:54:49.001340+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[2] to com.apple.driver.AppleACPIPlatform 2021-10-13 09:54:49.001381+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[3] to com.apple.iokit.IOPCIFamily 2021-10-13 09:54:49.001420+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[4] to com.apple.driver.AppleCredentialManager 2021-10-13 09:54:49.001458+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[5] to com.apple.driver.AppleSMC 2021-10-13 09:54:49.001495+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[6] to com.apple.iokit.IOStorageFamily 2021-10-13 09:54:49.001498+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[7] to com.apple.iokit.IOStorageFamily 2021-10-13 09:54:49.001499+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[8] to com.apple.iokit.IOStorageFamily 2021-10-13 09:54:49.001544+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[9] to com.apple.iokit.IOHIDFamily 2021-10-13 09:54:49.001589+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[10] to com.apple.iokit.IONetworkingFamily 2021-10-13 09:54:49.001633+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[11] to com.apple.iokit.IO80211Family 2021-10-13 09:54:49.001680+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[12] to com.apple.driver.AirPort.BrcmNIC 2021-10-13 09:54:49.001709+0100 0x1f11 Default 0x0 0 0 kernel: (AppleRTC) RTC: getGMTTimeOfDay 1634115289 2021-10-13 09:54:49.001759+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[13] to com.apple.iokit.IOSCSIBlockCommandsDevice 2021-10-13 09:54:49.001803+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[14] to com.apple.iokit.IOStorageFamily 2021-10-13 09:54:49.001847+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[15] to com.apple.iokit.IO80211Family 2021-10-13 09:54:49.001892+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[16] to com.apple.driver.X86PlatformPlugin 2021-10-13 09:54:49.001944+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[17] to com.apple.iokit.IOGraphicsFamily 2021-10-13 09:54:49.001949+0100 0x75 Default 0x0 0 0 kernel: (IOGraphicsFamily) GTrace synchronization point e9 2021-10-13 09:54:49.001997+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[18] to com.apple.driver.AGPM 2021-10-13 09:54:49.002042+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[19] to org.virtualbox.kext.VBoxDrv 2021-10-13 09:54:49.002089+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[20] to com.apple.driver.AppleGraphicsDevicePolicy 2021-10-13 09:54:49.002095+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x25 2021-10-13 09:54:49.002164+0100 0x201c Default 0x0 0 0 kernel: (IOBluetoothHostControllerTransport) **** [IOBluetoothHostControllerTransport][powerStateWillChangeTo] -- System Wake -- SleepType is kIOPMSleepTypeNormalSleep **** 2021-10-13 09:54:49.002228+0100 0x75 Default 0x0 0 0 kernel: PMRD: power clamped IODisplayWrangler 100000434, ps 4->0, cflags 0x9) 2021-10-13 09:54:49.002249+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x26 2021-10-13 09:54:49.002307+0100 0x201c Default 0x0 0 0 kernel: (AppleCredentialManager) AppleCredentialManager: powerStateDidChangeToGated: SYSTEM IS AWAKE. 2021-10-13 09:54:49.002315+0100 0x201c Default 0x0 0 0 kernel: (AppleCredentialManager) AppleCredentialManager: handleEventGated: called, event(4). 2021-10-13 09:54:49.002318+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x27 2021-10-13 09:54:49.002369+0100 0x75 Default 0x0 0 0 kernel: PMRD: IOPMrootDomain: delay child notify 2021-10-13 09:54:49.002549+0100 0x75 Default 0x0 0 0 kernel: PMRD: AppleACPIPCI: delay child notify 2021-10-13 09:54:49.002552+0100 0x75 Default 0x0 0 0 kernel: PMRD: AppleACPIPCI: delay child notify 2021-10-13 09:54:49.002589+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x27 detail 0x00000004 2021-10-13 09:54:49.004257+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x27 detail 0x0000000c 2021-10-13 09:54:49.004307+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x27 detail 0x0000001c 2021-10-13 09:54:49.004352+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x27 detail 0x0000003c 2021-10-13 09:54:49.004396+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x27 detail 0x0000007c 2021-10-13 09:54:49.004437+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x27 detail 0x000000fc 2021-10-13 09:54:49.004483+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x27 detail 0x000001fc 2021-10-13 09:54:49.004524+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x27 detail 0x000003fc 2021-10-13 09:54:49.004569+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x27 detail 0x000007fc 2021-10-13 09:54:49.004609+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x27 detail 0x00000ffc 2021-10-13 09:54:49.004709+0100 0x205b Default 0x0 0 0 kernel: (AppleSMC) Previous sleep cause: 5 2021-10-13 09:54:49.004936+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x27 detail 0x00000fdc 2021-10-13 09:54:49.005103+0100 0x1f11 Default 0x0 0 0 kernel: PMRD: assertionsUser 0x50->0x51 2021-10-13 09:54:49.005125+0100 0x1f11 Default 0x0 0 0 kernel: (IOgPTPPlugin) IOTimeSyncLocalClockPort::handleGeneralNotification <private> 2021-10-13 09:54:49.005189+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x27 detail 0x000007dc 2021-10-13 09:54:49.005319+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x27 detail 0x000005dc 2021-10-13 09:54:49.005595+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x27 detail 0x0000059c 2021-10-13 09:54:49.005938+0100 0x205e Default 0x0 0 0 kernel: (AirPortBrcmNIC) ARPT: 107.026651: wl0: leaveModulePoweredForOffloads: Wi-Fi will turn off. 2021-10-13 09:54:49.005966+0100 0x205e Default 0x0 0 0 kernel: (AirPortBrcmNIC) ARPT: 107.026681: AirPort_Brcm43xx::syncPowerState: WWEN[disabled] 2021-10-13 09:54:49.006072+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x27 detail 0x0000051c 2021-10-13 09:54:49.021202+0100 0x7ce Default 0x0 0 0 kernel: (AppleKeyStore) AppleKeyStore:7289:339: unexpected session: 100000 uid: -1 requested by: 339 2021-10-13 09:54:49.021212+0100 0x7ce Default 0x0 0 0 kernel: (AppleKeyStore) AppleKeyStore:10727:339: operation failed (sel: 17 ret: e00002c2, -1, 100000) 2021-10-13 09:54:49.021266+0100 0x57e Default 0x0 0 0 kernel: (AppleKeyStore) AppleKeyStore:10727:293: operation failed (sel: 17 ret: e00002f0, 205, 100004) 2021-10-13 09:54:49.036962+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x27 detail 0x0000050c 2021-10-13 09:54:49.037105+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x27 detail 0x0000040c 2021-10-13 09:54:49.041190+0100 0x75 Debug 0x0 0 0 kernel: (IOHIDFamily) IOHIDLibUserClient:0x100000635 message: 0xe0000230 from: 0x100000414 2021-10-13 09:54:49.046356+0100 0x2052 Default 0x0 0 0 kernel: (VirtualSMC) <compose failure [UUID]> 2021-10-13 09:54:49.061564+0100 0x1f11 Default 0x0 0 0 kernel: PMRD: assertionsUser 0x51->0x50 2021-10-13 09:54:49.061580+0100 0x1f11 Default 0x0 0 0 kernel: (IOgPTPPlugin) IOTimeSyncLocalClockPort::handleGeneralNotification <private> 2021-10-13 09:54:49.079283+0100 0x2037 Default 0x0 0 0 kernel: (IOBluetoothHostControllerUSBTransport) **** [IOBluetoothHostControllerUSBTransport][setPowerStateWL] -- exiting -- Power state change completed -- microsecondsUntilComplete = 0 -- powerStateOrdinal = ON, originalPowerState = SLEEP -> mPendingInternalPowerState = ON -- this = 0xe000 **** 2021-10-13 09:54:49.138602+0100 0x75 Default 0x0 0 0 kernel: (IOgPTPPlugin) IOTimeSyncLocalClockPort::handleGeneralNotification <private> 2021-10-13 09:54:49.138644+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x27 detail 0x00000404 2021-10-13 09:54:50.119657+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x27 detail 0x00000400 2021-10-13 09:54:50.126848+0100 0x2037 Default 0x0 0 0 kernel: (IOUSBMassStorageDriver) USB device 154B007A14400000 - status = kUSBHostReturnPipeStalled, resetting... 2021-10-13 09:54:50.126867+0100 0x2037 Default 0x0 0 0 kernel: (IOUSBMassStorageDriver) USB device 154B007A14400000 - Last CDBs 00000000:000|00000000:000|00000000:000|00000000:000|00000000:000|00000000:000|00000000:000|00000000:000|00000000:000|00000000:000|00000000:000|00000000:000|00000000:000|00000000:000|00000000:000|00000000:232 2021-10-13 09:54:50.427225+0100 0x2037 Default 0x0 0 0 kernel: (IOUSBMassStorageDriver) USB device 154B007A14400000 - will be reset! 2021-10-13 09:54:50.498236+0100 0x2051 Default 0x0 0 0 kernel: (IOUSBMassStorageDriver) USB device 154B007A14400000 - PNY Technologies, USB 2.0 FD - detected termination of interfaceNub, currentPowerState 1, provider is NULL 2021-10-13 09:54:50.501338+0100 0x437 Default 0x0 0 0 kernel: (IOUSBHostFamily) 000108.522050 HS08@14400000: AppleUSBHostPort::enumerateDeviceComplete_block_invoke: enumerated 0x154b/007a/1100 (USB 2.0 FD) 2021-10-13 09:54:50.996703+0100 0x2c9 Default 0x0 0 0 kernel: (IOBluetoothFamily) IOBluetoothHostController::PrintDeviceList -- Device Connection Handle 0x0040, Device Address 3C:2E:FF:70:BF:30 2021-10-13 09:54:50.996756+0100 0x205b Default 0x0 0 0 kernel: (IOBluetoothHostControllerUSBTransport) **** [IOBluetoothHostControllerUSBTransport][setPowerStateWL] -- exiting -- Power state change completed -- microsecondsUntilComplete = 0 -- powerStateOrdinal = ON, originalPowerState = ON -> mPendingInternalPowerState = ON -- this = 0xe000 **** 2021-10-13 09:54:51.061960+0100 0x20c Default 0x0 0 0 kernel: (apfs) tx_flush:1143: disk3 tx xid 114064 took 2038133 us to sync and write superblock 2021-10-13 09:54:51.079509+0100 0x205b Default 0x0 0 0 kernel: (IOUSBFamily) USBMSC Identifier (non-unique): 04160800000066844795 0x154b 0x7a 0x1100, 2 2021-10-13 09:54:51.089861+0100 0x17eb Default 0x0 0 0 kernel: (Sandbox) Sandbox: 14 duplicate reports for routined deny(1) mach-lookup com.apple.Maps.MapsSync.store 2021-10-13 09:54:51.089864+0100 0x17eb Default 0x0 0 0 kernel: (Sandbox) Sandbox: icdd(705) allow file-read-data /Library/Image Capture/Devices 2021-10-13 09:54:51.090019+0100 0x17eb Default 0x0 0 0 kernel: (Sandbox) Sandbox: icdd(705) allow file-read-data /Library/Image Capture/Devices/HP M1130_M1210 Scanner.app/Contents/Resources/DeviceMatchingInfo.plist 2021-10-13 09:54:51.090364+0100 0x17eb Default 0x0 0 0 kernel: (Sandbox) Sandbox: icdd(705) allow file-read-data /Library/Image Capture/Devices/HP M1130_M1210 Scanner.app/Contents/Resources/DeviceInfo.plist 2021-10-13 09:54:51.090705+0100 0x17eb Default 0x0 0 0 kernel: (Sandbox) Sandbox: icdd(705) allow file-read-data /Library/Image Capture/Devices/HP Scanner 3.app/Contents/Resources/DeviceMatchingInfo.plist 2021-10-13 09:54:51.093755+0100 0x17eb Default 0x0 0 0 kernel: (Sandbox) Sandbox: icdd(705) allow file-read-data /Library/Image Capture/Devices/HP Scanner 3.app/Contents/Resources/DeviceInfo.plist 2021-10-13 09:54:51.099398+0100 0x17eb Default 0x0 0 0 kernel: (Sandbox) Sandbox: icdd(705) allow file-read-data /Library/Image Capture/Devices/HPScanner.app/Contents/Resources/DeviceMatchingInfo.plist 2021-10-13 09:54:51.100678+0100 0x17eb Default 0x0 0 0 kernel: (Sandbox) Sandbox: icdd(705) allow file-read-data /Library/Image Capture/Devices/HPScanner.app/Contents/Resources/DeviceInfo.plist 2021-10-13 09:54:51.107960+0100 0x17eb Default 0x0 0 0 kernel: (Sandbox) Sandbox: icdd(705) allow file-read-data /Library/Image Capture/Devices 2021-10-13 09:54:51.108047+0100 0x17eb Default 0x0 0 0 kernel: (Sandbox) Sandbox: icdd(705) allow file-read-data /Library/Image Capture/Devices/HP M1130_M1210 Scanner.app/Contents/Resources/DeviceMatchingInfo.plist 2021-10-13 09:54:51.108269+0100 0x17eb Default 0x0 0 0 kernel: (Sandbox) Sandbox: icdd(705) allow file-read-data /Library/Image Capture/Devices/HP Scanner 3.app/Contents/Resources/DeviceMatchingInfo.plist 2021-10-13 09:54:51.112146+0100 0x17eb Default 0x0 0 0 kernel: (Sandbox) Sandbox: icdd(705) allow file-read-data /Library/Image Capture/Devices/HPScanner.app/Contents/Resources/DeviceMatchingInfo.plist 2021-10-13 09:54:51.178106+0100 0x1ee6 Default 0x0 0 0 kernel: (AppleKeyStore) AppleKeyStore:3222:120: user 328c0cb711774ad39ed191fc862fb632 unlock failed (-5) 2021-10-13 09:54:51.178114+0100 0x1ee6 Default 0x0 0 0 kernel: (AppleKeyStore) AppleKeyStore:10727:120: operation failed (sel: 75 ret: e00002ce, -1, 100000) 2021-10-13 09:54:51.281658+0100 0x20a2 Default 0x0 0 0 kernel: (ALF) ALF, old data swfs_pid_entry <private>, updaterules_msg <private>, updaterules_state <private> 2021-10-13 09:54:51.304281+0100 0x60e Default 0x0 0 0 kernel: (ALF) ALF, hash_free: found kext_info <private> 2021-10-13 09:54:51.609239+0100 0x1da Default 0x0 0 0 kernel: (IOBluetoothFamily) IOBluetoothHostController::PrintDeviceList -- Device list is empty 2021-10-13 09:54:52.210501+0100 0x1e71 Error 0x0 0 0 kernel: (Sandbox) Sandbox: routined(515) deny(1) mach-lookup com.apple.Maps.MapsSync.store 2021-10-13 09:54:52.288660+0100 0x75 Default 0x0 0 0 kernel: (IOgPTPPlugin) IOTimeSyncLocalClockPort::handleGeneralNotification <private> 2021-10-13 09:54:52.290168+0100 0x2a0 Debug 0x0 0 0 kernel: en0: starting optimistic DAD immediately for fe80:7::de:1ca1:8936:428d 2021-10-13 09:54:52.725166+0100 0x20c Default 0x0 0 0 kernel: (apfs) tx_flush:1182: disk3 xid 114072 tx stats: # 240 finish 246 enter 521 wait 15 1323us close 770us flush 10642us 2021-10-13 09:54:53.291421+0100 0x2037 Debug 0x0 0 0 kernel: en0: DAD complete for fe80:7::de:1ca1:8936:428d - no duplicates found . 2021-10-13 09:54:55.076759+0100 0x437 Default 0x0 0 0 kernel: (AppleKeyStore) AppleKeyStore:10739:0: AppleKeyStoreUserClient: Assertion timer fired 2021-10-13 09:54:55.331647+0100 0x368 Default 0x0 0 0 kernel: (AppleRTC) RTC: setGMTTimeOfDay 1634115293 2021-10-13 09:54:53.675762+0100 0x75 Default 0x0 0 0 kernel: PMRD: power event 14 args 0x0 0x0 2021-10-13 09:54:53.675773+0100 0x75 Default 0x0 0 0 kernel: PMRD: wrangler RootDomainPower (ps 0, 0->1) 2021-10-13 09:54:53.675775+0100 0x75 Default 0x0 0 0 kernel: PMRD: evaluatePolicy( 0, 0x0 ) 2021-10-13 09:54:53.675782+0100 0x75 Default 0x0 0 0 kernel: PMRD: power clamped IODisplayWrangler 100000434, ps 1->0, cflags 0x2) 2021-10-13 09:54:54.663988+0100 0x218b Default 0x0 0 0 kernel: memorystatus: set assertion priority(3) target NewsToday2:862 2021-10-13 09:54:54.674717+0100 0x218a Default 0x0 0 0 kernel: memorystatus: set assertion priority(3) target WorldClockWidget:863 2021-10-13 09:54:54.684655+0100 0x218b Default 0x0 0 0 kernel: memorystatus: set assertion priority(3) target WeatherWidget:864 2021-10-13 09:54:54.694561+0100 0x218a Default 0x0 0 0 kernel: memorystatus: set assertion priority(3) target CalendarWidgetExtension:865 2021-10-13 09:54:54.698978+0100 0x219d Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for CalendarWidgetExtension:865 2021-10-13 09:54:54.708889+0100 0x218a Default 0x0 0 0 kernel: memorystatus: set assertion priority(3) target StocksWidget:866 2021-10-13 09:54:54.720748+0100 0x218b Default 0x0 0 0 kernel: memorystatus: set assertion priority(3) target ScreenTimeWidgetExtension:867 2021-10-13 09:54:54.773592+0100 0x21a6 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for CalendarWidgetExtension:865 2021-10-13 09:54:54.774119+0100 0x21a6 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for CalendarWidgetExtension:865 2021-10-13 09:54:54.775586+0100 0x21a6 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for CalendarWidgetExtension:865 2021-10-13 09:54:54.781531+0100 0x21a3 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for CalendarWidgetExtension:865 2021-10-13 09:54:54.944144+0100 0x2199 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for WorldClockWidget:863 2021-10-13 09:54:54.944148+0100 0x21a2 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for ScreenTimeWidgetExtension:867 2021-10-13 09:54:54.944197+0100 0x219b Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for WeatherWidget:864 2021-10-13 09:54:54.960599+0100 0x219f Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for StocksWidget:866 2021-10-13 09:54:55.042022+0100 0x21b3 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for ScreenTimeWidgetExtension:867 2021-10-13 09:54:55.045344+0100 0x21b4 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for WorldClockWidget:863 2021-10-13 09:54:55.045349+0100 0x21b6 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for WeatherWidget:864 2021-10-13 09:54:55.045593+0100 0x21b7 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for StocksWidget:866 2021-10-13 09:54:55.048414+0100 0x2196 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for NewsToday2:862 2021-10-13 09:54:55.102194+0100 0x21c9 Default 0x0 0 0 kernel: (AppleKeyStore) AppleKeyStore:7289:864: unexpected session: 100034 uid: -1 requested by: 864 2021-10-13 09:54:55.102202+0100 0x21c9 Default 0x0 0 0 kernel: (AppleKeyStore) AppleKeyStore:10727:864: operation failed (sel: 7 ret: e00002c2, -1, 100034) 2021-10-13 09:54:55.105884+0100 0x21c6 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for NewsToday2:862 2021-10-13 09:54:55.107493+0100 0x21b3 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for ScreenTimeWidgetExtension:867 2021-10-13 09:54:55.108125+0100 0x21b3 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for ScreenTimeWidgetExtension:867 2021-10-13 09:54:55.116857+0100 0x21cf Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for ScreenTimeWidgetExtension:867 2021-10-13 09:54:55.131086+0100 0x21b6 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for WeatherWidget:864 2021-10-13 09:54:55.131612+0100 0x21b6 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for WeatherWidget:864 2021-10-13 09:54:55.132137+0100 0x21b7 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for StocksWidget:866 2021-10-13 09:54:55.132707+0100 0x21b7 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for StocksWidget:866 2021-10-13 09:54:55.132807+0100 0x21b6 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for WeatherWidget:864 2021-10-13 09:54:55.133902+0100 0x21b7 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for StocksWidget:866 2021-10-13 09:54:55.137457+0100 0x21b4 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for WorldClockWidget:863 2021-10-13 09:54:55.137500+0100 0x21b6 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for WeatherWidget:864 2021-10-13 09:54:55.137997+0100 0x21b4 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for WorldClockWidget:863 2021-10-13 09:54:55.139173+0100 0x21b4 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for WorldClockWidget:863 2021-10-13 09:54:55.139561+0100 0x21d3 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for StocksWidget:866 2021-10-13 09:54:55.144141+0100 0x21b4 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for WorldClockWidget:863 2021-10-13 09:54:55.192088+0100 0x21c6 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for NewsToday2:862 2021-10-13 09:54:55.217756+0100 0x21ca Default 0x0 0 0 kernel: (ALF) ALF, old data swfs_pid_entry <private>, updaterules_msg <private>, updaterules_state <private> 2021-10-13 09:54:55.256265+0100 0x60e Default 0x0 0 0 kernel: (ALF) ALF, hash_free: found kext_info <private> 2021-10-13 09:54:55.258841+0100 0x21c6 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for NewsToday2:862 2021-10-13 09:54:55.544519+0100 0x21d5 Default 0x0 0 0 kernel: (ALF) ALF, old data swfs_pid_entry <private>, updaterules_msg <private>, updaterules_state <private> 2021-10-13 09:54:55.565763+0100 0x60e Default 0x0 0 0 kernel: (ALF) ALF, hash_free: found kext_info <private> 2021-10-13 09:54:57.333017+0100 0x437 Default 0x0 0 0 kernel: (AppleKeyStore) AppleKeyStore:2206:0: telling kernel handle -501 is locked. 2021-10-13 09:54:57.333023+0100 0x437 Default 0x0 0 0 kernel: (AppleKeyStore) AppleKeyStore:920:0: Sending lock change 1 for handle -501 value 0 2021-10-13 09:54:57.333053+0100 0x437 Default 0x0 0 0 kernel: (AppleKeyStore) AppleKeyStore:8134:0: Device Locked(-501): lockstate=1 2021-10-13 09:54:57.333749+0100 0x7ce Default 0x0 0 0 kernel: (AppleKeyStore) AppleKeyStore:7289:339: unexpected session: 100000 uid: -1 requested by: 339 2021-10-13 09:54:57.333756+0100 0x7ce Default 0x0 0 0 kernel: (AppleKeyStore) AppleKeyStore:10727:339: operation failed (sel: 17 ret: e00002c2, -1, 100000) 2021-10-13 09:54:57.333759+0100 0x57e Default 0x0 0 0 kernel: (AppleKeyStore) AppleKeyStore:10727:293: operation failed (sel: 17 ret: e00002f0, 205, 100004) 2021-10-13 09:54:57.444592+0100 0x1f66 Default 0x0 0 0 kernel: (AppleKeyStore) AppleKeyStore:3222:120: user 328c0cb711774ad39ed191fc862fb632 unlock failed (-5) 2021-10-13 09:54:57.444600+0100 0x1f66 Default 0x0 0 0 kernel: (AppleKeyStore) AppleKeyStore:10727:120: operation failed (sel: 75 ret: e00002ce, -1, 100000) 2021-10-13 09:55:03.155307+0100 0x75 Default 0x0 0 0 kernel: PMRD: power event 14 args 0x0 0x0 2021-10-13 09:55:03.155315+0100 0x75 Default 0x0 0 0 kernel: PMRD: wrangler RootDomainPower (ps 0, 0->1) 2021-10-13 09:55:03.155316+0100 0x75 Default 0x0 0 0 kernel: PMRD: evaluatePolicy( 0, 0x0 ) 2021-10-13 09:55:03.155324+0100 0x75 Default 0x0 0 0 kernel: PMRD: power clamped IODisplayWrangler 100000434, ps 1->0, cflags 0x2) 2021-10-13 09:55:03.477062+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x27 detail 0x00000000 2021-10-13 09:55:03.478631+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x27 detail 0x00000001 2021-10-13 09:55:03.478670+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x27 detail 0x00000003 2021-10-13 09:55:03.478790+0100 0x75 Default 0x0 0 0 kernel: PMRD: power clamped AppleIntelFramebuffer 100000427, ps 2->1, cflags 0x9) 2021-10-13 09:55:03.478797+0100 0x75 Default 0x0 0 0 kernel: PMRD: power clamped AppleIntelFramebuffer 100000428, ps 2->1, cflags 0x9) 2021-10-13 09:55:03.478801+0100 0x75 Default 0x0 0 0 kernel: PMRD: power clamped AppleIntelFramebuffer 100000429, ps 2->1, cflags 0x9) 2021-10-13 09:55:03.478843+0100 0x75 Default 0x0 0 0 kernel: PMRD: power clamped AppleIntelFramebuffer 100000427, ps 2->1, cflags 0x2011) 2021-10-13 09:55:03.478845+0100 0x75 Default 0x0 0 0 kernel: PMRD: dark wake power clamped after 16165 ms 2021-10-13 09:55:03.478888+0100 0x75 Default 0x0 0 0 kernel: PMRD: power clamped AppleHDAHDMI_DPDriver 100000455, ps 1->0, cflags 0x9) 2021-10-13 09:55:03.478938+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [doSetPowerState] fb0: (oldState=0, newState:1) 2021-10-13 09:55:03.478940+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [doSetPowerState] FB0 power state transition Sleep to Doze 2021-10-13 09:55:03.536457+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [doSetPowerState] doSetPowerState - fGPUIsAwake set to 1 2021-10-13 09:55:03.536566+0100 0x75 Default 0x0 0 0 kernel: PMRD: power clamped AppleIntelFramebuffer 100000428, ps 2->1, cflags 0x2011) 2021-10-13 09:55:03.536613+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [doSetPowerState] fb1: (oldState=0, newState:1) 2021-10-13 09:55:03.536615+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [doSetPowerState] FB1 power state transition Sleep to Doze 2021-10-13 09:55:03.539995+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [doSetPowerState] doSetPowerState - fGPUIsAwake set to 1 2021-10-13 09:55:03.540080+0100 0x75 Default 0x0 0 0 kernel: PMRD: power clamped AppleIntelFramebuffer 100000429, ps 2->1, cflags 0x2011) 2021-10-13 09:55:03.540115+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [doSetPowerState] fb2: (oldState=0, newState:1) 2021-10-13 09:55:03.540117+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [doSetPowerState] FB2 power state transition Sleep to Doze 2021-10-13 09:55:03.574170+0100 0x75 Default 0x0 0 0 kernel: PMRD: power clamped AppleHDAHDMI_DPDriver 100000455, ps 1->0, cflags 0x2011) 2021-10-13 09:55:03.574181+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x27 detail 0x00000001 2021-10-13 09:55:03.658076+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [doSetPowerState] doSetPowerState - fGPUIsAwake set to 1 2021-10-13 09:55:03.658192+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x27 detail 0x00000000 2021-10-13 09:55:03.658257+0100 0x75 Default 0x0 0 0 kernel: PMRD: power clamped IODisplayWrangler 100000434, ps 4->0, cflags 0x2011) 2021-10-13 09:55:03.658263+0100 0x75 Default 0x0 0 0 kernel: PMRD: system wake events: GLAN EH01 EH02 XHC HDEF 2021-10-13 09:55:03.658263+0100 0x75 Default 0x0 0 0 kernel: system wake events: GLAN EH01 EH02 XHC HDEF 2021-10-13 09:55:03.658266+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x28 2021-10-13 09:55:03.658340+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[0] to __kernel__ 2021-10-13 09:55:03.658343+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[1] to __kernel__ 2021-10-13 09:55:03.658344+0100 0x75 Default 0x0 0 0 kernel: PMRD: sysPowerDownHandler message kIOMessageSystemCapabilityChange 2021-10-13 09:55:03.658345+0100 0x75 Default 0x0 0 0 kernel: PMRD: sysPowerDownHandler cap 0 -> 9 (flags 2) 2021-10-13 09:55:03.658349+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[1] response from __kernel__ took 0 ms (ack in 110000000 us) 2021-10-13 09:55:03.658370+0100 0x205b Default 0x0 0 0 kernel: PMRD: disk_sync_callout ps=2 2021-10-13 09:55:03.658395+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[2] to com.apple.driver.AppleACPIPlatform 2021-10-13 09:55:03.658442+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[3] to com.apple.iokit.IOPCIFamily 2021-10-13 09:55:03.658479+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[4] to com.apple.driver.AppleCredentialManager 2021-10-13 09:55:03.658674+0100 0x205b Default 0x0 0 0 kernel: PMRD: disk_sync_callout finish 2021-10-13 09:55:03.658725+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[5] to com.apple.driver.AppleSMC 2021-10-13 09:55:03.658773+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[6] to com.apple.iokit.IOStorageFamily 2021-10-13 09:55:03.658774+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[7] to com.apple.iokit.IOStorageFamily 2021-10-13 09:55:03.658775+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[8] to com.apple.iokit.IOStorageFamily 2021-10-13 09:55:03.658829+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[9] to com.apple.iokit.IOHIDFamily 2021-10-13 09:55:03.658865+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[10] to com.apple.iokit.IONetworkingFamily 2021-10-13 09:55:03.658900+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[11] to com.apple.iokit.IO80211Family 2021-10-13 09:55:03.658933+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[12] to com.apple.driver.AirPort.BrcmNIC 2021-10-13 09:55:03.658958+0100 0x75 Default 0x0 0 0 kernel: (AirPortBrcmNIC) ARPT: 123.366859: AirPort_Brcm43xx::powerChange: System Wake - Full Wake/ Dark Wake / Maintenance wake 2021-10-13 09:55:03.935370+0100 0x2217 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for ScreenTimeWidgetExtension:867 2021-10-13 09:55:03.936116+0100 0x21bc Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for ScreenTimeWidgetExtension:867 2021-10-13 09:55:03.999057+0100 0x21d3 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for StocksWidget:866 2021-10-13 09:55:03.999381+0100 0x21d5 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for StocksWidget:866 2021-10-13 09:55:04.008149+0100 0x21be Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for WeatherWidget:864 2021-10-13 09:55:04.008422+0100 0x21b6 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for WeatherWidget:864 2021-10-13 09:55:04.037587+0100 0x218b Default 0x0 0 0 kernel: memorystatus: set assertion priority(0) target StocksWidget:866 2021-10-13 09:55:04.037597+0100 0x221f Default 0x0 0 0 kernel: memorystatus: set assertion priority(0) target ScreenTimeWidgetExtension:867 2021-10-13 09:55:04.037611+0100 0x221d Default 0x0 0 0 kernel: memorystatus: set assertion priority(0) target WeatherWidget:864 2021-10-13 09:55:04.159258+0100 0x75 Default 0x0 0 0 kernel: (AirPortBrcmNIC) ARPT: 123.867155: IOPMPowerSource Information: onWake, SleepType: Normal Sleep, 2021-10-13 09:55:04.159327+0100 0x75 Default 0x0 0 0 kernel: (AirPortBrcmNIC) ARPT: 123.867228: AirPort_Brcm43xx::platformWoWEnable: WWEN[disable], in_fatal_err[0] 2021-10-13 09:55:04.159347+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[12] response from com.apple.driver.AirPort.BrcmNIC took 500 ms 2021-10-13 09:55:04.159392+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[13] to com.apple.iokit.IOSCSIBlockCommandsDevice 2021-10-13 09:55:04.159431+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[14] to com.apple.iokit.IOStorageFamily 2021-10-13 09:55:04.159470+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[15] to com.apple.iokit.IO80211Family 2021-10-13 09:55:04.159508+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[16] to com.apple.driver.X86PlatformPlugin 2021-10-13 09:55:04.159558+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[17] to com.apple.iokit.IOGraphicsFamily 2021-10-13 09:55:04.159562+0100 0x75 Default 0x0 0 0 kernel: (IOGraphicsFamily) GTrace synchronization point 105 2021-10-13 09:55:04.159606+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[18] to com.apple.driver.AGPM 2021-10-13 09:55:04.159644+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[19] to org.virtualbox.kext.VBoxDrv 2021-10-13 09:55:04.159685+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[20] to com.apple.driver.AppleGraphicsDevicePolicy 2021-10-13 09:55:04.159728+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x28 msgType 0xe0000340 detail 0x0001adb0 2021-10-13 09:55:04.159814+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[1] ack from __kernel__ took 501 ms 2021-10-13 09:55:04.159893+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x28 msgType 0xe0000340 detail 0x00007530 2021-10-13 09:55:04.160703+0100 0x1e8a Default 0x0 0 0 kernel: PMRD: assertionsUser 0x50->0x51 2021-10-13 09:55:04.160725+0100 0x1e8a Default 0x0 0 0 kernel: (IOgPTPPlugin) IOTimeSyncLocalClockPort::handleGeneralNotification <private> 2021-10-13 09:55:04.161836+0100 0x75 Default 0x0 0 0 kernel: PMRD: tellChangeUp SLEEP_STATE->ON_STATE 2021-10-13 09:55:04.161840+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x29 2021-10-13 09:55:04.161975+0100 0x75 Default 0x0 0 0 kernel: PMRD: === FINISH (SLEEP_STATE->ON_STATE, 0->9, 0x2002) gen 3, msg 0, tag 370002 2021-10-13 09:55:04.161978+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x00 2021-10-13 09:55:04.162022+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeDone: SLEEP_STATE->ON_STATE 2021-10-13 09:55:04.162027+0100 0x75 Default 0x0 0 0 kernel: PMRD: evaluatePolicy( 6, 0x3 ) 2021-10-13 09:55:04.162028+0100 0x75 Default 0x0 0 0 kernel: PMRD: dark wake entry 2021-10-13 09:55:04.162034+0100 0x75 Default 0x0 0 0 kernel: PMRD: DarkWake: sleepASAP 1, clamshell closed 0, disabled 1/0, desktopMode 1, ac 1 2021-10-13 09:55:04.162036+0100 0x75 Default 0x0 0 0 kernel: PMRD: System sleep prevented by kPMCPUAssertion 2021-10-13 09:55:04.206494+0100 0x219d Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for CalendarWidgetExtension:865 2021-10-13 09:55:04.206772+0100 0x21aa Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for CalendarWidgetExtension:865 2021-10-13 09:55:04.366447+0100 0x21d7 Default 0x0 0 0 kernel: memorystatus: set assertion priority(0) target CalendarWidgetExtension:865 2021-10-13 09:55:04.473226+0100 0x205b Default 0x0 0 0 kernel: (AirPortBrcmNIC) ARPT: 124.181125: AirPort_Brcm43xx::syncPowerState: WWEN[disabled] 2021-10-13 09:55:04.707520+0100 0x21bd Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for WorldClockWidget:863 2021-10-13 09:55:04.707763+0100 0x21b4 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for WorldClockWidget:863 2021-10-13 09:55:04.801731+0100 0x225f Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for NewsToday2:862 2021-10-13 09:55:04.801975+0100 0x21c6 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for NewsToday2:862 2021-10-13 09:55:04.807742+0100 0x21d7 Default 0x0 0 0 kernel: memorystatus: set assertion priority(0) target NewsToday2:862 2021-10-13 09:55:04.807756+0100 0x2229 Default 0x0 0 0 kernel: memorystatus: set assertion priority(0) target WorldClockWidget:863 2021-10-13 09:55:06.190892+0100 0x368 Default 0x0 0 0 kernel: (AppleRTC) RTC: setGMTTimeOfDay 1634115308 2021-10-13 09:55:09.216487+0100 0x2229 Default 0x0 0 0 kernel: memorystatus: set assertion priority(3) target CalendarWidgetExtension:865 2021-10-13 09:55:09.217312+0100 0x21d7 Default 0x0 0 0 kernel: memorystatus: set assertion priority(3) target WeatherWidget:864 2021-10-13 09:55:09.218098+0100 0x221f Default 0x0 0 0 kernel: memorystatus: set assertion priority(3) target WorldClockWidget:863 2021-10-13 09:55:09.218789+0100 0x218b Default 0x0 0 0 kernel: memorystatus: set assertion priority(3) target NewsToday2:862 2021-10-13 09:55:09.219468+0100 0x221f Default 0x0 0 0 kernel: memorystatus: set assertion priority(3) target StocksWidget:866 2021-10-13 09:55:09.220191+0100 0x2229 Default 0x0 0 0 kernel: memorystatus: set assertion priority(3) target ScreenTimeWidgetExtension:867 2021-10-13 09:55:09.220880+0100 0x21ab Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for CalendarWidgetExtension:865 2021-10-13 09:55:09.221155+0100 0x21ab Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for CalendarWidgetExtension:865 2021-10-13 09:55:09.221370+0100 0x21ab Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for CalendarWidgetExtension:865 2021-10-13 09:55:09.222062+0100 0x21a6 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for CalendarWidgetExtension:865 2021-10-13 09:55:09.222915+0100 0x21b6 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for WeatherWidget:864 2021-10-13 09:55:09.223284+0100 0x21b6 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for WeatherWidget:864 2021-10-13 09:55:09.223509+0100 0x21b6 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for WeatherWidget:864 2021-10-13 09:55:09.224165+0100 0x21b6 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for WeatherWidget:864 2021-10-13 09:55:09.224978+0100 0x21b4 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for WorldClockWidget:863 2021-10-13 09:55:09.225319+0100 0x21b4 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for WorldClockWidget:863 2021-10-13 09:55:09.225633+0100 0x21b4 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for WorldClockWidget:863 2021-10-13 09:55:09.226205+0100 0x21d6 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for WorldClockWidget:863 2021-10-13 09:55:09.229555+0100 0x21d3 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for StocksWidget:866 2021-10-13 09:55:09.229963+0100 0x21d3 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for StocksWidget:866 2021-10-13 09:55:09.230193+0100 0x21d3 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for StocksWidget:866 2021-10-13 09:55:09.230851+0100 0x21b7 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for StocksWidget:866 2021-10-13 09:55:09.232755+0100 0x225c Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for ScreenTimeWidgetExtension:867 2021-10-13 09:55:09.233042+0100 0x225c Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for ScreenTimeWidgetExtension:867 2021-10-13 09:55:09.233321+0100 0x225c Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for ScreenTimeWidgetExtension:867 2021-10-13 09:55:09.234073+0100 0x225c Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for ScreenTimeWidgetExtension:867 2021-10-13 09:55:09.292302+0100 0x225c Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for ScreenTimeWidgetExtension:867 2021-10-13 09:55:09.292536+0100 0x2217 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for ScreenTimeWidgetExtension:867 2021-10-13 09:55:09.323661+0100 0x2264 Default 0x0 0 0 kernel: memorystatus: set assertion priority(0) target ScreenTimeWidgetExtension:867 2021-10-13 09:55:09.399826+0100 0x21d3 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for StocksWidget:866 2021-10-13 09:55:09.399984+0100 0x21d3 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for StocksWidget:866 2021-10-13 09:55:09.494922+0100 0x21cc Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for WeatherWidget:864 2021-10-13 09:55:09.495162+0100 0x21e2 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for WeatherWidget:864 2021-10-13 09:55:09.677888+0100 0x219d Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for CalendarWidgetExtension:865 2021-10-13 09:55:09.678074+0100 0x21ab Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for CalendarWidgetExtension:865 2021-10-13 09:55:09.780052+0100 0x21d7 Default 0x0 0 0 kernel: memorystatus: set assertion priority(0) target CalendarWidgetExtension:865 2021-10-13 09:55:09.899300+0100 0x2264 Default 0x0 0 0 kernel: memorystatus: set assertion priority(0) target NewsToday2:862 2021-10-13 09:55:10.106789+0100 0x21d6 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for WorldClockWidget:863 2021-10-13 09:55:10.107039+0100 0x21bd Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for WorldClockWidget:863 2021-10-13 09:55:10.208923+0100 0x218b Default 0x0 0 0 kernel: memorystatus: set assertion priority(0) target WorldClockWidget:863 2021-10-13 09:55:10.457612+0100 0x21d7 Default 0x0 0 0 kernel: memorystatus: set assertion priority(0) target StocksWidget:866 2021-10-13 09:55:10.457622+0100 0x2229 Default 0x0 0 0 kernel: memorystatus: set assertion priority(0) target WeatherWidget:864 2021-10-13 09:55:15.065714+0100 0x205b Default 0x0 0 0 kernel: IOConsoleUsers: gIOScreenLockState 3, hs 0, bs 0, now 1634115315, sm 0x0 2021-10-13 09:55:17.805697+0100 0x75 Default 0x0 0 0 kernel: PMRD: power event 14 args 0x0 0x0 2021-10-13 09:55:17.805704+0100 0x75 Default 0x0 0 0 kernel: PMRD: wrangler RootDomainPower (ps 0, 0->1) 2021-10-13 09:55:17.805706+0100 0x75 Default 0x0 0 0 kernel: PMRD: evaluatePolicy( 0, 0x0 ) 2021-10-13 09:55:17.805713+0100 0x75 Default 0x0 0 0 kernel: PMRD: power clamped IODisplayWrangler 100000434, ps 1->0, cflags 0x2) 2021-10-13 09:55:17.805746+0100 0x75 Default 0x0 0 0 kernel: PMRD: power event 14 args 0x0 0x0 2021-10-13 09:55:17.805750+0100 0x75 Default 0x0 0 0 kernel: PMRD: wrangler RootDomainPower (ps 0, 0->1) 2021-10-13 09:55:17.805751+0100 0x75 Default 0x0 0 0 kernel: PMRD: evaluatePolicy( 0, 0x0 ) 2021-10-13 09:55:17.805755+0100 0x75 Default 0x0 0 0 kernel: PMRD: power clamped IODisplayWrangler 100000434, ps 1->0, cflags 0x2) 2021-10-13 09:55:34.668080+0100 0x6e4 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [HOT PLUG] Hot Plug Handler port = 1 fb = <private> 2021-10-13 09:55:34.668086+0100 0x6e4 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [HOT PLUG] fb->fDPCDParams.SinkCount = 1 2021-10-13 09:55:34.671455+0100 0x6e4 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [HOT PLUG] HPD is low 2021-10-13 09:55:34.671457+0100 0x6e4 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [HOT PLUG] isHPDLow = 1 emptyDongle = 0 sinkCount = 0 sinkCountChanged = 0 2021-10-13 09:55:34.671457+0100 0x6e4 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [HOT PLUG] Event remove 2021-10-13 09:55:34.671459+0100 0x6e4 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [HOT PLUG] Clear EDID cache flags (fb=0, flags=0) 2021-10-13 09:55:34.671462+0100 0x6e4 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [HOT PLUG] AGDC managing Display: Start listening to AGDC 2021-10-13 09:55:35.252066+0100 0x6e4 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [HOT PLUG] Hot Plug Handler port = 1 fb = <private> 2021-10-13 09:55:35.252072+0100 0x6e4 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [HOT PLUG] fb->fDPCDParams.SinkCount = 1 2021-10-13 09:55:35.252078+0100 0x6e4 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [HOT PLUG] HPD is high 2021-10-13 09:55:35.255637+0100 0x6e4 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [HOT PLUG] Setting DP power OK, assuming DP connection 2021-10-13 09:55:35.255867+0100 0x6e4 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [HOT PLUG] Reading sink count OK, assuming DP connection, sinkCount = 1 2021-10-13 09:55:35.255868+0100 0x6e4 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [HOT PLUG] isHPDLow = 0 emptyDongle = 0 sinkCount = 1 sinkCountChanged = 0 2021-10-13 09:55:35.255869+0100 0x6e4 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [HOT PLUG] Event insert 2021-10-13 09:55:35.255870+0100 0x6e4 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) Hot plug on port1 2021-10-13 09:55:35.255871+0100 0x6e4 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [HOT PLUG] Clear EDID cache flags (fb=0, flags=0) 2021-10-13 09:55:35.255874+0100 0x6e4 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [HOT PLUG] AGDC managing Display: Start listening to AGDC 2021-10-13 09:55:42.673537+0100 0x205b Default 0x0 0 0 kernel: tcp_timers: tcp_output() returned 0 with retransmission timer disabled for 8096 > 58194 in state 4, reset timer to 482 2021-10-13 09:55:43.640396+0100 0x2c9 Default 0x0 0 0 kernel: (IOBluetoothFamily) IOBluetoothHostController::PrintDeviceList -- Device Connection Handle 0x0041, Device Address 3C:2E:FF:70:BF:30 2021-10-13 09:55:43.640419+0100 0x205b Default 0x0 0 0 kernel: (IOBluetoothHostControllerUSBTransport) **** [IOBluetoothHostControllerUSBTransport][setPowerStateWL] -- exiting -- Power state change completed -- microsecondsUntilComplete = 0 -- powerStateOrdinal = ON, originalPowerState = ON -> mPendingInternalPowerState = ON -- this = 0xe000 **** 2021-10-13 09:55:43.858372+0100 0x205b Default 0x0 0 0 kernel: tcp_timers: tcp_output() returned 0 with retransmission timer disabled for 8096 > 58194 in state 4, reset timer to 1472 2021-10-13 09:55:44.314580+0100 0x205b Default 0x0 0 0 kernel: tcp_timers: tcp_output() returned 0 with retransmission timer disabled for 8096 > 52627 in state 4, reset timer to 391 2021-10-13 09:55:44.345954+0100 0x205b Default 0x0 0 0 kernel: tcp_timers: tcp_output() returned 0 with retransmission timer disabled for 8096 > 52628 in state 4, reset timer to 318 2021-10-13 09:55:44.423469+0100 0x205b Default 0x0 0 0 kernel: tcp_timers: tcp_output() returned 0 with retransmission timer disabled for 8096 > 52632 in state 4, reset timer to 327 2021-10-13 09:55:44.426152+0100 0x205b Default 0x0 0 0 kernel: tcp_timers: tcp_output() returned 0 with retransmission timer disabled for 8096 > 52634 in state 4, reset timer to 316 2021-10-13 09:55:44.430985+0100 0x1da Default 0x0 0 0 kernel: (IOBluetoothFamily) IOBluetoothHostController::PrintDeviceList -- Device list is empty 2021-10-13 09:55:44.466500+0100 0x205b Default 0x0 0 0 kernel: tcp_timers: tcp_output() returned 0 with retransmission timer disabled for 8096 > 52634 in state 4, reset timer to 340 2021-10-13 09:55:44.702357+0100 0x205b Default 0x0 0 0 kernel: tcp_timers: tcp_output() returned 0 with retransmission timer disabled for 8096 > 52637 in state 4, reset timer to 342 2021-10-13 09:55:44.945201+0100 0x205b Default 0x0 0 0 kernel: tcp_timers: tcp_output() returned 0 with retransmission timer disabled for 8096 > 58194 in state 4, reset timer to 1322 2021-10-13 09:55:44.957266+0100 0x205b Default 0x0 0 0 kernel: tcp_timers: tcp_output() returned 0 with retransmission timer disabled for 8096 > 52639 in state 4, reset timer to 337 2021-10-13 09:55:45.074203+0100 0x205b Default 0x0 0 0 kernel: tcp_timers: tcp_output() returned 0 with retransmission timer disabled for 8096 > 58195 in state 4, reset timer to 2804 2021-10-13 09:55:45.473988+0100 0x205b Default 0x0 0 0 kernel: tcp_timers: tcp_output() returned 0 with retransmission timer disabled for 8096 > 52639 in state 4, reset timer to 765 2021-10-13 09:55:45.778695+0100 0x205b Default 0x0 0 0 kernel: tcp_timers: tcp_output() returned 0 with retransmission timer disabled for 8096 > 52639 in state 4, reset timer to 576 2021-10-13 09:55:45.830327+0100 0x3a3 Default 0x0 0 0 kernel: fq_getq_flow: high delay idx: 7, 17878988, flow: 0x8b2986ec, iface: en 2021-10-13 09:55:45.830337+0100 0x3a3 Default 0x0 0 0 kernel: fq_if_add_fcentry: num: 1, scidx: 7, flowsrc: 1, flow: 0x8b2986ec, iface: en0 2021-10-13 09:55:46.071620+0100 0x3a4 Default 0x0 0 0 kernel: fq_if_flow_feedback: num: 1, scidx: 7, flowsrc: 1, flow: 0x8b2986ec, iface: en0 2021-10-13 09:55:46.134376+0100 0x205b Default 0x0 0 0 kernel: tcp_timers: tcp_output() returned 0 with retransmission timer disabled for 8096 > 52639 in state 4, reset timer to 609 2021-10-13 09:55:51.191111+0100 0x220b Default 0x0 0 0 kernel: PMRD: assertionsUser 0x51->0x50 2021-10-13 09:55:51.191140+0100 0x220b Default 0x0 0 0 kernel: (IOgPTPPlugin) IOTimeSyncLocalClockPort::handleGeneralNotification <private> 2021-10-13 09:55:51.191222+0100 0x220b Default 0x0 0 0 kernel: PMRD: DarkWake: sleepASAP 1, clamshell closed 0, disabled 1/0, desktopMode 1, ac 1 2021-10-13 09:55:51.191236+0100 0x75 Default 0x0 0 0 kernel: PMRD: evaluatePolicy( 3, 0x6c ) 2021-10-13 09:55:51.191239+0100 0x75 Default 0x0 0 0 kernel: PMRD: changePowerStateWithOverrideTo(SLEEP_STATE, 38006c) 2021-10-13 09:55:51.191254+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeOverride (ON_STATE->SLEEP_STATE, 9, 0xc2) tag 0x38006c 2021-10-13 09:55:51.191256+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x10 2021-10-13 09:55:51.193079+0100 0x75 Default 0x0 0 0 kernel: PMRD: sleep reason Maintenance Sleep 2021-10-13 09:55:51.193085+0100 0x75 Default 0x0 0 0 kernel: PMRD: === START (ON_STATE->SLEEP_STATE, 9->0, 0x40c2) gen 4, msg 1, tag 38006c 2021-10-13 09:55:51.193086+0100 0x75 Default 0x0 0 0 kernel: PMRD: askChangeDown ON_STATE->SLEEP_STATE 2021-10-13 09:55:51.193087+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x11 2021-10-13 09:55:51.193242+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x11 msgType 0xe0000270 detail 0x00007530 2021-10-13 09:55:51.193248+0100 0x75 Default 0x0 0 0 kernel: PMRD: askChangeDownDone(0x40c2, 0) type 1, cap 9->0 2021-10-13 09:55:51.193249+0100 0x75 Default 0x0 0 0 kernel: PMRD: tellChangeDown ON_STATE->SLEEP_STATE 2021-10-13 09:55:51.193250+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x11 2021-10-13 09:55:51.193251+0100 0x75 Default 0x0 0 0 kernel: PMRD: tellChangeDown::userActivityAtSleep 0 2021-10-13 09:55:51.193256+0100 0x75 Default 0x0 0 0 kernel: IOConsoleUsers: gIOScreenLockState 3, hs 0, bs 0, now 0, sm 0xe0000280 2021-10-13 09:55:51.193326+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x11 msgType 0xe0000280 detail 0x00007530 2021-10-13 09:55:51.193817+0100 0x3a3 Default 0x0 0 0 kernel: [ 201.061605]: fq_getq_flow: high delay idx: 7, 19550623, flow: 0x8b2986ec, iface: en 2021-10-13 09:55:51.193820+0100 0x3a3 Default 0x0 0 0 kernel: fq_if_add_fcentry: num: 2, scidx: 7, flowsrc: 1, flow: 0x8b2986ec, iface: en0 2021-10-13 09:55:51.193854+0100 0x220b Default 0x0 0 0 kernel: (AppleRTC) RTC: getGMTTimeOfDay 1634115351 2021-10-13 09:55:51.194305+0100 0x220b Default 0x0 0 0 kernel: PMRD: phase 0, standby 0 delay 2148663299 timer 0, poweroff 0 delay 2148545024 timer 2148545024, hibernate 0x0 2021-10-13 09:55:51.194309+0100 0x220b Default 0x0 0 0 kernel: PMRD: sleep factors 0xa12d6, LidOpen, ACPower, StandbyNoDelay, StandbyDisabled, USBExternalDevice, ExternalMediaMounted, MagicPacketWakeEnabled, AutoPowerOffDisabled, ExternalDisplay 2021-10-13 09:55:51.194723+0100 0x220b Default 0x0 0 0 kernel: PMRD: sleep params v2, type 2, flags 0x0, wake 0x500, timer 0, poweroff 0 2021-10-13 09:55:51.351129+0100 0x3a4 Default 0x0 0 0 kernel: fq_if_flow_feedback: num: 2, scidx: 7, flowsrc: 1, flow: 0x8b2986ec, iface: en0 2021-10-13 09:55:51.788502+0100 0x205b Default 0x0 0 0 kernel: tcp_timers: tcp_output() returned 0 with retransmission timer disabled for 8096 > 52639 in state 4, reset timer to 5749 2021-10-13 09:55:52.792349+0100 0x205b Default 0x0 0 0 kernel: tcp_timers: tcp_output() returned 0 with retransmission timer disabled for 8096 > 52639 in state 4, reset timer to 1101 2021-10-13 09:55:53.192932+0100 0x75 Default 0x0 0 0 kernel: PM response took 1999 ms (94, powerd) 2021-10-13 09:55:53.193033+0100 0x75 Default 0x0 0 0 kernel: PMRD: tellChangeDown ON_STATE->SLEEP_STATE 2021-10-13 09:55:53.193034+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x12 2021-10-13 09:55:53.193164+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[0] to __kernel__ 2021-10-13 09:55:53.193175+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[0] response from __kernel__ took 0 ms (ack in 60000000 us) 2021-10-13 09:55:53.193176+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[1] to __kernel__ 2021-10-13 09:55:53.193178+0100 0x75 Default 0x0 0 0 kernel: PMRD: sysPowerDownHandler message kIOMessageSystemCapabilityChange 2021-10-13 09:55:53.193179+0100 0x75 Default 0x0 0 0 kernel: PMRD: sysPowerDownHandler cap 9 -> 0 (flags 1) 2021-10-13 09:55:53.193180+0100 0x75 Default 0x0 0 0 kernel: PMRD: evaluateSystemSleepPolicyEarly 2021-10-13 09:55:53.193194+0100 0x75 Default 0x0 0 0 kernel: PMRD: phase 1, standby 0 delay 2148663299 timer 2148663299, poweroff 0 delay 2148545024 timer 2148545024, hibernate 0x0 2021-10-13 09:55:53.193197+0100 0x75 Default 0x0 0 0 kernel: PMRD: sleep factors 0xa12c6, LidOpen, ACPower, StandbyDisabled, USBExternalDevice, ExternalMediaMounted, MagicPacketWakeEnabled, AutoPowerOffDisabled, ExternalDisplay 2021-10-13 09:55:53.193574+0100 0x75 Default 0x0 0 0 kernel: PMRD: sleep params v2, type 2, flags 0x0, wake 0x500, timer 0, poweroff 0 2021-10-13 09:55:53.193576+0100 0x75 Default 0x0 0 0 kernel: PMRD: sysPowerDownHandler max wait 20 s 2021-10-13 09:55:53.193581+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[1] response from __kernel__ took 0 ms (ack in 20000000 us) 2021-10-13 09:55:53.193592+0100 0x205b Default 0x0 0 0 kernel: PMRD: disk_sync_callout ps=4 2021-10-13 09:55:53.193639+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[2] to com.apple.driver.AppleACPIPlatform 2021-10-13 09:55:53.193713+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[3] to com.apple.iokit.IOPCIFamily 2021-10-13 09:55:53.193760+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[4] to com.apple.driver.AppleCredentialManager 2021-10-13 09:55:53.193814+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[5] to com.apple.driver.AppleSMC 2021-10-13 09:55:53.193867+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[6] to com.apple.iokit.IOStorageFamily 2021-10-13 09:55:53.193874+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[7] to com.apple.iokit.IOStorageFamily 2021-10-13 09:55:53.193875+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[8] to com.apple.iokit.IOStorageFamily 2021-10-13 09:55:53.193931+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[9] to com.apple.iokit.IOHIDFamily 2021-10-13 09:55:53.193989+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[10] to com.apple.iokit.IONetworkingFamily 2021-10-13 09:55:53.194049+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[11] to com.apple.iokit.IO80211Family 2021-10-13 09:55:53.194083+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[12] to com.apple.driver.AirPort.BrcmNIC 2021-10-13 09:55:53.194097+0100 0x75 Default 0x0 0 0 kernel: (AirPortBrcmNIC) ARPT: 170.881063: AirPort_Brcm43xx::powerChange: System Sleep 2021-10-13 09:55:53.204673+0100 0x205b Default 0x0 0 0 kernel: PMRD: disk_sync_callout finish 2021-10-13 09:55:53.694201+0100 0x75 Default 0x0 0 0 kernel: (AirPortBrcmNIC) ARPT: 171.381165: IOPMPowerSource Information: onSleep, SleepType: Normal Sleep, 2021-10-13 09:55:53.694222+0100 0x75 Default 0x0 0 0 kernel: (AirPortBrcmNIC) ARPT: 171.381189: wl0: powerChange: *** BONJOUR/MDNS OFFLOADS ARE NOT RUNNING. 2021-10-13 09:55:53.694245+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[12] response from com.apple.driver.AirPort.BrcmNIC took 500 ms 2021-10-13 09:55:53.694303+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[13] to com.apple.iokit.IOSCSIBlockCommandsDevice 2021-10-13 09:55:53.694339+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[14] to com.apple.iokit.IOStorageFamily 2021-10-13 09:55:53.694409+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[15] to com.apple.iokit.IO80211Family 2021-10-13 09:55:53.694457+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[16] to com.apple.driver.X86PlatformPlugin 2021-10-13 09:55:53.694497+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[17] to com.apple.iokit.IOGraphicsFamily 2021-10-13 09:55:53.694500+0100 0x75 Default 0x0 0 0 kernel: (IOGraphicsFamily) GTrace synchronization point 10a 2021-10-13 09:55:53.694506+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[17] response from com.apple.iokit.IOGraphicsFamily took 0 ms (ack in 90000000 us) 2021-10-13 09:55:53.694541+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[18] to com.apple.driver.AGPM 2021-10-13 09:55:53.694576+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[19] to org.virtualbox.kext.VBoxDrv 2021-10-13 09:55:53.694614+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[20] to com.apple.driver.AppleGraphicsDevicePolicy 2021-10-13 09:55:53.694673+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x12 msgType 0xe0000340 detail 0x00015f90 2021-10-13 09:55:53.694747+0100 0x75 Debug 0x0 0 0 kernel: (IOHIDFamily) IOHIDLibUserClient:0x100000635 message: 0xe0000200 from: 0x100000414 2021-10-13 09:55:53.694756+0100 0x75 Debug 0x0 0 0 kernel: (IOHIDFamily) IOHIDLibUserClient:0x100000635 message: 0xe0000210 from: 0x100000414 2021-10-13 09:55:53.694768+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[1] ack from __kernel__ took 501 ms 2021-10-13 09:55:53.695029+0100 0x205b Default 0x0 0 0 kernel: DK: allowPowerChange 2021-10-13 09:55:53.695036+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[0] ack from __kernel__ took 501 ms 2021-10-13 09:55:53.698588+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[17] ack from com.apple.iokit.IOGraphicsFamily took 4 ms 2021-10-13 09:55:53.698591+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x13 2021-10-13 09:55:53.698673+0100 0x205b Default 0x0 0 0 kernel: (IOBluetoothHostControllerTransport) **** [IOBluetoothHostControllerTransport][powerStateWillChangeTo] -- System Sleep -- SleepType is kIOPMSleepTypeNormalSleep **** 2021-10-13 09:55:53.767384+0100 0x2037 Default 0x0 0 0 kernel: (IOBluetoothHostControllerUSBTransport) **** [IOBluetoothHostControllerUSBTransport][setPowerStateWL] -- exiting -- Power state change completed -- microsecondsUntilComplete = 0 -- powerStateOrdinal = ON, originalPowerState = ON -> mPendingInternalPowerState = ON -- this = 0xe000 **** 2021-10-13 09:55:53.767426+0100 0x205b Default 0x0 0 0 kernel: (AppleCredentialManager) AppleCredentialManager: powerStateWillChangeToGated: SYSTEM WILL SLEEP. 2021-10-13 09:55:53.767433+0100 0x205b Default 0x0 0 0 kernel: (AppleCredentialManager) AppleCredentialManager: handleEventGated: called, event(3). 2021-10-13 09:55:53.768003+0100 0x205b Default 0x0 0 0 kernel: PMRD: hibernateMode 0x0 2021-10-13 09:55:53.768009+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x14 2021-10-13 09:55:53.768136+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x14 detail 0x00000001 2021-10-13 09:55:53.768203+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x14 detail 0x00000003 2021-10-13 09:55:53.768303+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x14 detail 0x00000007 2021-10-13 09:55:53.768382+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x14 detail 0x0000000f 2021-10-13 09:55:53.768457+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x14 detail 0x0000001f 2021-10-13 09:55:53.768495+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x14 detail 0x0000003f 2021-10-13 09:55:53.768593+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x14 detail 0x0000007f 2021-10-13 09:55:53.768659+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x14 detail 0x000000ff 2021-10-13 09:55:53.768719+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x14 detail 0x000001ff 2021-10-13 09:55:53.768812+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x14 detail 0x000003ff 2021-10-13 09:55:53.768877+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x14 detail 0x000007ff 2021-10-13 09:55:53.768935+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x14 detail 0x00000fff 2021-10-13 09:55:53.769743+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x14 detail 0x00000fdf 2021-10-13 09:55:53.769750+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [doSetPowerState] fb0: (oldState=1, newState:0) 2021-10-13 09:55:53.769752+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [doSetPowerState] FB0 power state transition Doze to Sleep 2021-10-13 09:55:53.769900+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x14 detail 0x00000f9f 2021-10-13 09:55:53.769961+0100 0x2466 Default 0x0 0 0 kernel: (AirPortBrcmNIC) ARPT: 171.456927: wl0: leaveModulePoweredForOffloads: Wi-Fi will turn off. 2021-10-13 09:55:53.770005+0100 0x2466 Default 0x0 0 0 kernel: (AirPortBrcmNIC) ARPT: 171.456970: AirPort_Brcm43xx::syncPowerState: WWEN[disabled] 2021-10-13 09:55:53.770036+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x14 detail 0x0000079f 2021-10-13 09:55:53.770515+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x14 detail 0x0000059f 2021-10-13 09:55:53.770922+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [doSetPowerState] (DOZE-->SLEEP) doSetPowerState - fGPUIsAwake set to 0 (0) 2021-10-13 09:55:53.771168+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [doSetPowerState] fb1: (oldState=1, newState:0) 2021-10-13 09:55:53.771170+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [doSetPowerState] FB1 power state transition Doze to Sleep 2021-10-13 09:55:53.771227+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x14 detail 0x0000051f 2021-10-13 09:55:53.771676+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [doSetPowerState] (DOZE-->SLEEP) doSetPowerState - fGPUIsAwake set to 0 (0) 2021-10-13 09:55:53.771739+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [doSetPowerState] fb2: (oldState=1, newState:0) 2021-10-13 09:55:53.771740+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [doSetPowerState] FB2 power state transition Doze to Sleep 2021-10-13 09:55:53.772186+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [doSetPowerState] (DOZE-->SLEEP) doSetPowerState - fGPUIsAwake set to 0 (1) 2021-10-13 09:55:53.774068+0100 0x246c Default 0x0 0 0 kernel: (BroadcomBluetoothHostControllerUSBTransport) **** [BroadcomBluetoothHostControllerUSBTransport][StopLMPLoggingBulkPipeRead] -- mLMPBulkInPipe->abort() returned 0x0000 (kIOReturnSuccess) **** 2021-10-13 09:55:53.774126+0100 0x246c Default 0x0 0 0 kernel: (IOBluetoothHostControllerUSBTransport) **** [IOBluetoothHostControllerUSBTransport][StopBulkPipeRead] -- mBulkInPipe->abort() returned 0x0000 (kIOReturnSuccess) **** 2021-10-13 09:55:53.774184+0100 0x246c Default 0x0 0 0 kernel: (IOBluetoothHostControllerUSBTransport) **** [IOBluetoothHostControllerUSBTransport][StopInterruptPipeRead] -- mInterruptPipe->abort() returned 0x0000 (kIOReturnSuccess) **** 2021-10-13 09:55:53.774213+0100 0x246c Default 0x0 0 0 kernel: (BroadcomBluetoothHostControllerUSBTransport) **** [BroadcomBluetoothHostControllerUSBTransport][WaitForAllIOsToBeAborted] -- SLEEP -> SLEEP -- before calling super::WaitForAllIOsToBeAborted() -- mLMPBulkInOutstandingIOCount = 0 -- this = 0xffffff935556e000 **** 2021-10-13 09:55:53.774233+0100 0x246c Default 0x0 0 0 kernel: (IOBluetoothHostControllerUSBTransport) **** [IOBluetoothHostControllerUSBTransport][setPowerStateWL] -- exiting -- Power state change completed -- microsecondsUntilComplete = 0 -- powerStateOrdinal = IDLE, originalPowerState = ON -> mPendingInternalPowerState = SLEEP -- this = 0xe000 **** 2021-10-13 09:55:53.783769+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x14 detail 0x0000050f 2021-10-13 09:55:53.785128+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x14 detail 0x0000040f 2021-10-13 09:55:53.808937+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x14 detail 0x0000040b 2021-10-13 09:55:53.812950+0100 0x246c Default 0x0 0 0 kernel: tcp_timers: tcp_output() returned 0 with retransmission timer disabled for 8096 > 52640 in state 4, reset timer to 547 2021-10-13 09:55:53.813609+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x14 detail 0x00000403 2021-10-13 09:55:53.820506+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x14 detail 0x00000402 2021-10-13 09:55:53.848152+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x14 detail 0x00000400 2021-10-13 09:55:54.524953+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x14 detail 0x00000000 2021-10-13 09:55:54.525054+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x15 2021-10-13 09:55:54.525751+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x16 2021-10-13 09:55:54.525838+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[0] to __kernel__ 2021-10-13 09:55:54.525841+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[1] to __kernel__ 2021-10-13 09:55:54.525842+0100 0x75 Default 0x0 0 0 kernel: PMRD: sysPowerDownHandler message kIOMessageSystemCapabilityChange 2021-10-13 09:55:54.525843+0100 0x75 Default 0x0 0 0 kernel: PMRD: sysPowerDownHandler cap 9 -> 0 (flags 2) 2021-10-13 09:55:54.525887+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[2] to com.apple.driver.AppleACPIPlatform 2021-10-13 09:55:54.525939+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[3] to com.apple.iokit.IOPCIFamily 2021-10-13 09:55:54.525974+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[4] to com.apple.driver.AppleCredentialManager 2021-10-13 09:55:54.526009+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[5] to com.apple.driver.AppleSMC 2021-10-13 09:55:54.526045+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[6] to com.apple.iokit.IOStorageFamily 2021-10-13 09:55:54.526046+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[7] to com.apple.iokit.IOStorageFamily 2021-10-13 09:55:54.526047+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[8] to com.apple.iokit.IOStorageFamily 2021-10-13 09:55:54.526087+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[9] to com.apple.iokit.IOHIDFamily 2021-10-13 09:55:54.526121+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[10] to com.apple.iokit.IONetworkingFamily 2021-10-13 09:55:54.526157+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[11] to com.apple.iokit.IO80211Family 2021-10-13 09:55:54.526193+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[12] to com.apple.driver.AirPort.BrcmNIC 2021-10-13 09:55:54.526248+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[13] to com.apple.iokit.IOSCSIBlockCommandsDevice 2021-10-13 09:55:54.526283+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[14] to com.apple.iokit.IOStorageFamily 2021-10-13 09:55:54.526317+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[15] to com.apple.iokit.IO80211Family 2021-10-13 09:55:54.526353+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[16] to com.apple.driver.X86PlatformPlugin 2021-10-13 09:55:54.526389+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[17] to com.apple.iokit.IOGraphicsFamily 2021-10-13 09:55:54.526392+0100 0x75 Default 0x0 0 0 kernel: (IOGraphicsFamily) GTrace synchronization point 127 2021-10-13 09:55:54.526433+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[18] to com.apple.driver.AGPM 2021-10-13 09:55:54.526469+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[19] to org.virtualbox.kext.VBoxDrv 2021-10-13 09:55:54.526505+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[20] to com.apple.driver.AppleGraphicsDevicePolicy 2021-10-13 09:55:54.526540+0100 0x75 Default 0x0 0 0 kernel: PMRD: === FINISH (ON_STATE->SLEEP_STATE, 9->0, 0x40c2) gen 4, msg 1, tag 38006c 2021-10-13 09:55:54.526541+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeDone: ON_STATE->SLEEP_STATE 2021-10-13 09:55:54.526547+0100 0x75 Default 0x0 0 0 kernel: Time 0x61669f1a Message 2021-10-13 09:55:54.526548+0100 0x75 Default 0x0 0 0 kernel: PMRD: System Sleep 2021-10-13 09:55:54.526795+0100 0x75 Default 0x0 0 0 kernel: PMRD: evaluateSystemSleepPolicyFinal 2021-10-13 09:55:54.526813+0100 0x75 Default 0x0 0 0 kernel: PMRD: phase 2, standby 0 delay 2148663299 timer 2148663299, poweroff 0 delay 2148545024 timer 2148545024, hibernate 0x0 2021-10-13 09:55:54.526816+0100 0x75 Default 0x0 0 0 kernel: PMRD: sleep factors 0xa12c6, LidOpen, ACPower, StandbyDisabled, USBExternalDevice, ExternalMediaMounted, MagicPacketWakeEnabled, AutoPowerOffDisabled, ExternalDisplay 2021-10-13 09:55:54.526840+0100 0x75 Default 0x0 0 0 kernel: PMRD: sleep params v2, type 2, flags 0x0, wake 0x500, timer 0, poweroff 0 2021-10-13 09:55:54.526843+0100 0x75 Default 0x0 0 0 kernel: IOCPUSleepKernel enter 2021-10-13 09:55:54.526844+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x17 2021-10-13 09:55:54.526892+0100 0x75 Default 0x0 0 0 kernel: IOPlatformSleepAction -> AppleSMC 2021-10-13 09:55:54.526926+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x18 2021-10-13 09:55:54.527417+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x19 2021-10-13 09:55:54.527458+0100 0x75 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI SLEEP 2021-10-13 09:55:54.527857+0100 0x75 Default 0x0 0 0 kernel: (AppleACPIPlatform) Facs->FirmwareWakingVector: 0x2000 2021-10-13 09:55:54.527858+0100 0x75 Default 0x0 0 0 kernel: (AppleACPIPlatform) Facs->Length: 0x40 2021-10-13 09:55:54.527859+0100 0x75 Default 0x0 0 0 kernel: (AppleACPIPlatform) Facs->Version: 0x2 2021-10-13 09:55:54.527860+0100 0x75 Default 0x0 0 0 kernel: (AppleACPIPlatform) Facs->XFirmwareWakingVector: 0x0 2021-10-13 09:55:54.527861+0100 0x75 Default 0x0 0 0 kernel: (AppleACPIPlatform) Facs->OspmFlags: 0x0 2021-10-13 09:55:54.534118+0100 0x75 Default 0x0 0 0 kernel: (AppleACPIPlatform) ACPI S3 WAKE 2021-10-13 09:55:54.535547+0100 0x75 Default 0x0 0 0 kernel: (AppleACPIPlatform) Facs->FirmwareWakingVector: 0x0 2021-10-13 09:55:54.535548+0100 0x75 Default 0x0 0 0 kernel: (AppleACPIPlatform) Facs->Length: 0x40 2021-10-13 09:55:54.535550+0100 0x75 Default 0x0 0 0 kernel: (AppleACPIPlatform) Facs->Version: 0x2 2021-10-13 09:55:54.535551+0100 0x75 Default 0x0 0 0 kernel: (AppleACPIPlatform) Facs->XFirmwareWakingVector: 0x0 2021-10-13 09:55:54.535552+0100 0x75 Default 0x0 0 0 kernel: (AppleACPIPlatform) Facs->OspmFlags: 0x0 2021-10-13 09:55:54.535778+0100 0x75 Default 0x0 0 0 kernel: (AppleACPIPlatform) AppleACPIPlatformPower Wake reason: GLAN EH01 EH02 XHC HDEF (Network) 2021-10-13 09:55:54.535780+0100 0x75 Default 0x0 0 0 kernel: (AppleACPIPlatform) AppleACPIPlatformPower Wake reason: GLAN EH01 EH02 XHC HDEF (Network) 2021-10-13 09:55:54.535787+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x22 2021-10-13 09:55:54.535830+0100 0x75 Default 0x0 0 0 kernel: IOPlatformWakeAction -> AppleRTC 2021-10-13 09:55:54.535834+0100 0x75 Default 0x0 0 0 kernel: IOPlatformWakeAction -> AppleKeyStore 2021-10-13 09:55:54.535840+0100 0x75 Default 0x0 0 0 kernel: IOPlatformWakeAction -> AppleSMC 2021-10-13 09:55:54.535846+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x23 2021-10-13 09:55:54.536605+0100 0x75 Default 0x0 0 0 kernel: Started cpu 2 (lapic id 00000002) 2021-10-13 09:55:54.537326+0100 0x75 Default 0x0 0 0 kernel: Started cpu 4 (lapic id 00000004) 2021-10-13 09:55:54.538048+0100 0x75 Default 0x0 0 0 kernel: Started cpu 6 (lapic id 00000006) 2021-10-13 09:55:54.538808+0100 0x75 Default 0x0 0 0 kernel: Started cpu 1 (lapic id 00000001) 2021-10-13 09:55:54.539530+0100 0x75 Default 0x0 0 0 kernel: Started cpu 3 (lapic id 00000003) 2021-10-13 09:55:54.540247+0100 0x75 Default 0x0 0 0 kernel: Started cpu 5 (lapic id 00000005) 2021-10-13 09:55:54.540986+0100 0x75 Default 0x0 0 0 kernel: Started cpu 7 (lapic id 00000007) 2021-10-13 09:55:54.540990+0100 0x75 Default 0x0 0 0 kernel: IOCPUSleepKernel exit 2021-10-13 09:55:54.540991+0100 0x75 Default 0x0 0 0 kernel: gIOLastWakeAbsTime: 172227958458 2021-10-13 09:55:54.541047+0100 0x75 Default 0x0 0 0 kernel: (AppleRTC) RTC: getGMTTimeOfDay 1634115369 2021-10-13 09:56:09.000036+0100 0x75 Default 0x0 0 0 kernel: [ 218.867823]: time_slept (14 s 458963 u) 2021-10-13 09:56:09.000037+0100 0x75 Default 0x0 0 0 kernel: PMRD: System Wake 2021-10-13 09:56:09.000043+0100 0x75 Default 0x0 0 0 kernel: PMRD: changePowerStateWithTagToPriv(ON_STATE, 390002) 2021-10-13 09:56:09.000076+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeOverride (SLEEP_STATE->ON_STATE, 0, 0x2) tag 0x390002 2021-10-13 09:56:09.000078+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x24 2021-10-13 09:56:09.000090+0100 0x246c Default 0x0 0 0 kernel: IOConsoleUsers: gIOScreenLockState 3, hs 0, bs 0, now 1634115369, sm 0xe0000300 2021-10-13 09:56:09.000149+0100 0x75 Default 0x0 0 0 kernel: PMRD: === START (SLEEP_STATE->ON_STATE, 0->9, 0x2002) gen 5, msg 0, tag 390002 2021-10-13 09:56:09.000237+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[0] to __kernel__ 2021-10-13 09:56:09.000265+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[1] to __kernel__ 2021-10-13 09:56:09.000267+0100 0x75 Default 0x0 0 0 kernel: PMRD: sysPowerDownHandler message kIOMessageSystemCapabilityChange 2021-10-13 09:56:09.000269+0100 0x75 Default 0x0 0 0 kernel: PMRD: sysPowerDownHandler cap 0 -> 9 (flags 1) 2021-10-13 09:56:09.000314+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[2] to com.apple.driver.AppleACPIPlatform 2021-10-13 09:56:09.000357+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[3] to com.apple.iokit.IOPCIFamily 2021-10-13 09:56:09.000396+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[4] to com.apple.driver.AppleCredentialManager 2021-10-13 09:56:09.000438+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[5] to com.apple.driver.AppleSMC 2021-10-13 09:56:09.000479+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[6] to com.apple.iokit.IOStorageFamily 2021-10-13 09:56:09.000481+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[7] to com.apple.iokit.IOStorageFamily 2021-10-13 09:56:09.000484+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[8] to com.apple.iokit.IOStorageFamily 2021-10-13 09:56:09.000503+0100 0x23d5 Default 0x0 0 0 kernel: (AppleRTC) RTC: PowerByCalendarDate setting ignored 2021-10-13 09:56:09.000505+0100 0x23d5 Default 0x0 0 0 kernel: (AppleRTC) RTC: PowerByCalendarDate setting ignored 2021-10-13 09:56:09.000522+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[9] to com.apple.iokit.IOHIDFamily 2021-10-13 09:56:09.000561+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[10] to com.apple.iokit.IONetworkingFamily 2021-10-13 09:56:09.000599+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[11] to com.apple.iokit.IO80211Family 2021-10-13 09:56:09.000644+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[12] to com.apple.driver.AirPort.BrcmNIC 2021-10-13 09:56:09.000722+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[13] to com.apple.iokit.IOSCSIBlockCommandsDevice 2021-10-13 09:56:09.000765+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[14] to com.apple.iokit.IOStorageFamily 2021-10-13 09:56:09.000803+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[15] to com.apple.iokit.IO80211Family 2021-10-13 09:56:09.000843+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[16] to com.apple.driver.X86PlatformPlugin 2021-10-13 09:56:09.000890+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[17] to com.apple.iokit.IOGraphicsFamily 2021-10-13 09:56:09.000894+0100 0x75 Default 0x0 0 0 kernel: (IOGraphicsFamily) GTrace synchronization point 12a 2021-10-13 09:56:09.000935+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[18] to com.apple.driver.AGPM 2021-10-13 09:56:09.000974+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[19] to org.virtualbox.kext.VBoxDrv 2021-10-13 09:56:09.001021+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[20] to com.apple.driver.AppleGraphicsDevicePolicy 2021-10-13 09:56:09.001027+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x25 2021-10-13 09:56:09.001103+0100 0x246c Default 0x0 0 0 kernel: (IOBluetoothHostControllerTransport) **** [IOBluetoothHostControllerTransport][powerStateWillChangeTo] -- System Wake -- SleepType is kIOPMSleepTypeNormalSleep **** 2021-10-13 09:56:09.001176+0100 0x75 Default 0x0 0 0 kernel: PMRD: power clamped IODisplayWrangler 100000434, ps 4->0, cflags 0x9) 2021-10-13 09:56:09.001200+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x26 2021-10-13 09:56:09.001256+0100 0x246c Default 0x0 0 0 kernel: (AppleCredentialManager) AppleCredentialManager: powerStateDidChangeToGated: SYSTEM IS AWAKE. 2021-10-13 09:56:09.001264+0100 0x246c Default 0x0 0 0 kernel: (AppleCredentialManager) AppleCredentialManager: handleEventGated: called, event(4). 2021-10-13 09:56:09.001269+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x27 2021-10-13 09:56:09.001320+0100 0x75 Default 0x0 0 0 kernel: PMRD: IOPMrootDomain: delay child notify 2021-10-13 09:56:09.001492+0100 0x75 Default 0x0 0 0 kernel: PMRD: AppleACPIPCI: delay child notify 2021-10-13 09:56:09.001495+0100 0x75 Default 0x0 0 0 kernel: PMRD: AppleACPIPCI: delay child notify 2021-10-13 09:56:09.001510+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x27 detail 0x00000004 2021-10-13 09:56:09.001558+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x27 detail 0x0000000c 2021-10-13 09:56:09.001602+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x27 detail 0x0000001c 2021-10-13 09:56:09.001642+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x27 detail 0x0000003c 2021-10-13 09:56:09.001686+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x27 detail 0x0000007c 2021-10-13 09:56:09.001730+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x27 detail 0x000000fc 2021-10-13 09:56:09.001773+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x27 detail 0x000001fc 2021-10-13 09:56:09.001812+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x27 detail 0x000003fc 2021-10-13 09:56:09.001854+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x27 detail 0x000007fc 2021-10-13 09:56:09.001899+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x27 detail 0x00000ffc 2021-10-13 09:56:09.002290+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x27 detail 0x000007fc 2021-10-13 09:56:09.002384+0100 0x248d Default 0x0 0 0 kernel: (AppleSMC) Previous sleep cause: 5 2021-10-13 09:56:09.002406+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x27 detail 0x000007dc 2021-10-13 09:56:09.002653+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x27 detail 0x000005dc 2021-10-13 09:56:09.002784+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x27 detail 0x0000059c 2021-10-13 09:56:09.003292+0100 0x2472 Default 0x0 0 0 kernel: (AirPortBrcmNIC) ARPT: 172.231291: wl0: leaveModulePoweredForOffloads: Wi-Fi will turn off. 2021-10-13 09:56:09.003322+0100 0x2472 Default 0x0 0 0 kernel: (AirPortBrcmNIC) ARPT: 172.231324: AirPort_Brcm43xx::syncPowerState: WWEN[disabled] 2021-10-13 09:56:09.003457+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x27 detail 0x0000051c 2021-10-13 09:56:09.023873+0100 0x23d5 Default 0x0 0 0 kernel: PMRD: assertionsUser 0x50->0x51 2021-10-13 09:56:09.023892+0100 0x23d5 Default 0x0 0 0 kernel: (IOgPTPPlugin) IOTimeSyncLocalClockPort::handleGeneralNotification <private> 2021-10-13 09:56:09.035462+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x27 detail 0x0000041c 2021-10-13 09:56:09.035580+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x27 detail 0x0000040c 2021-10-13 09:56:09.047769+0100 0x14f Debug 0x0 0 0 kernel: (IOHIDFamily) AppleUserUSBHostHIDDevice:0x100000423 message: 0xe0000350 from: 0x100000324 1 2021-10-13 09:56:09.047789+0100 0x14f Default 0x0 0 0 kernel: PMRD: display wrangler tickled 2021-10-13 09:56:09.047797+0100 0x75 Default 0x0 0 0 kernel: PMRD: wrangler DevicePowerState (ps 0, 0->4) 2021-10-13 09:56:09.047798+0100 0x75 Default 0x0 0 0 kernel: PMRD: evaluatePolicy( 1, 0x0 ) 2021-10-13 09:56:09.047801+0100 0x14f Debug 0x0 0 0 kernel: (IOHIDFamily) AppleUserUSBHostHIDDevice:0x10000041d message: 0xe0000350 from: 0x100000325 1 2021-10-13 09:56:09.047802+0100 0x75 Default 0x0 0 0 kernel: PMRD: power clamped IODisplayWrangler 100000434, ps 4->0, cflags 0x2) 2021-10-13 09:56:09.047805+0100 0x14f Default 0x0 0 0 kernel: PMRD: display wrangler tickled 2021-10-13 09:56:09.047805+0100 0x75 Default 0x0 0 0 kernel: PMRD: evaluatePolicy( 5, 0x1 ) 2021-10-13 09:56:09.047809+0100 0x14f Debug 0x0 0 0 kernel: (IOHIDFamily) AppleUserUSBHostHIDDevice:0x100000414 message: 0xe0000350 from: 0x100000326 0 2021-10-13 09:56:09.047810+0100 0x75 Default 0x0 0 0 kernel: PMRD: Requesting full wake due to dark wake activity tickle 2021-10-13 09:56:09.047876+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemWillPowerOn to __kernel__ 2021-10-13 09:56:09.047891+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemWillPowerOn to __kernel__ 2021-10-13 09:56:09.047892+0100 0x75 Default 0x0 0 0 kernel: PMRD: sysPowerDownHandler message kIOMessageSystemWillPowerOn 2021-10-13 09:56:09.047929+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemWillPowerOn to com.apple.driver.AppleACPIPlatform 2021-10-13 09:56:09.047964+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemWillPowerOn to com.apple.iokit.IOPCIFamily 2021-10-13 09:56:09.047999+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemWillPowerOn to com.apple.driver.AppleCredentialManager 2021-10-13 09:56:09.048034+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemWillPowerOn to com.apple.driver.AppleSMC 2021-10-13 09:56:09.048069+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemWillPowerOn to com.apple.iokit.IOStorageFamily 2021-10-13 09:56:09.048071+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemWillPowerOn to com.apple.iokit.IOStorageFamily 2021-10-13 09:56:09.048072+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemWillPowerOn to com.apple.iokit.IOStorageFamily 2021-10-13 09:56:09.048106+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemWillPowerOn to com.apple.iokit.IOHIDFamily 2021-10-13 09:56:09.048141+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemWillPowerOn to com.apple.iokit.IONetworkingFamily 2021-10-13 09:56:09.048176+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemWillPowerOn to com.apple.iokit.IO80211Family 2021-10-13 09:56:09.048211+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemWillPowerOn to com.apple.driver.AirPort.BrcmNIC 2021-10-13 09:56:09.048258+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemWillPowerOn to com.apple.iokit.IOSCSIBlockCommandsDevice 2021-10-13 09:56:09.048293+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemWillPowerOn to com.apple.iokit.IOStorageFamily 2021-10-13 09:56:09.048327+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemWillPowerOn to com.apple.iokit.IO80211Family 2021-10-13 09:56:09.048363+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemWillPowerOn to com.apple.driver.X86PlatformPlugin 2021-10-13 09:56:09.048398+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemWillPowerOn to com.apple.iokit.IOGraphicsFamily 2021-10-13 09:56:09.048401+0100 0x75 Default 0x0 0 0 kernel: (IOGraphicsFamily) GTrace synchronization point 130 2021-10-13 09:56:09.048437+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemWillPowerOn to com.apple.driver.AGPM 2021-10-13 09:56:09.048472+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemWillPowerOn to org.virtualbox.kext.VBoxDrv 2021-10-13 09:56:09.048508+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemWillPowerOn to com.apple.driver.AppleGraphicsDevicePolicy 2021-10-13 09:56:09.048946+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemWillPowerOn to pid 94, powerd 2021-10-13 09:56:09.048993+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemWillPowerOn to com.apple.plugin.IOgPTPPlugin 2021-10-13 09:56:09.048997+0100 0x75 Default 0x0 0 0 kernel: (IOgPTPPlugin) IOTimeSyncLocalClockPort::handleGeneralNotification <private> 2021-10-13 09:56:09.049034+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemWillPowerOn to pid 223, airportd 2021-10-13 09:56:09.049041+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemWillPowerOn to pid 147, corebrightnessd 2021-10-13 09:56:09.049048+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemWillPowerOn to pid 154, loginwindow 2021-10-13 09:56:09.049053+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemWillPowerOn to pid 138, PerfPowerService 2021-10-13 09:56:09.049057+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemWillPowerOn to pid 154, loginwindow 2021-10-13 09:56:09.049061+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemWillPowerOn to pid 121, apsd 2021-10-13 09:56:09.049067+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemWillPowerOn to pid 592, sharingd 2021-10-13 09:56:09.049080+0100 0x75 Default 0x0 0 0 kernel: PMRD: full wake promotion (reason 1) 49 ms 2021-10-13 09:56:09.049082+0100 0x75 Default 0x0 0 0 kernel: full wake promotion (reason 1) 49 ms 2021-10-13 09:56:09.049085+0100 0x75 Default 0x0 0 0 kernel: PMRD: evaluatePolicy( 5, 0x1 ) 2021-10-13 09:56:09.049116+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x27 detail 0xc2591f4f 2021-10-13 09:56:09.049162+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x27 detail 0xc2591f4f 2021-10-13 09:56:09.049168+0100 0x75 Default 0x0 0 0 kernel: PMRD: power clamp removed IODisplayWrangler 100000434, pendingCap 0xf, ps 4, cflags 0x2011 2021-10-13 09:56:09.049182+0100 0x75 Default 0x0 0 0 kernel: PMRD: power clamp removed AppleIntelFramebuffer 100000427, pendingCap 0xf, ps 2, cflags 0x9 2021-10-13 09:56:09.049192+0100 0x75 Default 0x0 0 0 kernel: PMRD: power clamp removed AppleIntelFramebuffer 100000428, pendingCap 0xf, ps 2, cflags 0x9 2021-10-13 09:56:09.049201+0100 0x75 Default 0x0 0 0 kernel: PMRD: power clamp removed AppleIntelFramebuffer 100000429, pendingCap 0xf, ps 2, cflags 0x9 2021-10-13 09:56:09.049208+0100 0x249b Default 0x0 0 0 kernel: (IOGraphicsFamily) GTrace synchronization point 133 2021-10-13 09:56:09.049243+0100 0x75 Default 0x0 0 0 kernel: PMRD: Added IODisplayWrangler to idle sleep preventers list (Total 1) 2021-10-13 09:56:09.049246+0100 0x75 Default 0x0 0 0 kernel: PMRD: Idle Sleep Preventers: IODisplayWrangler 2021-10-13 09:56:09.049248+0100 0x75 Default 0x0 0 0 kernel: PMRD: changePowerStateWithTagTo(ON_STATE, 3a0003) 2021-10-13 09:56:09.049265+0100 0x75 Default 0x0 0 0 kernel: PMRD: wrangler kIOMessageDeviceHasPoweredOn ps 4 2021-10-13 09:56:09.049266+0100 0x75 Default 0x0 0 0 kernel: PMRD: evaluatePolicy( 1, 0x0 ) 2021-10-13 09:56:09.049267+0100 0x75 Default 0x0 0 0 kernel: PMRD: evaluatePolicy( 10, 0x0 ) 2021-10-13 09:56:09.049279+0100 0x75 Default 0x0 0 0 kernel: (IOgPTPPlugin) IOTimeSyncLocalClockPort::handleGeneralNotification <private> 2021-10-13 09:56:09.049296+0100 0x75 Default 0x0 0 0 kernel: PMRD: idle sleep timer disabled 2021-10-13 09:56:09.049301+0100 0x75 Default 0x0 0 0 kernel: PMRD: changePowerStateWithTagToPriv(ON_STATE, 3b0008) 2021-10-13 09:56:09.049303+0100 0x249d Default 0x0 0 0 kernel: PMRD: disk spindown restored to 10 min 2021-10-13 09:56:09.049716+0100 0x75 Default 0x0 0 0 kernel: PMRD: power clamp removed AppleHDAHDMI_DPDriver 100000455, pendingCap 0xf, ps 1, cflags 0x9 2021-10-13 09:56:09.049762+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [doSetPowerState] fb0: (oldState=0, newState:2) 2021-10-13 09:56:09.049764+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [doSetPowerState] FB0 power state transition Sleep to Wake 2021-10-13 09:56:09.049813+0100 0x75 Debug 0x0 0 0 kernel: (IOHIDFamily) IOHIDLibUserClient:0x100000635 message: 0xe0000230 from: 0x100000414 2021-10-13 09:56:09.053668+0100 0x2443 Default 0x0 0 0 kernel: PMRD: assertionsUser 0x51->0x50 2021-10-13 09:56:09.053692+0100 0x2443 Default 0x0 0 0 kernel: (IOgPTPPlugin) IOTimeSyncLocalClockPort::handleGeneralNotification <private> 2021-10-13 09:56:09.074949+0100 0x2497 Default 0x0 0 0 kernel: (IOBluetoothHostControllerUSBTransport) **** [IOBluetoothHostControllerUSBTransport][setPowerStateWL] -- exiting -- Power state change completed -- microsecondsUntilComplete = 0 -- powerStateOrdinal = ON, originalPowerState = SLEEP -> mPendingInternalPowerState = ON -- this = 0xe000 **** 2021-10-13 09:56:09.082169+0100 0x2443 Default 0x0 0 0 kernel: PMRD: assertionsUser 0x50->0x51 2021-10-13 09:56:09.082191+0100 0x2443 Default 0x0 0 0 kernel: (IOgPTPPlugin) IOTimeSyncLocalClockPort::handleGeneralNotification <private> 2021-10-13 09:56:09.106281+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [doSetPowerState] doSetPowerState - fGPUIsAwake set to 1 2021-10-13 09:56:09.109669+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [doSetPowerState] re-enable DP sink!! 2021-10-13 09:56:09.109671+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] (fb=<private>) 2021-10-13 09:56:09.109672+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] Port = 0x64100, AuxPort=0xe4110 2021-10-13 09:56:09.111558+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] Fb0: DPCD DUMP 2021-10-13 09:56:09.111559+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] 11 A 84 1 2021-10-13 09:56:09.111560+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] 1 0 1 0 2021-10-13 09:56:09.111561+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] 2 0 2 0 2021-10-13 09:56:09.111561+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] 0 0 0 0 2021-10-13 09:56:09.111562+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] DPCD_REV: 1.1 2021-10-13 09:56:09.111563+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] GetDPCDInfo: MAX_LINK_RATE: 0XA 2021-10-13 09:56:09.111564+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] MAX_LANE_COUNT: 4 2021-10-13 09:56:09.111564+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] TP3 Supported: 0 2021-10-13 09:56:09.111565+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] Enhanced Framing: 1 2021-10-13 09:56:09.111566+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] GetDPCDInfo: Does NOT require AUX CH handshake?: 0 2021-10-13 09:56:09.111567+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] Number of Receive Ports: 2 2021-10-13 09:56:09.111568+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] Has downstream Port(s): 0 2021-10-13 09:56:09.111568+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] Downstream detailed capability available: 0 2021-10-13 09:56:09.111569+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] Has Main Link channel ANSI coding: 1 2021-10-13 09:56:09.111570+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] Number of downstream ports: 0 2021-10-13 09:56:09.111570+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] OUI Supported?: 0 2021-10-13 09:56:09.111571+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] RP0 Local EDID?: 1 2021-10-13 09:56:09.111572+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] RP0 used for secondary of preceding port?: 0 2021-10-13 09:56:09.111573+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] RP0 buffer size: 32 bytes per lane 2021-10-13 09:56:09.111573+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] RP1 Local EDID?: 1 2021-10-13 09:56:09.111574+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] RP1 used for secondary of preceding port?: 0 2021-10-13 09:56:09.111575+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] RP1 buffer size: 32 bytes per lane 2021-10-13 09:56:09.111816+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] MST Capable: 0 2021-10-13 09:56:09.112185+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] DWN_STRM_PORT0_CAP Type: 0 2021-10-13 09:56:09.112185+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] DWN_STRM_PORT0_CAP HPD Aware: 0 2021-10-13 09:56:09.112416+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] GetDPCDInfo: Sink Count 1 2021-10-13 09:56:09.112925+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] eDP Configuration 0 2021-10-13 09:56:09.112925+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] Link Training Interval 0 2021-10-13 09:56:09.127251+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [doSetPowerState] Invalidate PIPE-A HTOTAL! 2021-10-13 09:56:09.127455+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) Lighting up display at index 0 in resume from sleep 2021-10-13 09:56:09.127458+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Modeset] FB0 setting mode on display hardware at 172355461 2021-10-13 09:56:09.127696+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Modeset] FB0: Complete modeset 2021-10-13 09:56:09.127697+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DisableDisplay] (fb0:<private>) 2021-10-13 09:56:09.127724+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Modeset] FB0: Lighting up DP 2021-10-13 09:56:09.127755+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [LINK TRAINING] Fb0: Running regular Link Training 2021-10-13 09:56:09.127757+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [LINK TRAINING] fPortType=0x2, Lanes=4, BitRate=0xa, EnhancedFraming=1 2021-10-13 09:56:09.128007+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [LINK TRAINING] Link Training for DP 2021-10-13 09:56:09.128461+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [LINK TRAINING] Clock Recovery Initated, Retry Count = 0 2021-10-13 09:56:09.129062+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [LINK TRAINING] laneMask=0xffff, laneStatus=0 2021-10-13 09:56:09.129064+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [LINK TRAINING] (request01=0x11, request23=0x11) Voltage=1, Pre-Emphasis=0 2021-10-13 09:56:09.129065+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [LINK TRAINING] Clock Recovery Initated, Retry Count = 0 2021-10-13 09:56:09.129728+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [LINK TRAINING] laneMask=0xffff, laneStatus=0 2021-10-13 09:56:09.129733+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [LINK TRAINING] (request01=0x11, request23=0x11) Voltage=1, Pre-Emphasis=0 2021-10-13 09:56:09.129735+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [LINK TRAINING] Clock Recovery Initated, Retry Count = 1 2021-10-13 09:56:09.130420+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [LINK TRAINING] laneMask=0xffff, laneStatus=0x1111 2021-10-13 09:56:09.130421+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [LINK TRAINING] Clock Recovery complete 2021-10-13 09:56:09.130656+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [LINK TRAINING] Channel Equalization Initated Retry Count = 0 2021-10-13 09:56:09.130657+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [LINK TRAINING] HW strength setting=0x4 2021-10-13 09:56:09.131708+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [LINK TRAINING] laneMask=0xffff, laneStatus=0x7777 2021-10-13 09:56:09.131709+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [LINK TRAINING] Link Training successful 2021-10-13 09:56:09.133452+0100 0x75 Default 0x0 0 0 kernel: (IOgPTPPlugin) IOTimeSyncLocalClockPort::handleGeneralNotification <private> 2021-10-13 09:56:09.133514+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x27 detail 0xc2591f47 2021-10-13 09:56:09.135633+0100 0x24a9 Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioDevice[<private>]::protectedSetPowerState(1, <private>) 2021-10-13 09:56:09.135636+0100 0x24a9 Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioDevice[<private>]::initiatePowerStateChange(<private>) - current = 0 - pending = 1 2021-10-13 09:56:09.166053+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Modeset] fb0: return 0 at 172394054 2021-10-13 09:56:09.542489+0100 0x24a9 Default 0x0 0 0 kernel: (IOAudioFamily) +-IOAudioEngine[<private>]::beginConfigurationChange() 2021-10-13 09:56:09.543721+0100 0x24a9 Default 0x0 0 0 kernel: (IOAudioFamily) +- IOAudioEngine[<private>]::completeConfigurationChange() 2021-10-13 09:56:09.543750+0100 0x24a9 Default 0x0 0 0 kernel: (IOAudioFamily) +- IOAudioDevice[<private>]::flushAudioControls() 2021-10-13 09:56:09.543762+0100 0x24a9 Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioDevice[<private>]::protectedCompletePowerStateChange() - current = 0 - pending = 2 2021-10-13 09:56:09.543768+0100 0x24a9 Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioDevice[<private>]::protectedCompletePowerStateChange() - current = 2 - pending = 2 returns 0x0 2021-10-13 09:56:09.543772+0100 0x24a9 Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioDevice[<private>]::protectedCompletePowerStateChange() - current = 2 - pending = 2 2021-10-13 09:56:09.543774+0100 0x24a9 Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioDevice[<private>]::protectedCompletePowerStateChange() - current = 2 - pending = 2 returns 0x0 2021-10-13 09:56:09.543776+0100 0x24a9 Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioDevice[<private>]::initiatePowerStateChange(<private>) - current = 2 - pending = 2 returns 0x0 2021-10-13 09:56:09.543778+0100 0x24a9 Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioDevice[<private>]::protectedSetPowerState(1, <private>) returns 0x0 2021-10-13 09:56:09.543786+0100 0x6b0 Default 0x0 0 0 kernel: (IOAudioFamily) +-IOAudioEngine[<private>]::beginConfigurationChange() 2021-10-13 09:56:09.543854+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x27 detail 0xc2591f45 2021-10-13 09:56:09.546916+0100 0x6b0 Default 0x0 0 0 kernel: (IOAudioFamily) +- IOAudioEngine[<private>]::completeConfigurationChange() 2021-10-13 09:56:09.752296+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [doSetPowerState] fb1: (oldState=0, newState:2) 2021-10-13 09:56:09.752298+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [doSetPowerState] FB1 power state transition Sleep to Wake 2021-10-13 09:56:09.755660+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [doSetPowerState] doSetPowerState - fGPUIsAwake set to 1 2021-10-13 09:56:09.755800+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [doSetPowerState] fb2: (oldState=0, newState:2) 2021-10-13 09:56:09.755801+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [doSetPowerState] FB2 power state transition Sleep to Wake 2021-10-13 09:56:09.873433+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [doSetPowerState] doSetPowerState - fGPUIsAwake set to 1 2021-10-13 09:56:09.873591+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x27 detail 0xc2591f44 2021-10-13 09:56:09.877170+0100 0x24c2 Default 0x0 0 0 kernel: (AppleKeyStore) AppleKeyStore:7988:154: Device UnLock call(-501): lockstate=1, transientCnt=0 2021-10-13 09:56:09.877259+0100 0x30c Default 0x0 0 0 kernel: PMRD: component trace point 0x02 data 0x00000003 2021-10-13 09:56:09.883870+0100 0x24c2 Default 0x0 0 0 kernel: (AppleKeyStore) AppleKeyStore:10727:154: operation failed (sel: 9 ret: e00002ce, 501, 100006) 2021-10-13 09:56:09.914335+0100 0x2c9 Default 0x0 0 0 kernel: (IOBluetoothFamily) IOBluetoothHostController::PrintDeviceList -- Device Connection Handle 0x0040, Device Address 3C:2E:FF:70:BF:30 2021-10-13 09:56:09.914383+0100 0x24a9 Default 0x0 0 0 kernel: (IOBluetoothHostControllerUSBTransport) **** [IOBluetoothHostControllerUSBTransport][setPowerStateWL] -- exiting -- Power state change completed -- microsecondsUntilComplete = 0 -- powerStateOrdinal = ON, originalPowerState = ON -> mPendingInternalPowerState = ON -- this = 0xe000 **** 2021-10-13 09:56:10.100362+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x27 detail 0xc2591f40 2021-10-13 09:56:10.102003+0100 0x24a9 Default 0x0 0 0 kernel: (IOUSBMassStorageDriver) USB device 154B007A14400000 - status = kUSBHostReturnPipeStalled, resetting... 2021-10-13 09:56:10.102023+0100 0x24a9 Default 0x0 0 0 kernel: (IOUSBMassStorageDriver) USB device 154B007A14400000 - Last CDBs 00000000:000|00000000:000|00000000:000|00000000:000|00000000:000|00000000:000|00000000:000|00000000:000|00000000:000|00000000:000|00000000:000|00000000:000|00000000:000|00000000:000|00000000:000|00000000:045 2021-10-13 09:56:10.402941+0100 0x24a9 Default 0x0 0 0 kernel: (IOUSBMassStorageDriver) USB device 154B007A14400000 - will be reset! 2021-10-13 09:56:10.473339+0100 0x249d Default 0x0 0 0 kernel: (IOUSBMassStorageDriver) USB device 154B007A14400000 - PNY Technologies, USB 2.0 FD - detected termination of interfaceNub, currentPowerState 1, provider is NULL 2021-10-13 09:56:10.477401+0100 0x437 Default 0x0 0 0 kernel: (IOUSBHostFamily) 000173.705398 HS08@14400000: AppleUSBHostPort::enumerateDeviceComplete_block_invoke: enumerated 0x154b/007a/1100 (USB 2.0 FD) 2021-10-13 09:56:10.480585+0100 0x249d Default 0x0 0 0 kernel: (IOUSBFamily) USBMSC Identifier (non-unique): 04160800000066844795 0x154b 0x7a 0x1100, 2 2021-10-13 09:56:10.488467+0100 0x17eb Default 0x0 0 0 kernel: (Sandbox) Sandbox: 37 duplicate reports for routined deny(1) mach-lookup com.apple.Maps.MapsSync.store 2021-10-13 09:56:10.488470+0100 0x17eb Default 0x0 0 0 kernel: (Sandbox) Sandbox: icdd(705) allow file-read-data /Library/Image Capture/Devices 2021-10-13 09:56:10.488568+0100 0x17eb Default 0x0 0 0 kernel: (Sandbox) Sandbox: icdd(705) allow file-read-data /Library/Image Capture/Devices/HP M1130_M1210 Scanner.app/Contents/Resources/DeviceMatchingInfo.plist 2021-10-13 09:56:10.488751+0100 0x17eb Default 0x0 0 0 kernel: (Sandbox) Sandbox: icdd(705) allow file-read-data /Library/Image Capture/Devices/HP M1130_M1210 Scanner.app/Contents/Resources/DeviceInfo.plist 2021-10-13 09:56:10.488854+0100 0x17eb Default 0x0 0 0 kernel: (Sandbox) Sandbox: icdd(705) allow file-read-data /Library/Image Capture/Devices/HP Scanner 3.app/Contents/Resources/DeviceMatchingInfo.plist 2021-10-13 09:56:10.490511+0100 0x17eb Default 0x0 0 0 kernel: (Sandbox) Sandbox: icdd(705) allow file-read-data /Library/Image Capture/Devices/HP Scanner 3.app/Contents/Resources/DeviceInfo.plist 2021-10-13 09:56:10.495275+0100 0x17eb Default 0x0 0 0 kernel: (Sandbox) Sandbox: icdd(705) allow file-read-data /Library/Image Capture/Devices/HPScanner.app/Contents/Resources/DeviceMatchingInfo.plist 2021-10-13 09:56:10.496106+0100 0x17eb Default 0x0 0 0 kernel: (Sandbox) Sandbox: icdd(705) allow file-read-data /Library/Image Capture/Devices/HPScanner.app/Contents/Resources/DeviceInfo.plist 2021-10-13 09:56:10.502844+0100 0x17eb Default 0x0 0 0 kernel: (Sandbox) Sandbox: icdd(705) allow file-read-data /Library/Image Capture/Devices 2021-10-13 09:56:10.502923+0100 0x17eb Default 0x0 0 0 kernel: (Sandbox) Sandbox: icdd(705) allow file-read-data /Library/Image Capture/Devices/HP M1130_M1210 Scanner.app/Contents/Resources/DeviceMatchingInfo.plist 2021-10-13 09:56:10.503120+0100 0x17eb Default 0x0 0 0 kernel: (Sandbox) Sandbox: icdd(705) allow file-read-data /Library/Image Capture/Devices/HP Scanner 3.app/Contents/Resources/DeviceMatchingInfo.plist 2021-10-13 09:56:10.506934+0100 0x17eb Default 0x0 0 0 kernel: (Sandbox) Sandbox: icdd(705) allow file-read-data /Library/Image Capture/Devices/HPScanner.app/Contents/Resources/DeviceMatchingInfo.plist 2021-10-13 09:56:10.526914+0100 0x1da Default 0x0 0 0 kernel: (IOBluetoothFamily) IOBluetoothHostController::PrintDeviceList -- Device list is empty 2021-10-13 09:56:11.006001+0100 0x20c Default 0x0 0 0 kernel: (apfs) tx_flush:1143: disk3 tx xid 114092 took 1984575 us to sync and write superblock 2021-10-13 09:56:11.007141+0100 0x20c Default 0x0 0 0 kernel: (apfs) tx_flush:1182: disk3 xid 114092 tx stats: # 260 finish 267 enter 498 wait 15 1323us close 711us flush 17605us 2021-10-13 09:56:11.009189+0100 0x30c Default 0x0 0 0 kernel: kPEDisableScreen 1 2021-10-13 09:56:11.009200+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) kIOFBNotifyDisplayModeWillChange notification received on Fb 0 at time 174237 2021-10-13 09:56:11.009204+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) kIOFBNotifyDisplayModeWillChange notification received for fb 0 2021-10-13 09:56:11.009208+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) kIOFBNotifyWSAAWillEnterDefer notification received for fb 0 2021-10-13 09:56:11.012821+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Modeset] (displayMode=80001000, depth=0) fb=0, fOnline=1 at 174240821 2021-10-13 09:56:11.012830+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Modeset] Setting display mode on index 0 2560 x 1440 -> 0 x 0 encoded with 0x0 0 bpc with color 0 and range 0 2021-10-13 09:56:11.012834+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Modeset] FB0 setting mode on display hardware at 174240836 2021-10-13 09:56:11.013085+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Modeset] FB0: Partial modeset 2021-10-13 09:56:11.017609+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Modeset] fb0: return 0 at 174245609 2021-10-13 09:56:11.023498+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) kIOFBNotifyDisplayModeWillChange notification received on Fb 0 at time 174251 2021-10-13 09:56:11.023501+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) kIOFBNotifyDisplayModeDidChange notification received for fb 0 2021-10-13 09:56:11.023503+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) kIOFBNotifyWSAADidExitDefer notification received for fb 0 2021-10-13 09:56:11.023580+0100 0x30c Default 0x0 0 0 kernel: kPEEnableScreen 1 2021-10-13 09:56:11.024810+0100 0x75 Default 0x0 0 0 kernel: PMRD: power event 14 args 0x0 0x0 2021-10-13 09:56:11.024819+0100 0x75 Default 0x0 0 0 kernel: PMRD: wrangler RootDomainPower (ps 4, 0->1) 2021-10-13 09:56:11.024821+0100 0x75 Default 0x0 0 0 kernel: PMRD: evaluatePolicy( 0, 0x0 ) 2021-10-13 09:56:11.027275+0100 0x30c Default 0x0 0 0 kernel: PMRD: component trace point 0x02 data 0x00000000 2021-10-13 09:56:11.031753+0100 0x30c Default 0x0 0 0 kernel: PMRD: component trace point 0x02 data 0x00000000 2021-10-13 09:56:11.033993+0100 0x30c Default 0x0 0 0 kernel: PMRD: component trace point 0x02 data 0x00000000 2021-10-13 09:56:11.080335+0100 0xa1e Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) Blanking out the screen without black gamma 2021-10-13 09:56:11.181349+0100 0x1e71 Error 0x0 0 0 kernel: (Sandbox) Sandbox: parsecd(580) deny(1) mach-lookup com.apple.osanalytics.osanalyticshelper 2021-10-13 09:56:11.182632+0100 0x2320 Error 0x0 0 0 kernel: (Sandbox) Sandbox: parsecd(580) deny(1) file-read-xattr /Users/ben800g1 2021-10-13 09:56:11.184693+0100 0x2320 Default 0x0 0 0 kernel: (Sandbox) Sandbox: 5 duplicate reports for parsecd deny(1) file-read-xattr /Users/ben800g1 2021-10-13 09:56:11.184696+0100 0x2320 Error 0x0 0 0 kernel: (Sandbox) Sandbox: parsecd(580) deny(1) file-write-create /Users/ben800g1/Library/Logs/DiagnosticReports/.SiriSearchFeedback-2021-10-13-095611.diag 2021-10-13 09:56:11.184714+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) kIOFBNotifyDisplayModeWillChange notification received on Fb 0 at time 174412 2021-10-13 09:56:11.184725+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) Transitioning wsaa from 4->1 2021-10-13 09:56:11.184741+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) kIOFBNotifyDisplayModeWillChange notification received on Fb 0 at time 174412 2021-10-13 09:56:11.184743+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) kIOFBNotifyWSAADidExitDefer notification received for fb 0 2021-10-13 09:56:11.184761+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) kIOFBNotifyDisplayModeWillChange notification received on Fb 1 at time 174412 2021-10-13 09:56:11.184766+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) Transitioning wsaa from 4->1 2021-10-13 09:56:11.184771+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) kIOFBNotifyDisplayModeWillChange notification received on Fb 1 at time 174412 2021-10-13 09:56:11.184772+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) kIOFBNotifyWSAADidExitDefer notification received for fb 1 2021-10-13 09:56:11.184787+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) kIOFBNotifyDisplayModeWillChange notification received on Fb 2 at time 174412 2021-10-13 09:56:11.184793+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) Transitioning wsaa from 4->1 2021-10-13 09:56:11.184797+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) kIOFBNotifyDisplayModeWillChange notification received on Fb 2 at time 174412 2021-10-13 09:56:11.184799+0100 0x30c Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) kIOFBNotifyWSAADidExitDefer notification received for fb 2 2021-10-13 09:56:11.187247+0100 0x30c Default 0x0 0 0 kernel: PMRD: component trace point 0x02 data 0x00000000 2021-10-13 09:56:11.187293+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Connection_probe] (fCRTCIndex=0, options=0x00000001), captured: 0 2021-10-13 09:56:11.187295+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [GetOnlineInfo] (fb=0, newOnline=<private>, edid=<private>, newPortType=<private>) 2021-10-13 09:56:11.187298+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] (fb=<private>) 2021-10-13 09:56:11.187299+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] Port = 0x64100, AuxPort=0xe4110 2021-10-13 09:56:11.189276+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] Fb0: DPCD DUMP 2021-10-13 09:56:11.189277+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] 11 A 84 1 2021-10-13 09:56:11.189278+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] 1 0 1 0 2021-10-13 09:56:11.189279+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] 2 0 2 0 2021-10-13 09:56:11.189279+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] 0 0 0 0 2021-10-13 09:56:11.189280+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] DPCD_REV: 1.1 2021-10-13 09:56:11.189281+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] GetDPCDInfo: MAX_LINK_RATE: 0XA 2021-10-13 09:56:11.189282+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] MAX_LANE_COUNT: 4 2021-10-13 09:56:11.189287+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] TP3 Supported: 0 2021-10-13 09:56:11.189289+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] Enhanced Framing: 1 2021-10-13 09:56:11.189290+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] GetDPCDInfo: Does NOT require AUX CH handshake?: 0 2021-10-13 09:56:11.189290+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] Number of Receive Ports: 2 2021-10-13 09:56:11.189291+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] Has downstream Port(s): 0 2021-10-13 09:56:11.189292+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] Downstream detailed capability available: 0 2021-10-13 09:56:11.189293+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] Has Main Link channel ANSI coding: 1 2021-10-13 09:56:11.189294+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] Number of downstream ports: 0 2021-10-13 09:56:11.189294+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] OUI Supported?: 0 2021-10-13 09:56:11.189295+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] RP0 Local EDID?: 1 2021-10-13 09:56:11.189296+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] RP0 used for secondary of preceding port?: 0 2021-10-13 09:56:11.189296+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] RP0 buffer size: 32 bytes per lane 2021-10-13 09:56:11.189297+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] RP1 Local EDID?: 1 2021-10-13 09:56:11.189298+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] RP1 used for secondary of preceding port?: 0 2021-10-13 09:56:11.189298+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] RP1 buffer size: 32 bytes per lane 2021-10-13 09:56:11.189559+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] MST Capable: 0 2021-10-13 09:56:11.189905+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] DWN_STRM_PORT0_CAP Type: 0 2021-10-13 09:56:11.189906+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] DWN_STRM_PORT0_CAP HPD Aware: 0 2021-10-13 09:56:11.190139+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] GetDPCDInfo: Sink Count 1 2021-10-13 09:56:11.190602+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] eDP Configuration 0 2021-10-13 09:56:11.190603+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] Link Training Interval 0 2021-10-13 09:56:11.205423+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [GetOnlineInfo] fIsHDMI=0, fEnableAudio=1 2021-10-13 09:56:11.205425+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [GetOnlineInfo] newOnline=1 fOnline=1 newPortType=2 2021-10-13 09:56:11.205426+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Connection_probe] Port Managed by AGDC Port = 1, fb = 0 2021-10-13 09:56:11.218271+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Connection_probe] Enabling audio on post wake, CRTCIndex 0 && online satus = 1 2021-10-13 09:56:11.234434+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Connection_probe] (fCRTCIndex=1, options=0x00000001), captured: 0 2021-10-13 09:56:11.234436+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [GetOnlineInfo] (fb=1, newOnline=<private>, edid=<private>, newPortType=<private>) 2021-10-13 09:56:11.234452+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [GetOnlineInfo] fIsHDMI=0, fEnableAudio=0 2021-10-13 09:56:11.234453+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [GetOnlineInfo] newOnline=0 fOnline=0 newPortType=1 2021-10-13 09:56:11.234458+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Connection_probe] Legacy Probe Case fb = 1 2021-10-13 09:56:11.234459+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Connection_probe] newOnline: 0, fOnline: 0 2021-10-13 09:56:11.234460+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Connection_probe] newPortType: 1, fPortType: 1 2021-10-13 09:56:11.234461+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Connection_probe] edid == fEDID 2021-10-13 09:56:11.234466+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Connection_probe] (fCRTCIndex=2, options=0x00000001), captured: 0 2021-10-13 09:56:11.234467+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [GetOnlineInfo] (fb=2, newOnline=<private>, edid=<private>, newPortType=<private>) 2021-10-13 09:56:11.234474+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] (fb=<private>) 2021-10-13 09:56:11.234476+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] Port = 0x64300, AuxPort=0xe4310 2021-10-13 09:56:11.252920+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [DPCD_Info] Aux read failed for kDPCD_REV return 0xe00002d6 2021-10-13 09:56:12.249835+0100 0x75 Default 0x0 0 0 kernel: (IOgPTPPlugin) IOTimeSyncLocalClockPort::handleGeneralNotification <private> 2021-10-13 09:56:12.251391+0100 0x2a0 Debug 0x0 0 0 kernel: en0: starting optimistic DAD immediately for fe80:7::de:1ca1:8936:428d 2021-10-13 09:56:12.320233+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [GetOnlineInfo] fIsHDMI=0, fEnableAudio=0 2021-10-13 09:56:12.320235+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [GetOnlineInfo] newOnline=0 fOnline=0 newPortType=1 2021-10-13 09:56:12.320246+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Connection_probe] Legacy Probe Case fb = 2 2021-10-13 09:56:12.320247+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Connection_probe] newOnline: 0, fOnline: 0 2021-10-13 09:56:12.320248+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Connection_probe] newPortType: 1, fPortType: 1 2021-10-13 09:56:12.320249+0100 0x6b0 Default 0x0 0 0 kernel: (AppleIntelFramebufferAzul) [Connection_probe] edid == fEDID 2021-10-13 09:56:12.321102+0100 0x30c Default 0x0 0 0 kernel: PMRD: component trace point 0x02 data 0x00000000 2021-10-13 09:56:12.327059+0100 0x2321 Default 0x0 0 0 kernel: (AppleCredentialManager) ACM: createCredentialSet: Credential set created, CS[108]/2/0/263. 2021-10-13 09:56:12.327979+0100 0x2321 Default 0x0 0 0 kernel: (AppleCredentialManager) ACM: verifyPolicy: Verifying DeviceOwnerAuthenticationWithBiometrics (P) on CS[108] (preflight=YES, secure=NO, checkKeybagUUID=NO). 2021-10-13 09:56:12.327986+0100 0x2321 Default 0x0 0 0 kernel: (AppleCredentialManager) ACM: dumpVerificationStatus: DeviceOwnerAuthenticationWithBiometrics (P) on CS[108] *NOT* SATISFIED: 03R -> R. 2021-10-13 09:56:12.329847+0100 0x30c Default 0x0 0 0 kernel: IOConsoleUsers: time(1) 1634115282->1634115282, lin 1, llk 1, 2021-10-13 09:56:12.329866+0100 0x30c Default 0x0 0 0 kernel: IOConsoleUsers: gIOScreenLockState 3, hs 0, bs 0, now 1634115372, sm 0x0 2021-10-13 09:56:12.333033+0100 0x30c Default 0x0 0 0 kernel: IOConsoleUsers: time(1) 1634115282->1634115282, lin 1, llk 1, 2021-10-13 09:56:12.333040+0100 0x30c Default 0x0 0 0 kernel: IOConsoleUsers: gIOScreenLockState 3, hs 0, bs 0, now 1634115372, sm 0x0 2021-10-13 09:56:12.333930+0100 0x30c Default 0x0 0 0 kernel: IOConsoleUsers: time(1) 1634115282->1634115282, lin 1, llk 1, 2021-10-13 09:56:12.333936+0100 0x30c Default 0x0 0 0 kernel: IOConsoleUsers: gIOScreenLockState 3, hs 0, bs 0, now 1634115372, sm 0x0 2021-10-13 09:56:12.372103+0100 0x30c Default 0x0 0 0 kernel: IOConsoleUsers: time(1) 1634115282->1634115282, lin 1, llk 1, 2021-10-13 09:56:12.372112+0100 0x30c Default 0x0 0 0 kernel: IOConsoleUsers: gIOScreenLockState 3, hs 0, bs 0, now 1634115372, sm 0x0 2021-10-13 09:56:12.373096+0100 0x30c Default 0x0 0 0 kernel: IOConsoleUsers: time(1) 1634115282->1634115282, lin 1, llk 1, 2021-10-13 09:56:12.373102+0100 0x30c Default 0x0 0 0 kernel: IOConsoleUsers: gIOScreenLockState 3, hs 0, bs 0, now 1634115372, sm 0x0 2021-10-13 09:56:12.375105+0100 0x30c Default 0x0 0 0 kernel: IOConsoleUsers: time(1) 1634115282->1634115282, lin 1, llk 1, 2021-10-13 09:56:12.375111+0100 0x30c Default 0x0 0 0 kernel: IOConsoleUsers: gIOScreenLockState 3, hs 0, bs 0, now 1634115372, sm 0x0 2021-10-13 09:56:12.375895+0100 0x30c Default 0x0 0 0 kernel: IOConsoleUsers: time(1) 1634115282->1634115282, lin 1, llk 1, 2021-10-13 09:56:12.375900+0100 0x30c Default 0x0 0 0 kernel: IOConsoleUsers: gIOScreenLockState 3, hs 0, bs 0, now 1634115372, sm 0x0 2021-10-13 09:56:12.377541+0100 0x2321 Default 0x0 0 0 kernel: (AppleCredentialManager) ACM: deleteCredentialSet: Deleting credential set, CS[108]. 2021-10-13 09:56:12.381147+0100 0x2c9 Default 0x0 0 0 kernel: (IOBluetoothFamily) IOBluetoothHostController::PrintDeviceList -- Device Connection Handle 0x0040, Device Address 3C:2E:FF:70:BF:30 2021-10-13 09:56:12.381182+0100 0x24a9 Default 0x0 0 0 kernel: (IOBluetoothHostControllerUSBTransport) **** [IOBluetoothHostControllerUSBTransport][setPowerStateWL] -- exiting -- Power state change completed -- microsecondsUntilComplete = 0 -- powerStateOrdinal = ON, originalPowerState = ON -> mPendingInternalPowerState = ON -- this = 0xe000 **** 2021-10-13 09:56:12.385895+0100 0x2443 Default 0x0 0 0 kernel: PMRD: assertionsUser 0x51->0x50 2021-10-13 09:56:12.385920+0100 0x2443 Default 0x0 0 0 kernel: (IOgPTPPlugin) IOTimeSyncLocalClockPort::handleGeneralNotification <private> 2021-10-13 09:56:13.002603+0100 0x24a9 Default 0x0 0 0 kernel: tcp_timers: tcp_output() returned 0 with retransmission timer disabled for 8096 > 52642 in state 4, reset timer to 321 2021-10-13 09:56:13.016958+0100 0x1da Default 0x0 0 0 kernel: (IOBluetoothFamily) IOBluetoothHostController::PrintDeviceList -- Device list is empty 2021-10-13 09:56:13.061984+0100 0x24a9 Default 0x0 0 0 kernel: tcp_timers: tcp_output() returned 0 with retransmission timer disabled for 8096 > 52643 in state 4, reset timer to 362 2021-10-13 09:56:13.226426+0100 0x24a9 Default 0x0 0 0 kernel: tcp_timers: tcp_output() returned 0 with retransmission timer disabled for 8096 > 52643 in state 4, reset timer to 454 2021-10-13 09:56:13.251688+0100 0x24a9 Debug 0x0 0 0 kernel: en0: DAD complete for fe80:7::de:1ca1:8936:428d - no duplicates found . 2021-10-13 09:56:13.277963+0100 0x24a9 Default 0x0 0 0 kernel: tcp_timers: tcp_output() returned 0 with retransmission timer disabled for 8096 > 52643 in state 4, reset timer to 345 2021-10-13 09:56:13.388556+0100 0x2443 Default 0x0 0 0 kernel: PMRD: assertionsUser 0x50->0x51 2021-10-13 09:56:13.388586+0100 0x2443 Default 0x0 0 0 kernel: (IOgPTPPlugin) IOTimeSyncLocalClockPort::handleGeneralNotification <private> 2021-10-13 09:56:13.524243+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) +-IOAudioEngine[<private>]::beginConfigurationChange() 2021-10-13 09:56:13.524508+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) +-IOAudioEngine[<private>]::setSampleRate(<private>) 2021-10-13 09:56:13.524539+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioEngine[<private>]::setNumSampleFramesPerBuffer(0xc000) 2021-10-13 09:56:13.524542+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngine[<private>]::setNumSampleFramesPerBuffer(0xc000) 2021-10-13 09:56:13.524543+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) +-IOAudioEngine[<private>]::setSampleRate(<private>) 2021-10-13 09:56:13.524557+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioStream[<private>]::validateFormat(<private>, 0x0, <private>) 2021-10-13 09:56:13.524558+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 2: streamFormat->fNumChannels = 2 2021-10-13 09:56:13.524559+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0x6c70636d: streamFormat->fSampleFormat = 0x6c70636d 2021-10-13 09:56:13.524560+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0x73696e74: streamFormat->fNumericRepresentation = 0x73696e74 2021-10-13 09:56:13.524561+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 16: streamFormat->fBitDepth = 24 2021-10-13 09:56:13.524561+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 16: streamFormat->fBitWidth = 32 2021-10-13 09:56:13.524562+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0: streamFormat->fAlignment = 0 2021-10-13 09:56:13.524563+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 1: streamFormat->fByteOrder = 1 2021-10-13 09:56:13.524564+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 2: streamFormat->fNumChannels = 2 2021-10-13 09:56:13.524565+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0x6c70636d: streamFormat->fSampleFormat = 0x6c70636d 2021-10-13 09:56:13.524566+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0x73696e74: streamFormat->fNumericRepresentation = 0x73696e74 2021-10-13 09:56:13.524566+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 16: streamFormat->fBitDepth = 24 2021-10-13 09:56:13.524567+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 16: streamFormat->fBitWidth = 32 2021-10-13 09:56:13.524568+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0: streamFormat->fAlignment = 0 2021-10-13 09:56:13.524568+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 1: streamFormat->fByteOrder = 1 2021-10-13 09:56:13.524569+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 2: streamFormat->fNumChannels = 2 2021-10-13 09:56:13.524570+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0x6c70636d: streamFormat->fSampleFormat = 0x6c70636d 2021-10-13 09:56:13.524571+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0x73696e74: streamFormat->fNumericRepresentation = 0x73696e74 2021-10-13 09:56:13.524572+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 16: streamFormat->fBitDepth = 24 2021-10-13 09:56:13.524572+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 16: streamFormat->fBitWidth = 32 2021-10-13 09:56:13.524573+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0: streamFormat->fAlignment = 0 2021-10-13 09:56:13.524574+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 1: streamFormat->fByteOrder = 1 2021-10-13 09:56:13.524574+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 2: streamFormat->fNumChannels = 2 2021-10-13 09:56:13.524575+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0x6c70636d: streamFormat->fSampleFormat = 0x6c70636d 2021-10-13 09:56:13.524576+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0x73696e74: streamFormat->fNumericRepresentation = 0x73696e74 2021-10-13 09:56:13.524577+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 16: streamFormat->fBitDepth = 24 2021-10-13 09:56:13.524577+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 16: streamFormat->fBitWidth = 32 2021-10-13 09:56:13.524578+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0: streamFormat->fAlignment = 0 2021-10-13 09:56:13.524579+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 1: streamFormat->fByteOrder = 1 2021-10-13 09:56:13.524580+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 2: streamFormat->fNumChannels = 2 2021-10-13 09:56:13.524580+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0x6c70636d: streamFormat->fSampleFormat = 0x6c70636d 2021-10-13 09:56:13.524581+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0x73696e74: streamFormat->fNumericRepresentation = 0x73696e74 2021-10-13 09:56:13.524582+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 20: streamFormat->fBitDepth = 24 2021-10-13 09:56:13.524583+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 32: streamFormat->fBitWidth = 32 2021-10-13 09:56:13.524583+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0: streamFormat->fAlignment = 0 2021-10-13 09:56:13.524584+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 1: streamFormat->fByteOrder = 1 2021-10-13 09:56:13.524585+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 2: streamFormat->fNumChannels = 2 2021-10-13 09:56:13.524586+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0x6c70636d: streamFormat->fSampleFormat = 0x6c70636d 2021-10-13 09:56:13.524587+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0x73696e74: streamFormat->fNumericRepresentation = 0x73696e74 2021-10-13 09:56:13.524587+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 20: streamFormat->fBitDepth = 24 2021-10-13 09:56:13.524588+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 32: streamFormat->fBitWidth = 32 2021-10-13 09:56:13.524589+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0: streamFormat->fAlignment = 0 2021-10-13 09:56:13.524589+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 1: streamFormat->fByteOrder = 1 2021-10-13 09:56:13.524590+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 2: streamFormat->fNumChannels = 2 2021-10-13 09:56:13.524591+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0x6c70636d: streamFormat->fSampleFormat = 0x6c70636d 2021-10-13 09:56:13.524592+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0x73696e74: streamFormat->fNumericRepresentation = 0x73696e74 2021-10-13 09:56:13.524593+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 20: streamFormat->fBitDepth = 24 2021-10-13 09:56:13.524593+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 32: streamFormat->fBitWidth = 32 2021-10-13 09:56:13.524594+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0: streamFormat->fAlignment = 0 2021-10-13 09:56:13.524594+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 1: streamFormat->fByteOrder = 1 2021-10-13 09:56:13.524595+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 2: streamFormat->fNumChannels = 2 2021-10-13 09:56:13.524596+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0x6c70636d: streamFormat->fSampleFormat = 0x6c70636d 2021-10-13 09:56:13.524597+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0x73696e74: streamFormat->fNumericRepresentation = 0x73696e74 2021-10-13 09:56:13.524598+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 20: streamFormat->fBitDepth = 24 2021-10-13 09:56:13.524598+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 32: streamFormat->fBitWidth = 32 2021-10-13 09:56:13.524599+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0: streamFormat->fAlignment = 0 2021-10-13 09:56:13.524600+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 1: streamFormat->fByteOrder = 1 2021-10-13 09:56:13.524600+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 2: streamFormat->fNumChannels = 2 2021-10-13 09:56:13.524601+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0x6c70636d: streamFormat->fSampleFormat = 0x6c70636d 2021-10-13 09:56:13.524602+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0x73696e74: streamFormat->fNumericRepresentation = 0x73696e74 2021-10-13 09:56:13.524603+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 24: streamFormat->fBitDepth = 24 2021-10-13 09:56:13.524604+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 32: streamFormat->fBitWidth = 32 2021-10-13 09:56:13.524604+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0: streamFormat->fAlignment = 0 2021-10-13 09:56:13.524605+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 1: streamFormat->fByteOrder = 1 2021-10-13 09:56:13.524606+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 2: streamFormat->fNumChannels = 2 2021-10-13 09:56:13.524607+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0x6c70636d: streamFormat->fSampleFormat = 0x6c70636d 2021-10-13 09:56:13.524608+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0x73696e74: streamFormat->fNumericRepresentation = 0x73696e74 2021-10-13 09:56:13.524608+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 24: streamFormat->fBitDepth = 24 2021-10-13 09:56:13.524619+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 32: streamFormat->fBitWidth = 32 2021-10-13 09:56:13.524620+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0: streamFormat->fAlignment = 0 2021-10-13 09:56:13.524620+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 1: streamFormat->fByteOrder = 1 2021-10-13 09:56:13.524621+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 2: streamFormat->fNumChannels = 2 2021-10-13 09:56:13.524622+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0x6c70636d: streamFormat->fSampleFormat = 0x6c70636d 2021-10-13 09:56:13.524623+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0x73696e74: streamFormat->fNumericRepresentation = 0x73696e74 2021-10-13 09:56:13.524624+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 24: streamFormat->fBitDepth = 24 2021-10-13 09:56:13.524624+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 32: streamFormat->fBitWidth = 32 2021-10-13 09:56:13.524625+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0: streamFormat->fAlignment = 0 2021-10-13 09:56:13.524626+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 1: streamFormat->fByteOrder = 1 2021-10-13 09:56:13.524627+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioStream[<private>]::validateFormat(<private>, 0x0, <private>) returns 1 2021-10-13 09:56:13.524629+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioStream[<private>]::setFormat(<private>, <private>) 2021-10-13 09:56:13.524631+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioStream[<private>]::validateFormat(<private>, <private>, <private>) 2021-10-13 09:56:13.524631+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 2: streamFormat->fNumChannels = 2 2021-10-13 09:56:13.524632+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0x6c70636d: streamFormat->fSampleFormat = 0x6c70636d 2021-10-13 09:56:13.524633+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0x73696e74: streamFormat->fNumericRepresentation = 0x73696e74 2021-10-13 09:56:13.524634+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 16: streamFormat->fBitDepth = 24 2021-10-13 09:56:13.524635+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 16: streamFormat->fBitWidth = 32 2021-10-13 09:56:13.524635+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0: streamFormat->fAlignment = 0 2021-10-13 09:56:13.524636+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 1: streamFormat->fByteOrder = 1 2021-10-13 09:56:13.524637+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 2: streamFormat->fNumChannels = 2 2021-10-13 09:56:13.524638+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0x6c70636d: streamFormat->fSampleFormat = 0x6c70636d 2021-10-13 09:56:13.524638+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0x73696e74: streamFormat->fNumericRepresentation = 0x73696e74 2021-10-13 09:56:13.524639+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 16: streamFormat->fBitDepth = 24 2021-10-13 09:56:13.524640+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 16: streamFormat->fBitWidth = 32 2021-10-13 09:56:13.524640+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0: streamFormat->fAlignment = 0 2021-10-13 09:56:13.524641+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 1: streamFormat->fByteOrder = 1 2021-10-13 09:56:13.524642+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 2: streamFormat->fNumChannels = 2 2021-10-13 09:56:13.524643+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0x6c70636d: streamFormat->fSampleFormat = 0x6c70636d 2021-10-13 09:56:13.524644+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0x73696e74: streamFormat->fNumericRepresentation = 0x73696e74 2021-10-13 09:56:13.524644+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 16: streamFormat->fBitDepth = 24 2021-10-13 09:56:13.524645+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 16: streamFormat->fBitWidth = 32 2021-10-13 09:56:13.524646+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0: streamFormat->fAlignment = 0 2021-10-13 09:56:13.524646+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 1: streamFormat->fByteOrder = 1 2021-10-13 09:56:13.524647+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 2: streamFormat->fNumChannels = 2 2021-10-13 09:56:13.524648+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0x6c70636d: streamFormat->fSampleFormat = 0x6c70636d 2021-10-13 09:56:13.524649+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0x73696e74: streamFormat->fNumericRepresentation = 0x73696e74 2021-10-13 09:56:13.524650+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 16: streamFormat->fBitDepth = 24 2021-10-13 09:56:13.524650+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 16: streamFormat->fBitWidth = 32 2021-10-13 09:56:13.524651+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0: streamFormat->fAlignment = 0 2021-10-13 09:56:13.524652+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 1: streamFormat->fByteOrder = 1 2021-10-13 09:56:13.524652+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 2: streamFormat->fNumChannels = 2 2021-10-13 09:56:13.524653+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0x6c70636d: streamFormat->fSampleFormat = 0x6c70636d 2021-10-13 09:56:13.524654+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0x73696e74: streamFormat->fNumericRepresentation = 0x73696e74 2021-10-13 09:56:13.524655+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 20: streamFormat->fBitDepth = 24 2021-10-13 09:56:13.524655+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 32: streamFormat->fBitWidth = 32 2021-10-13 09:56:13.524656+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0: streamFormat->fAlignment = 0 2021-10-13 09:56:13.524657+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 1: streamFormat->fByteOrder = 1 2021-10-13 09:56:13.524657+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 2: streamFormat->fNumChannels = 2 2021-10-13 09:56:13.524658+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0x6c70636d: streamFormat->fSampleFormat = 0x6c70636d 2021-10-13 09:56:13.524659+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0x73696e74: streamFormat->fNumericRepresentation = 0x73696e74 2021-10-13 09:56:13.524660+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 20: streamFormat->fBitDepth = 24 2021-10-13 09:56:13.524661+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 32: streamFormat->fBitWidth = 32 2021-10-13 09:56:13.524661+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0: streamFormat->fAlignment = 0 2021-10-13 09:56:13.524662+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 1: streamFormat->fByteOrder = 1 2021-10-13 09:56:13.524663+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 2: streamFormat->fNumChannels = 2 2021-10-13 09:56:13.524663+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0x6c70636d: streamFormat->fSampleFormat = 0x6c70636d 2021-10-13 09:56:13.524664+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0x73696e74: streamFormat->fNumericRepresentation = 0x73696e74 2021-10-13 09:56:13.524665+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 20: streamFormat->fBitDepth = 24 2021-10-13 09:56:13.524666+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 32: streamFormat->fBitWidth = 32 2021-10-13 09:56:13.524666+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0: streamFormat->fAlignment = 0 2021-10-13 09:56:13.524667+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 1: streamFormat->fByteOrder = 1 2021-10-13 09:56:13.524668+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 2: streamFormat->fNumChannels = 2 2021-10-13 09:56:13.524669+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0x6c70636d: streamFormat->fSampleFormat = 0x6c70636d 2021-10-13 09:56:13.524680+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0x73696e74: streamFormat->fNumericRepresentation = 0x73696e74 2021-10-13 09:56:13.524680+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 20: streamFormat->fBitDepth = 24 2021-10-13 09:56:13.524681+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 32: streamFormat->fBitWidth = 32 2021-10-13 09:56:13.524682+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0: streamFormat->fAlignment = 0 2021-10-13 09:56:13.524682+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 1: streamFormat->fByteOrder = 1 2021-10-13 09:56:13.524683+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 2: streamFormat->fNumChannels = 2 2021-10-13 09:56:13.524684+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0x6c70636d: streamFormat->fSampleFormat = 0x6c70636d 2021-10-13 09:56:13.524685+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0x73696e74: streamFormat->fNumericRepresentation = 0x73696e74 2021-10-13 09:56:13.524686+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 24: streamFormat->fBitDepth = 24 2021-10-13 09:56:13.524686+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 32: streamFormat->fBitWidth = 32 2021-10-13 09:56:13.524687+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0: streamFormat->fAlignment = 0 2021-10-13 09:56:13.524688+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 1: streamFormat->fByteOrder = 1 2021-10-13 09:56:13.524689+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 2: streamFormat->fNumChannels = 2 2021-10-13 09:56:13.524690+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0x6c70636d: streamFormat->fSampleFormat = 0x6c70636d 2021-10-13 09:56:13.524691+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0x73696e74: streamFormat->fNumericRepresentation = 0x73696e74 2021-10-13 09:56:13.524692+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 24: streamFormat->fBitDepth = 24 2021-10-13 09:56:13.524692+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 32: streamFormat->fBitWidth = 32 2021-10-13 09:56:13.524693+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0: streamFormat->fAlignment = 0 2021-10-13 09:56:13.524694+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 1: streamFormat->fByteOrder = 1 2021-10-13 09:56:13.524695+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 2: streamFormat->fNumChannels = 2 2021-10-13 09:56:13.524695+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0x6c70636d: streamFormat->fSampleFormat = 0x6c70636d 2021-10-13 09:56:13.524696+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0x73696e74: streamFormat->fNumericRepresentation = 0x73696e74 2021-10-13 09:56:13.524697+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 24: streamFormat->fBitDepth = 24 2021-10-13 09:56:13.524698+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 32: streamFormat->fBitWidth = 32 2021-10-13 09:56:13.524698+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 0: streamFormat->fAlignment = 0 2021-10-13 09:56:13.524699+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) 1: streamFormat->fByteOrder = 1 2021-10-13 09:56:13.524700+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioStream[<private>]::validateFormat(<private>, <private>, <private>) returns 1 2021-10-13 09:56:13.524713+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioEngine[<private>]::pauseAudioEngine() 2021-10-13 09:56:13.524714+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngine[<private>]::pauseAudioEngine() returns 0x0 2021-10-13 09:56:13.524715+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) +-IOAudioEngine[<private>]::performFormatChange(<private>, <private>, <private>, 0x0) 2021-10-13 09:56:13.526634+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioEngine[<private>]::setNumSampleFramesPerBuffer(0xc000) 2021-10-13 09:56:13.526637+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngine[<private>]::setNumSampleFramesPerBuffer(0xc000) 2021-10-13 09:56:13.526638+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) +-IOAudioEngine[<private>]::setSampleRate(<private>) 2021-10-13 09:56:13.528038+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioEngine[<private>]::sendFormatChangeNotification(<private>) 2021-10-13 09:56:13.528038+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngine[<private>]::sendFormatChangeNotification(<private>) 2021-10-13 09:56:13.528039+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioEngine[<private>]::resumeAudioEngine() 2021-10-13 09:56:13.528040+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngine[<private>]::resumeAudioEngine() returns 0x0 2021-10-13 09:56:13.528042+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) IOAudioStream[<private>]::setFormat(<private>, <private>) returns 0x0 2021-10-13 09:56:13.529578+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) +- IOAudioEngine[<private>]::completeConfigurationChange() 2021-10-13 09:56:13.614082+0100 0x24a9 Default 0x0 0 0 kernel: tcp_timers: tcp_output() returned 0 with retransmission timer disabled for 8096 > 52643 in state 4, reset timer to 944 2021-10-13 09:56:13.687109+0100 0x24a9 Default 0x0 0 0 kernel: tcp_timers: tcp_output() returned 0 with retransmission timer disabled for 8096 > 52643 in state 4, reset timer to 367 2021-10-13 09:56:13.735625+0100 0x24a9 Default 0x0 0 0 kernel: tcp_timers: tcp_output() returned 0 with retransmission timer disabled for 8096 > 52643 in state 4, reset timer to 341 2021-10-13 09:56:13.991455+0100 0x30c Default 0x0 0 0 kernel: IOConsoleUsers: time(1) 1634115282->1634115282, lin 1, llk 1, 2021-10-13 09:56:13.991464+0100 0x30c Default 0x0 0 0 kernel: IOConsoleUsers: gIOScreenLockState 3, hs 0, bs 0, now 1634115373, sm 0x0 2021-10-13 09:56:13.992545+0100 0x30c Default 0x0 0 0 kernel: IOConsoleUsers: time(1) 1634115282->1634115282, lin 1, llk 1, 2021-10-13 09:56:13.992552+0100 0x30c Default 0x0 0 0 kernel: IOConsoleUsers: gIOScreenLockState 3, hs 0, bs 0, now 1634115373, sm 0x0 2021-10-13 09:56:13.994706+0100 0x30c Default 0x0 0 0 kernel: IOConsoleUsers: time(1) 1634115282->1634115282, lin 1, llk 1, 2021-10-13 09:56:13.994712+0100 0x30c Default 0x0 0 0 kernel: IOConsoleUsers: gIOScreenLockState 3, hs 0, bs 0, now 1634115373, sm 0x0 2021-10-13 09:56:13.995487+0100 0x30c Default 0x0 0 0 kernel: IOConsoleUsers: time(1) 1634115282->1634115282, lin 1, llk 1, 2021-10-13 09:56:13.995493+0100 0x30c Default 0x0 0 0 kernel: IOConsoleUsers: gIOScreenLockState 3, hs 0, bs 0, now 1634115373, sm 0x0 2021-10-13 09:56:14.019650+0100 0x24a9 Default 0x0 0 0 kernel: tcp_timers: tcp_output() returned 0 with retransmission timer disabled for 8096 > 52643 in state 4, reset timer to 572 2021-10-13 09:56:14.067917+0100 0x24a9 Default 0x0 0 0 kernel: tcp_timers: tcp_output() returned 0 with retransmission timer disabled for 8096 > 52643 in state 4, reset timer to 344 2021-10-13 09:56:14.242880+0100 0x24a9 Default 0x0 0 0 kernel: tcp_timers: tcp_output() returned 0 with retransmission timer disabled for 8096 > 52643 in state 4, reset timer to 461 2021-10-13 09:56:14.324748+0100 0x24a9 Default 0x0 0 0 kernel: tcp_timers: tcp_output() returned 0 with retransmission timer disabled for 8096 > 52643 in state 4, reset timer to 363 2021-10-13 09:56:14.584838+0100 0x24a9 Default 0x0 0 0 kernel: tcp_timers: tcp_output() returned 0 with retransmission timer disabled for 8096 > 52643 in state 4, reset timer to 538 2021-10-13 09:56:14.700909+0100 0x24a9 Default 0x0 0 0 kernel: tcp_timers: tcp_output() returned 0 with retransmission timer disabled for 8096 > 52643 in state 4, reset timer to 393 2021-10-13 09:56:14.788299+0100 0x24a9 Default 0x0 0 0 kernel: tcp_timers: tcp_output() returned 0 with retransmission timer disabled for 8096 > 52643 in state 4, reset timer to 373 2021-10-13 09:56:15.083576+0100 0x24a9 Default 0x0 0 0 kernel: tcp_timers: tcp_output() returned 0 with retransmission timer disabled for 8096 > 52643 in state 4, reset timer to 586 2021-10-13 09:56:15.217773+0100 0x368 Default 0x0 0 0 kernel: (AppleRTC) RTC: setGMTTimeOfDay 1634115374 2021-10-13 09:56:14.164940+0100 0x24a9 Default 0x0 0 0 kernel: tcp_timers: tcp_output() returned 0 with retransmission timer disabled for 8096 > 52643 in state 4, reset timer to 464 2021-10-13 09:56:14.284411+0100 0x24a9 Default 0x0 0 0 kernel: tcp_timers: tcp_output() returned 0 with retransmission timer disabled for 8096 > 52643 in state 4, reset timer to 399 2021-10-13 09:56:14.508609+0100 0x24a9 Default 0x0 0 0 kernel: tcp_timers: tcp_output() returned 0 with retransmission timer disabled for 8096 > 52643 in state 4, reset timer to 509 2021-10-13 09:56:14.619561+0100 0x24a9 Default 0x0 0 0 kernel: tcp_timers: tcp_output() returned 0 with retransmission timer disabled for 8096 > 52643 in state 4, reset timer to 391 2021-10-13 09:56:14.730283+0100 0x24a9 Default 0x0 0 0 kernel: tcp_timers: tcp_output() returned 0 with retransmission timer disabled for 8096 > 52643 in state 4, reset timer to 392 2021-10-13 09:56:15.002147+0100 0x24a9 Default 0x0 0 0 kernel: tcp_timers: tcp_output() returned 0 with retransmission timer disabled for 8096 > 52643 in state 4, reset timer to 565 2021-10-13 09:56:15.125097+0100 0x221f Default 0x0 0 0 kernel: memorystatus: set assertion priority(3) target CalendarWidgetExtension:865 2021-10-13 09:56:15.125443+0100 0x21a9 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for CalendarWidgetExtension:865 2021-10-13 09:56:15.125996+0100 0x2265 Default 0x0 0 0 kernel: memorystatus: set assertion priority(3) target WeatherWidget:864 2021-10-13 09:56:15.126997+0100 0x2265 Default 0x0 0 0 kernel: memorystatus: set assertion priority(3) target WorldClockWidget:863 2021-10-13 09:56:15.127916+0100 0x2648 Default 0x0 0 0 kernel: memorystatus: set assertion priority(3) target NewsToday2:862 2021-10-13 09:56:15.128534+0100 0x225f Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for NewsToday2:862 2021-10-13 09:56:15.128752+0100 0x2647 Default 0x0 0 0 kernel: memorystatus: set assertion priority(3) target StocksWidget:866 2021-10-13 09:56:15.129569+0100 0x264d Default 0x0 0 0 kernel: memorystatus: set assertion priority(3) target ScreenTimeWidgetExtension:867 2021-10-13 09:56:15.130296+0100 0x21a6 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for CalendarWidgetExtension:865 2021-10-13 09:56:15.130588+0100 0x21a6 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for CalendarWidgetExtension:865 2021-10-13 09:56:15.130826+0100 0x21a6 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for CalendarWidgetExtension:865 2021-10-13 09:56:15.131383+0100 0x21a9 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for CalendarWidgetExtension:865 2021-10-13 09:56:15.132367+0100 0x21be Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for WeatherWidget:864 2021-10-13 09:56:15.132601+0100 0x21be Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for WeatherWidget:864 2021-10-13 09:56:15.132871+0100 0x21be Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for WeatherWidget:864 2021-10-13 09:56:15.133475+0100 0x21cc Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for WeatherWidget:864 2021-10-13 09:56:15.134892+0100 0x21b4 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for WorldClockWidget:863 2021-10-13 09:56:15.135227+0100 0x21b4 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for WorldClockWidget:863 2021-10-13 09:56:15.135585+0100 0x21b4 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for WorldClockWidget:863 2021-10-13 09:56:15.136172+0100 0x21b4 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for WorldClockWidget:863 2021-10-13 09:56:15.136517+0100 0x21d3 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for StocksWidget:866 2021-10-13 09:56:15.137558+0100 0x21dd Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for NewsToday2:862 2021-10-13 09:56:15.137940+0100 0x21dd Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for NewsToday2:862 2021-10-13 09:56:15.138821+0100 0x21c6 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for NewsToday2:862 2021-10-13 09:56:15.139669+0100 0x21d5 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for StocksWidget:866 2021-10-13 09:56:15.140082+0100 0x21d5 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for StocksWidget:866 2021-10-13 09:56:15.140489+0100 0x21d5 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for StocksWidget:866 2021-10-13 09:56:15.141018+0100 0x21e1 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for StocksWidget:866 2021-10-13 09:56:15.142321+0100 0x2659 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for ScreenTimeWidgetExtension:867 2021-10-13 09:56:15.142854+0100 0x2659 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for ScreenTimeWidgetExtension:867 2021-10-13 09:56:15.143216+0100 0x2659 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for ScreenTimeWidgetExtension:867 2021-10-13 09:56:15.143812+0100 0x2659 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for ScreenTimeWidgetExtension:867 2021-10-13 09:56:15.183331+0100 0x24a9 Default 0x0 0 0 kernel: tcp_timers: tcp_output() returned 0 with retransmission timer disabled for 8096 > 52643 in state 4, reset timer to 465 2021-10-13 09:56:15.209280+0100 0x2659 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for ScreenTimeWidgetExtension:867 2021-10-13 09:56:15.209495+0100 0x2659 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for ScreenTimeWidgetExtension:867 2021-10-13 09:56:15.231927+0100 0x264d Default 0x0 0 0 kernel: memorystatus: set assertion priority(0) target ScreenTimeWidgetExtension:867 2021-10-13 09:56:15.296346+0100 0x24a9 Default 0x0 0 0 kernel: tcp_timers: tcp_output() returned 0 with retransmission timer disabled for 8096 > 52643 in state 4, reset timer to 391 2021-10-13 09:56:15.346046+0100 0x24a9 Default 0x0 0 0 kernel: tcp_timers: tcp_output() returned 0 with retransmission timer disabled for 8096 > 52643 in state 4, reset timer to 345 2021-10-13 09:56:15.417138+0100 0x21e2 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for WeatherWidget:864 2021-10-13 09:56:15.417328+0100 0x265d Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for WeatherWidget:864 2021-10-13 09:56:15.519065+0100 0x24a9 Default 0x0 0 0 kernel: tcp_timers: tcp_output() returned 0 with retransmission timer disabled for 8096 > 52643 in state 4, reset timer to 465 2021-10-13 09:56:15.548419+0100 0x21e5 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for StocksWidget:866 2021-10-13 09:56:15.548673+0100 0x21d5 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for StocksWidget:866 2021-10-13 09:56:15.577917+0100 0x219d Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for CalendarWidgetExtension:865 2021-10-13 09:56:15.578130+0100 0x2649 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for CalendarWidgetExtension:865 2021-10-13 09:56:15.630669+0100 0x24a9 Default 0x0 0 0 kernel: tcp_timers: tcp_output() returned 0 with retransmission timer disabled for 8096 > 52643 in state 4, reset timer to 390 2021-10-13 09:56:15.650617+0100 0x264d Default 0x0 0 0 kernel: memorystatus: set assertion priority(0) target CalendarWidgetExtension:865 2021-10-13 09:56:15.699192+0100 0x2651 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for NewsToday2:862 2021-10-13 09:56:15.699369+0100 0x21dd Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for NewsToday2:862 2021-10-13 09:56:15.717123+0100 0x30c Default 0x0 0 0 kernel: IOConsoleUsers: time(1) 1634115282->1634115282, lin 1, llk 1, 2021-10-13 09:56:15.717134+0100 0x30c Default 0x0 0 0 kernel: IOConsoleUsers: gIOScreenLockState 3, hs 0, bs 0, now 1634115375, sm 0x0 2021-10-13 09:56:15.745423+0100 0x24a9 Default 0x0 0 0 kernel: tcp_timers: tcp_output() returned 0 with retransmission timer disabled for 8096 > 52643 in state 4, reset timer to 392 2021-10-13 09:56:15.789981+0100 0x24a9 Default 0x0 0 0 kernel: tcp_timers: tcp_output() returned 0 with retransmission timer disabled for 8096 > 52643 in state 4, reset timer to 339 2021-10-13 09:56:15.800366+0100 0x2648 Default 0x0 0 0 kernel: memorystatus: set assertion priority(0) target NewsToday2:862 2021-10-13 09:56:15.897913+0100 0x240b Default 0x0 0 0 kernel: (AppleKeyStore) AppleKeyStore:1906:120: vol-uuid: , portable: 0, res: 0xfffffffd 2021-10-13 09:56:15.897919+0100 0x240b Default 0x0 0 0 kernel: (AppleKeyStore) AppleKeyStore:3222:120: user 328c0cb711774ad39ed191fc862fb632 unlock successful (0) 2021-10-13 09:56:16.028517+0100 0xe88 Default 0x0 0 0 kernel: (AppleKeyStore) AppleKeyStore:7988:496: Device UnLock call(-501): lockstate=1, transientCnt=0 2021-10-13 09:56:16.035069+0100 0xe88 Default 0x0 0 0 kernel: (AppleKeyStore) AppleKeyStore:920:496: Sending lock change 0 for handle -501 value 0 2021-10-13 09:56:16.035091+0100 0xe88 Default 0x0 0 0 kernel: (AppleKeyStore) AppleKeyStore:8068:496: Device UnLocked(-501): lockstate=0 2021-10-13 09:56:16.035491+0100 0x24c8 Default 0x0 0 0 kernel: (AppleKeyStore) AppleKeyStore:7988:154: Device UnLock call(-501): lockstate=0, transientCnt=0 2021-10-13 09:56:16.036186+0100 0x21b4 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for WorldClockWidget:863 2021-10-13 09:56:16.036380+0100 0x21d8 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for WorldClockWidget:863 2021-10-13 09:56:16.042312+0100 0x24c8 Default 0x0 0 0 kernel: (AppleKeyStore) AppleKeyStore:8068:154: Device UnLocked(-501): lockstate=0 2021-10-13 09:56:16.042409+0100 0x57e Default 0x0 0 0 kernel: (AppleKeyStore) AppleKeyStore:10727:293: operation failed (sel: 17 ret: e00002f0, 205, 100004) 2021-10-13 09:56:16.042447+0100 0x7ce Default 0x0 0 0 kernel: (AppleKeyStore) AppleKeyStore:7289:339: unexpected session: 100000 uid: -1 requested by: 339 2021-10-13 09:56:16.042454+0100 0x7ce Default 0x0 0 0 kernel: (AppleKeyStore) AppleKeyStore:10727:339: operation failed (sel: 17 ret: e00002c2, -1, 100000) 2021-10-13 09:56:16.042691+0100 0x1da8 Default 0x0 0 0 kernel: (AppleKeyStore) AppleKeyStore:10727:592: operation failed (sel: 44 ret: e00002f0, 501, 100006) 2021-10-13 09:56:16.042759+0100 0x30c Default 0x0 0 0 kernel: IOConsoleUsers: time(1) 1634115282->1634115282, lin 1, llk 1, 2021-10-13 09:56:16.042768+0100 0x30c Default 0x0 0 0 kernel: IOConsoleUsers: gIOScreenLockState 3, hs 0, bs 0, now 1634115376, sm 0x0 2021-10-13 09:56:16.044670+0100 0x30c Default 0x0 0 0 kernel: IOConsoleUsers: time(1) 1634115282->1634115282, lin 1, llk 1, 2021-10-13 09:56:16.044677+0100 0x30c Default 0x0 0 0 kernel: IOConsoleUsers: gIOScreenLockState 3, hs 0, bs 0, now 1634115376, sm 0x0 2021-10-13 09:56:16.050217+0100 0x30c Default 0x0 0 0 kernel: IOConsoleUsers: time(0) 1634115282->0, lin 1, llk 0, 2021-10-13 09:56:16.050232+0100 0x30c Default 0x0 0 0 kernel: IOConsoleUsers: gIOScreenLockState 1, hs 0, bs 0, now 0, sm 0x0 2021-10-13 09:56:16.050298+0100 0x437 Default 0x0 0 0 kernel: (AppleCredentialManager) ACMRM: _logPolicy: SAVING: ver=8 smTm=0 poRsn=0 gpTm=0 smExp=NO gpBlk=NO suTm=1634115376 svTm=1634115376 gpRsn=0 cMs=NO. 2021-10-13 09:56:16.050305+0100 0x437 Default 0x0 0 0 kernel: (AppleCredentialManager) ACMRM-S: setData: saving policy (len=41) in 3 seconds. 2021-10-13 09:56:16.054678+0100 0x12ba Default 0x0 0 0 kernel: (AppleKeyStore) AppleKeyStore:10727:592: operation failed (sel: 44 ret: e00002f0, 501, 100006) 2021-10-13 09:56:16.063658+0100 0x12ba Default 0x0 0 0 kernel: (AppleKeyStore) AppleKeyStore:10727:592: operation failed (sel: 44 ret: e00002f0, 501, 100006) 2021-10-13 09:56:16.095564+0100 0x12ba Default 0x0 0 0 kernel: (AppleKeyStore) AppleKeyStore:10727:592: operation failed (sel: 44 ret: e00002f0, 501, 100006) 2021-10-13 09:56:16.097646+0100 0x2454 Default 0x0 0 0 kernel: (AppleKeyStore) AppleKeyStore:10727:592: operation failed (sel: 44 ret: e00002f0, 501, 100006) 2021-10-13 09:56:16.139805+0100 0x221f Default 0x0 0 0 kernel: memorystatus: set assertion priority(0) target WorldClockWidget:863 2021-10-13 09:56:16.198429+0100 0x24a9 Default 0x0 0 0 kernel: tcp_timers: tcp_output() returned 0 with retransmission timer disabled for 8096 > 52643 in state 4, reset timer to 390 2021-10-13 09:56:16.255568+0100 0x21e5 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for StocksWidget:866 2021-10-13 09:56:16.311819+0100 0x24a9 Default 0x0 0 0 kernel: tcp_timers: tcp_output() returned 0 with retransmission timer disabled for 8096 > 52643 in state 4, reset timer to 393 2021-10-13 09:56:16.382531+0100 0x24a9 Default 0x0 0 0 kernel: tcp_timers: tcp_output() returned 0 with retransmission timer disabled for 8096 > 52643 in state 4, reset timer to 359 2021-10-13 09:56:16.389593+0100 0x240a Default 0x0 0 0 kernel: (AppleKeyStore) AppleKeyStore:3222:120: user 328c0cb711774ad39ed191fc862fb632 unlock failed (-5) 2021-10-13 09:56:16.389606+0100 0x240a Default 0x0 0 0 kernel: (AppleKeyStore) AppleKeyStore:10727:120: operation failed (sel: 75 ret: e00002ce, -1, 100000) 2021-10-13 09:56:16.407561+0100 0x21e5 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for StocksWidget:866 2021-10-13 09:56:16.451071+0100 0x268a Default 0x0 0 0 kernel: memorystatus: set assertion priority(0) target WeatherWidget:864 2021-10-13 09:56:16.618385+0100 0x268a Default 0x0 0 0 kernel: memorystatus: set assertion priority(0) target StocksWidget:866 2021-10-13 09:56:16.649435+0100 0x24a9 Default 0x0 0 0 kernel: tcp_timers: tcp_output() returned 0 with retransmission timer disabled for 8096 > 52643 in state 4, reset timer to 536 2021-10-13 09:56:16.759679+0100 0x24a9 Default 0x0 0 0 kernel: tcp_timers: tcp_output() returned 0 with retransmission timer disabled for 8096 > 52643 in state 4, reset timer to 389 2021-10-13 09:56:16.840563+0100 0x24a9 Default 0x0 0 0 kernel: tcp_timers: tcp_output() returned 0 with retransmission timer disabled for 8096 > 52643 in state 4, reset timer to 367 2021-10-13 09:56:17.211053+0100 0x24a9 Default 0x0 0 0 kernel: tcp_timers: tcp_output() returned 0 with retransmission timer disabled for 8096 > 52643 in state 4, reset timer to 652 2021-10-13 09:56:17.294024+0100 0x2443 Default 0x0 0 0 kernel: PMRD: assertionsUser 0x51->0x50 2021-10-13 09:56:17.294051+0100 0x2443 Default 0x0 0 0 kernel: (IOgPTPPlugin) IOTimeSyncLocalClockPort::handleGeneralNotification <private> 2021-10-13 09:56:17.324687+0100 0x249d Default 0x0 0 0 kernel: tcp_timers: tcp_output() returned 0 with retransmission timer disabled for 8096 > 52643 in state 4, reset timer to 393 2021-10-13 09:56:17.430617+0100 0x24a9 Default 0x0 0 0 kernel: tcp_timers: tcp_output() returned 0 with retransmission timer disabled for 8096 > 52643 in state 4, reset timer to 387 2021-10-13 09:56:17.955661+0100 0x24a9 Default 0x0 0 0 kernel: tcp_timers: tcp_output() returned 0 with retransmission timer disabled for 8096 > 52643 in state 4, reset timer to 777 2021-10-13 09:56:18.138542+0100 0x3a3 Default 0x0 0 0 kernel: fq_detect_dequeue_stall: dequeue stall num: 1, scidx: 7, flow: 0x6a9667d5, iface: en 2021-10-13 09:56:18.138554+0100 0x3a3 Default 0x0 0 0 kernel: fq_if_add_fcentry: num: 3, scidx: 7, flowsrc: 1, flow: 0x6a9667d5, iface: en0 2021-10-13 09:56:18.138589+0100 0x3a4 Default 0x0 0 0 kernel: fq_if_flow_feedback: num: 3, scidx: 7, flowsrc: 1, flow: 0x6a9667d5, iface: en0 2021-10-13 09:56:18.239570+0100 0x3a3 Default 0x0 0 0 kernel: [ 229.204545]: fq_getq_flow: high delay idx: 7, 16932664, flow: 0x6a9667d5, iface: en 2021-10-13 09:56:18.239573+0100 0x3a3 Default 0x0 0 0 kernel: fq_if_add_fcentry: num: 4, scidx: 7, flowsrc: 1, flow: 0x6a9667d5, iface: en0 2021-10-13 09:56:18.346102+0100 0x3a4 Default 0x0 0 0 kernel: fq_if_flow_feedback: num: 4, scidx: 7, flowsrc: 1, flow: 0x6a9667d5, iface: en0 2021-10-13 09:56:18.549666+0100 0x24a9 Default 0x0 0 0 kernel: tcp_timers: tcp_output() returned 0 with retransmission timer disabled for 8096 > 52643 in state 4, reset timer to 833 2021-10-13 09:56:18.874755+0100 0x3a3 Default 0x0 0 0 kernel: fq_getq_flow: high delay idx: 7, 17668610, flow: 0x6a9667d5, iface: en 2021-10-13 09:56:18.874758+0100 0x3a3 Default 0x0 0 0 kernel: fq_if_add_fcentry: num: 5, scidx: 7, flowsrc: 1, flow: 0x6a9667d5, iface: en0 2021-10-13 09:56:19.050497+0100 0x437 Default 0x0 0 0 kernel: (AppleCredentialManager) ACMRM-S: _saveAll: pushing policy -> daemon (gen=4 len=41). 2021-10-13 09:56:19.098099+0100 0x249d Default 0x0 0 0 kernel: tcp_timers: tcp_output() returned 0 with retransmission timer disabled for 8096 > 52643 in state 4, reset timer to 779 2021-10-13 09:56:20.106828+0100 0x24a9 Default 0x0 0 0 kernel: tcp_timers: tcp_output() returned 0 with retransmission timer disabled for 8096 > 52643 in state 4, reset timer to 1138 2021-10-13 09:56:20.458376+0100 0x3a4 Default 0x0 0 0 kernel: fq_if_flow_feedback: num: 5, scidx: 7, flowsrc: 1, flow: 0x6a9667d5, iface: en0 2021-10-13 09:56:20.560170+0100 0x3a3 Default 0x0 0 0 kernel: [ 231.523399]: fq_getq_flow: high delay idx: 7, 13700483, flow: 0x6a9667d5, iface: en 2021-10-13 09:56:20.560174+0100 0x3a3 Default 0x0 0 0 kernel: fq_if_add_fcentry: num: 6, scidx: 7, flowsrc: 1, flow: 0x6a9667d5, iface: en0 2021-10-13 09:56:21.120275+0100 0x24a9 Default 0x0 0 0 kernel: tcp_timers: tcp_output() returned 0 with retransmission timer disabled for 8096 > 52643 in state 4, reset timer to 1119 2021-10-13 09:56:21.761341+0100 0x3a4 Default 0x0 0 0 kernel: fq_if_flow_feedback: num: 6, scidx: 7, flowsrc: 1, flow: 0x6a9667d5, iface: en0 2021-10-13 09:56:21.965936+0100 0x3a3 Default 0x0 0 0 kernel: [ 232.930046]: fq_getq_flow: high delay idx: 7, 16111637, flow: 0x6a9667d5, iface: en 2021-10-13 09:56:21.965939+0100 0x3a3 Default 0x0 0 0 kernel: fq_if_add_fcentry: num: 7, scidx: 7, flowsrc: 1, flow: 0x6a9667d5, iface: en0 2021-10-13 09:56:22.131100+0100 0x24a9 Default 0x0 0 0 kernel: tcp_timers: tcp_output() returned 0 with retransmission timer disabled for 8096 > 52643 in state 4, reset timer to 1112 2021-10-13 09:56:22.409746+0100 0x3a4 Default 0x0 0 0 kernel: fq_if_flow_feedback: num: 7, scidx: 7, flowsrc: 1, flow: 0x6a9667d5, iface: en0 2021-10-13 09:56:22.618429+0100 0x5ef Default 0x0 0 0 kernel: (IO80211Family) com.apple.p2p: IO80211AWDLPeerManager::updateLocalRequests: Adding PTR:._airplay-p2p._tcp.local. service PTR browse from mDNSResponder (pid 207) 2021-10-13 09:56:22.618453+0100 0x5ef Default 0x0 0 0 kernel: (IO80211Family) com.apple.p2p: IO80211AWDLPeerManager::updateLocalRequests Received service request but not configured (_stateFlags:0x0)! bailing.. 2021-10-13 09:56:22.621717+0100 0x5ef Default 0x0 0 0 kernel: (IO80211Family) com.apple.p2p: IO80211AWDLPeerManager::updateLocalRequests: Adding PTR:._airplay._tcp.local. service PTR browse from mDNSResponder (pid 207) 2021-10-13 09:56:22.621743+0100 0x5ef Default 0x0 0 0 kernel: (IO80211Family) com.apple.p2p: IO80211AWDLPeerManager::updateLocalRequests Received service request but not configured (_stateFlags:0x0)! bailing.. 2021-10-13 09:56:22.624806+0100 0x5ef Default 0x0 0 0 kernel: (IO80211Family) com.apple.p2p: IO80211AWDLPeerManager::updateLocalRequests: Adding PTR:._raop._tcp.local. service PTR browse from mDNSResponder (pid 207) 2021-10-13 09:56:22.624825+0100 0x5ef Default 0x0 0 0 kernel: (IO80211Family) com.apple.p2p: IO80211AWDLPeerManager::updateLocalRequests Received service request but not configured (_stateFlags:0x0)! bailing.. 2021-10-13 09:56:23.280261+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x27 detail 0xc2591b40 2021-10-13 09:56:23.281858+0100 0x75 Default 0x0 0 0 kernel: PMRD: system wake events: GLAN EH01 EH02 XHC HDEF XHC 2021-10-13 09:56:23.281859+0100 0x75 Default 0x0 0 0 kernel: system wake events: GLAN EH01 EH02 XHC HDEF XHC 2021-10-13 09:56:23.281861+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x28 2021-10-13 09:56:23.281950+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[0] to __kernel__ 2021-10-13 09:56:23.281952+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[1] to __kernel__ 2021-10-13 09:56:23.281953+0100 0x75 Default 0x0 0 0 kernel: PMRD: sysPowerDownHandler message kIOMessageSystemCapabilityChange 2021-10-13 09:56:23.281954+0100 0x75 Default 0x0 0 0 kernel: PMRD: sysPowerDownHandler cap 0 -> f (flags 2) 2021-10-13 09:56:23.281959+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[1] response from __kernel__ took 0 ms (ack in 110000000 us) 2021-10-13 09:56:23.281973+0100 0x24a9 Default 0x0 0 0 kernel: PMRD: disk_sync_callout ps=2 2021-10-13 09:56:23.281998+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[2] to com.apple.driver.AppleACPIPlatform 2021-10-13 09:56:23.282035+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[3] to com.apple.iokit.IOPCIFamily 2021-10-13 09:56:23.282071+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[4] to com.apple.driver.AppleCredentialManager 2021-10-13 09:56:23.282290+0100 0x24a9 Default 0x0 0 0 kernel: PMRD: disk_sync_callout finish 2021-10-13 09:56:23.282330+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[5] to com.apple.driver.AppleSMC 2021-10-13 09:56:23.282396+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[6] to com.apple.iokit.IOStorageFamily 2021-10-13 09:56:23.282398+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[7] to com.apple.iokit.IOStorageFamily 2021-10-13 09:56:23.282399+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[8] to com.apple.iokit.IOStorageFamily 2021-10-13 09:56:23.282459+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[9] to com.apple.iokit.IOHIDFamily 2021-10-13 09:56:23.282494+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[10] to com.apple.iokit.IONetworkingFamily 2021-10-13 09:56:23.282529+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[11] to com.apple.iokit.IO80211Family 2021-10-13 09:56:23.282564+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[12] to com.apple.driver.AirPort.BrcmNIC 2021-10-13 09:56:23.282580+0100 0x75 Default 0x0 0 0 kernel: (AirPortBrcmNIC) ARPT: 187.607768: AirPort_Brcm43xx::powerChange: System Wake - Full Wake/ Dark Wake / Maintenance wake 2021-10-13 09:56:23.782952+0100 0x75 Default 0x0 0 0 kernel: (AirPortBrcmNIC) ARPT: 188.108138: IOPMPowerSource Information: onWake, SleepType: Normal Sleep, 2021-10-13 09:56:23.783014+0100 0x75 Default 0x0 0 0 kernel: (AirPortBrcmNIC) ARPT: 188.108202: AirPort_Brcm43xx::platformWoWEnable: WWEN[disable], in_fatal_err[0] 2021-10-13 09:56:23.783030+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[12] response from com.apple.driver.AirPort.BrcmNIC took 500 ms 2021-10-13 09:56:23.783070+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[13] to com.apple.iokit.IOSCSIBlockCommandsDevice 2021-10-13 09:56:23.783107+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[14] to com.apple.iokit.IOStorageFamily 2021-10-13 09:56:23.783143+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[15] to com.apple.iokit.IO80211Family 2021-10-13 09:56:23.783180+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[16] to com.apple.driver.X86PlatformPlugin 2021-10-13 09:56:23.783218+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[17] to com.apple.iokit.IOGraphicsFamily 2021-10-13 09:56:23.783220+0100 0x75 Default 0x0 0 0 kernel: (IOGraphicsFamily) GTrace synchronization point 18c 2021-10-13 09:56:23.783263+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[18] to com.apple.driver.AGPM 2021-10-13 09:56:23.783299+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[19] to org.virtualbox.kext.VBoxDrv 2021-10-13 09:56:23.783337+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[20] to com.apple.driver.AppleGraphicsDevicePolicy 2021-10-13 09:56:23.783381+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x28 msgType 0xe0000340 detail 0x0001adb0 2021-10-13 09:56:23.783455+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemCapabilityChange[1] ack from __kernel__ took 501 ms 2021-10-13 09:56:23.783522+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x28 msgType 0xe0000340 detail 0x00007530 2021-10-13 09:56:23.785115+0100 0x75 Default 0x0 0 0 kernel: PMRD: tellChangeUp SLEEP_STATE->ON_STATE 2021-10-13 09:56:23.785118+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x29 2021-10-13 09:56:23.785216+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemHasPoweredOn to __kernel__ 2021-10-13 09:56:23.785219+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemHasPoweredOn to __kernel__ 2021-10-13 09:56:23.785220+0100 0x75 Default 0x0 0 0 kernel: PMRD: sysPowerDownHandler message kIOMessageSystemHasPoweredOn 2021-10-13 09:56:23.785263+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemHasPoweredOn to com.apple.driver.AppleACPIPlatform 2021-10-13 09:56:23.785307+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemHasPoweredOn to com.apple.iokit.IOPCIFamily 2021-10-13 09:56:23.785351+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemHasPoweredOn to com.apple.driver.AppleCredentialManager 2021-10-13 09:56:23.785399+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemHasPoweredOn to com.apple.driver.AppleSMC 2021-10-13 09:56:23.785442+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemHasPoweredOn to com.apple.iokit.IOStorageFamily 2021-10-13 09:56:23.785445+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemHasPoweredOn to com.apple.iokit.IOStorageFamily 2021-10-13 09:56:23.785446+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemHasPoweredOn to com.apple.iokit.IOStorageFamily 2021-10-13 09:56:23.785491+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemHasPoweredOn to com.apple.iokit.IOHIDFamily 2021-10-13 09:56:23.785536+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemHasPoweredOn to com.apple.iokit.IONetworkingFamily 2021-10-13 09:56:23.785580+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemHasPoweredOn to com.apple.iokit.IO80211Family 2021-10-13 09:56:23.785630+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemHasPoweredOn to com.apple.driver.AirPort.BrcmNIC 2021-10-13 09:56:23.785674+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemHasPoweredOn to com.apple.iokit.IOSCSIBlockCommandsDevice 2021-10-13 09:56:23.785713+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemHasPoweredOn to com.apple.iokit.IOStorageFamily 2021-10-13 09:56:23.785757+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemHasPoweredOn to com.apple.iokit.IO80211Family 2021-10-13 09:56:23.785797+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemHasPoweredOn to com.apple.driver.X86PlatformPlugin 2021-10-13 09:56:23.785841+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemHasPoweredOn to com.apple.iokit.IOGraphicsFamily 2021-10-13 09:56:23.785844+0100 0x75 Default 0x0 0 0 kernel: (IOGraphicsFamily) GTrace synchronization point 191 2021-10-13 09:56:23.785891+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemHasPoweredOn to com.apple.driver.AGPM 2021-10-13 09:56:23.785930+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemHasPoweredOn to org.virtualbox.kext.VBoxDrv 2021-10-13 09:56:23.785979+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemHasPoweredOn to com.apple.driver.AppleGraphicsDevicePolicy 2021-10-13 09:56:23.786392+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemHasPoweredOn to pid 94, powerd 2021-10-13 09:56:23.786433+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemHasPoweredOn to com.apple.plugin.IOgPTPPlugin 2021-10-13 09:56:23.786436+0100 0x75 Default 0x0 0 0 kernel: (IOgPTPPlugin) IOTimeSyncLocalClockPort::handleGeneralNotification <private> 2021-10-13 09:56:23.786441+0100 0x75 Default 0x0 0 0 kernel: (IOgPTPPlugin) IOTimeSyncTimeSyncTimePort(0x40a8f06937190008): System Has Powered On 2021-10-13 09:56:23.786504+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemHasPoweredOn to pid 223, airportd 2021-10-13 09:56:23.786509+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemHasPoweredOn to pid 147, corebrightnessd 2021-10-13 09:56:23.786516+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemHasPoweredOn to pid 154, loginwindow 2021-10-13 09:56:23.786520+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemHasPoweredOn to pid 138, PerfPowerService 2021-10-13 09:56:23.786524+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemHasPoweredOn to pid 154, loginwindow 2021-10-13 09:56:23.786529+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemHasPoweredOn to pid 121, apsd 2021-10-13 09:56:23.786534+0100 0x75 Default 0x0 0 0 kernel: PMRD: kIOMessageSystemHasPoweredOn to pid 592, sharingd 2021-10-13 09:56:23.786543+0100 0x75 Default 0x0 0 0 kernel: PMRD: === FINISH (SLEEP_STATE->ON_STATE, 0->f, 0x2002) gen 5, msg 7, tag 390002 2021-10-13 09:56:23.786547+0100 0x75 Default 0x0 0 0 kernel: PMRD: trace point 0x00 2021-10-13 09:56:23.786600+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeDone: SLEEP_STATE->ON_STATE 2021-10-13 09:56:23.786606+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeOverride (ON_STATE->ON_STATE, f, 0x102) tag 0x3c0064 2021-10-13 09:56:23.786608+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeDone: ON_STATE->ON_STATE 2021-10-13 09:56:23.786616+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeOverride (ON_STATE->ON_STATE, f, 0x2) tag 0x3a0003 2021-10-13 09:56:23.786618+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeDone: ON_STATE->ON_STATE 2021-10-13 09:56:23.786624+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeOverride (ON_STATE->ON_STATE, f, 0x2) tag 0x3b0008 2021-10-13 09:56:23.786625+0100 0x75 Default 0x0 0 0 kernel: PMRD: PowerChangeDone: ON_STATE->ON_STATE 2021-10-13 09:56:23.786639+0100 0x23d5 Default 0x0 0 0 kernel: PMRD: assertionsUser 0x50->0x51 2021-10-13 09:56:23.786653+0100 0x23d5 Default 0x0 0 0 kernel: (IOgPTPPlugin) IOTimeSyncLocalClockPort::handleGeneralNotification <private> 2021-10-13 09:56:23.790625+0100 0x2454 Default 0x0 0 0 kernel: (AppleKeyStore) AppleKeyStore:10727:592: operation failed (sel: 44 ret: e00002f0, 501, 100006) 2021-10-13 09:56:24.003847+0100 0x271b Default 0x0 0 0 kernel: (AppleMobileFileIntegrity) Invalid denylist 2021-10-13 09:56:24.104552+0100 0x249d Default 0x0 0 0 kernel: (AirPortBrcmNIC) ARPT: 188.429739: AirPort_Brcm43xx::syncPowerState: WWEN[disabled] 2021-10-13 09:56:24.264579+0100 0x1e71 Error 0x0 0 0 kernel: (Sandbox) Sandbox: cloudd(533) deny(1) mach-lookup com.apple.tccd.system 2021-10-13 09:56:24.452332+0100 0x24a9 Default 0x0 0 0 kernel: tcp_timers: tcp_output() returned 0 with retransmission timer disabled for 49331 > 443 in state 4, reset timer to 332 2021-10-13 09:56:25.231130+0100 0x1e71 Default 0x0 0 0 kernel: (Sandbox) Sandbox: 3 duplicate reports for cloudd deny(1) mach-lookup com.apple.tccd.system 2021-10-13 09:56:25.231133+0100 0x1e71 Default 0x0 0 0 kernel: (Sandbox) Sandbox: fud(877) allow mach-lookup com.apple.commcenter.coretelephony.xpc 2021-10-13 09:56:25.310454+0100 0x1e71 Default 0x0 0 0 kernel: (Sandbox) Sandbox: 2 duplicate reports for fud allow mach-lookup com.apple.commcenter.coretelephony.xpc 2021-10-13 09:56:25.310457+0100 0x1e71 Error 0x0 0 0 kernel: (Sandbox) Sandbox: routined(515) deny(1) mach-lookup com.apple.Maps.MapsSync.store 2021-10-13 09:56:25.822150+0100 0x368 Default 0x0 0 0 kernel: (AppleRTC) RTC: setGMTTimeOfDay 1634115387 2021-10-13 09:56:27.992031+0100 0x2c9 Default 0x0 0 0 kernel: (IOBluetoothFamily) IOBluetoothHostController::PrintDeviceList -- Device Connection Handle 0x0042, Device Address 3C:2E:FF:70:BF:30 2021-10-13 09:56:27.992070+0100 0x249d Default 0x0 0 0 kernel: (IOBluetoothHostControllerUSBTransport) **** [IOBluetoothHostControllerUSBTransport][setPowerStateWL] -- exiting -- Power state change completed -- microsecondsUntilComplete = 0 -- powerStateOrdinal = ON, originalPowerState = ON -> mPendingInternalPowerState = ON -- this = 0xe000 **** 2021-10-13 09:56:28.254672+0100 0x75 Default 0x0 0 0 kernel: PMRD: Desktop mode 1 2021-10-13 09:56:28.254674+0100 0x75 Default 0x0 0 0 kernel: PMRD: Clamshell enabled 2021-10-13 09:56:28.858115+0100 0x2648 Default 0x0 0 0 kernel: memorystatus: set assertion priority(3) target CalendarWidgetExtension:865 2021-10-13 09:56:28.858474+0100 0x2649 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for CalendarWidgetExtension:865 2021-10-13 09:56:28.858944+0100 0x2649 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for CalendarWidgetExtension:865 2021-10-13 09:56:28.858949+0100 0x2650 Default 0x0 0 0 kernel: memorystatus: set assertion priority(3) target WeatherWidget:864 2021-10-13 09:56:28.859216+0100 0x2649 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for CalendarWidgetExtension:865 2021-10-13 09:56:28.859428+0100 0x2649 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for CalendarWidgetExtension:865 2021-10-13 09:56:28.859504+0100 0x2649 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for CalendarWidgetExtension:865 2021-10-13 09:56:28.859589+0100 0x2649 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for CalendarWidgetExtension:865 2021-10-13 09:56:28.859771+0100 0x2265 Default 0x0 0 0 kernel: memorystatus: set assertion priority(3) target WorldClockWidget:863 2021-10-13 09:56:28.860592+0100 0x2647 Default 0x0 0 0 kernel: memorystatus: set assertion priority(3) target NewsToday2:862 2021-10-13 09:56:28.860803+0100 0x2652 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for NewsToday2:862 2021-10-13 09:56:28.861560+0100 0x2650 Default 0x0 0 0 kernel: memorystatus: set assertion priority(3) target StocksWidget:866 2021-10-13 09:56:28.862556+0100 0x2650 Default 0x0 0 0 kernel: memorystatus: set assertion priority(3) target ScreenTimeWidgetExtension:867 2021-10-13 09:56:28.863169+0100 0x264a Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for CalendarWidgetExtension:865 2021-10-13 09:56:28.863496+0100 0x264a Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for CalendarWidgetExtension:865 2021-10-13 09:56:28.863748+0100 0x264a Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for CalendarWidgetExtension:865 2021-10-13 09:56:28.864332+0100 0x264a Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for CalendarWidgetExtension:865 2021-10-13 09:56:28.865561+0100 0x21e2 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for WeatherWidget:864 2021-10-13 09:56:28.865882+0100 0x21e2 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for WeatherWidget:864 2021-10-13 09:56:28.866194+0100 0x21e2 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for WeatherWidget:864 2021-10-13 09:56:28.866781+0100 0x21be Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for WeatherWidget:864 2021-10-13 09:56:28.868317+0100 0x264f Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for WorldClockWidget:863 2021-10-13 09:56:28.868955+0100 0x264f Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for WorldClockWidget:863 2021-10-13 09:56:28.869990+0100 0x264f Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for WorldClockWidget:863 2021-10-13 09:56:28.872385+0100 0x225f Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for NewsToday2:862 2021-10-13 09:56:28.872653+0100 0x225f Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for NewsToday2:862 2021-10-13 09:56:28.872967+0100 0x225f Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for NewsToday2:862 2021-10-13 09:56:28.873572+0100 0x225f Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for NewsToday2:862 2021-10-13 09:56:28.874129+0100 0x21e5 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for StocksWidget:866 2021-10-13 09:56:28.874528+0100 0x21e5 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for StocksWidget:866 2021-10-13 09:56:28.875492+0100 0x21d3 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for StocksWidget:866 2021-10-13 09:56:28.877777+0100 0x2659 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for ScreenTimeWidgetExtension:867 2021-10-13 09:56:28.878323+0100 0x287e Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for ScreenTimeWidgetExtension:867 2021-10-13 09:56:28.879239+0100 0x2217 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for ScreenTimeWidgetExtension:867 2021-10-13 09:56:28.938437+0100 0x287e Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for ScreenTimeWidgetExtension:867 2021-10-13 09:56:28.938717+0100 0x2217 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for ScreenTimeWidgetExtension:867 2021-10-13 09:56:28.967024+0100 0x264d Default 0x0 0 0 kernel: memorystatus: set assertion priority(0) target ScreenTimeWidgetExtension:867 2021-10-13 09:56:29.059550+0100 0x21e5 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for StocksWidget:866 2021-10-13 09:56:29.059767+0100 0x2658 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for StocksWidget:866 2021-10-13 09:56:29.100992+0100 0x21b6 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for WeatherWidget:864 2021-10-13 09:56:29.101217+0100 0x21e2 Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for WeatherWidget:864 2021-10-13 09:56:29.332245+0100 0x219d Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for CalendarWidgetExtension:865 2021-10-13 09:56:29.332429+0100 0x264a Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for CalendarWidgetExtension:865 2021-10-13 09:56:29.437053+0100 0x2650 Default 0x0 0 0 kernel: memorystatus: set assertion priority(0) target CalendarWidgetExtension:865 2021-10-13 09:56:29.445272+0100 0x21de Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for NewsToday2:862 2021-10-13 09:56:29.445467+0100 0x225f Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for NewsToday2:862 2021-10-13 09:56:29.512561+0100 0x1da Default 0x0 0 0 kernel: (IOBluetoothFamily) IOBluetoothHostController::PrintDeviceList -- Device list is empty 2021-10-13 09:56:29.545869+0100 0x2650 Default 0x0 0 0 kernel: memorystatus: set assertion priority(0) target NewsToday2:862 2021-10-13 09:56:29.848590+0100 0x264f Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for WorldClockWidget:863 2021-10-13 09:56:29.848805+0100 0x287f Default 0x0 0 0 kernel: memorystatus: assertion priority 3 overrides priority 0 for WorldClockWidget:863 2021-10-13 09:56:29.894686+0100 0x2889 Default 0x0 0 0 kernel: (ALF) ALF, old data swfs_pid_entry <private>, updaterules_msg <private>, updaterules_state <private> 2021-10-13 09:56:29.926008+0100 0x60e Default 0x0 0 0 kernel: (ALF) ALF, hash_free: found kext_info <private> 2021-10-13 09:56:29.948868+0100 0x268c Default 0x0 0 0 kernel: memorystatus: set assertion priority(0) target WorldClockWidget:863 2021-10-13 09:56:29.953859+0100 0x2c9 Default 0x0 0 0 kernel: (IOBluetoothFamily) IOBluetoothHostController::PrintDeviceList -- Device Connection Handle 0x0042, Device Address 9C:28:B3:36:6A:3B 2021-10-13 09:56:30.051880+0100 0x2650 Default 0x0 0 0 kernel: memorystatus: set assertion priority(0) target WeatherWidget:864 2021-10-13 09:56:30.051895+0100 0x268c Default 0x0 0 0 kernel: memorystatus: set assertion priority(0) target StocksWidget:866 2021-10-13 09:56:30.877678+0100 0x1da Default 0x0 0 0 kernel: (IOBluetoothFamily) IOBluetoothHostController::PrintDeviceList -- Device list is empty 2021-10-13 09:56:30.899457+0100 0x249d Default 0x0 0 0 kernel: (IOBluetoothHostControllerUSBTransport) **** [IOBluetoothHostControllerUSBTransport][setPowerStateWL] -- exiting -- Power state change completed -- microsecondsUntilComplete = 0 -- powerStateOrdinal = IDLE, originalPowerState = ON -> mPendingInternalPowerState = ON -- this = 0xe000 **** 2021-10-13 09:56:32.572748+0100 0x5ef Default 0x0 0 0 kernel: (IO80211Family) com.apple.p2p: IO80211AWDLPeerManager::updateLocalRequests: Deleting PTR:._airplay-p2p._tcp.local. service PTR browse from mDNSResponder (pid 207) 2021-10-13 09:56:32.572788+0100 0x5ef Default 0x0 0 0 kernel: (IO80211Family) com.apple.p2p: IO80211AWDLPeerManager::updateLocalRequests Received service request but not configured (_stateFlags:0x0)! bailing.. 2021-10-13 09:56:32.573662+0100 0x5ef Default 0x0 0 0 kernel: (IO80211Family) com.apple.p2p: IO80211AWDLPeerManager::updateLocalRequests: Deleting PTR:._airplay._tcp.local. service PTR browse from mDNSResponder (pid 207) 2021-10-13 09:56:32.573680+0100 0x5ef Default 0x0 0 0 kernel: (IO80211Family) com.apple.p2p: IO80211AWDLPeerManager::updateLocalRequests Received service request but not configured (_stateFlags:0x0)! bailing.. 2021-10-13 09:56:32.574164+0100 0x5ef Default 0x0 0 0 kernel: (IO80211Family) com.apple.p2p: IO80211AWDLPeerManager::updateLocalRequests: Deleting PTR:._raop._tcp.local. service PTR browse from mDNSResponder (pid 207) 2021-10-13 09:56:32.574182+0100 0x5ef Default 0x0 0 0 kernel: (IO80211Family) com.apple.p2p: IO80211AWDLPeerManager::updateLocalRequests Received service request but not configured (_stateFlags:0x0)! bailing.. 2021-10-13 09:56:32.791774+0100 0x1e71 Default 0x0 0 0 kernel: (Sandbox) Sandbox: 6 duplicate reports for routined deny(1) mach-lookup com.apple.Maps.MapsSync.store 2021-10-13 09:56:32.791777+0100 0x1e71 Error 0x0 0 0 kernel: (Sandbox) Sandbox: cloudd(533) deny(1) mach-lookup com.apple.tccd.system 2021-10-13 09:56:32.816668+0100 0x249d Default 0x0 0 0 kernel: tcp_timers: tcp_output() returned 0 with retransmission timer disabled for 49337 > 443 in state 4, reset timer to 310 2021-10-13 09:56:33.482620+0100 0x1e71 Default 0x0 0 0 kernel: (Sandbox) Sandbox: 1 duplicate report for cloudd deny(1) mach-lookup com.apple.tccd.system 2021-10-13 09:56:33.482624+0100 0x1e71 Error 0x0 0 0 kernel: (Sandbox) Sandbox: routined(515) deny(1) mach-lookup com.apple.Maps.MapsSync.store 2021-10-13 09:56:36.962742+0100 0x20c Default 0x0 0 0 kernel: (apfs) tx_flush:1182: disk3 xid 114112 tx stats: # 280 finish 289 enter 487 wait 21 2370us close 662us flush 16500us 2021-10-13 09:56:46.642433+0100 0x28f2 Default 0x0 0 0 kernel: (smbfs) nbssn_recvhdr: id 0 flags 0x62 Server closed their side of the connection. 2021-10-13 09:56:46.642435+0100 0x28f2 Default 0x0 0 0 kernel: (smbfs) nbssn_recv: nbssn_recvhdr error 32 2021-10-13 09:56:46.983007+0100 0x1e71 Default 0x0 0 0 kernel: (Sandbox) Sandbox: 4 duplicate reports for routined deny(1) mach-lookup com.apple.Maps.MapsSync.store 2021-10-13 09:56:46.983011+0100 0x1e71 Error 0x0 0 0 kernel: (Sandbox) Sandbox: ContextStoreAgen(698) deny(1) mach-lookup com.apple.ocspd 2021-10-13 09:56:48.936432+0100 0x1e71 Default 0x0 0 0 kernel: (Sandbox) Sandbox: 2 duplicate reports for ContextStoreAgen deny(1) mach-lookup com.apple.ocspd 2021-10-13 09:56:48.936436+0100 0x1e71 Error 0x0 0 0 kernel: (Sandbox) Sandbox: routined(515) deny(1) mach-lookup com.apple.Maps.MapsSync.store 2021-10-13 09:57:00.489739+0100 0x2a49 Default 0x0 0 0 kernel: (smbfs) nbssn_recvhdr: id 1 flags 0x62 Server closed their side of the connection. 2021-10-13 09:57:00.489742+0100 0x2a49 Default 0x0 0 0 kernel: (smbfs) nbssn_recv: nbssn_recvhdr error 32 2021-10-13 09:57:05.218018+0100 0x20c Default 0x0 0 0 kernel: (apfs) tx_flush:1182: disk3 xid 114132 tx stats: # 300 finish 308 enter 464 wait 23 2600us close 618us flush 15557us 2021-10-13 09:57:05.812330+0100 0x2844 Default 0x0 0 0 kernel: (Sandbox) Sandbox: 3 duplicate reports for routined deny(1) mach-lookup com.apple.Maps.MapsSync.store 2021-10-13 09:57:05.812334+0100 0x2844 Error 0x0 0 0 kernel: (Sandbox) Sandbox: parsec-fbf(618) deny(1) file-read-data /Library/Application Support/CrashReporter/DiagnosticMessagesHistory.plist 2021-10-13 09:57:05.816444+0100 0x2966 Default 0x0 0 0 kernel: (ALF) ALF, old data swfs_pid_entry <private>, updaterules_msg <private>, updaterules_state <private> 2021-10-13 09:57:05.842023+0100 0x60e Default 0x0 0 0 kernel: (ALF) ALF, hash_free: found kext_info <private> 2021-10-13 09:57:05.861654+0100 0x2a97 Default 0x0 0 0 kernel: (ALF) ALF, old data swfs_pid_entry <private>, updaterules_msg <private>, updaterules_state <private> 2021-10-13 09:57:05.881349+0100 0x60e Default 0x0 0 0 kernel: (ALF) ALF, hash_free: found kext_info <private> 2021-10-13 09:57:05.902845+0100 0x293f Default 0x0 0 0 kernel: (Sandbox) Sandbox: 1 duplicate report for parsec-fbf deny(1) file-read-data /Library/Application Support/CrashReporter/DiagnosticMessagesHistory.plist 2021-10-13 09:57:05.902848+0100 0x293f Error 0x0 0 0 kernel: (Sandbox) Sandbox: parsec-fbf(618) deny(1) mach-lookup com.apple.securityd.xpc 2021-10-13 09:57:05.903640+0100 0x29c5 Error 0x0 0 0 kernel: (Sandbox) Sandbox: parsec-fbf(618) deny(1) user-preference-write com.apple.osprey 2021-10-13 09:57:05.904295+0100 0x2a90 Error 0x0 0 0 kernel: (Sandbox) Sandbox: parsec-fbf(618) deny(1) file-read-data /Users/ben800g1/Library/Caches/GeoServices/Experiments.pbd 2021-10-13 09:57:05.904464+0100 0x2a90 Error 0x0 0 0 kernel: (Sandbox) Sandbox: parsec-fbf(618) deny(1) file-read-data /Users/ben800g1/Library/Caches/GeoServices/networkDefaults.plist 2021-10-13 09:57:05.904664+0100 0x2a90 Error 0x0 0 0 kernel: (Sandbox) Sandbox: parsec-fbf(618) deny(1) file-read-data /Users/ben800g1/Library/Caches/GeoServices/Resources 2021-10-13 09:57:05.906443+0100 0x293f Error 0x0 0 0 kernel: (Sandbox) Sandbox: parsec-fbf(618) deny(1) mach-lookup com.apple.coreservices.quarantine-resolver 2021-10-13 09:57:05.907144+0100 0x293f Error 0x0 0 0 kernel: (Sandbox) Sandbox: parsec-fbf(618) deny(1) mach-lookup com.apple.lsd.mapdb 2021-10-13 09:57:05.907723+0100 0x2a90 Error 0x0 0 0 kernel: (Sandbox) Sandbox: parsec-fbf(618) deny(1) file-read-data /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/0/com.apple.LaunchServices.dv/com.apple.LaunchServices-2548-v2.csstore 2021-10-13 09:57:05.907808+0100 0x2a90 Default 0x0 0 0 kernel: (Sandbox) System Policy: parsec-fbf(618) allow file-read-metadata /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/0/com.apple.LaunchServices.dv/com.apple.LaunchServices-2548-v2.csstore 2021-10-13 09:57:05.917041+0100 0x2a90 Default 0x0 0 0 kernel: (Sandbox) Sandbox: 1 duplicate report for parsec-fbf allow file-read-metadata /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/0/com.apple.LaunchServices.dv/com.apple.LaunchServices-2548-v2.csstore 2021-10-13 09:57:05.917044+0100 0x2a90 Error 0x0 0 0 kernel: (Sandbox) Sandbox: parsec-fbf(618) deny(1) file-read-data /Users/ben800g1/Library/Preferences/com.apple.LaunchServices/com.apple.LaunchServices.plist 2021-10-13 09:57:05.919358+0100 0x293f Error 0x0 0 0 kernel: (Sandbox) Sandbox: parsec-fbf(618) deny(1) mach-lookup com.apple.lsd.modifydb 2021-10-13 09:57:06.022190+0100 0x2a9f Default 0x0 0 0 kernel: (Sandbox) Sandbox: 67 duplicate reports for parsec-fbf deny(1) mach-lookup com.apple.lsd.modifydb 2021-10-13 09:57:06.022193+0100 0x2a9f Error 0x0 0 0 kernel: (Sandbox) Sandbox: parsec-fbf(618) deny(1) file-read-data /Library/Application Support/CrashReporter/DiagnosticMessagesHistory.plist 2021-10-13 09:57:06.265300+0100 0x2844 Default 0x0 0 0 kernel: (Sandbox) Sandbox: 2 duplicate reports for parsec-fbf deny(1) file-read-data /Library/Application Support/CrashReporter/DiagnosticMessagesHistory.plist 2021-10-13 09:57:06.265304+0100 0x2844 Error 0x0 0 0 kernel: (Sandbox) Sandbox: parsec-fbf(618) deny(1) file-write-create /Users/ben800g1/Library/Caches/com.apple.siri.parsec.CoreParsec 2021-10-13 09:57:06.329640+0100 0x29c5 Error 0x0 0 0 kernel: (Sandbox) Sandbox: parsec-fbf(618) deny(1) user-preference-write com.apple.osprey 2021-10-13 09:57:06.329996+0100 0x2a98 Error 0x0 0 0 kernel: (Sandbox) Sandbox: parsec-fbf(618) deny(1) file-read-data /Users/ben800g1/Library/Caches/GeoServices/Resources 2021-10-13 09:57:06.385525+0100 0x29c5 Error 0x0 0 0 kernel: (Sandbox) Sandbox: parsec-fbf(618) deny(1) user-preference-write com.apple.osprey 2021-10-13 09:57:06.592478+0100 0x75 Default 0x0 0 0 kernel: PMRD: power event 14 args 0x0 0x0 2021-10-13 09:57:06.592489+0100 0x75 Default 0x0 0 0 kernel: PMRD: wrangler RootDomainPower (ps 4, 0->1) 2021-10-13 09:57:06.592491+0100 0x75 Default 0x0 0 0 kernel: PMRD: evaluatePolicy( 0, 0x0 ) 2021-10-13 09:57:10.822095+0100 0x23d5 Default 0x0 0 0 kernel: PMRD: assertionsUser 0x51->0x50 2021-10-13 09:57:10.822121+0100 0x23d5 Default 0x0 0 0 kernel: (IOgPTPPlugin) IOTimeSyncLocalClockPort::handleGeneralNotification <private> 2021-10-13 09:57:20.939557+0100 0x2a51 Default 0x0 0 0 kernel: (Sandbox) Sandbox: 1 duplicate report for parsec-fbf deny(1) user-preference-write com.apple.osprey 2021-10-13 09:57:20.939560+0100 0x2a51 Error 0x0 0 0 kernel: (Sandbox) Sandbox: routined(515) deny(1) mach-lookup com.apple.Maps.MapsSync.store 2021-10-13 09:57:28.392122+0100 0x2b5d Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioEngineUserClient::externalMethod, selector=0x0, arg0 0x0, arg1 0x103c66000, arg2 0x8010 arg3 0x80 2021-10-13 09:57:28.392125+0100 0x2b5d Default 0x0 0 0 kernel: (IOAudioFamily) scalarInputCount=0x4 structureInputSize 0x0, scalarOutputCount 0x0, structureOutputSize 0x0 2021-10-13 09:57:28.392128+0100 0x2b5d Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioEngineUserClient::registerBuffer64 0x0 0x103c66000 0x8010 0x80 2021-10-13 09:57:28.392131+0100 0x2b5d Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioEngineUserClient::safeRegisterClientBuffer64 <private> 2021-10-13 09:57:28.392134+0100 0x2b5d Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioEngineUserClient[<private>]::registerClientBuffer64 (<private>[1], 0x103c66000, 0x8010, 0x80) 2021-10-13 09:57:28.392136+0100 0x2b5d Default 0x0 0 0 kernel: (IOAudioFamily) null clientBufferSetList 2021-10-13 09:57:28.392136+0100 0x2b5d Default 0x0 0 0 kernel: (IOAudioFamily) did not find clientBufferSetList for ID 0x80 2021-10-13 09:57:28.392157+0100 0x2b5d Default 0x0 0 0 kernel: (IOAudioFamily) clientBuffer->mAudioClientBuffer32.sourceBuffer before offset: <private>, offset size: 16 2021-10-13 09:57:28.392158+0100 0x2b5d Default 0x0 0 0 kernel: (IOAudioFamily) clientBuffer->mAudioClientBuffer32.sourceBuffer after offset: <private> 2021-10-13 09:57:28.392159+0100 0x2b5d Default 0x0 0 0 kernel: (IOAudioFamily) null clientBufferSetList 2021-10-13 09:57:28.392160+0100 0x2b5d Default 0x0 0 0 kernel: (IOAudioFamily) did not find clientBufferSetList for ID 0x80 2021-10-13 09:57:28.392160+0100 0x2b5d Default 0x0 0 0 kernel: (IOAudioFamily) creating new IOAudioClientBufferSet 2021-10-13 09:57:28.392161+0100 0x2b5d Default 0x0 0 0 kernel: (IOAudioFamily) output 2021-10-13 09:57:28.392167+0100 0x2b5d Default 0x0 0 0 kernel: (IOAudioFamily) !isOnline 2021-10-13 09:57:28.392169+0100 0x2b5d Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngineUserClient::registerClientBuffer64() result 0x0 2021-10-13 09:57:28.392170+0100 0x2b5d Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngineUserClient::safeRegisterClientBuffer64 returns 0x0 2021-10-13 09:57:28.392171+0100 0x2b5d Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngineUserClient::registerBuffer64 0x0 0x103c66000 0x8010 0x80 returns 0x0 2021-10-13 09:57:28.392172+0100 0x2b5d Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngineUserClient::externalMethod returns 0x0 2021-10-13 09:57:28.392198+0100 0x2b5d Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioEngineUserClient::externalMethod, selector=0x3, arg0 0x0, arg1 0x0, arg2 0x0 arg3 0x0 2021-10-13 09:57:28.392199+0100 0x2b5d Default 0x0 0 0 kernel: (IOAudioFamily) scalarInputCount=0x0 structureInputSize 0x0, scalarOutputCount 0x0, structureOutputSize 0x0 2021-10-13 09:57:28.392211+0100 0x2b5d Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioEngineUserClient[<private>]::startClient() - 0 2021-10-13 09:57:28.392212+0100 0x2b5d Default 0x0 0 0 kernel: (IOAudioFamily) audioEngine && !isInactive(). State = 0 2021-10-13 09:57:28.392213+0100 0x2b5d Default 0x0 0 0 kernel: (IOAudioFamily) audioEngine->getState() != kIOAudioEnginePaused 2021-10-13 09:57:28.392217+0100 0x2b5d Default 0x0 0 0 kernel: (IOAudioFamily) +- IOAudioEngineUserClient[<private>]::setOnline(1) 2021-10-13 09:57:28.392218+0100 0x2b5d Default 0x0 0 0 kernel: (IOAudioFamily) !isOnline() setting online 2021-10-13 09:57:28.392220+0100 0x2b5d Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioEngine[<private>]::startClient(<private>) 2021-10-13 09:57:28.392222+0100 0x2b5d Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioEngine[<private>]::incrementActiveUserClients() - 0 2021-10-13 09:57:28.392225+0100 0x2b5d Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioEngine[<private>]::startAudioEngine(state = 0) 2021-10-13 09:57:28.392227+0100 0x2b5d Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioDevice[<private>]::protectedCompletePowerStateChange() - current = 2 - pending = 2 2021-10-13 09:57:28.392229+0100 0x2b5d Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioDevice[<private>]::protectedCompletePowerStateChange() - current = 2 - pending = 2 returns 0x0 2021-10-13 09:57:28.392241+0100 0x2b5d Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioDevice[<private>]::protectedCompletePowerStateChange() - current = 2 - pending = 2 2021-10-13 09:57:28.392242+0100 0x2b5d Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioDevice[<private>]::protectedCompletePowerStateChange() - current = 2 - pending = 2 returns 0x0 2021-10-13 09:57:28.392243+0100 0x2b5d Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioDevice[<private>]::audioEngineStarting() - numRunningAudioEngines = 0 2021-10-13 09:57:28.392244+0100 0x2b5d Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioDevice[<private>]::audioEngineStarting() - numRunningAudioEngines = 1 2021-10-13 09:57:28.392245+0100 0x2b5d Default 0x0 0 0 kernel: (IOAudioFamily) +- IOAudioEngine[<private>]::resetStatusBuffer() 2021-10-13 09:57:28.392292+0100 0x2b5d Default 0x0 0 0 kernel: (IOAudioFamily) +-IOAudioEngine[<private>]::setState(0x1. oldState=0) 2021-10-13 09:57:28.392295+0100 0x2b5d Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngine[<private>]::getTimerInterval() 2021-10-13 09:57:28.392381+0100 0x2b5d Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngine[<private>]::startAudioEngine() returns 0x0 2021-10-13 09:57:28.392383+0100 0x2b5d Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngine[<private>]::incrementActiveUserClients() - 1 returns 0 2021-10-13 09:57:28.392385+0100 0x2b5d Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngine[<private>]::startClient(<private>) returns 0x0 2021-10-13 09:57:28.392385+0100 0x2b5d Default 0x0 0 0 kernel: (IOAudioFamily) engine started 2021-10-13 09:57:28.392387+0100 0x2b5d Default 0x0 0 0 kernel: (IOAudioFamily) bufferSet <private> 2021-10-13 09:57:28.392387+0100 0x2b5d Default 0x0 0 0 kernel: (IOAudioFamily) output clientBuffer <private> 2021-10-13 09:57:28.392389+0100 0x2b5d Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioStream[<private>]::addClient(<private>) 2021-10-13 09:57:28.392468+0100 0x2b5d Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioStream[<private>]::addClient(<private>) returns 0x0 2021-10-13 09:57:28.392469+0100 0x2b5d Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngineUserClient[<private>]::startClient() - 1 returns 0x0 2021-10-13 09:57:28.392472+0100 0x2b5d Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngineUserClient::externalMethod returns 0x0 2021-10-13 09:57:28.969185+0100 0x2b5d Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioEngineUserClient::externalMethod, selector=0x4, arg0 0x0, arg1 0x0, arg2 0x0 arg3 0x0 2021-10-13 09:57:28.969187+0100 0x2b5d Default 0x0 0 0 kernel: (IOAudioFamily) scalarInputCount=0x0 structureInputSize 0x0, scalarOutputCount 0x0, structureOutputSize 0x0 2021-10-13 09:57:28.969196+0100 0x2b5d Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioStream[<private>]::removeClient(<private>) 2021-10-13 09:57:28.969203+0100 0x2b5d Default 0x0 0 0 kernel: (IOAudioFamily) +-IOAudioStream[<private>]::safeLogError kErrorLogDumpCounters mStreamErrorCountsUpdated=0 2021-10-13 09:57:28.969204+0100 0x2b5d Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioStream[<private>]::removeClient(<private>) 2021-10-13 09:57:28.969208+0100 0x2b5d Default 0x0 0 0 kernel: (IOAudioFamily) +- IOAudioEngine[<private>]::decrementActiveUserClients() - 0 returns 0x0 2021-10-13 09:57:28.969209+0100 0x2b5d Default 0x0 0 0 kernel: (IOAudioFamily) +- IOAudioEngine[<private>]::stopClient(<private>) returns 0x0 2021-10-13 09:57:28.969211+0100 0x2b5d Default 0x0 0 0 kernel: (IOAudioFamily) +- IOAudioEngineUserClient[<private>]::setOnline(0) 2021-10-13 09:57:28.969213+0100 0x2b5d Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngineUserClient::externalMethod returns 0x0 2021-10-13 09:57:28.969248+0100 0x2b5d Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioEngineUserClient::externalMethod, selector=0x1, arg0 0x103C66000, arg1 0x80, arg2 0x0 arg3 0x0 2021-10-13 09:57:28.969249+0100 0x2b5d Default 0x0 0 0 kernel: (IOAudioFamily) scalarInputCount=0x2 structureInputSize 0x0, scalarOutputCount 0x0, structureOutputSize 0x0 2021-10-13 09:57:28.969251+0100 0x2b5d Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioEngineUserClient[<private>]::unregisterClientBuffer64(0x<private>, 0x80) 2021-10-13 09:57:28.969253+0100 0x2b5d Default 0x0 0 0 kernel: (IOAudioFamily) searching for sourceBuffer 0x103c66000 2021-10-13 09:57:28.969255+0100 0x2b5d Default 0x0 0 0 kernel: (IOAudioFamily) +- IOAudioEngineUserClient[<private>]::removeBufferSet(<private>) 2021-10-13 09:57:28.969256+0100 0x2b5d Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioStream[<private>]::removeClient(<private>) 2021-10-13 09:57:28.969258+0100 0x2b5d Default 0x0 0 0 kernel: (IOAudioFamily) +-IOAudioStream[<private>]::safeLogError kErrorLogDumpCounters mStreamErrorCountsUpdated=0 2021-10-13 09:57:28.969259+0100 0x2b5d Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioStream[<private>]::removeClient(<private>) 2021-10-13 09:57:28.969282+0100 0x2b5d Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngineUserClient::unregisterClientBuffer64 no sourcebuffer returns 0x0 2021-10-13 09:57:28.969283+0100 0x2b5d Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngineUserClient::externalMethod returns 0x0 2021-10-13 09:57:30.100165+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioEngine[<private>]::stopAudioEngine() 2021-10-13 09:57:30.100246+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) +-IOAudioEngine[<private>]::setState(0x0. oldState=0x1) 2021-10-13 09:57:30.100319+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioDevice[<private>]::audioEngineStopped() - numRunningAudioEngines = 1 2021-10-13 09:57:30.100322+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) + IOAudioDevice[<private>]::scheduleIdleAudioSleep: idleSleepDelayTime = ffffffffffffffffffffffff 2021-10-13 09:57:30.100324+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioDevice[<private>]::scheduleIdleAudioSleep: idleSleepDelayTime = ffffffffffffffffffffffff 2021-10-13 09:57:30.100326+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioDevice[<private>]::audioEngineStopped() - numRunningAudioEngines = 0 2021-10-13 09:57:30.100328+0100 0x437 Default 0x0 0 0 kernel: (IOAudioFamily) - IOAudioEngine[<private>]::stopAudioEngine() returns 0x0 2021-10-13 09:57:30.716116+0100 0x249d Default 0x0 0 0 kernel: tcp_timers: tcp_output() returned 0 with retransmission timer disabled for 49356 > 443 in state 4, reset timer to 310 2021-10-13 09:57:33.814575+0100 0x2bc4 Default 0x0 0 0 kernel: (smbfs) nbssn_recvhdr: id 2 flags 0x62 Server closed their side of the connection. 2021-10-13 09:57:33.814578+0100 0x2bc4 Default 0x0 0 0 kernel: (smbfs) nbssn_recv: nbssn_recvhdr error 32 2021-10-13 09:57:37.786258+0100 0x2863 Default 0x0 0 0 kernel: (ALF) ALF, old data swfs_pid_entry <private>, updaterules_msg <private>, updaterules_state <private> 2021-10-13 09:57:37.786787+0100 0x2c02 Default 0x0 0 0 kernel: (ALF) ALF, old data swfs_pid_entry <private>, updaterules_msg <private>, updaterules_state <private> 2021-10-13 09:57:37.787103+0100 0x2a51 Default 0x0 0 0 kernel: (Sandbox) Sandbox: 10 duplicate reports for routined deny(1) mach-lookup com.apple.Maps.MapsSync.store 2021-10-13 09:57:37.787107+0100 0x2a51 Error 0x0 0 0 kernel: (Sandbox) Sandbox: coreduetd(115) deny(1) mach-lookup com.apple.coreservices.lsuseractivitymanager.xpc 2021-10-13 09:57:37.818027+0100 0x60e Default 0x0 0 0 kernel: (ALF) ALF, hash_free: found kext_info <private> 2021-10-13 09:57:37.837777+0100 0x60e Default 0x0 0 0 kernel: (ALF) ALF, hash_free: found kext_info <private> 2021-10-13 09:57:39.318980+0100 0x2a51 Error 0x0 0 0 kernel: (Sandbox) Sandbox: routined(515) deny(1) mach-lookup com.apple.Maps.MapsSync.store 2021-10-13 09:57:46.110524+0100 0x20c Default 0x0 0 0 kernel: (apfs) tx_flush:1182: disk3 xid 114152 tx stats: # 320 finish 328 enter 442 wait 23 2600us close 579us flush 14691us 2021-10-13 09:57:53.230023+0100 0x2c9e Default 0x0 0 0 kernel: (Sandbox) Sandbox: 4 duplicate reports for routined deny(1) mach-lookup com.apple.Maps.MapsSync.store 2021-10-13 09:57:53.230033+0100 0x2c9e Error 0x0 0 0 kernel: (Sandbox) Sandbox: dprivacyd(930) deny(1) file-write-create /private/var/mobile 2021-10-13 09:57:58.808953+0100 0x2a51 Error 0x0 0 0 kernel: (Sandbox) Sandbox: cloudd(533) deny(1) mach-lookup com.apple.tccd.system 2021-10-13 09:57:58.982636+0100 0x2c8e Default 0x0 0 0 kernel: (Sandbox) Sandbox: 1 duplicate report for cloudd deny(1) mach-lookup com.apple.tccd.system 2021-10-13 09:57:58.982638+0100 0x2c8e Error 0x0 0 0 kernel: (Sandbox) Sandbox: apsd(121) deny(1) mach-lookup com.apple.photos.cloud.datarepair 2021-10-13 09:58:04.733458+0100 0x249d Default 0x0 0 0 kernel: tcp_timers: tcp_output() returned 0 with retransmission timer disabled for 49362 > 443 in state 4, reset timer to 349 2021-10-13 09:58:06.679382+0100 0x75 Default 0x0 0 0 kernel: PMRD: power event 14 args 0x0 0x0 2021-10-13 09:58:06.679390+0100 0x75 Default 0x0 0 0 kernel: PMRD: wrangler RootDomainPower (ps 4, 0->1) 2021-10-13 09:58:06.679391+0100 0x75 Default 0x0 0 0 kernel: PMRD: evaluatePolicy( 0, 0x0 ) 2021-10-13 09:58:06.885042+0100 0x20c Default 0x0 0 0 kernel: (apfs) tx_flush:1182: disk3 xid 114172 tx stats: # 340 finish 351 enter 419 wait 27 2800us close 545us flush 13925us 2021-10-13 09:58:07.828712+0100 0x2d7a Default 0x0 0 0 kernel: (smbfs) nbssn_recvhdr: id 3 flags 0x62 Server closed their side of the connection. 2021-10-13 09:58:07.828715+0100 0x2d7a Default 0x0 0 0 kernel: (smbfs) nbssn_recv: nbssn_recvhdr error 32 2021-10-13 09:58:12.273360+0100 0x2db2 Error 0x0 0 0 kernel: (Sandbox) Sandbox: mdworker(946) deny(1) file-read-xattr /Volumes/WD4TB 2021-10-13 09:58:12.273624+0100 0x2db2 Default 0x0 0 0 kernel: (Sandbox) Sandbox: 7 duplicate reports for mdworker deny(1) file-read-xattr /Volumes/WD4TB 2021-10-13 09:58:12.273626+0100 0x2db2 Error 0x0 0 0 kernel: (Sandbox) Sandbox: mdworker(946) deny(1) file-read-xattr /Volumes 2021-10-13 09:58:12.273746+0100 0x2db2 Default 0x0 0 0 kernel: (Sandbox) Sandbox: 5 duplicate reports for mdworker deny(1) file-read-xattr /Volumes 2021-10-13 09:58:12.273748+0100 0x2db2 Error 0x0 0 0 kernel: (Sandbox) Sandbox: mdworker(946) deny(1) file-read-data /Volumes/WD4TB 2021-10-13 09:58:12.276220+0100 0x2c8e Error 0x0 0 0 kernel: (Sandbox) Sandbox: mdworker(946) deny(1) mach-lookup com.apple.coreservices.quarantine-resolver 2021-10-13 09:58:22.438741+0100 0xf3b Default 0x0 0 0 kernel: (ALF) ALF, old data swfs_pid_entry <private>, updaterules_msg <private>, updaterules_state <private> 2021-10-13 09:58:22.466253+0100 0x60e Default 0x0 0 0 kernel: (ALF) ALF, hash_free: found kext_info <private> 2021-10-13 09:58:24.407334+0100 0x249d Default 0x0 0 0 kernel: tcp_timers: tcp_output() returned 0 with retransmission timer disabled for 49323 > 52644 in state 4, reset timer to 117639 2021-10-13 09:58:25.136531+0100 0x249d Default 0x0 0 0 kernel: tcp_timers: tcp_output() returned 0 with retransmission timer disabled for 49366 > 443 in state 4, reset timer to 304 2021-10-13 09:58:25.816103+0100 0x2de2 Error 0x0 0 0 kernel: (Sandbox) Sandbox: ContextStoreAgen(698) deny(1) mach-lookup com.apple.ocspd 2021-10-13 09:58:27.393262+0100 0x75 Default 0x0 0 0 kernel: PMRD: power event 14 args 0x0 0x0 2021-10-13 09:58:27.393273+0100 0x75 Default 0x0 0 0 kernel: PMRD: wrangler RootDomainPower (ps 4, 0->1) 2021-10-13 09:58:27.393275+0100 0x75 Default 0x0 0 0 kernel: PMRD: evaluatePolicy( 0, 0x0 ) 2021-10-13 09:58:27.842501+0100 0x75 Default 0x0 0 0 kernel: PMRD: power event 14 args 0x0 0x0 2021-10-13 09:58:27.842509+0100 0x75 Default 0x0 0 0 kernel: PMRD: wrangler RootDomainPower (ps 4, 0->1) 2021-10-13 09:58:27.842511+0100 0x75 Default 0x0 0 0 kernel: PMRD: evaluatePolicy( 0, 0x0 ) 2021-10-13 09:58:40.760846+0100 0x2f01 Default 0x0 0 0 kernel: (ALF) ALF, old data swfs_pid_entry <private>, updaterules_msg <private>, updaterules_state <private> 2021-10-13 09:58:40.777946+0100 0x60e Default 0x0 0 0 kernel: (ALF) ALF, hash_free: found kext_info <private> 2021-10-13 09:58:41.941829+0100 0x2f63 Default 0x0 0 0 kernel: (Sandbox) Sandbox: 2 duplicate reports for ContextStoreAgen deny(1) mach-lookup com.apple.ocspd 2021-10-13 09:58:41.941832+0100 0x2f63 Error 0x0 0 0 kernel: (Sandbox) Sandbox: secd(504) deny(1) user-preference-write secd 2021-10-13 09:58:41.945305+0100 0x2ee0 Default 0x0 0 0 kernel: (Sandbox) System Policy: cfprefsd(149) allow file-read-data /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/0/com.apple.routined/dv/Cache 2021-10-13 09:58:41.949439+0100 0x2ee0 Default 0x0 0 0 kernel: (Sandbox) Sandbox: 1 duplicate report for cfprefsd allow file-read-data /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/0/com.apple.routined/dv/Cache 2021-10-13 09:58:41.949444+0100 0x2ee0 Default 0x0 0 0 kernel: (Sandbox) System Policy: cfprefsd(149) allow file-read-data /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/0/com.apple.routined/dv/Cache/defaults.plist 2021-10-13 09:58:41.953626+0100 0x271e Default 0x0 0 0 kernel: (Sandbox) Sandbox: 2 duplicate reports for cfprefsd allow file-read-data /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/0/com.apple.routined/dv/Cache/defaults.plist 2021-10-13 09:58:41.953630+0100 0x271e Error 0x0 0 0 kernel: (Sandbox) Sandbox: SafariBookmarksS(876) deny(1) file-read-data /Applications/Google Chrome.app 2021-10-13 09:58:41.969914+0100 0x2edb Error 0x0 0 0 kernel: (Sandbox) Sandbox: secd(504) deny(1) user-preference-write secd 2021-10-13 09:58:42.087138+0100 0x2edb Error 0x0 0 0 kernel: (Sandbox) Sandbox: passd(960) deny(1) user-preference-read com.apple.GEO 2021-10-13 09:58:42.087917+0100 0x2fd2 Error 0x0 0 0 kernel: (Sandbox) Sandbox: passd(960) deny(1) file-read-data /Users/ben800g1/Library/Caches/GeoServices/Experiments.pbd 2021-10-13 09:58:42.087938+0100 0x2fe5 Error 0x0 0 0 kernel: (Sandbox) Sandbox: passd(960) deny(1) file-read-data /Users/ben800g1/Library/Caches/GeoServices 2021-10-13 09:58:42.088067+0100 0x2fd2 Error 0x0 0 0 kernel: (Sandbox) Sandbox: passd(960) deny(1) file-read-data /Users/ben800g1/Library/Caches/GeoServices/networkDefaults.plist 2021-10-13 09:58:42.088437+0100 0x2fe4 Error 0x0 0 0 kernel: (Sandbox) Sandbox: passd(960) deny(1) file-read-data /Users/ben800g1/Library/Caches/GeoServices/Resources 2021-10-13 09:58:42.096000+0100 0x2fd2 Error 0x0 0 0 kernel: (Sandbox) Sandbox: passd(960) deny(1) file-issue-extension target:/System/Library/PrivateFrameworks/PassKitCore.framework class:com.apple.app-sandbox.read 2021-10-13 09:58:42.105199+0100 0x2de2 Error 0x0 0 0 kernel: (Sandbox) Sandbox: passd(960) deny(1) mach-lookup com.apple.tccd.system 2021-10-13 09:58:42.134508+0100 0x2de2 Default 0x0 0 0 kernel: (Sandbox) Sandbox: 1 duplicate report for passd deny(1) mach-lookup com.apple.tccd.system 2021-10-13 09:58:42.134512+0100 0x2de2 Error 0x0 0 0 kernel: (Sandbox) Sandbox: passd(960) deny(1) mach-lookup com.apple.CoreLocation.agent 2021-10-13 09:58:42.148307+0100 0x2de2 Error 0x0 0 0 kernel: (Sandbox) Sandbox: passd(960) deny(1) mach-lookup com.apple.bird 2021-10-13 09:58:42.185847+0100 0x2fd2 Default 0x0 0 0 kernel: (AppleSSE) AppleSSE::hasBridgeSSE - SSE not present (neither KR nor SEPMgr) 2021-10-13 09:58:42.197380+0100 0x2fd2 Error 0x0 0 0 kernel: (Sandbox) Sandbox: passd(960) deny(1) file-read-data /Library/Preferences/com.apple.ViewBridge.plist 2021-10-13 09:58:42.249098+0100 0x302b Error 0x0 0 0 kernel: (Sandbox) Sandbox: progressd(611) deny(1) process-info-pidinfo others [accountsd(532)] 2021-10-13 09:58:42.595573+0100 0x3035 Error 0x0 0 0 kernel: (Sandbox) Sandbox: nfcd(961) deny(1) file-read-data /private/var/db/applepay 2021-10-13 09:58:42.605643+0100 0x2de2 Default 0x0 0 0 kernel: (Sandbox) Sandbox: 3 duplicate reports for nfcd deny(1) file-read-data /private/var/db/applepay 2021-10-13 09:58:42.605645+0100 0x2de2 Error 0x0 0 0 kernel: (Sandbox) Sandbox: nfcd(961) deny(1) mach-lookup com.apple.passd.nf-events 2021-10-13 09:58:42.867947+0100 0x249d Default 0x0 0 0 kernel: tcp_timers: tcp_output() returned 0 with retransmission timer disabled for 49373 > 443 in state 4, reset timer to 334 2021-10-13 09:58:46.326749+0100 0x2f15 Default 0x0 0 0 kernel: (Sandbox) Sandbox: 1 duplicate report for nfcd deny(1) mach-lookup com.apple.passd.nf-events 2021-10-13 09:58:46.326752+0100 0x2f15 Default 0x0 0 0 kernel: (Sandbox) System Policy: cfprefsd(149) allow file-read-data /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/0/com.apple.routined/dv/Cache 2021-10-13 09:58:46.326884+0100 0x2f15 Default 0x0 0 0 kernel: (Sandbox) Sandbox: 1 duplicate report for cfprefsd allow file-read-data /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/0/com.apple.routined/dv/Cache 2021-10-13 09:58:46.326886+0100 0x2f15 Default 0x0 0 0 kernel: (Sandbox) System Policy: cfprefsd(149) allow file-read-data /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/0/com.apple.routined/dv/Cache/defaults.plist 2021-10-13 09:58:46.328833+0100 0x2de2 Default 0x0 0 0 kernel: (Sandbox) Sandbox: 2 duplicate reports for cfprefsd allow file-read-data /private/var/folders/6_/60sdrjfx5d77pjk7y8cbxp680000gn/0/com.apple.routined/dv/Cache/defaults.plist 2021-10-13 09:58:46.328836+0100 0x2de2 Error 0x0 0 0 kernel: (Sandbox) Sandbox: routined(515) deny(1) mach-lookup com.apple.Maps.MapsSync.store 2021-10-13 09:58:51.229817+0100 0x20c Default 0x0 0 0 kernel: (apfs) tx_flush:1182: disk3 xid 114192 tx stats: # 360 finish 371 enter 435 wait 27 2800us close 515us flush 13259us 2021-10-13 09:58:52.197814+0100 0x301d Default 0x0 0 0 kernel: (Sandbox) Sandbox: 6 duplicate reports for routined deny(1) mach-lookup com.apple.Maps.MapsSync.store 2021-10-13 09:58:52.197817+0100 0x301d Error 0x0 0 0 kernel: (Sandbox) Sandbox: passd(960) deny(1) file-read-data /Users/ben800g1/Library/Caches/GeoServices/Resources 2021-10-13 09:58:52.362914+0100 0x3064 Error 0x0 0 0 kernel: (Sandbox) Sandbox: routined(515) deny(1) mach-lookup com.apple.Maps.MapsSync.store 2021-10-13 09:58:54.863886+0100 0x75 Default 0x0 0 0 kernel: PMRD: power event 14 args 0x0 0x0 2021-10-13 09:58:54.863895+0100 0x75 Default 0x0 0 0 kernel: PMRD: wrangler RootDomainPower (ps 4, 0->1) 2021-10-13 09:58:54.863897+0100 0x75 Default 0x0 0 0 kernel: PMRD: evaluatePolicy( 0, 0x0 ) 2021-10-13 09:58:55.611550+0100 0x282b Default 0x0 0 0 kernel: (AppleCredentialManager) ACM: createCredentialSet: Credential set created, CS[109]/2/0/263. 2021-10-13 09:58:55.612955+0100 0x2fbb Default 0x0 0 0 kernel: (AppleCredentialManager) ACM: handleExists: Checking handle, CS[109]. 2021-10-13 09:58:55.613535+0100 0x30b8 Default 0x0 0 0 kernel: (AppleCredentialManager) ACM: deleteCredentialSet: Deleting credential set, CS[109]. 2021-10-13 09:59:03.100171+0100 0x2db2 Default 0x0 0 0 kernel: (Sandbox) Sandbox: 3 duplicate reports for routined deny(1) mach-lookup com.apple.Maps.MapsSync.store 2021-10-13 09:59:03.100181+0100 0x2db2 Error 0x0 0 0 kernel: (Sandbox) Sandbox: mdworker(946) deny(1) file-read-xattr /Volumes/WD4TB/Backups.backupdb/Ben’s iMac/2021-08-03-104811/Catalina/System/Library/Frameworks/AddressBook.framework/Versions/A/Helpers/AddressBookManager.app 2021-10-13 09:59:04.715226+0100 0x3064 Error 0x0 0 0 kernel: (Sandbox) Sandbox: routined(515) deny(1) mach-lookup com.apple.Maps.MapsSync.store 2021-10-13 09:59:20.385595+0100 0x20c Default 0x0 0 0 kernel: (apfs) tx_flush:1182: disk3 xid 114212 tx stats: # 380 finish 391 enter 441 wait 27 2800us close 488us flush 12645us 2021-10-13 09:59:27.634996+0100 0x75 Default 0x0 0 0 kernel: PMRD: power event 14 args 0x0 0x0 2021-10-13 09:59:27.635008+0100 0x75 Default 0x0 0 0 kernel: PMRD: wrangler RootDomainPower (ps 4, 0->1) 2021-10-13 09:59:27.635010+0100 0x75 Default 0x0 0 0 kernel: PMRD: evaluatePolicy( 0, 0x0 ) 2021-10-13 09:59:27.635031+0100 0x75 Default 0x0 0 0 kernel: PMRD: power event 14 args 0x0 0x0 2021-10-13 09:59:27.635034+0100 0x75 Default 0x0 0 0 kernel: PMRD: wrangler RootDomainPower (ps 4, 0->1) 2021-10-13 09:59:27.635034+0100 0x75 Default 0x0 0 0 kernel: PMRD: evaluatePolicy( 0, 0x0 ) 2021-10-13 09:59:27.923131+0100 0x75 Default 0x0 0 0 kernel: PMRD: power event 14 args 0x0 0x0 2021-10-13 09:59:27.923138+0100 0x75 Default 0x0 0 0 kernel: PMRD: wrangler RootDomainPower (ps 4, 0->1) 2021-10-13 09:59:27.923139+0100 0x75 Default 0x0 0 0 kernel: PMRD: evaluatePolicy( 0, 0x0 ) 2021-10-13 09:59:37.908241+0100 0x249d Default 0x0 0 0 kernel: tcp_timers: tcp_output() returned 0 with retransmission timer disabled for 49376 > 443 in state 4, reset timer to 321 2021-10-13 09:59:41.879659+0100 0x437 Default 0x0 0 0 kernel: (AppleKeyStore) AppleKeyStore:10739:0: AppleKeyStoreUserClient: Assertion timer fired 2021-10-13 09:59:41.975262+0100 0x249d Default 0x0 0 0 kernel: tcp_timers: tcp_output() returned 0 with retransmission timer disabled for 8096 > 58193 in state 4, reset timer to 222648 2021-10-13 09:59:58.689433+0100 0x75 Default 0x0 0 0 kernel: PMRD: power event 14 args 0x0 0x0 2021-10-13 09:59:58.689439+0100 0x75 Default 0x0 0 0 kernel: PMRD: wrangler RootDomainPower (ps 4, 0->1) 2021-10-13 09:59:58.689441+0100 0x75 Default 0x0 0 0 kernel: PMRD: evaluatePolicy( 0, 0x0 ) 2021-10-13 10:00:06.163503+0100 0x3220 Default 0x0 0 0 kernel: (Sandbox) Sandbox: 4 duplicate reports for routined deny(1) mach-lookup com.apple.Maps.MapsSync.store log show | grep -i "Wake reason" 021-10-12 16:06:06.613454+0100 0x2bb Default 0x0 121 0 apsd: [com.apple.apsd:stream] Checking for wake reason address <private> from <private> 2021-10-12 16:06:06.613468+0100 0x2bb Default 0x0 121 0 apsd: [com.apple.apsd:stream] Found potential wake reason (null) 2021-10-12 16:06:06.613479+0100 0x2bb Default 0x0 121 0 apsd: [com.apple.apsd:stream] Found potential wake reason (null) 2021-10-12 16:06:06.760032+0100 0x2bb Default 0x0 121 0 apsd: [com.apple.apsd:stream] Checking for wake reason address <private> from <private> 2021-10-12 16:06:06.760045+0100 0x2bb Default 0x0 121 0 apsd: [com.apple.apsd:stream] Found potential wake reason (null) 2021-10-12 16:06:06.760056+0100 0x2bb Default 0x0 121 0 apsd: [com.apple.apsd:stream] Found potential wake reason (null) 2021-10-12 16:06:06.916747+0100 0x2bb Default 0x0 121 0 apsd: [com.apple.apsd:stream] Checking for wake reason address <private> from <private> 2021-10-12 16:06:06.916761+0100 0x2bb Default 0x0 121 0 apsd: [com.apple.apsd:stream] Found potential wake reason (null) 2021-10-12 16:06:06.916773+0100 0x2bb Default 0x0 121 0 apsd: [com.apple.apsd:stream] Found potential wake reason (null) 2021-10-12 16:06:07.064588+0100 0x2bb Default 0x0 121 0 apsd: [com.apple.apsd:stream] Checking for wake reason address <private> from <private> 2021-10-12 16:06:07.064602+0100 0x2bb Default 0x0 121 0 apsd: [com.apple.apsd:stream] Found potential wake reason (null) 2021-10-12 16:06:07.064613+0100 0x2bb Default 0x0 121 0 apsd: [com.apple.apsd:stream] Found potential wake reason (null) 2021-10-12 16:06:07.381705+0100 0x2bb Default 0x0 121 0 apsd: [com.apple.apsd:stream] Checking for wake reason address <private> from <private> 2021-10-12 16:06:07.381718+0100 0x2bb Default 0x0 121 0 apsd: [com.apple.apsd:stream] Found potential wake reason (null) 2021-10-12 16:06:07.381726+0100 0x2bb Default 0x0 121 0 apsd: [com.apple.apsd:stream] Found potential wake reason (null) 2021-10-12 16:06:07.544898+0100 0x2bb Default 0x0 121 0 apsd: [com.apple.apsd:stream] Checking for wake reason address <private> from <private> 2021-10-12 16:06:07.544913+0100 0x2bb Default 0x0 121 0 apsd: [com.apple.apsd:stream] Found potential wake reason (null) 2021-10-12 16:06:07.544924+0100 0x2bb Default 0x0 121 0 apsd: [com.apple.apsd:stream] Found potential wake reason (null) 2021-10-12 16:06:07.751307+0100 0x2bb Default 0x0 121 0 apsd: [com.apple.apsd:stream] Checking for wake reason address <private> from <private> 2021-10-12 16:06:07.751340+0100 0x2bb Default 0x0 121 0 apsd: [com.apple.apsd:stream] Found potential wake reason (null) 2021-10-12 16:06:07.751356+0100 0x2bb Default 0x0 121 0 apsd: [com.apple.apsd:stream] Found potential wake reason (null) 2021-10-12 16:06:08.196547+0100 0x2bb Default 0x0 121 0 apsd: [com.apple.apsd:stream] Checking for wake reason address <private> from <private> 2021-10-12 16:06:08.196559+0100 0x2bb Default 0x0 121 0 apsd: [com.apple.apsd:stream] Found potential wake reason (null) 2021-10-12 16:06:08.196569+0100 0x2bb Default 0x0 121 0 apsd: [com.apple.apsd:stream] Found potential wake reason (null) 2021-10-12 16:06:08.344369+0100 0x2bb Default 0x0 121 0 apsd: [com.apple.apsd:stream] Checking for wake reason address <private> from <private> 2021-10-12 16:06:08.344422+0100 0x2bb Default 0x0 121 0 apsd: [com.apple.apsd:stream] Found potential wake reason (null) 2021-10-12 16:06:08.344436+0100 0x2bb Default 0x0 121 0 apsd: [com.apple.apsd:stream] Found potential wake reason (null) 2021-10-12 16:06:08.490993+0100 0x2bb Default 0x0 121 0 apsd: [com.apple.apsd:stream] Checking for wake reason address <private> from <private> 2021-10-12 16:06:08.491023+0100 0x2bb Default 0x0 121 0 apsd: [com.apple.apsd:stream] Found potential wake reason (null) 2021-10-12 16:06:08.491038+0100 0x2bb Default 0x0 121 0 apsd: [com.apple.apsd:stream] Found potential wake reason (null) 2021-10-12 16:06:08.650552+0100 0x2bb Default 0x0 121 0 apsd: [com.apple.apsd:stream] Checking for wake reason address <private> from <private> 2021-10-12 16:06:08.650597+0100 0x2bb Default 0x0 121 0 apsd: [com.apple.apsd:stream] Found potential wake reason (null) 2021-10-12 16:06:08.650624+0100 0x2bb Default 0x0 121 0 apsd: [com.apple.apsd:stream] Found potential wake reason (null) 2021-10-12 16:06:08.651934+0100 0x2bb Default 0x0 121 0 apsd: [com.apple.apsd:stream] Checking for wake reason address <private> from <private> 2021-10-12 16:06:08.651955+0100 0x2bb Default 0x0 121 0 apsd: [com.apple.apsd:stream] Found potential wake reason (null) 2021-10-12 16:06:08.651970+0100 0x2bb Default 0x0 121 0 apsd: [com.apple.apsd:stream] Found potential wake reason (null) 2021-10-12 16:06:08.843446+0100 0x2bb Default 0x0 121 0 apsd: [com.apple.apsd:stream] Checking for wake reason address <private> from <private> 2021-10-12 16:06:08.843470+0100 0x2bb Default 0x0 121 0 apsd: [com.apple.apsd:stream] Found potential wake reason (null) 2021-10-12 16:06:08.843487+0100 0x2bb Default 0x0 121 0 apsd: [com.apple.apsd:stream] Found potential wake reason (null) 2021-10-12 16:06:24.736004+0100 0x2bb Default 0x0 121 0 apsd: [com.apple.apsd:stream] Checking for wake reason address <private> from <private> 2021-10-12 16:06:24.736024+0100 0x2bb Default 0x0 121 0 apsd: [com.apple.apsd:stream] Found potential wake reason (null) 2021-10-12 16:06:24.736033+0100 0x2bb Default 0x0 121 0 apsd: [com.apple.apsd:stream] Found potential wake reason (null) 2021-10-12 16:06:57.704774+0100 0x2bb Default 0x0 121 0 apsd: [com.apple.apsd:stream] Checking for wake reason address <private> from <private> 2021-10-12 16:06:57.704788+0100 0x2bb Default 0x0 121 0 apsd: [com.apple.apsd:stream] Found potential wake reason (null) 2021-10-12 16:06:57.704799+0100 0x2bb Default 0x0 121 0 apsd: [com.apple.apsd:stream] Found potential wake reason (null) 2021-10-12 16:06:59.570929+0100 0x2bb Default 0x0 121 0 apsd: [com.apple.apsd:stream] Checking for wake reason address <private> from <private> 2021-10-12 16:06:59.570943+0100 0x2bb Default 0x0 121 0 apsd: [com.apple.apsd:stream] Found potential wake reason (null) 2021-10-12 16:06:59.570955+0100 0x2bb Default 0x0 121 0 apsd: [com.apple.apsd:stream] Found potential wake reason (null) 2021-10-12 16:42:18.097478+0100 0x4299 Default 0x0 94 0 powerd: [powerd:sleepWake] Wake reason: "<private>" identity: "<private>" 2021-10-12 16:42:50.931458+0100 0x75 Default 0x0 0 0 kernel: (AppleACPIPlatform) AppleACPIPlatformPower Wake reason: RTC (Alarm) 2021-10-12 16:42:50.931460+0100 0x75 Default 0x0 0 0 kernel: (AppleACPIPlatform) AppleACPIPlatformPower Wake reason: RTC (Alarm) 2021-10-12 18:42:49.460685+0100 0x2bd Default 0x0 121 0 apsd: [com.apple.apsd:stream] Checking for wake reason address <private> from <private> 2021-10-12 18:42:49.460698+0100 0x2bd Default 0x0 121 0 apsd: [com.apple.apsd:stream] Found potential wake reason (null) 2021-10-12 18:42:49.460708+0100 0x2bd Default 0x0 121 0 apsd: [com.apple.apsd:stream] Found potential wake reason (null) 2021-10-12 18:42:49.570140+0100 0x2bd Default 0x0 121 0 apsd: [com.apple.apsd:stream] Checking for wake reason address <private> from <private> 2021-10-12 18:42:49.570153+0100 0x2bd Default 0x0 121 0 apsd: [com.apple.apsd:stream] Found potential wake reason (null) 2021-10-12 18:42:49.570163+0100 0x2bd Default 0x0 121 0 apsd: [com.apple.apsd:stream] Found potential wake reason (null) 2021-10-12 18:42:49.678210+0100 0x2bd Default 0x0 121 0 apsd: [com.apple.apsd:stream] Checking for wake reason address <private> from <private> 2021-10-12 18:42:49.678223+0100 0x2bd Default 0x0 121 0 apsd: [com.apple.apsd:stream] Found potential wake reason (null) 2021-10-12 18:42:49.678233+0100 0x2bd Default 0x0 121 0 apsd: [com.apple.apsd:stream] Found potential wake reason (null) 2021-10-12 18:42:49.784186+0100 0x2bd Default 0x0 121 0 apsd: [com.apple.apsd:stream] Checking for wake reason address <private> from <private> 2021-10-12 18:42:49.784199+0100 0x2bd Default 0x0 121 0 apsd: [com.apple.apsd:stream] Found potential wake reason (null) 2021-10-12 18:42:49.784209+0100 0x2bd Default 0x0 121 0 apsd: [com.apple.apsd:stream] Found potential wake reason (null) 2021-10-12 18:43:06.794407+0100 0x75 Default 0x0 0 0 kernel: (AppleACPIPlatform) AppleACPIPlatformPower Wake reason: GLAN EH01 EH02 XHC HDEF (Network) 2021-10-12 18:43:06.794409+0100 0x75 Default 0x0 0 0 kernel: (AppleACPIPlatform) AppleACPIPlatformPower Wake reason: GLAN EH01 EH02 XHC HDEF (Network) 2021-10-12 19:05:35.279159+0100 0x2bd Default 0x0 121 0 apsd: [com.apple.apsd:stream] Checking for wake reason address <private> from <private> 2021-10-12 19:05:35.279173+0100 0x2bd Default 0x0 121 0 apsd: [com.apple.apsd:stream] Found potential wake reason (null) 2021-10-12 19:05:35.279183+0100 0x2bd Default 0x0 121 0 apsd: [com.apple.apsd:stream] Found potential wake reason (null) 2021-10-12 19:21:36.584228+0100 0x2bd Default 0x0 121 0 apsd: [com.apple.apsd:stream] Checking for wake reason address <private> from <private> 2021-10-12 19:21:36.584251+0100 0x2bd Default 0x0 121 0 apsd: [com.apple.apsd:stream] Found potential wake reason (null) 2021-10-12 19:21:36.584260+0100 0x2bd Default 0x0 121 0 apsd: [com.apple.apsd:stream] Found potential wake reason (null) 2021-10-12 19:22:00.665935+0100 0x2bd Default 0x0 121 0 apsd: [com.apple.apsd:stream] Checking for wake reason address <private> from <private> 2021-10-12 19:22:00.665950+0100 0x2bd Default 0x0 121 0 apsd: [com.apple.apsd:stream] Found potential wake reason (null) 2021-10-12 19:22:00.665959+0100 0x2bd Default 0x0 121 0 apsd: [com.apple.apsd:stream] Found potential wake reason (null) 2021-10-12 20:14:13.607458+0100 0xa346 Default 0x0 94 0 powerd: [powerd:sleepWake] Wake reason: "<private>" identity: "<private>" 2021-10-12 20:14:47.438676+0100 0x75 Default 0x0 0 0 kernel: (AppleACPIPlatform) AppleACPIPlatformPower Wake reason: GLAN EH01 EH02 XHC HDEF (Network) 2021-10-12 20:14:47.438678+0100 0x75 Default 0x0 0 0 kernel: (AppleACPIPlatform) AppleACPIPlatformPower Wake reason: GLAN EH01 EH02 XHC HDEF (Network) 2021-10-13 09:15:51.008822+0100 0xa49a Default 0x0 94 0 powerd: [powerd:sleepWake] Wake reason: "<private>" identity: "<private>" 2021-10-13 09:16:32.426513+0100 0x2bd Default 0x0 121 0 apsd: [com.apple.apsd:stream] Checking for wake reason address <private> from <private> 2021-10-13 09:16:32.426535+0100 0x2bd Default 0x0 121 0 apsd: [com.apple.apsd:stream] Found potential wake reason (null) 2021-10-13 09:16:32.426549+0100 0x2bd Default 0x0 121 0 apsd: [com.apple.apsd:stream] Found potential wake reason (null) 2021-10-13 09:16:32.536824+0100 0x2bd Default 0x0 121 0 apsd: [com.apple.apsd:stream] Checking for wake reason address <private> from <private> 2021-10-13 09:16:32.536839+0100 0x2bd Default 0x0 121 0 apsd: [com.apple.apsd:stream] Found potential wake reason (null) 2021-10-13 09:16:32.536850+0100 0x2bd Default 0x0 121 0 apsd: [com.apple.apsd:stream] Found potential wake reason (null) 2021-10-13 09:16:32.647457+0100 0x2bd Default 0x0 121 0 apsd: [com.apple.apsd:stream] Checking for wake reason address <private> from <private> 2021-10-13 09:16:32.647472+0100 0x2bd Default 0x0 121 0 apsd: [com.apple.apsd:stream] Found potential wake reason (null) 2021-10-13 09:16:32.647484+0100 0x2bd Default 0x0 121 0 apsd: [com.apple.apsd:stream] Found potential wake reason (null) 2021-10-13 09:16:32.848407+0100 0x2bd Default 0x0 121 0 apsd: [com.apple.apsd:stream] Checking for wake reason address <private> from <private> 2021-10-13 09:16:32.848421+0100 0x2bd Default 0x0 121 0 apsd: [com.apple.apsd:stream] Found potential wake reason (null) 2021-10-13 09:16:32.848430+0100 0x2bd Default 0x0 121 0 apsd: [com.apple.apsd:stream] Found potential wake reason (null) 2021-10-13 09:16:32.956256+0100 0x2bd Default 0x0 121 0 apsd: [com.apple.apsd:stream] Checking for wake reason address <private> from <private> 2021-10-13 09:16:32.956270+0100 0x2bd Default 0x0 121 0 apsd: [com.apple.apsd:stream] Found potential wake reason (null) 2021-10-13 09:16:32.956282+0100 0x2bd Default 0x0 121 0 apsd: [com.apple.apsd:stream] Found potential wake reason (null) 2021-10-13 09:16:33.198952+0100 0x2bd Default 0x0 121 0 apsd: [com.apple.apsd:stream] Checking for wake reason address <private> from <private> 2021-10-13 09:16:33.198966+0100 0x2bd Default 0x0 121 0 apsd: [com.apple.apsd:stream] Found potential wake reason (null) 2021-10-13 09:16:33.198978+0100 0x2bd Default 0x0 121 0 apsd: [com.apple.apsd:stream] Found potential wake reason (null) 2021-10-13 09:16:33.397912+0100 0x2bd Default 0x0 121 0 apsd: [com.apple.apsd:stream] Checking for wake reason address <private> from <private> 2021-10-13 09:16:33.397925+0100 0x2bd Default 0x0 121 0 apsd: [com.apple.apsd:stream] Found potential wake reason (null) 2021-10-13 09:16:33.397934+0100 0x2bd Default 0x0 121 0 apsd: [com.apple.apsd:stream] Found potential wake reason (null) 2021-10-13 09:16:33.639100+0100 0x2bd Default 0x0 121 0 apsd: [com.apple.apsd:stream] Checking for wake reason address <private> from <private> 2021-10-13 09:16:33.639112+0100 0x2bd Default 0x0 121 0 apsd: [com.apple.apsd:stream] Found potential wake reason (null) 2021-10-13 09:16:33.639121+0100 0x2bd Default 0x0 121 0 apsd: [com.apple.apsd:stream] Found potential wake reason (null) 2021-10-13 09:16:33.802342+0100 0x2bd Default 0x0 121 0 apsd: [com.apple.apsd:stream] Checking for wake reason address <private> from <private> 2021-10-13 09:16:33.802355+0100 0x2bd Default 0x0 121 0 apsd: [com.apple.apsd:stream] Found potential wake reason (null) 2021-10-13 09:16:33.802365+0100 0x2bd Default 0x0 121 0 apsd: [com.apple.apsd:stream] Found potential wake reason (null) 2021-10-13 09:23:00.339978+0100 0x2ee Default 0x0 94 0 powerd: [powerd:sleepWake] Wake reason: "<private>" identity: "<private>" 2021-10-13 09:23:35.332419+0100 0x75 Default 0x0 0 0 kernel: (AppleACPIPlatform) AppleACPIPlatformPower Wake reason: GLAN EH01 EH02 XHC HDEF (Network) 2021-10-13 09:23:35.332420+0100 0x75 Default 0x0 0 0 kernel: (AppleACPIPlatform) AppleACPIPlatformPower Wake reason: GLAN EH01 EH02 XHC HDEF (Network) 2021-10-13 09:25:56.759605+0100 0x75 Default 0x0 0 0 kernel: (AppleACPIPlatform) AppleACPIPlatformPower Wake reason: GLAN EH01 EH02 XHC HDEF (Network) 2021-10-13 09:25:56.759607+0100 0x75 Default 0x0 0 0 kernel: (AppleACPIPlatform) AppleACPIPlatformPower Wake reason: GLAN EH01 EH02 XHC HDEF (Network) 2021-10-13 09:45:24.505274+0100 0x2ba Default 0x0 121 0 apsd: [com.apple.apsd:stream] Checking for wake reason address <private> from <private> 2021-10-13 09:45:24.505287+0100 0x2ba Default 0x0 121 0 apsd: [com.apple.apsd:stream] Found potential wake reason (null) 2021-10-13 09:45:24.505297+0100 0x2ba Default 0x0 121 0 apsd: [com.apple.apsd:stream] Found potential wake reason (null) 2021-10-13 09:53:42.467326+0100 0xe58 Default 0x0 94 0 powerd: [powerd:sleepWake] Wake reason: "<private>" identity: "<private>" 2021-10-13 09:54:16.814914+0100 0x75 Default 0x0 0 0 kernel: (AppleACPIPlatform) AppleACPIPlatformPower Wake reason: GLAN EH01 EH02 XHC HDEF (Network) 2021-10-13 09:54:16.814915+0100 0x75 Default 0x0 0 0 kernel: (AppleACPIPlatform) AppleACPIPlatformPower Wake reason: GLAN EH01 EH02 XHC HDEF (Network) 2021-10-13 09:55:03.665408+0100 0x2b8 Default 0x0 121 0 apsd: [com.apple.apsd:stream] Checking for wake reason address <private> from <private> 2021-10-13 09:55:03.665421+0100 0x2b8 Default 0x0 121 0 apsd: [com.apple.apsd:stream] Found potential wake reason (null) 2021-10-13 09:55:03.665430+0100 0x2b8 Default 0x0 121 0 apsd: [com.apple.apsd:stream] Found potential wake reason (null) 2021-10-13 09:55:54.535778+0100 0x75 Default 0x0 0 0 kernel: (AppleACPIPlatform) AppleACPIPlatformPower Wake reason: GLAN EH01 EH02 XHC HDEF (Network) 2021-10-13 09:55:54.535780+0100 0x75 Default 0x0 0 0 kernel: (AppleACPIPlatform) AppleACPIPlatformPower Wake reason: GLAN EH01 EH02 XHC HDEF (Network) pmset -g log | grep -e "Sleep.*due to" -e "Wake.*due to" This is what I see after sending WOL packet (09:55:04) - In Catalina this was the same until using darkwake=0 . In this case it would then show Wake from Normal Sleep 2021-10-13 09:54:12 +0100 Sleep Entering Sleep state due to 'Software Sleep pid=154': Using AC (Charge:0%) 52 secs 2021-10-13 09:55:04 +0100 DarkWake DarkWake from Normal Sleep [CDN] : due to GLAN EH01 EH02 XHC HDEF/Network Using AC (Charge:0%) 47 secs 2021-10-13 09:55:51 +0100 Sleep Entering Sleep state due to 'Maintenance Sleep': Using AC (Charge:0%) 32 secs 2021-10-13 09:56:23 +0100 Wake Wake from Normal Sleep [CDNVA] : due to GLAN EH01 EH02 XHC HDEF/UserActivity Assertion Using AC (Charge:0%) Any help appreciated ! it feels to me like Darkwake=0 has no effect now Link to comment Share on other sites More sharing options...
mitch1 Posted October 18, 2021 Share Posted October 18, 2021 I ended up creating a fake ACPI device following Method 2 here https://dortania.github.io/OpenCore-Post-Install/usb/misc/keyboard.html#method-1-add-wake-type-property-recommended but using the ACPI path of GLAN. All working great now. Sleeps and Wakes fine - and any WOL magic packet fully wakes the machine which is what I wanted! Link to comment Share on other sites More sharing options...
makk Posted February 15, 2022 Share Posted February 15, 2022 On 10/18/2021 at 7:25 AM, mitch1 said: I ended up creating a fake ACPI device following Method 2 here https://dortania.github.io/OpenCore-Post-Install/usb/misc/keyboard.html#method-1-add-wake-type-property-recommended but using the ACPI path of GLAN. All working great now. Sleeps and Wakes fine - and any WOL magic packet fully wakes the machine which is what I wanted! mitch1 that is great you found a solution Darkwake; you should never completely disable as mentioned on the website In OC config.plist enable the patch that prevents waking up RTC wake reason, it's a scheduled wake up which I found waking up my machine config.plist>kernel>patch>disable RTC wake scheduling works like a charm. pmset -g stats <> good for finding wake and sleep pmset -g stats Sleep Count:1 Dark Wake Count:0 User Wake Count:1 Link to comment Share on other sites More sharing options...
Recommended Posts