Skip to content

Instantly share code, notes, and snippets.

@Kisty
Created October 30, 2018 10:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Kisty/7025e3b563fff7048b01bda9806af7be to your computer and use it in GitHub Desktop.
Save Kisty/7025e3b563fff7048b01bda9806af7be to your computer and use it in GitHub Desktop.
Emulator issue on CI server
cat less ~/.android/avd/Nexus_5X_API_24.avd/config.ini
cat: less: No such file or directory
AvdId=Nexus_5X_API_24
PlayStore.enabled=false
abi.type=armeabi-v7a
avd.ini.displayname=Nexus 5X API 24
avd.ini.encoding=UTF-8
disk.dataPartition.size=800M
fastboot.chosenSnapshotFile=
fastboot.forceChosenSnapshotBoot=no
fastboot.forceColdBoot=no
fastboot.forceFastBoot=yes
hw.accelerometer=yes
hw.arc=false
hw.audioInput=yes
hw.battery=yes
hw.camera.back=virtualscene
hw.camera.front=emulated
hw.cpu.arch=arm
hw.cpu.model=cortex-a8
hw.cpu.ncore=1
hw.dPad=no
hw.device.hash2=MD5:bc5032b2a871da511332401af3ac6bb0
hw.device.manufacturer=Google
hw.device.name=Nexus 5X
hw.gps=yes
hw.gpu.enabled=no
hw.gpu.mode=off
hw.initialOrientation=Portrait
hw.keyboard=yes
hw.lcd.density=420
hw.lcd.height=1920
hw.lcd.width=1080
hw.mainKeys=no
hw.ramSize=1536
hw.sdCard=yes
hw.sensors.orientation=yes
hw.sensors.proximity=yes
hw.trackBall=no
image.sysdir.1=system-images/android-24/default/armeabi-v7a/
runtime.network.latency=none
runtime.network.speed=full
sdcard.path=/home/tim/.android/avd/Nexus_5X_API_24.avd/sdcard.img
sdcard.size=512 MB
showDeviceFrame=yes
skin.dynamic=yes
skin.name=nexus_5x
skin.path=/home/tim/Documents/android-sdk-linux/skins/nexus_5x
tag.display=
tag.id=default
vm.heapSize=228
tim@android-ci:~/Android/sdk/tools$ ./emulator -avd Nexus_4_API_24 -verbose -show-kernel
emulator:Android emulator version 26.0.3.0 (build_id 3965150)
emulator:Found AVD name 'Nexus_4_API_24'
PANIC: Unknown AVD name [Nexus_4_API_24], use -list-avds to see valid list.
HOME is defined but there is no file Nexus_4_API_24.ini in $HOME/.android/avd
(Note: Directories are searched in the order $ANDROID_AVD_HOME, $ANDROID_SDK_HOME/avd, and $HOME/.android/avd)
tim@android-ci:~/Android/sdk/tools$ ./emulator -avd Nexus_5X_API_24 -verbose -show-kernel
emulator:Android emulator version 26.0.3.0 (build_id 3965150)
emulator:Found AVD name 'Nexus_5X_API_24'
emulator:Found AVD target architecture: arm
emulator:argv[0]: './emulator'; program directory: '/home/tim/Android/sdk/tools'
emulator: Found directory: /home/tim/Android/sdk/system-images/android-24/default/armeabi-v7a/
emulator:Probing for /home/tim/Android/sdk/system-images/android-24/default/armeabi-v7a//kernel-ranchu: file exists
emulator:Auto-config: -engine qemu2 (based on configuration)
emulator: Found directory: /home/tim/Android/sdk/system-images/android-24/default/armeabi-v7a/
emulator:try dir /home/tim/Android/sdk/tools
emulator:try dir ./
emulator:try dir ../emulator
emulator:Found target-specific 64-bit emulator binary: /home/tim/Android/sdk/tools/../emulator/qemu/linux-x86_64/qemu-system-armel
emulator:Adding library search path: '../emulator/lib64'
emulator:Adding library search path: '../emulator/lib64/gles_swiftshader'
emulator:Adding library search path: '../emulator/lib64/gles_angle'
emulator:Adding library search path: '../emulator/lib64/gles_angle9'
emulator:Adding library search path: '../emulator/lib64/gles_angle11'
emulator:Adding library search path: '../emulator/lib64/libstdc++'
emulator: Adding library search path for Qt: '../emulator/lib64/qt/lib'
emulator: Setting Qt plugin search path: QT_QPA_PLATFORM_PLUGIN_PATH=../emulator/lib64/qt/plugins
emulator: Running :/home/tim/Android/sdk/tools/../emulator/qemu/linux-x86_64/qemu-system-armel
emulator: qemu backend: argv[00] = "/home/tim/Android/sdk/tools/../emulator/qemu/linux-x86_64/qemu-system-armel"
emulator: qemu backend: argv[01] = "-avd"
emulator: qemu backend: argv[02] = "Nexus_5X_API_24"
emulator: qemu backend: argv[03] = "-verbose"
emulator: qemu backend: argv[04] = "-show-kernel"
emulator: Concatenated backend parameters:
/home/tim/Android/sdk/tools/../emulator/qemu/linux-x86_64/qemu-system-armel -avd Nexus_5X_API_24 -verbose -show-kernel
emulator: Android virtual device file at: /home/tim/.android/avd/Nexus_5X_API_24.ini
emulator: virtual device content at /home/tim/.android/avd/Nexus_5X_API_24.avd
emulator: virtual device config file: /home/tim/.android/avd/Nexus_5X_API_24.avd/config.ini
emulator: using core hw config path: /home/tim/.android/avd/Nexus_5X_API_24.avd/hardware-qemu.ini
emulator: using snapshot lock path: /home/tim/.android/avd/Nexus_5X_API_24.avd/snapshot.lock
emulator: Found AVD target API level: 24
emulator: Read property file at /home/tim/Android/sdk/tools/../system-images/android-24/default/armeabi-v7a//build.prop
emulator: No boot.prop property file found.
emulator: found skin 'nexus_5x' in directory: /home/tim/Documents/android-sdk-linux/skins/
emulator: autoconfig: -skin nexus_5x
emulator: autoconfig: -skindir /home/tim/Documents/android-sdk-linux/skins/
emulator: autoconfig: -kernel /home/tim/Android/sdk/tools/../system-images/android-24/default/armeabi-v7a//kernel-ranchu
emulator: Auto-detect: Kernel image requires new device naming scheme.
emulator: Auto-detect: Kernel does not support YAFFS2 partitions.
emulator: autoconfig: -ramdisk /home/tim/Android/sdk/tools/../system-images/android-24/default/armeabi-v7a//ramdisk.img
emulator: Using initial system image: /home/tim/Android/sdk/tools/../system-images/android-24/default/armeabi-v7a//system.img
emulator: No vendor image
emulator: autoconfig: -data /home/tim/.android/avd/Nexus_5X_API_24.avd/userdata-qemu.img
emulator: autoconfig: -initdata /home/tim/.android/avd/Nexus_5X_API_24.avd/userdata.img
emulator: autoconfig: -cache /home/tim/.android/avd/Nexus_5X_API_24.avd/cache.img
emulator: autoconfig: -sdcard /home/tim/.android/avd/Nexus_5X_API_24.avd/sdcard.img
emulator: Physical RAM size: 1536MB
emulator: VM heap size 228MB is below hardware specified minimum of 384MB,setting it to that value
emulator: System image is read only
emulator: Found 1 DNS servers: 127.0.0.53
emulator: trying to load skin file '/home/tim/Documents/android-sdk-linux/skins//nexus_5x/layout'
emulator: WARNING: encryption is off
emulator: found skin 'nexus_5x' in directory: /home/tim/Documents/android-sdk-linux/skins/
emulator: GPU emulation is disabled
emulator: Found 1 DNS servers: 127.0.0.53
Content of hardware configuration file:
hw.cpu.arch = arm
hw.cpu.model = cortex-a8
hw.cpu.ncore = 1
hw.ramSize = 1536
hw.screen = multi-touch
hw.mainKeys = false
hw.trackBall = false
hw.keyboard = true
hw.keyboard.lid = false
hw.keyboard.charmap = qwerty2
hw.dPad = false
hw.rotaryInput = false
hw.gsmModem = true
hw.gps = true
hw.battery = true
hw.accelerometer = true
hw.gyroscope = true
hw.audioInput = true
hw.audioOutput = true
hw.sdCard = true
hw.sdCard.path = /home/tim/.android/avd/Nexus_5X_API_24.avd/sdcard.img
disk.cachePartition = true
disk.cachePartition.path = /home/tim/.android/avd/Nexus_5X_API_24.avd/cache.img
disk.cachePartition.size = 66m
test.quitAfterBootTimeOut = -1
hw.lcd.width = 1080
hw.lcd.height = 1920
hw.lcd.depth = 16
hw.lcd.density = 420
hw.lcd.backlight = true
hw.gpu.enabled = false
hw.gpu.mode = off
hw.gpu.blacklisted = no
hw.initialOrientation = Portrait
hw.camera.back = virtualscene
hw.camera.front = emulated
vm.heapSize = 384
hw.sensors.light = true
hw.sensors.pressure = true
hw.sensors.humidity = true
hw.sensors.proximity = true
hw.sensors.magnetic_field = true
hw.sensors.magnetic_field_uncalibrated = true
hw.sensors.gyroscope_uncalibrated = true
hw.sensors.orientation = true
hw.sensors.temperature = true
hw.useext4 = true
hw.arc = false
hw.arc.autologin = false
kernel.path = /home/tim/Android/sdk/tools/../system-images/android-24/default/armeabi-v7a//kernel-ranchu
kernel.newDeviceNaming = yes
kernel.supportsYaffs2 = no
disk.ramdisk.path = /home/tim/Android/sdk/tools/../system-images/android-24/default/armeabi-v7a//ramdisk.img
disk.systemPartition.initPath = /home/tim/Android/sdk/tools/../system-images/android-24/default/armeabi-v7a//system.img
disk.systemPartition.size = 1792m
disk.vendorPartition.size = 0
disk.dataPartition.path = /home/tim/.android/avd/Nexus_5X_API_24.avd/userdata-qemu.img
disk.dataPartition.size = 800m
PlayStore.enabled = false
avd.name = Nexus_5X_API_24
fastboot.forceColdBoot = false
.
QEMU options list:
emulator: argv[00] = "/home/tim/Android/sdk/tools/../emulator/qemu/linux-x86_64/qemu-system-armel"
emulator: argv[01] = "-dns-server"
emulator: argv[02] = "127.0.0.53"
emulator: argv[03] = "-serial"
emulator: argv[04] = "stdio"
emulator: argv[05] = "-device"
emulator: argv[06] = "goldfish_pstore,addr=0xff018000,size=0x10000,file=/home/tim/.android/avd/Nexus_5X_API_24.avd/data/misc/pstore/pstore.bin"
emulator: argv[07] = "-cpu"
emulator: argv[08] = "cortex-a15"
emulator: argv[09] = "-machine"
emulator: argv[10] = "type=ranchu"
emulator: argv[11] = "-m"
emulator: argv[12] = "1536"
emulator: argv[13] = "-lcd-density"
emulator: argv[14] = "420"
emulator: argv[15] = "-nodefaults"
emulator: argv[16] = "-kernel"
emulator: argv[17] = "/home/tim/Android/sdk/tools/../system-images/android-24/default/armeabi-v7a//kernel-ranchu"
emulator: argv[18] = "-initrd"
emulator: argv[19] = "/home/tim/Android/sdk/tools/../system-images/android-24/default/armeabi-v7a//ramdisk.img"
emulator: argv[20] = "-drive"
emulator: argv[21] = "index=0,id=sdcard,file=/home/tim/.android/avd/Nexus_5X_API_24.avd/sdcard.img.qcow2,overlap-check=none,cache=unsafe,l2-cache-size=1048576"
emulator: argv[22] = "-device"
emulator: argv[23] = "virtio-blk-device,drive=sdcard"
emulator: argv[24] = "-drive"
emulator: argv[25] = "index=1,id=userdata,file=/home/tim/.android/avd/Nexus_5X_API_24.avd/userdata-qemu.img.qcow2,overlap-check=none,cache=unsafe,l2-cache-size=1048576"
emulator: argv[26] = "-device"
emulator: argv[27] = "virtio-blk-device,drive=userdata"
emulator: argv[28] = "-drive"
emulator: argv[29] = "index=2,id=cache,file=/home/tim/.android/avd/Nexus_5X_API_24.avd/cache.img.qcow2,overlap-check=none,cache=unsafe,l2-cache-size=1048576"
emulator: argv[30] = "-device"
emulator: argv[31] = "virtio-blk-device,drive=cache"
emulator: argv[32] = "-drive"
emulator: argv[33] = "index=3,id=system,file=/home/tim/Android/sdk/tools/../system-images/android-24/default/armeabi-v7a//system.img,read-only"
emulator: argv[34] = "-device"
emulator: argv[35] = "virtio-blk-device,drive=system"
emulator: argv[36] = "-netdev"
emulator: argv[37] = "user,id=mynet"
emulator: argv[38] = "-device"
emulator: argv[39] = "virtio-net-device,netdev=mynet"
emulator: argv[40] = "-device"
emulator: argv[41] = "virtio-rng-device"
emulator: argv[42] = "-show-cursor"
emulator: argv[43] = "-L"
emulator: argv[44] = "/home/tim/Android/sdk/emulator/lib/pc-bios"
emulator: argv[45] = "-append"
emulator: argv[46] = "qemu=1 no_timer_check androidboot.hardware=ranchu console=ttyAMA0,38400 keep_bootcon earlyprintk=ttyAMA0 android.qemud=1 android.checkjni=1 qemu.gles=0 qemu.opengles.version=131072 cma=32M@0-4G loop.max_part=7 ramoops.mem_address=0xff018000 ramoops.mem_size=0x10000 memmap=0x10000$0xff018000 qemu.dalvik.vm.heapsize=384m"
emulator: argv[47] = "-android-hw"
emulator: argv[48] = "/home/tim/.android/avd/Nexus_5X_API_24.avd/hardware-qemu.ini"
Concatenated QEMU options:
/home/tim/Android/sdk/tools/../emulator/qemu/linux-x86_64/qemu-system-armel -dns-server 127.0.0.53 -serial stdio -device goldfish_pstore,addr=0xff018000,size=0x10000,file=/home/tim/.android/avd/Nexus_5X_API_24.avd/data/misc/pstore/pstore.bin -cpu cortex-a15 -machine type=ranchu -m 1536 -lcd-density 420 -nodefaults -kernel /home/tim/Android/sdk/tools/../system-images/android-24/default/armeabi-v7a//kernel-ranchu -initrd /home/tim/Android/sdk/tools/../system-images/android-24/default/armeabi-v7a//ramdisk.img -drive index=0,id=sdcard,file=/home/tim/.android/avd/Nexus_5X_API_24.avd/sdcard.img.qcow2,overlap-check=none,cache=unsafe,l2-cache-size=1048576 -device virtio-blk-device,drive=sdcard -drive index=1,id=userdata,file=/home/tim/.android/avd/Nexus_5X_API_24.avd/userdata-qemu.img.qcow2,overlap-check=none,cache=unsafe,l2-cache-size=1048576 -device virtio-blk-device,drive=userdata -drive index=2,id=cache,file=/home/tim/.android/avd/Nexus_5X_API_24.avd/cache.img.qcow2,overlap-check=none,cache=unsafe,l2-cache-size=1048576 -device virtio-blk-device,drive=cache -drive index=3,id=system,file=/home/tim/Android/sdk/tools/../system-images/android-24/default/armeabi-v7a//system.img,read-only -device virtio-blk-device,drive=system -netdev user,id=mynet -device virtio-net-device,netdev=mynet -device virtio-rng-device -show-cursor -L /home/tim/Android/sdk/emulator/lib/pc-bios -append 'qemu=1 no_timer_check androidboot.hardware=ranchu console=ttyAMA0,38400 keep_bootcon earlyprintk=ttyAMA0 android.qemud=1 android.checkjni=1 qemu.gles=0 qemu.opengles.version=131072 cma=32M@0-4G loop.max_part=7 ramoops.mem_address=0xff018000 ramoops.mem_size=0x10000 memmap=0x10000$0xff018000 qemu.dalvik.vm.heapsize=384m' -android-hw /home/tim/.android/avd/Nexus_5X_API_24.avd/hardware-qemu.ini
emulator: Android qemu version 27.3.10.0 (build_id 4969155) (CL:751f3c993c814a52adf144c159615ce457c2d282)
emulator: Starting QEMU main loop
emulator: registered 'boot-properties' qemud service
emulator: Adding boot property: 'ro.opengles.version' = '131072'
emulator: Adding boot property: 'qemu.sf.fake_camera' = 'front'
emulator: Adding boot property: 'dalvik.vm.heapsize' = '384m'
emulator: Adding boot property: 'qemu.hw.mainkeys' = '0'
emulator: Adding boot property: 'qemu.sf.lcd_density' = '420'
emulator: goldfish_events.have-dpad: false
emulator: goldfish_events.have-trackball: false
emulator: goldfish_events.have-camera: true
emulator: goldfish_events.have-keyboard: true
emulator: goldfish_events.have-lidswitch: false
emulator: goldfish_events.have-tabletmode: false
emulator: goldfish_events.have-touch: false
emulator: goldfish_events.have-multitouch: true
emulator: control console listening on port 5554, ADB on port 5555
Not using any http proxy
emulator: Adding boot property: 'qemu.timezone' = 'Europe/London'
emulator: android_hw_fingerprint_init: fingerprint qemud listen service initialized
emulator: tried to query async readback support before renderer initialized. Likely guest rendering
emulator: found skin 'nexus_5x' in directory: /home/tim/Documents/android-sdk-linux/skins/
emulator: found skin 'nexus_5x' in directory: /home/tim/Documents/android-sdk-linux/skins/
emulator: found skin 'nexus_5x' in directory: /home/tim/Documents/android-sdk-linux/skins/
emulator: found skin 'nexus_5x' in directory: /home/tim/Documents/android-sdk-linux/skins/
Your emulator is out of date, please update by launching Android Studio:
- Start Android Studio
- Select menu "Tools > Android > SDK Manager"
- Click "SDK Tools" tab
- Check "Android Emulator" checkbox
- Click "OK"
[140292739028736]:WARNING:android/android-emu/android/base/files/IniFile.cpp:232:Failed to open .ini file /home/tim/.android/emu-update-last-check.ini for writing.
emulator: WARNING: UpdateCheck: couldn't save the data file
Booting Linux on physical CPU 0x0
Initializing cgroup subsys cpuset
Initializing cgroup subsys cpu
Initializing cgroup subsys cpuacct
Linux version 3.10.0+ (android-build@wpef19.hot.corp.google.com) (gcc version 4.9.x-google 20140827 (prerelease) (GCC) ) #1 SMP PREEMPT Wed May 18 00:25:13 UTC 2016
CPU: ARMv7 Processor [412fc0f1] revision 1 (ARMv7), cr=10c53c7d
CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
Machine: Dummy Virtual Machine, model: ranchu
debug: skip boot console de-registration.
Memory policy: ECC disabled, Data cache writealloc
PERCPU: Embedded 6 pages/cpu @c1188000 s8320 r0 d16256 u32768
Built 1 zonelists in Zone order, mobility grouping on. Total pages: 391696
Kernel command line: qemu=1 no_timer_check androidboot.hardware=ranchu console=ttyAMA0,38400 keep_bootcon earlyprintk=ttyAMA0 android.qemud=1 android.checkjni=1 qemu.gles=0 qemu.opengles.version=131072 cma=32M@0-4G loop.max_part=7 ramoops.mem_address=0xff018000 ramoops.mem_size=0x10000 memmap=0x10000$0xff018000 qemu.dalvik.vm.heapsize=384m
PID hash table entries: 4096 (order: 2, 16384 bytes)
Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Memory: 1536MB = 1536MB total
Memory: 1552796k/1552796k available, 20068k reserved, 794624K highmem
Virtual kernel memory layout:
vector : 0xffff0000 - 0xffff1000 ( 4 kB)
fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
vmalloc : 0xf0000000 - 0xff000000 ( 240 MB)
lowmem : 0xc0000000 - 0xef800000 ( 760 MB)
pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
.text : 0xc0008000 - 0xc04e7800 (4990 kB)
.init : 0xc04e8000 - 0xc0518080 ( 193 kB)
.data : 0xc051a000 - 0xc0547ca0 ( 184 kB)
.bss : 0xc0547ca0 - 0xc057cf24 ( 213 kB)
SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
Preemptible hierarchical RCU implementation.
RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=1.
NR_IRQS:16 nr_irqs:16 16
GIC CPU mask not found - kernel will fail to boot.
GIC CPU mask not found - kernel will fail to boot.
Architected local timer running at 62.50MHz (virt).
Switching to timer-based delay loop
sched_clock: ARM arch timer >56 bits at 62500kHz, resolution 16ns
sched_clock: 32 bits at 100 Hz, resolution 10000000ns, wraps every 4294967286ms
Calibrating delay loop (skipped), value calculated using timer frequency.. 125.00 BogoMIPS (lpj=625000)
pid_max: default: 32768 minimum: 301
Security Framework initialized
SELinux: Initializing.
Mount-cache hash table entries: 512
Initializing cgroup subsys debug
Initializing cgroup subsys freezer
CPU: Testing write buffer coherency: ok
/cpus/cpu@0 missing clock-frequency property
CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
Setting up static identity map for 0xc03e8fe8 - 0xc03e9040
Brought up 1 CPUs
SMP: Total of 1 processors activated (125.00 BogoMIPS).
CPU: All CPU(s) started in SVC mode.
VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
NET: Registered protocol family 16
DMA: preallocated 256 KiB pool for atomic coherent allocations
hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
hw-breakpoint: maximum watchpoint size is 8 bytes.
Serial: AMBA PL011 UART driver
9000000.pl011: ttyAMA0 at MMIO 0x9000000 (irq = 33) is a PL011 rev1
console [ttyAMA0] enabled
emulator: found skin 'nexus_5x' in directory: /home/tim/Documents/android-sdk-linux/skins/
emulator: found skin 'nexus_5x' in directory: /home/tim/Documents/android-sdk-linux/skins/
bio: create slab <bio-0> at 0
Advanced Linux Sound Architecture Driver Initialized.
Switching to clocksource arch_sys_counter
NET: Registered protocol family 2
TCP established hash table entries: 8192 (order: 4, 65536 bytes)
TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
TCP: Hash tables configured (established 8192 bind 8192)
TCP: reno registered
UDP hash table entries: 512 (order: 2, 16384 bytes)
UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
NET: Registered protocol family 1
RPC: Registered named UNIX socket transport module.
RPC: Registered udp transport module.
RPC: Registered tcp transport module.
RPC: Registered tcp NFSv4.1 backchannel transport module.
Trying to unpack rootfs image as initramfs...
Freeing initrd memory: 1232K (c8000000 - c8134000)
audit: initializing netlink socket (disabled)
type=2000 audit(1.280:1): initialized
bounce pool size: 64 pages
fuse init (API version 7.22)
io scheduler noop registered (default)
------------[ cut here ]------------
WARNING: at /usr/local/google/buildbot/src/partner-android/n-dev-android-goldfish-3.10-arm/goldfish/mm/page_alloc.c:2455 __alloc_pages_nodemask+0x3d8/0x890()
CPU: 0 PID: 1 Comm: swapper/0 Not tainted 3.10.0+ #1
[<c00137ec>] (unwind_backtrace+0x0/0xec) from [<c0011984>] (show_stack+0x10/0x14)
[<c0011984>] (show_stack+0x10/0x14) from [<c001ede8>] (warn_slowpath_null+0x38/0x50)
[<c001ede8>] (warn_slowpath_null+0x38/0x50) from [<c00a1140>] (__alloc_pages_nodemask+0x3d8/0x890)
[<c00a1140>] (__alloc_pages_nodemask+0x3d8/0x890) from [<c00178bc>] (__dma_alloc_buffer.isra.20+0x2c/0x17c)
[<c00178bc>] (__dma_alloc_buffer.isra.20+0x2c/0x17c) from [<c0017a20>] (__alloc_remap_buffer.isra.23+0x14/0xb4)
[<c0017a20>] (__alloc_remap_buffer.isra.23+0x14/0xb4) from [<c0017be4>] (__dma_alloc+0x124/0x230)
[<c0017be4>] (__dma_alloc+0x124/0x230) from [<c0017e34>] (arm_dma_alloc+0x9c/0xa4)
[<c0017e34>] (arm_dma_alloc+0x9c/0xa4) from [<c0216108>] (goldfish_fb_probe+0x1f8/0x348)
[<c0216108>] (goldfish_fb_probe+0x1f8/0x348) from [<c0234b88>] (really_probe+0x68/0x214)
[<c0234b88>] (really_probe+0x68/0x214) from [<c0234e44>] (__driver_attach+0x98/0x9c)
[<c0234e44>] (__driver_attach+0x98/0x9c) from [<c02332e0>] (bus_for_each_dev+0x68/0x9c)
[<c02332e0>] (bus_for_each_dev+0x68/0x9c) from [<c0233cf8>] (bus_add_driver+0x1b4/0x240)
[<c0233cf8>] (bus_add_driver+0x1b4/0x240) from [<c02355a4>] (driver_register+0x78/0x140)
[<c02355a4>] (driver_register+0x78/0x140) from [<c04e8b44>] (do_one_initcall+0xa0/0x148)
[<c04e8b44>] (do_one_initcall+0xa0/0x148) from [<c04e8d7c>] (kernel_init_freeable+0x190/0x22c)
[<c04e8d7c>] (kernel_init_freeable+0x190/0x22c) from [<c03df0f4>] (kernel_init+0x8/0x160)
[<c03df0f4>] (kernel_init+0x8/0x160) from [<c000e018>] (ret_from_fork+0x14/0x3c)
---[ end trace 47a349c6e4cbdbfb ]---
goldfish_fb: probe of 9010000.goldfish_fb failed with error -12
brd: module loaded
loop: module loaded
vda: unknown partition table
vdb: unknown partition table
vdc: unknown partition table
vdd:
tun: Universal TUN/TAP device driver, 1.6
tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
PPP generic driver version 2.4.2
PPP BSD Compression module registered
PPP Deflate Compression module registered
PPP MPPE Compression module registered
NET: Registered protocol family 24
mousedev: PS/2 mouse device common for all mice
input: qwerty2 as /devices/9040000.goldfish-events/input/input0
ashmem: initialized
oprofile: no performance counters
oprofile: using timer interrupt.
u32 classifier
Actions configured
Netfilter messages via NETLINK v0.30.
nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
ctnetlink v0.93: registering with nfnetlink.
NF_TPROXY: Transparent proxy support initialized, version 4.1.0
NF_TPROXY: Copyright (c) 2006-2007 BalaBit IT Ltd.
xt_time: kernel timezone is -0000
ip_tables: (C) 2000-2006 Netfilter Core Team
arp_tables: (C) 2002 David S. Miller
TCP: cubic registered
Initializing XFRM netlink socket
NET: Registered protocol family 10
mip6: Mobile IPv6
ip6_tables: (C) 2000-2006 Netfilter Core Team
sit: IPv6 over IPv4 tunneling driver
NET: Registered protocol family 17
NET: Registered protocol family 15
Bridge firewalling registered
registered taskstats version 1
/usr/local/google/buildbot/src/partner-android/n-dev-android-goldfish-3.10-arm/goldfish/drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
ALSA device list:
No soundcards found.
Freeing unused kernel memory: 192K (c04e8000 - c0518000)
init: init first stage started!
type=1403 audit(2.980:2): policy loaded auid=4294967295 ses=4294967295
type=1404 audit(3.060:3): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295
init: (Initializing SELinux enforcing took 0.34s.)
init: init second stage started!
init: property_set("ro.boot.hardware", "ranchu") failed
init: property_set("ro.kernel.qemu.dalvik.vm.heapsize", "384m") failed
init: Running restorecon...
init: waitpid failed: No child processes
init: (Loading properties from /default.prop took 0.01s.)
init: (Parsing /init.environ.rc took 0.01s.)
init: (Parsing /init.usb.rc took 0.03s.)
init: (Parsing /init.ranchu.rc took 0.04s.)
init: (Parsing /init.usb.configfs.rc took 0.04s.)
init: (Parsing /init.zygote32.rc took 0.01s.)
init: (Parsing /init.rc took 0.35s.)
init: Starting service 'ueventd'...
init: Waiting for /dev/.coldboot_done...
ueventd: ueventd started!
init: Timed out waiting for /dev/.coldboot_done
init: Waiting for /dev/.coldboot_done took 1.07s.
init: /dev/hw_random not found
type=1400 audit(5.570:4): avc: denied { relabelfrom } for pid=458 comm="ueventd" name="urandom" dev="tmpfs" ino=141 scontext=u:r:ueventd:s0 tcontext=u:object_r:device:s0 tclass=file permissive=0
ueventd: Cannot set 'u:object_r:urandom_device:s0' SELinux label on '/dev/urandom' device (Permission denied)
init: write_file: Unable to open '/proc/sys/kernel/sched_tunable_scaling': No such file or directory
init: write_file: Unable to open '/proc/sys/kernel/sched_latency_ns': No such file or directory
init: write_file: Unable to open '/proc/sys/kernel/sched_wakeup_granularity_ns': No such file or directory
init: write_file: Unable to open '/proc/sys/kernel/sched_compat_yield': No such file or directory
init: write_file: Unable to write to '/dev/cpuctl/cpu.shares': Invalid argument
init: write_file: Unable to open '/proc/sys/abi/swp': No such file or directory
init: /dev/hw_random not found
EXT4-fs (vda): mounted filesystem with ordered data mode. Opts: (null)
fs_mgr: __mount(source=/dev/block/vda,target=/system,type=ext4)=0
EXT4-fs (vdb): Ignoring removed nomblk_io_submit option
EXT4-fs (vdb): recovery complete
EXT4-fs (vdb): mounted filesystem with ordered data mode. Opts: nomblk_io_submit,errors=panic
fs_mgr: __mount(source=/dev/block/vdb,target=/cache,type=ext4)=0
EXT4-fs (vdc): Ignoring removed nomblk_io_submit option
EXT4-fs (vdc): recovery complete
EXT4-fs (vdc): mounted filesystem with ordered data mode. Opts: errors=remount-ro,nomblk_io_submit
fs_mgr: check_fs(): mount(/dev/block/vdc,/data,ext4)=0: Success
fs_mgr: check_fs(): unmount(/data) succeeded
fs_mgr: Running /system/bin/e2fsck on /dev/block/vdc
type=1400 audit(6.760:5): avc: denied { open } for pid=605 comm="e2fsck" path="/dev/urandom" dev="tmpfs" ino=141 scontext=u:r:fsck:s0 tcontext=u:object_r:device:s0 tclass=file permissive=0
e2fsck: e2fsck terminated by signal 9
EXT4-fs (vdc): Ignoring removed nomblk_io_submit option
EXT4-fs (vdc): mounted filesystem with ordered data mode. Opts: nomblk_io_submit,errors=panic
fs_mgr: __mount(source=/dev/block/vdc,target=/data,type=ext4)=0
init: (Parsing /system/etc/init/atrace.rc took 0.03s.)
init: (Parsing /system/etc/init/audioserver.rc took 0.01s.)
init: (Parsing /system/etc/init/bootanim.rc took 0.03s.)
init: (Parsing /system/etc/init/bootstat.rc took 0.02s.)
init: (Parsing /system/etc/init/cameraserver.rc took 0.02s.)
init: (Parsing /system/etc/init/debuggerd.rc took 0.02s.)
init: (Parsing /system/etc/init/drmserver.rc took 0.02s.)
init: (Parsing /system/etc/init/dumpstate.rc took 0.02s.)
init: (Parsing /system/etc/init/gatekeeperd.rc took 0.02s.)
init: (Parsing /system/etc/init/init-debug.rc took 0.04s.)
init: (Parsing /system/etc/init/installd.rc took 0.00s.)
init: (Parsing /system/etc/init/keystore.rc took 0.01s.)
init: (Parsing /system/etc/init/lmkd.rc took 0.02s.)
init: (Parsing /system/etc/init/logcatd.rc took 0.01s.)
init: (Parsing /system/etc/init/logd.rc took 0.01s.)
init: (Parsing /system/etc/init/mdnsd.rc took 0.01s.)
init: (Parsing /system/etc/init/mediacodec.rc took 0.01s.)
init: (Parsing /system/etc/init/mediadrmserver.rc took 0.01s.)
init: (Parsing /system/etc/init/mediaextractor.rc took 0.01s.)
init: (Parsing /system/etc/init/mediaserver.rc took 0.01s.)
init: (Parsing /system/etc/init/mtpd.rc took 0.01s.)
init: (Parsing /system/etc/init/netd.rc took 0.01s.)
init: (Parsing /system/etc/init/perfprofd.rc took 0.01s.)
init: (Parsing /system/etc/init/racoon.rc took 0.01s.)
init: (Parsing /system/etc/init/rild.rc took 0.02s.)
init: (Parsing /system/etc/init/servicemanager.rc took 0.01s.)
init: (Parsing /system/etc/init/surfaceflinger.rc took 0.01s.)
init: (Parsing /system/etc/init/uncrypt.rc took 0.04s.)
init: (Parsing /system/etc/init/vdc.rc took 0.01s.)
init: (Parsing /system/etc/init/vold.rc took 0.01s.)
ueventd: Coldboot took 3.11s.
init: Starting service 'logd'...
init: SELinux: Could not stat /sys/kernel/debug: No such file or directory.
type=1400 audit(7.610:6): avc: denied { open } for pid=644 comm="logd" path="/dev/urandom" dev="tmpfs" ino=141 scontext=u:r:logd:s0 tcontext=u:object_r:device:s0 tclass=file permissive=0
init: (Loading properties from /system/build.prop took 0.05s.)
init: (Loading properties from /vendor/build.prop took 0.00s.)
init: (Loading properties from /factory/factory.prop took 0.00s.)
init: /recovery not specified in fstab
init: Service 'logd' (pid 644) killed by signal 9
init: Service 'logd' (pid 644) killing any children in process group
init: Starting service 'debuggerd'...
init: do_start: Service debuggerd64 not found
init: Starting service 'vold'...
type=1400 audit(7.800:7): avc: denied { open } for pid=645 comm="debuggerd" path="/dev/urandom" dev="tmpfs" ino=141 scontext=u:r:debuggerd:s0 tcontext=u:object_r:device:s0 tclass=file permissive=0
init: Not bootcharting.
init: Service 'debuggerd' (pid 645) killed by signal 9
init: Service 'debuggerd' (pid 645) killing any children in process group
type=1400 audit(7.900:8): avc: denied { open } for pid=646 comm="vold" path="/dev/urandom" dev="tmpfs" ino=141 scontext=u:r:vold:s0 tcontext=u:object_r:device:s0 tclass=file permissive=0
init: Service 'vold' (pid 646) killed by signal 9
init: Service 'vold' (pid 646) killing any children in process group
type=1400 audit(8.400:9): avc: denied { open } for pid=647 comm="vdc" path="/dev/urandom" dev="tmpfs" ino=141 scontext=u:r:vdc:s0 tcontext=u:object_r:device:s0 tclass=file permissive=0
init: Starting service 'exec 1 (/system/bin/tzdatacheck)'...
init: Service 'exec 1 (/system/bin/tzdatacheck)' (pid 648) killed by signal 9
init: (Loading properties from /data/local.prop took 0.00s.)
init: Starting service 'logd'...
init: Starting service 'logd-reinit'...
type=1400 audit(8.760:10): avc: denied { open } for pid=650 comm="logd" path="/dev/urandom" dev="tmpfs" ino=141 scontext=u:r:logd:s0 tcontext=u:object_r:device:s0 tclass=file permissive=0
init: Service 'logd-reinit' (pid 650) killed by signal 9
type=1400 audit(8.800:11): avc: denied { open } for pid=649 comm="logd" path="/dev/urandom" dev="tmpfs" ino=141 scontext=u:r:logd:s0 tcontext=u:object_r:device:s0 tclass=file permissive=0
init: Service 'logd' (pid 649) killed by signal 9
init: Service 'logd' (pid 649) killing any children in process group
init: Starting service 'healthd'...
init: Starting service 'qemu-props'...
init: Starting service 'lmkd'...
init: Starting service 'servicemanager'...
type=1400 audit(8.940:12): avc: denied { open } for pid=652 comm="qemu-props" path="/dev/urandom" dev="tmpfs" ino=141 scontext=u:r:qemu_props:s0 tcontext=u:object_r:device:s0 tclass=file permissive=0
init: Starting service 'surfaceflinger'...
init: couldn't write 655 to /sys/fs/cgroup/stune/foreground/tasks: No such file or directory
init: Starting service 'vold'...
type=1400 audit(9.080:13): avc: denied { open } for pid=653 comm="lmkd" path="/dev/urandom" dev="tmpfs" ino=141 scontext=u:r:lmkd:s0 tcontext=u:object_r:device:s0 tclass=file permissive=0
init: Service 'qemu-props' (pid 652) killed by signal 9
init: Service 'servicemanager' (pid 654) killed by signal 9
init: Service 'servicemanager' (pid 654) killing any children in process group
init: Service 'healthd' is being killed...
init: Starting service 'zygote'...
init: Starting service 'audioserver'...
type=1400 audit(9.270:14): avc: denied { open } for pid=656 comm="vold" path="/dev/urandom" dev="tmpfs" ino=141 scontext=u:r:vold:s0 tcontext=u:object_r:device:s0 tclass=file permissive=0
init: Starting service 'media'...
init: Service 'surfaceflinger' is being killed...
init: do_restart: Service inputflinger not found
init: Starting service 'drm'...
init: Starting service 'cameraserver'...
init: Service 'healthd' (pid 651) killed by signal 9
init: Service 'healthd' (pid 651) killing any children in process group
init: Service 'lmkd' (pid 653) killed by signal 9
init: Service 'lmkd' (pid 653) killing any children in process group
init: Service 'surfaceflinger' (pid 655) killed by signal 9
init: Service 'surfaceflinger' (pid 655) killing any children in process group
init: Service 'zygote' is being killed...
init: Service 'vold' (pid 656) killed by signal 9
init: Service 'vold' (pid 656) killing any children in process group
init: Service 'zygote' (pid 657) killed by signal 9
init: Service 'zygote' (pid 657) killing any children in process group
init: write_file: Unable to open '/sys/android_power/request_state': No such file or directory
init: write_file: Unable to write to '/sys/power/state': Invalid argument
init: Service 'audioserver' is being killed...
init: Service 'cameraserver' is being killed...
init: Service 'media' is being killed...
init: Starting service 'netd'...
init: Service 'audioserver' (pid 659) killed by signal 9
init: Service 'audioserver' (pid 659) killing any children in process group
init: Service 'media' (pid 660) killed by signal 9
init: Service 'media' (pid 660) killing any children in process group
init: Service 'drm' (pid 661) killed by signal 9
init: Service 'drm' (pid 661) killing any children in process group
init: Service 'cameraserver' (pid 662) killed by signal 9
init: Service 'cameraserver' (pid 662) killing any children in process group
init: property_set("ro.build.product", "generic") failed
init: property_set("ro.product.device", "generic") failed
init: do_stop: Service dund not found
init: do_stop: Service akmd not found
init: Starting service 'goldfish-logcat'...
init: Starting service 'goldfish-setup'...
init: Service 'netd' (pid 664) killed by signal 9
init: Service 'netd' (pid 664) killing any children in process group
init: Service 'goldfish-logcat' (pid 665) killed by signal 9
init: Service 'goldfish-setup' (pid 666) killed by signal 9
init: write_file: Unable to open '/sys/kernel/debug/tracing/tracing_on': No such file or directory
init: service 'console' requires console
init: Starting service 'adbd'...
init: cannot find '/system/bin/update_verifier' (No such file or directory), disabling 'exec 2 (/system/bin/update_verifier)'
init: cannot find '/system/bin/install-recovery.sh' (No such file or directory), disabling 'flash_recovery'
init: Starting service 'zygote'...
init: Starting service 'audioserver'...
init: Starting service 'cameraserver'...
init: Starting service 'drm'...
init: Starting service 'installd'...
init: Starting service 'keystore'...
init: Starting service 'mediacodec'...
init: Starting service 'mediadrm'...
init: Starting service 'mediaextractor'...
emulator: onGuestSendCommand: [0x7f98d4164d90] Adb connected, start proxing data
emulator: onGuestSendCommand: [0x7f98d4035ed0] Adb connected, start proxing data
emulator: onGuestRecvData: [0x7f98d4164d90] Adb closed by host
init: Starting service 'media'...
emulator: onGuestClose: [0x7f98d4164d90] Adb closed by guest
init: Starting service 'netd'...
init: Starting service 'ril-daemon'...
init: Service 'zygote' (pid 668) killed by signal 9
init: Service 'zygote' (pid 668) killing any children in process group
init: write_file: Unable to open '/sys/android_power/request_state': No such file or directory
init: write_file: Unable to write to '/sys/power/state': Invalid argument
init: Service 'audioserver' is being killed...
init: Service 'cameraserver' is being killed...
init: Service 'media' is being killed...
init: Service 'netd' is being killed...
init: Service 'audioserver' (pid 669) killed by signal 9
init: Service 'audioserver' (pid 669) killing any children in process group
init: Service 'cameraserver' (pid 670) killed by signal 9
init: Service 'cameraserver' (pid 670) killing any children in process group
init: Service 'drm' (pid 671) killed by signal 9
init: Service 'drm' (pid 671) killing any children in process group
init: Service 'installd' (pid 672) killed by signal 9
init: Service 'installd' (pid 672) killing any children in process group
init: Service 'keystore' (pid 673) killed by signal 9
init: Service 'keystore' (pid 673) killing any children in process group
init: Service 'mediacodec' (pid 674) killed by signal 9
init: Service 'mediacodec' (pid 674) killing any children in process group
init: Service 'mediadrm' (pid 676) killed by signal 9
init: Service 'mediadrm' (pid 676) killing any children in process group
init: Service 'mediaextractor' (pid 677) killed by signal 9
init: Service 'mediaextractor' (pid 677) killing any children in process group
init: Service 'media' (pid 682) killed by signal 9
init: Service 'media' (pid 682) killing any children in process group
init: Service 'netd' (pid 683) killed by signal 9
init: Service 'netd' (pid 683) killing any children in process group
init: Service 'ril-daemon' (pid 684) killed by signal 9
init: Service 'ril-daemon' (pid 684) killing any children in process group
init: Starting service 'fingerprintd'...
init: Starting service 'gatekeeperd'...
init: Starting service 'perfprofd'...
init: Service 'fingerprintd' (pid 685) killed by signal 9
init: Service 'fingerprintd' (pid 685) killing any children in process group
init: Service 'gatekeeperd' (pid 686) killed by signal 9
init: Service 'gatekeeperd' (pid 686) killing any children in process group
init: write_file: Unable to open '/sys/class/android_usb/android0/enable': No such file or directory
init: Service 'perfprofd' (pid 687) killed by signal 9
init: write_file: Unable to open '/sys/class/android_usb/android0/idVendor': No such file or directory
init: write_file: Unable to open '/sys/class/android_usb/android0/idProduct': No such file or directory
init: write_file: Unable to open '/sys/class/android_usb/android0/functions': No such file or directory
init: write_file: Unable to open '/sys/class/android_usb/android0/enable': No such file or directory
init: write_file: Unable to open '/sys/class/android_usb/android0/enable': No such file or directory
init: write_file: Unable to open '/sys/class/android_usb/android0/idVendor': No such file or directory
init: write_file: Unable to open '/sys/class/android_usb/android0/idProduct': No such file or directory
init: write_file: Unable to open '/sys/class/android_usb/android0/functions': No such file or directory
init: write_file: Unable to open '/sys/class/android_usb/android0/enable': No such file or directory
init: Starting service 'debuggerd'...
audit_printk_skb: 30 callbacks suppressed
type=1400 audit(12.790:25): avc: denied { open } for pid=688 comm="debuggerd" path="/dev/urandom" dev="tmpfs" ino=141 scontext=u:r:debuggerd:s0 tcontext=u:object_r:device:s0 tclass=file permissive=0
init: Service 'debuggerd' (pid 688) killed by signal 9
init: Service 'debuggerd' (pid 688) killing any children in process group
init: Starting service 'healthd'...
init: Starting service 'lmkd'...
init: Starting service 'logd'...
init: Starting service 'servicemanager'...
init: Starting service 'surfaceflinger'...
type=1400 audit(14.180:26): avc: denied { open } for pid=692 comm="lmkd" path="/dev/urandom" dev="tmpfs" ino=141 scontext=u:r:lmkd:s0 tcontext=u:object_r:device:s0 tclass=file permissive=0
init: couldn't write 695 to /sys/fs/cgroup/stune/foreground/tasks: No such file or directory
binder: 691:691 transaction failed 29189, size 0-0
init: Starting service 'vold'...
type=1400 audit(14.370:27): avc: denied { open } for pid=693 comm="logd" path="/dev/urandom" dev="tmpfs" ino=141 scontext=u:r:logd:s0 tcontext=u:object_r:device:s0 tclass=file permissive=0
init: Service 'lmkd' (pid 692) killed by signal 9
init: Service 'lmkd' (pid 692) killing any children in process group
init: Service 'servicemanager' (pid 694) killed by signal 9
init: Service 'servicemanager' (pid 694) killing any children in process group
init: Service 'healthd' is being killed...
init: Service 'surfaceflinger' is being killed...
init: do_restart: Service inputflinger not found
init: Starting service 'zygote'...
type=1400 audit(14.560:28): avc: denied { open } for pid=697 comm="vold" path="/dev/urandom" dev="tmpfs" ino=141 scontext=u:r:vold:s0 tcontext=u:object_r:device:s0 tclass=file permissive=0
init: Starting service 'audioserver'...
init: Service 'healthd' (pid 691) killed by signal 9
init: Service 'healthd' (pid 691) killing any children in process group
init: Service 'logd' (pid 693) killed by signal 9
init: Service 'logd' (pid 693) killing any children in process group
init: Service 'surfaceflinger' (pid 695) killed by signal 9
init: Service 'surfaceflinger' (pid 695) killing any children in process group
init: Service 'zygote' is being killed...
init: Service 'vold' (pid 697) killed by signal 9
init: Service 'vold' (pid 697) killing any children in process group
init: Service 'zygote' (pid 698) killed by signal 9
init: Service 'zygote' (pid 698) killing any children in process group
init: write_file: Unable to open '/sys/android_power/request_state': No such file or directory
init: write_file: Unable to write to '/sys/power/state': Invalid argument
init: Service 'audioserver' is being killed...
init: Service 'audioserver' (pid 699) killed by signal 9
init: Service 'audioserver' (pid 699) killing any children in process group
emulator: found skin 'nexus_5x' in directory: /home/tim/Documents/android-sdk-linux/skins/
init: Starting service 'cameraserver'...
init: Starting service 'drm'...
init: Starting service 'installd'...
init: Starting service 'keystore'...
init: Starting service 'mediacodec'...
type=1400 audit(16.020:29): avc: denied { open } for pid=702 comm="installd" path="/dev/urandom" dev="tmpfs" ino=141 scontext=u:r:installd:s0 tcontext=u:object_r:device:s0 tclass=file permissive=0
init: Starting service 'mediadrm'...
init: Starting service 'mediaextractor'...
init: Starting service 'media'...
init: Starting service 'netd'...
init: Starting service 'ril-daemon'...
init: Service 'cameraserver' (pid 700) killed by signal 9
init: Service 'cameraserver' (pid 700) killing any children in process group
init: Service 'drm' (pid 701) killed by signal 9
init: Service 'drm' (pid 701) killing any children in process group
init: Service 'installd' (pid 702) killed by signal 9
init: Service 'installd' (pid 702) killing any children in process group
init: Service 'keystore' (pid 704) killed by signal 9
init: Service 'keystore' (pid 704) killing any children in process group
init: Service 'mediacodec' (pid 705) killed by signal 9
init: Service 'mediacodec' (pid 705) killing any children in process group
init: Service 'mediadrm' (pid 706) killed by signal 9
init: Service 'mediadrm' (pid 706) killing any children in process group
init: Service 'mediaextractor' (pid 707) killed by signal 9
init: Service 'mediaextractor' (pid 707) killing any children in process group
init: Service 'media' (pid 708) killed by signal 9
init: Service 'media' (pid 708) killing any children in process group
type=1400 audit(16.450:30): avc: denied { open } for pid=709 comm="netd" path="/dev/urandom" dev="tmpfs" ino=141 scontext=u:r:netd:s0 tcontext=u:object_r:device:s0 tclass=file permissive=0
init: Starting service 'fingerprintd'...
init: Starting service 'gatekeeperd'...
type=1400 audit(16.540:31): avc: denied { open } for pid=710 comm="rild" path="/dev/urandom" dev="tmpfs" ino=141 scontext=u:r:rild:s0 tcontext=u:object_r:device:s0 tclass=file permissive=0
init: Service 'netd' (pid 709) killed by signal 9
init: Service 'netd' (pid 709) killing any children in process group
type=1400 audit(16.560:32): avc: denied { open } for pid=711 comm="fingerprintd" path="/dev/urandom" dev="tmpfs" ino=141 scontext=u:r:fingerprintd:s0 tcontext=u:object_r:device:s0 tclass=file permissive=0
init: Service 'ril-daemon' (pid 710) killed by signal 9
init: Service 'ril-daemon' (pid 710) killing any children in process group
init: Service 'fingerprintd' (pid 711) killed by signal 9
init: Service 'fingerprintd' (pid 711) killing any children in process group
type=1400 audit(16.600:33): avc: denied { open } for pid=712 comm="gatekeeperd" path="/dev/urandom" dev="tmpfs" ino=141 scontext=u:r:gatekeeperd:s0 tcontext=u:object_r:device:s0 tclass=file permissive=0
init: Service 'gatekeeperd' (pid 712) killed by signal 9
init: Service 'gatekeeperd' (pid 712) killing any children in process group
init: Starting service 'debuggerd'...
type=1400 audit(17.680:34): avc: denied { open } for pid=713 comm="debuggerd" path="/dev/urandom" dev="tmpfs" ino=141 scontext=u:r:debuggerd:s0 tcontext=u:object_r:device:s0 tclass=file permissive=0
init: Service 'debuggerd' (pid 713) killed by signal 9
init: Service 'debuggerd' (pid 713) killing any children in process group
emulator: found skin 'nexus_5x' in directory: /home/tim/Documents/android-sdk-linux/skins/
init: Starting service 'healthd'...
init: Starting service 'lmkd'...
binder: 716:716 transaction failed 29189, size 0-0
init: Service 'lmkd' (pid 717) killed by signal 9
init: Service 'lmkd' (pid 717) killing any children in process group
binder: 716:716 transaction failed 29189, size 0-0
init: Starting service 'zygote'...
init: Starting service 'audioserver'...
init: Starting service 'logd'...
init: Starting service 'servicemanager'...
audit_printk_skb: 3 callbacks suppressed
type=1400 audit(20.010:36): avc: denied { open } for pid=720 comm="app_process" path="/dev/urandom" dev="tmpfs" ino=141 scontext=u:r:zygote:s0 tcontext=u:object_r:device:s0 tclass=file permissive=0
init: Starting service 'surfaceflinger'...
init: couldn't write 724 to /sys/fs/cgroup/stune/foreground/tasks: No such file or directory
init: Starting service 'vold'...
init: Service 'zygote' (pid 720) killed by signal 9
init: Service 'zygote' (pid 720) killing any children in process group
init: write_file: Unable to open '/sys/android_power/request_state': No such file or directory
type=1400 audit(20.130:37): avc: denied { open } for pid=722 comm="logd" path="/dev/urandom" dev="tmpfs" ino=141 scontext=u:r:logd:s0 tcontext=u:object_r:device:s0 tclass=file permissive=0
init: write_file: Unable to write to '/sys/power/state': Invalid argument
init: Service 'audioserver' is being killed...
init: Service 'audioserver' (pid 721) killed by signal 9
init: Service 'audioserver' (pid 721) killing any children in process group
init: Service 'servicemanager' (pid 723) killed by signal 9
init: Service 'servicemanager' (pid 723) killing any children in process group
init: Service 'healthd' is being killed...
init: Service 'surfaceflinger' is being killed...
init: do_restart: Service inputflinger not found
init: Service 'logd' (pid 722) killed by signal 9
init: Service 'logd' (pid 722) killing any children in process group
init: Service 'surfaceflinger' (pid 724) killed by signal 9
init: Service 'surfaceflinger' (pid 724) killing any children in process group
init: Starting service 'cameraserver'...
init: Starting service 'drm'...
init: Starting service 'installd'...
type=1400 audit(20.310:38): avc: denied { open } for pid=725 comm="vold" path="/dev/urandom" dev="tmpfs" ino=141 scontext=u:r:vold:s0 tcontext=u:object_r:device:s0 tclass=file permissive=0
init: Starting service 'keystore'...
init: Starting service 'mediacodec'...
type=1400 audit(20.460:39): avc: denied { open } for pid=729 comm="installd" path="/dev/urandom" dev="tmpfs" ino=141 scontext=u:r:installd:s0 tcontext=u:object_r:device:s0 tclass=file permissive=0
init: Service 'healthd' (pid 716) killed by signal 9
init: Service 'healthd' (pid 716) killing any children in process group
init: Service 'vold' (pid 725) killed by signal 9
init: Service 'vold' (pid 725) killing any children in process group
init: Service 'cameraserver' (pid 726) killed by signal 9
init: Service 'cameraserver' (pid 726) killing any children in process group
init: Service 'drm' (pid 727) killed by signal 9
init: Service 'drm' (pid 727) killing any children in process group
init: Service 'installd' (pid 729) killed by signal 9
init: Service 'installd' (pid 729) killing any children in process group
init: Service 'keystore' (pid 730) killed by signal 9
init: Service 'keystore' (pid 730) killing any children in process group
init: Service 'mediacodec' (pid 731) killed by signal 9
init: Service 'mediacodec' (pid 731) killing any children in process group
init: Starting service 'fingerprintd'...
init: Starting service 'gatekeeperd'...
type=1400 audit(21.610:40): avc: denied { open } for pid=732 comm="fingerprintd" path="/dev/urandom" dev="tmpfs" ino=141 scontext=u:r:fingerprintd:s0 tcontext=u:object_r:device:s0 tclass=file permissive=0
init: Starting service 'mediadrm'...
init: Starting service 'mediaextractor'...
type=1400 audit(21.670:41): avc: denied { open } for pid=733 comm="gatekeeperd" path="/dev/urandom" dev="tmpfs" ino=141 scontext=u:r:gatekeeperd:s0 tcontext=u:object_r:device:s0 tclass=file permissive=0
init: Starting service 'media'...
init: Starting service 'netd'...
init: Starting service 'ril-daemon'...
init: Service 'fingerprintd' (pid 732) killed by signal 9
init: Service 'fingerprintd' (pid 732) killing any children in process group
init: Service 'gatekeeperd' (pid 733) killed by signal 9
init: Service 'gatekeeperd' (pid 733) killing any children in process group
init: Service 'mediadrm' (pid 734) killed by signal 9
init: Service 'mediadrm' (pid 734) killing any children in process group
init: Service 'mediaextractor' (pid 735) killed by signal 9
init: Service 'mediaextractor' (pid 735) killing any children in process group
init: Service 'media' (pid 736) killed by signal 9
init: Service 'media' (pid 736) killing any children in process group
type=1400 audit(21.940:42): avc: denied { open } for pid=737 comm="netd" path="/dev/urandom" dev="tmpfs" ino=141 scontext=u:r:netd:s0 tcontext=u:object_r:device:s0 tclass=file permissive=0
init: Service 'netd' (pid 737) killed by signal 9
init: Service 'netd' (pid 737) killing any children in process group
type=1400 audit(21.950:43): avc: denied { open } for pid=738 comm="rild" path="/dev/urandom" dev="tmpfs" ino=141 scontext=u:r:rild:s0 tcontext=u:object_r:device:s0 tclass=file permissive=0
init: Service 'ril-daemon' (pid 738) killed by signal 9
init: Service 'ril-daemon' (pid 738) killing any children in process group
init: Starting service 'debuggerd'...
init: Starting service 'lmkd'...
init: Starting service 'healthd'...
type=1400 audit(23.060:44): avc: denied { open } for pid=739 comm="debuggerd" path="/dev/urandom" dev="tmpfs" ino=141 scontext=u:r:debuggerd:s0 tcontext=u:object_r:device:s0 tclass=file permissive=0
init: Service 'debuggerd' (pid 739) killed by signal 9
init: Service 'debuggerd' (pid 739) killing any children in process group
type=1400 audit(23.140:45): avc: denied { open } for pid=740 comm="lmkd" path="/dev/urandom" dev="tmpfs" ino=141 scontext=u:r:lmkd:s0 tcontext=u:object_r:device:s0 tclass=file permissive=0
init: Service 'lmkd' (pid 740) killed by signal 9
init: Service 'lmkd' (pid 740) killing any children in process group
binder: 741:741 transaction failed 29189, size 0-0
init: Starting service 'zygote'...
binder: 741:741 transaction failed 29189, size 0-0
init: Starting service 'audioserver'...
init: Starting service 'logd'...
init: Starting service 'servicemanager'...
init: Service 'audioserver' (pid 745) killed by signal 9
init: Service 'audioserver' (pid 745) killing any children in process group
init: Service 'zygote' (pid 744) killed by signal 9
init: Service 'zygote' (pid 744) killing any children in process group
init: write_file: Unable to open '/sys/android_power/request_state': No such file or directory
init: write_file: Unable to write to '/sys/power/state': Invalid argument
init: Service 'servicemanager' (pid 747) killed by signal 9
init: Service 'servicemanager' (pid 747) killing any children in process group
init: Service 'healthd' is being killed...
init: do_restart: Service inputflinger not found
init: Service 'logd' (pid 746) killed by signal 9
init: Service 'logd' (pid 746) killing any children in process group
init: Service 'healthd' (pid 741) killed by signal 9
init: Service 'healthd' (pid 741) killing any children in process group
init: Starting service 'cameraserver'...
init: Starting service 'drm'...
init: Starting service 'installd'...
init: Starting service 'keystore'...
init: Starting service 'mediacodec'...
init: Starting service 'surfaceflinger'...
audit_printk_skb: 6 callbacks suppressed
type=1400 audit(25.750:48): avc: denied { open } for pid=750 comm="installd" path="/dev/urandom" dev="tmpfs" ino=141 scontext=u:r:installd:s0 tcontext=u:object_r:device:s0 tclass=file permissive=0
init: couldn't write 753 to /sys/fs/cgroup/stune/foreground/tasks: No such file or directory
init: Starting service 'vold'...
init: Service 'cameraserver' (pid 748) killed by signal 9
init: Service 'cameraserver' (pid 748) killing any children in process group
init: Service 'drm' (pid 749) killed by signal 9
init: Service 'drm' (pid 749) killing any children in process group
init: Service 'installd' (pid 750) killed by signal 9
init: Service 'installd' (pid 750) killing any children in process group
init: Service 'keystore' (pid 751) killed by signal 9
init: Service 'keystore' (pid 751) killing any children in process group
init: Service 'mediacodec' (pid 752) killed by signal 9
init: Service 'mediacodec' (pid 752) killing any children in process group
init: Service 'surfaceflinger' (pid 753) killed by signal 9
init: Service 'surfaceflinger' (pid 753) killing any children in process group
type=1400 audit(25.920:49): avc: denied { open } for pid=755 comm="vold" path="/dev/urandom" dev="tmpfs" ino=141 scontext=u:r:vold:s0 tcontext=u:object_r:device:s0 tclass=file permissive=0
init: Service 'vold' (pid 755) killed by signal 9
init: Service 'vold' (pid 755) killing any children in process group
init: Starting service 'fingerprintd'...
init: Starting service 'gatekeeperd'...
init: Starting service 'mediadrm'...
init: Starting service 'mediaextractor'...
type=1400 audit(27.110:50): avc: denied { open } for pid=757 comm="gatekeeperd" path="/dev/urandom" dev="tmpfs" ino=141 scontext=u:r:gatekeeperd:s0 tcontext=u:object_r:device:s0 tclass=file permissive=0
init: Starting service 'media'...
type=1400 audit(27.180:51): avc: denied { open } for pid=756 comm="fingerprintd" path="/dev/urandom" dev="tmpfs" ino=141 scontext=u:r:fingerprintd:s0 tcontext=u:object_r:device:s0 tclass=file permissive=0
init: Starting service 'netd'...
init: Starting service 'ril-daemon'...
init: Service 'fingerprintd' (pid 756) killed by signal 9
init: Service 'fingerprintd' (pid 756) killing any children in process group
init: Service 'gatekeeperd' (pid 757) killed by signal 9
init: Service 'gatekeeperd' (pid 757) killing any children in process group
init: Service 'mediadrm' (pid 758) killed by signal 9
init: Service 'mediadrm' (pid 758) killing any children in process group
init: Service 'mediaextractor' (pid 759) killed by signal 9
init: Service 'mediaextractor' (pid 759) killing any children in process group
init: Service 'media' (pid 760) killed by signal 9
init: Service 'media' (pid 760) killing any children in process group
init: Starting service 'debuggerd'...
type=1400 audit(27.450:52): avc: denied { open } for pid=762 comm="netd" path="/dev/urandom" dev="tmpfs" ino=141 scontext=u:r:netd:s0 tcontext=u:object_r:device:s0 tclass=file permissive=0
type=1400 audit(27.470:53): avc: denied { open } for pid=764 comm="rild" path="/dev/urandom" dev="tmpfs" ino=141 scontext=u:r:rild:s0 tcontext=u:object_r:device:s0 tclass=file permissive=0
init: Service 'ril-daemon' (pid 764) killed by signal 9
init: Service 'ril-daemon' (pid 764) killing any children in process group
init: Service 'netd' (pid 762) killed by signal 9
init: Service 'netd' (pid 762) killing any children in process group
type=1400 audit(27.520:54): avc: denied { open } for pid=765 comm="debuggerd" path="/dev/urandom" dev="tmpfs" ino=141 scontext=u:r:debuggerd:s0 tcontext=u:object_r:device:s0 tclass=file permissive=0
init: Service 'debuggerd' (pid 765) killed by signal 9
init: Service 'debuggerd' (pid 765) killing any children in process group
init: Starting service 'healthd'...
init: Starting service 'lmkd'...
binder: 768:768 transaction failed 29189, size 0-0
type=1400 audit(28.670:55): avc: denied { open } for pid=769 comm="lmkd" path="/dev/urandom" dev="tmpfs" ino=141 scontext=u:r:lmkd:s0 tcontext=u:object_r:device:s0 tclass=file permissive=0
init: Service 'lmkd' (pid 769) killed by signal 9
init: Service 'lmkd' (pid 769) killing any children in process group
init: critical process 'lmkd' exited 4 times in 4 minutes; rebooting into recovery mode
SysRq : Emergency Remount R/O
EXT4-fs (vdc): re-mounted. Opts: (null)
EXT4-fs (vdb): re-mounted. Opts: (null)
Emergency Remount complete
Restarting system with command 'recovery'.
binder: 768:768 transaction failed 29189, size 0-0
Reboot failed -- System halted
emulator: found skin 'nexus_5x' in directory: /home/tim/Documents/android-sdk-linux/skins/
@gasbounx
Copy link

gasbounx commented Mar 6, 2019

Hi there,

I am facing the same issue. Did you figure out which is the problem?

Thanks
Dimitrios

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment