Created
September 11, 2013 17:19
-
-
Save justincormack/6526826 to your computer and use it in GitHub Desktop.
First run of the ljsyscall test suite on Xen
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo xl create -c domain_config | |
Parsing config from domain_config | |
DEBUG libxl__blktap_devpath 37 aio:/home/justin/minios/32/test.ffs | |
DEBUG libxl__blktap_devpath 40 /dev/xen/blktap-2/tapdev4 | |
Daemon running with PID 1968 | |
start_info: 0x2f4000(VA) | |
nr_pages: 0x2000 | |
shared_inf: 0xc775e000(MA) | |
pt_base: 0x2f7000(VA) | |
nr_pt_frames: 0x5 | |
mfn_list: 0x2ec000(VA) | |
mod_start: 0x0(VA) | |
mod_len: 0 | |
flags: 0x0 | |
cmd_line: 4 | |
stack: 0x2c6060-0x2e6060 | |
MM: Init | |
_text: 0x0(VA) | |
_etext: 0x1e27a5(VA) | |
_erodata: 0x28d000(VA) | |
_edata: 0x292744(VA) | |
stack start: 0x2c6060(VA) | |
_end: 0x2eb238(VA) | |
start_pfn: 2ff | |
max_pfn: 2000 | |
Mapping memory range 0x400000 - 0x2000000 | |
setting 0x0-0x28d000 readonly | |
skipped 0x1000 | |
MM: Initialise page allocator for 30d000(30d000)-0(2000000) | |
MM: done | |
Demand map pfns at 2001000-82001000. | |
Initialising timer interface | |
Initialising console ... done. | |
gnttab_table mapped at 0x2001000. | |
Initialising scheduler | |
xenbus initialised on irq 1 mfn 0x458435 | |
Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, | |
2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 | |
The NetBSD Foundation, Inc. All rights reserved. | |
Copyright (c) 1982, 1986, 1989, 1991, 1993 | |
The Regents of the University of California. All rights reserved. | |
NetBSD 6.99.23 (RUMP-ROAST) #0: Sun Sep 8 19:29:24 UTC 2013 | |
[email protected]:/home/justin/rumpuser-xen/rumpobj/lib/librump | |
total memory = unlimited (host limit) | |
timecounter: Timecounters tick every 10.000 msec | |
timecounter: Timecounter "rumpclk" frequency 100 Hz quality 0 | |
cpu0 at thinair0: rump virtual cpu | |
root file system type: rumpfs | |
neewstate | |
..opened libs | |
about to pcall | |
stderr | |
stdout | |
test_raw_socket | |
[test_raw_socket:test_ip_checksum] Ok | |
failed to find socket | |
[test_raw_socket:test_raw_udp_root] Failed | |
test_termios | |
[test_termios:test_isatty_fail] Ok | |
[test_termios:test_pts_termios] Failed | |
test_mmap | |
failed to find mmap | |
[test_mmap:test_madvise] Failed | |
failed to find mmap | |
[test_mmap:test_mlock] Failed | |
failed to find mlockall | |
[test_mmap:test_mlockall] Failed | |
failed to find mmap | |
[test_mmap:test_mmap_anon] Failed | |
failed to find mmap | |
[test_mmap:test_mmap_fail] Failed | |
failed to find mmap | |
[test_mmap:test_mmap_file] Failed | |
failed to find mmap | |
[test_mmap:test_msync] Failed | |
test_address_names | |
[test_address_names:test_inet_name] Failed | |
[test_address_names:test_inet_name6] Ok | |
[test_address_names:test_ipv4_names] Failed | |
[test_address_names:test_ipv6_names] Ok | |
test_libc | |
failed to find environ | |
[test_libc:test_environ] Failed | |
test_filesystem_bsd | |
[test_filesystem_bsd:test_chflags] Failed | |
[test_filesystem_bsd:test_fchflags] Failed | |
[test_filesystem_bsd:test_fsync_range] Ok | |
[test_filesystem_bsd:test_lchflags] Failed | |
[test_filesystem_bsd:test_lchmod] Ok | |
[test_filesystem_bsd:test_revoke] Ok | |
[test_filesystem_bsd:test_utimensat] Ok | |
test_proc | |
[test_proc:test_proc_init] Failed | |
[test_proc:test_proc_self] Failed | |
[test_proc:test_ps] Failed | |
test_util_misc | |
failed to find mmap | |
[test_util_misc:test_mapfile] Failed | |
test_timers_signals | |
failed to find gettimeofday | |
[test_timers_signals:test_gettimeofday] Failed | |
failed to find nanosleep | |
[test_timers_signals:test_nanosleep] Failed | |
test_util | |
[test_util:test_cp] Ok | |
[test_util:test_readfile_writefile] Ok | |
[test_util:test_rm_broken_symlink] Ok | |
[test_util:test_rm_recursive] Ok | |
[test_util:test_touch] Ok | |
test_directory_operations | |
[test_directory_operations:test_dents_stat_conversion] Ok | |
[test_directory_operations:test_dirtable] Ok | |
[test_directory_operations:test_getdents] Failed | |
[test_directory_operations:test_getdents_dev] Ok | |
[test_directory_operations:test_getdents_error] Ok | |
[test_directory_operations:test_ls] Failed | |
[test_directory_operations:test_ls_long] Failed | |
test_pipes_bsd | |
[test_pipes_bsd:test_nosigpipe] Ok | |
test_locking | |
[test_locking:test_fcntl_setlk] Ok | |
[test_locking:test_flock] Ok | |
[test_locking:test_lockf_lock] Ok | |
[test_locking:test_lockf_test] Ok | |
[test_locking:test_lockf_tlock] Ok | |
[test_locking:test_lockf_ulock] Ok | |
test_timespec_timeval | |
[test_timespec_timeval:test_timespec] Ok | |
[test_timespec_timeval:test_timeval] Ok | |
test_sockets_pipes | |
failed to find socket | |
[test_sockets_pipes:test_inet_socket] Failed | |
failed to find socket | |
[test_sockets_pipes:test_ipv6_socket] Failed | |
[test_sockets_pipes:test_pipe] Ok | |
[test_sockets_pipes:test_pipe_nonblock] Ok | |
failed to find socket | |
[test_sockets_pipes:test_recvfrom] Failed | |
[test_sockets_pipes:test_sockaddr_in_error] Ok | |
[test_sockets_pipes:test_sockaddr_storage] Ok | |
failed to find socket | |
[test_sockets_pipes:test_udp_socket] Failed | |
[test_sockets_pipes:test_unix_socketpair] Failed | |
test_mount_bsd_root | |
[test_mount_bsd_root:test_mount_kernfs] Failed | |
[test_mount_bsd_root:test_mount_tmpfs] Failed | |
test_read_write | |
[test_read_write:test_pread_pwrite] Ok | |
[test_read_write:test_preadv_pwritev] Ok | |
[test_read_write:test_read] Ok | |
[test_read_write:test_read_to_string] Ok | |
[test_read_write:test_readv_writev] Ok | |
[test_read_write:test_write] Ok | |
[test_read_write:test_write_ro] Ok | |
[test_read_write:test_write_string] Ok | |
test_largefile | |
[test_largefile:test_ftruncate] Failed | |
panic: genfs_getpages: past eof: 8589938688 vs. 4096 | |
rump kernel halting... | |
halted | |
Do_exit called! | |
base is 0x34f6d8 caller is 0x7f8d | |
base is 0x34f708 caller is 0xdd18 | |
base is 0x34f718 caller is 0x16a762 | |
base is 0x34f748 caller is 0x13bd34 | |
base is 0x34f788 caller is 0x13bdc8 | |
base is 0x34f7a8 caller is 0x65dd2 | |
base is 0x34f928 caller is 0x12f129 | |
base is 0x34f988 caller is 0x69373 | |
base is 0x34fa08 caller is 0x81fb8 | |
base is 0x34fac8 caller is 0x7f9ca | |
base is 0x34fb58 caller is 0x12fe18 | |
base is 0x34fba8 caller is 0x6acaf | |
base is 0x34fbe8 caller is 0x119fb9 | |
base is 0x34fcb8 caller is 0x71ee3 | |
base is 0x34fcf8 caller is 0x16a046 | |
base is 0x34fd18 caller is 0x163a3c | |
base is 0x34fd58 caller is 0x1834ef | |
base is 0x34fd78 caller is 0x1a80e9 | |
base is 0x612678 caller is 0x8 | |
base is 0xc30000 caller is 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment