Qemu Command : qemu-system-arm -m 1G -M raspi2b -append 'root=/dev/mem serial=ttyAMA0' -nographic -kernel kernel.img -initrd rootfs.img.xz -serial pipe:guest_pipe -no-reboot
Qemu Version : QEMU emulator version 8.1.2
Copyright (c) 2003-2023 Fabrice Bellard and the QEMU Project developers
[    0.000000] Booting Linux on physical CPU 0xf00
[    0.000000] Linux version 6.5.10 (ramin@ramin-pc) (arm-openadk-linux-uclibceabihf-gcc (GCC) 9.5.0, GNU ld (GNU Binutils) 2.41) #1 SMP Wed Nov 22 09:49:29 CET 2023
[    0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
[    0.000000] CPU: div instructions available: patching division code
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] OF: fdt: Machine model: Raspberry Pi 2 Model B
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] efi: UEFI not found.
[    0.000000] Reserved memory: created CMA memory pool at 0x38000000, size 64 MiB
[    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x38000000..0x3bffffff (65536 KiB) map reusable linux,cma
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000000000-0x000000002fffffff]
[    0.000000]   Normal   empty
[    0.000000]   HighMem  [mem 0x0000000030000000-0x000000003bffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000000000-0x000000003bffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000003bffffff]
[    0.000000] percpu: Embedded 16 pages/cpu s35540 r8192 d21804 u65536
[    0.000000] Kernel command line: root=/dev/mem serial=ttyAMA0
[    0.000000] Unknown kernel command line parameters "serial=ttyAMA0", will be passed to user space.
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 244224
[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.000000] Memory: 882100K/983040K available (13312K kernel code, 2408K rwdata, 5896K rodata, 2048K init, 422K bss, 35404K reserved, 65536K cma-reserved, 131072K highmem)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] trace event string verifier disabled
[    0.000000] rcu: Hierarchical RCU implementation.
[    0.000000] rcu: 	RCU event tracing is enabled.
[    0.000000] rcu: 	RCU restricting CPUs from NR_CPUS=16 to nr_cpu_ids=4.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[    0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.000107] sched_clock: 32 bits at 1000kHz, resolution 1000ns, wraps every 2147483647500ns
[    0.000399] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275 ns
[    0.001353] bcm2835: system timer (irq = 60)
[    0.003783] arch_timer: cp15 timer(s) running at 62.50MHz (virt).
[    0.003874] clocksource: arch_sys_counter: mask: 0x1ffffffffffffff max_cycles: 0x1cd42e208c, max_idle_ns: 881590405314 ns
[    0.003999] sched_clock: 57 bits at 63MHz, resolution 16ns, wraps every 4398046511096ns
[    0.004074] Switching to timer-based delay loop, resolution 16ns
[    0.007614] Console: colour dummy device 80x30
[    0.007847] printk: console [tty0] enabled
[    0.010180] Calibrating delay loop (skipped), value calculated using timer frequency.. 125.00 BogoMIPS (lpj=625000)
[    0.010302] CPU: Testing write buffer coherency: ok
[    0.011015] pid_max: default: 32768 minimum: 301
[    0.013146] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[    0.013234] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[    0.030277] CPU0: update cpu_capacity 1024
[    0.030363] CPU0: thread -1, cpu 0, socket 15, mpidr 80000f00
[    0.036856] Setting up static identity map for 0x300000 - 0x3000ac
[    0.038473] rcu: Hierarchical SRCU implementation.
[    0.038532] rcu: 	Max phase no-delay instances is 1000.
[    0.041809] EFI services will not be available.
[    0.043103] smp: Bringing up secondary CPUs ...
[    0.045728] CPU1: update cpu_capacity 1024
[    0.045780] CPU1: thread -1, cpu 1, socket 15, mpidr 80000f01
[    0.052248] CPU2: update cpu_capacity 1024
[    0.052271] CPU2: thread -1, cpu 2, socket 15, mpidr 80000f02
[    0.053885] CPU3: update cpu_capacity 1024
[    0.053903] CPU3: thread -1, cpu 3, socket 15, mpidr 80000f03
[    0.054275] smp: Brought up 1 node, 4 CPUs
[    0.054436] SMP: Total of 4 processors activated (500.00 BogoMIPS).
[    0.054489] CPU: All CPU(s) started in SVC mode.
[    0.061852] devtmpfs: initialized
[    0.072405] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
[    0.083742] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.084237] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.088538] pinctrl core: initialized pinctrl subsystem
[    0.098158] DMI not present or invalid.
[    0.101747] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.113209] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.118207] thermal_sys: Registered thermal governor 'step_wise'
[    0.118457] cpuidle: using governor menu
[    0.118890] No ATAGs?
[    0.120251] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[    0.120330] hw-breakpoint: maximum watchpoint size is 8 bytes.
[    0.123130] Serial: AMBA PL011 UART driver
[    0.130953] platform 3f200000.gpio: Fixed dependency cycle(s) with /soc/gpio@7e200000/i2s_alt0
[    0.131162] platform 3f200000.gpio: Fixed dependency cycle(s) with /soc/gpio@7e200000/alt0
[    0.131200] platform 3f200000.gpio: Fixed dependency cycle(s) with /soc/gpio@7e200000/gpioout
[    0.161568] iommu: Default domain type: Translated
[    0.161645] iommu: DMA domain TLB invalidation policy: strict mode
[    0.162893] SCSI subsystem initialized
[    0.163588] usbcore: registered new interface driver usbfs
[    0.163775] usbcore: registered new interface driver hub
[    0.163877] usbcore: registered new device driver usb
[    0.165426] usb_phy_generic phy: dummy supplies not allowed for exclusive requests
[    0.166714] pps_core: LinuxPPS API ver. 1 registered
[    0.166742] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti 
[    0.166805] PTP clock support registered
[    0.167049] EDAC MC: Ver: 3.0.0
[    0.168460] scmi_core: SCMI protocol bus registered
[    0.179027] vgaarb: loaded
[    0.182770] clocksource: Switched to clocksource arch_sys_counter
[    0.209310] NET: Registered PF_INET protocol family
[    0.210278] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.214164] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear)
[    0.214293] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.214349] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
[    0.214479] TCP bind hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    0.216386] TCP: Hash tables configured (established 8192 bind 8192)
[    0.217234] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[    0.217364] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[    0.217965] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.220378] RPC: Registered named UNIX socket transport module.
[    0.220440] RPC: Registered udp transport module.
[    0.220461] RPC: Registered tcp transport module.
[    0.220479] RPC: Registered tcp-with-tls transport module.
[    0.220498] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.220569] PCI: CLS 0 bytes, default 64
[    0.225440] Trying to unpack rootfs image as initramfs...
[    0.235878] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 5 counters available
[    0.237678] Initialise system trusted keyrings
[    0.238824] workingset: timestamp_bits=30 max_order=18 bucket_order=0
[    0.239846] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.241097] NFS: Registering the id_resolver key type
[    0.241347] Key type id_resolver registered
[    0.241384] Key type id_legacy registered
[    0.241557] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    0.241635] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[    0.241831] ntfs: driver 2.1.32 [Flags: R/O].
[    0.243356] Key type asymmetric registered
[    0.243431] Asymmetric key parser 'x509' registered
[    0.243598] bounce: pool size: 64 pages
[    0.245316] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    0.245417] io scheduler mq-deadline registered
[    0.245476] io scheduler kyber registered
[    0.245543] io scheduler bfq registered
[    0.349058] Serial: 8250/16550 driver, 5 ports, IRQ sharing enabled
[    0.355738] SuperH (H)SCI(F) driver initialized
[    0.356425] msm_serial: driver initialized
[    0.356461] STMicroelectronics ASC driver initialized
[    0.357106] STM32 USART driver initialized
[    0.360152] bcm2835-rng 3f104000.rng: hwrng registered
[    0.373004] random: crng init done
[    0.379539] brd: module loaded
[    0.390536] loop: module loaded
[    0.392683] bcm2835-power bcm2835-power: ASB register ID returned 0x00000000
[    0.404189] e1000e: Intel(R) PRO/1000 Network Driver
[    0.404266] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    0.404341] igb: Intel(R) Gigabit Ethernet Network Driver
[    0.404367] igb: Copyright (c) 2007-2014 Intel Corporation.
[    0.407690] usbcore: registered new interface driver usb-storage
[    0.411277] i2c_dev: i2c /dev entries driver
[    0.416273] i2c-bcm2835 3f805000.i2c: Could not read clock-frequency property
[    0.426404] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
[    0.429870] sdhci: Secure Digital Host Controller Interface driver
[    0.429905] sdhci: Copyright(c) Pierre Ossman
[    0.430989] Synopsys Designware Multimedia Card Interface Driver
[    0.432038] sdhci-pltfm: SDHCI platform and OF driver helper
[    0.444095] ledtrig-cpu: registered to indicate activity on CPUs
[    0.445707] usbcore: registered new interface driver usbhid
[    0.445743] usbhid: USB HID core driver
[    0.446769] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
[    0.453678] NET: Registered PF_INET6 protocol family
[    0.459033] Segment Routing with IPv6
[    0.459213] In-situ OAM (IOAM) with IPv6
[    0.459534] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[    0.461539] NET: Registered PF_PACKET protocol family
[    0.461581] can: controller area network core
[    0.461797] NET: Registered PF_CAN protocol family
[    0.461837] can: raw protocol
[    0.461933] can: broadcast manager protocol
[    0.462023] can: netlink gateway - max_hops=1
[    0.462968] Key type dns_resolver registered
[    0.463396] ThumbEE CPU extension supported.
[    0.463456] Registering SWP/SWPB emulation handler
[    0.471349] Loading compiled-in X.509 certificates
[    0.490329] 3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 114, base_baud = 0) is a PL011 rev2
[    0.491389] printk: console [ttyAMA0] enabled
[    0.517685] raspberrypi-firmware soc:firmware: Attached to firmware from 1970-01-05T00:12:17
[    0.522841] cpu cpu0: Cannot get clock for CPU0
[    0.523009] raspberrypi-cpufreq: probe of raspberrypi-cpufreq failed with error -2
[    0.526736] dwc2 3f980000.usb: supply vusb_d not found, using dummy regulator
[    0.527430] dwc2 3f980000.usb: supply vusb_a not found, using dummy regulator
[    0.545213] sdhost-bcm2835 3f202000.mmc: loaded - DMA enabled (>1)
[    0.593085] dwc2 3f980000.usb: dwc2_check_params: Invalid parameter max_packet_count=511
[    0.593486] dwc2 3f980000.usb: dwc2_check_params: Invalid parameter max_transfer_size=65535
[    0.595969] dwc2 3f980000.usb: DWC OTG Controller
[    0.596308] dwc2 3f980000.usb: new USB bus registered, assigned bus number 1
[    0.596893] dwc2 3f980000.usb: irq 66, io mem 0x3f980000
[    0.602379] hub 1-0:1.0: USB hub found
[    0.602843] hub 1-0:1.0: 1 port detected
[    0.759376] Freeing initrd memory: 1212K
[    1.533515] clk: Disabling unused clocks
[    1.536401] uart-pl011 3f201000.serial: no DMA platform data
[    1.652557] Freeing unused kernel image (initmem) memory: 2048K
[    1.759201] Run /init as init process
test console
echo: write error: Input/output error
Disabled Tests :export NO_NPTL=1 NO_MATH=1 
-------------------- tests_start ------------------------
PASS argp-ex1
PASS arg_test
PASS assert
PASS argp-ex2
PASS argp-ex3
PASS argp-ex4
PASS argp-test
PASS bug-argp1
PASS tst-argp1
PASS tst-argp2
PASS crypt
PASS md5c-test
PASS sha256c-test
PASS sha512c-test
PASS ctype
PASS dladdr-pie
PASS dladdr
PASS dlafk
PASS dlstatic
PASS dltest-pie
PASS dltest
PASS dltest2
PASS dlundef-pie
PASS dlundef
PASS nodelete
PASS nodelete1
PASS test1
PASS test2
PASS testscope
PASS tst-origin
SKIP tst-iconv1
SKIP tst-iconv2
SKIP tst-iconv3
SKIP tst-iconv4
PASS tst-iconv5
SKIP tst-iconv6
PASS bug-if1
PASS gethost
PASS gethost_r-align
PASS gethostid
PASS getnetent
PASS if_nameindex
PASS tst-aton
PASS tst-ether_aton
PASS tst-ethers-line
PASS tst-ethers
PASS tst-getni1
PASS tst-getni2
PASS tst-ifaddrs
PASS tst-network
PASS tst-ntoa
PASS tst-res
PASS tst-sock-nonblock
PASS tst2_mbrtowc
PASS tst_iswalnum
PASS tst_iswalpha
PASS tst_iswcntrl
PASS tst_iswctype
PASS tst_iswdigit
PASS tst_iswgraph
PASS tst_iswlower
PASS tst_iswprint
PASS tst_iswpunct
PASS tst_iswspace
PASS tst_iswupper
PASS tst_iswxdigit
PASS tst_mblen
PASS tst_mbrlen
PASS tst_mbrtowc
PASS tst_mbsrtowcs
PASS tst_mbstowcs
PASS tst_mbtowc
PASS tst_strcoll
PASS tst_strxfrm
PASS tst_towctrans
PASS tst_towlower
PASS tst_towupper
PASS tst_wcrtomb
PASS tst_wcscat
PASS tst_wcschr
PASS tst_wcscmp
PASS tst_wcscoll
PASS tst_wcscpy
PASS tst_wcscspn
PASS tst_wcslen
PASS tst_wcsncat
PASS dump-ctype
PASS tst_wcsncmp
PASS show-ucs-data
PASS tst_wcsncpy
PASS tst-langinfo
PASS tst_wcspbrk
PASS tst-mbswcs1
PASS tst-mbswcs2
PASS tst_wcsrtombs
PASS tst-mbswcs3
PASS tst_wcsspn
PASS tst-mbswcs4
PASS tst_wcsstr
PASS tst-mbswcs5
PASS tst_wcstok
PASS tst-mbswcs6
PASS tst_wcstombs
PASS tst-numeric
PASS tst_wcswidth
PASS tst-setlocale
PASS tst_wcsxfrm
PASS tst_nl_langinfo
PASS tst_wctob
PASS tst_wctomb
PASS tst_wctrans
PASS tst_wctype
PASS tst_wcwidth
PASS malloc-standard-alignment
PASS mallocbug
PASS realloc-can-shrink
PASS realloc0
PASS testmalloc
PASS tst-malloc
PASS tst-mallocfork
PASS tst-mcheck
SKIP tst-valloc
PASS bug-glob2
PASS bug-readdir1
PASS dirent
PASS dirent64
PASS fdopen
PASS opendir-tst1
PASS popen
PASS seek
PASS sem
PASS stdarg
PASS tst-hasmntopt
PASS tst-inotify
PASS tst-mkostemps
SKIP tst-msgctl
	skip: 32-bit time_t cannot represent the post-2038 test date
PASS tst-nftw
PASS tst-preadvwritev
PASS tst-rlimit
PASS tst-rlimit64
PASS tst-scandir
PASS tst-seekdir
SKIP tst-semctl
	skip: 32-bit time_t cannot represent the post-2038 test date
SKIP tst-shmctl
	skip: 32-bit time_t cannot represent the post-2038 test date
PASS tst-statfs
PASS tst-statvfs
PASS tst-syscall0
PASS tst-syscall1
PASS tst-syscall6
PASS tst-utmp
PASS tst-utmpx
PASS mmap
PASS mmap64
PASS tst-mmap-eofsync
PASS tst-mmap-fflushsync
PASS tst-mmap-offend
PASS tst-mmap-setvbuf
PASS ex1-O2
PASS ex1
PASS ex2-O2
PASS ex2
PASS ex3-O2
PASS ex3
PASS ex4-O2
PASS ex4
PASS ex5-O2
PASS ex5
PASS ex6-O2
PASS ex6
PASS ex7-O2
PASS ex7
PASS ex8-mtx-odd-O2
PASS ex8-mtx-odd
PASS tst-c99-O2
PASS tst-c99
PASS tst-join2-O2
PASS tst-join2
PASS tst-join3-O2
PASS tst-join3
PASS tst-too-many-cleanups-O2
PASS tst-too-many-cleanups
PASS getgroups
PASS grcat
PASS tst-regex2
PASS getrpcent
PASS pwcat
SKIP tst-regexloc
PASS test_grp
PASS test_pwd
PASS tst-posix_spawn
PASS bug269-setjmp
PASS jmpbug
PASS sigjmpbug
PASS tst-setjmp
PASS tst-vfork-longjmp
PASS sigchld
PASS signal
PASS tst-raise
PASS tst-signal
PASS tst-signalfd
PASS tst-sigset
PASS hello
PASS tiny
PASS memcmp-stat
PASS stat-loop256
PASS stat-time64
PASS stat
PASS 64bit
PASS fclose-loop
PASS lseek_no_lfs
PASS scanf_m
PASS qsort
PASS test-canon
PASS test-canon2
PASS test-mkostemp-O_CLOEXEC
PASS test-mkostemp-child
PASS testatexit
PASS teston_exit
PASS teststrtol
PASS teststrtoq
PASS bug-strcoll1-O2
PASS bug-strcoll1
PASS bug-strncat1-O2
PASS bug-strncat1
PASS bug-strpbrk1-O2
PASS bug-strpbrk1
PASS bug-strspn1-O2
PASS bug-strspn1
PASS stratcliff-O2
PASS stratcliff
PASS test-ffs-O2
PASS test-ffs
PASS testcopy-O2
PASS testcopy
PASS tester-O2
PASS tester
PASS tst-bswap-O2
PASS tst-bswap
PASS tst-inlcall-O2
PASS tst-inlcall
PASS tst-memmove-O2
PASS tst-memmove
PASS tst-strlen-O2
PASS tst-strlen
PASS tst-strtok-O2
PASS tst-strtok
PASS tst-strxfrm-O2
PASS tst-strxfrm
PASS termios
PASS clocktest
PASS test_time
PASS tst-ctime
PASS tst-futimens1
PASS tst-mktime
PASS tst-mktime3
PASS tst-strptime2
PASS tst-timerfd
PASS clone
PASS errno
PASS exec-null
PASS fork
PASS getcwd
PASS getopt
PASS getopt_long
PASS tst-fallocate
PASS tst-getcwd
PASS tst-posix_fallocate
PASS tst-preadwrite
PASS tst-preadwrite64
PASS tst-pselect
PASS tst-tls-at-ctor-O2
PASS tstgetopt
PASS tst-tls-at-ctor
PASS vfork
PASS tst-tls1-O2
PASS tst-tls1-pie-O2
PASS tst-tls1-pie
PASS tst-tls1
PASS tst-tls10-O2
PASS tst-tls10
PASS tst-tls11-O2
PASS tst-tls11
PASS tst-tls12-O2
PASS tst-tls12
PASS tst-tls13-O2
PASS tst-tls13
PASS tst-tls14-O2
PASS tst-tls14
PASS tst-tls15-O2
PASS tst-tls15
PASS tst-tls17-O2
PASS tst-tls17
PASS tst-tls18-O2
PASS tst-tls18
PASS tst-tls2-O2
PASS tst-tls2-pie-O2
PASS tst-tls2-pie
PASS tst-tls2
PASS tst-tls3-O2
PASS tst-tls3-pie-O2
PASS tst-tls3-pie
PASS tst-tls3
PASS tst-tls4-O2
PASS tst-tls4
PASS tst-tls5-O2
PASS tst-tls5
PASS tst-tls6-O2
PASS tst-tls6
PASS tst-tls7-O2
PASS tst-tls7
PASS tst-tls8-O2
PASS tst-tls8
PASS tst-tls9-O2
PASS tst-tls9
Total skipped: 10
Total failed: 0
Total passed: 304