-
-
Save thehajime/9b561972581e22053b4b647b551a1776 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
zakzak1:~/work/runu% time docker run -ti --rm -v /home/tazaki:/home/tazaki python-hub-greenlet python /home/tazaki/work/rumprun-packages/python3/examples/main.py -m main | |
Welcome to rumprun/python 3.7! | |
linux / posix | |
{"key": "value"} | |
IPv6 is enabled | |
sqlite 3.16.2 built correctly | |
12 | |
56 | |
34 | |
docker run -ti --rm -v /home/tazaki:/home/tazaki python-hub-greenlet python 0.04s user 0.01s system 0% cpu 6.052 total | |
zakzak1:~/work/runu% time docker run -i --runtime=runu thehajime/runu-base:latest python imgs/python.img -- /main.py -m main Running as root user, must set -u | |
Can change uid to root, aborting | |
[ 0.000000] Linux version 4.16.0+ ([email protected]) (gcc version 8.1.1 20180712 (Red Hat 8.1.1-5) (GCC)) #3 Fri Aug 10 18:22:59 JST 2018 | |
[ 0.000000] bootmem address range: 0x7f895a6dd000 - 0x7f8960adc000 | |
[ 0.000000] random: fast init done | |
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 25249 | |
[ 0.000000] Kernel command line: mem=100M virtio-pci.force_legacy=1 virtio_mmio.device=292@0x1000000:1 | |
[ 0.000000] Dentry cache hash table entries: 16384 (order: 5, 131072 bytes) | |
[ 0.000000] Inode-cache hash table entries: 8192 (order: 4, 65536 bytes) | |
[ 0.000000] Memory available: 100704k/102396k RAM | |
[ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 | |
[ 0.000000] NR_IRQS: 4096 | |
[ 0.000000] lkl: irqs initialized | |
[ 0.000000] clocksource: lkl: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns | |
[ 0.000000] lkl: time and timers initialized (irq2) | |
[ 0.000002] pid_max: default: 4096 minimum: 301 | |
[ 0.000019] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) | |
[ 0.000023] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) | |
[ 0.003945] console [lkl_console0] enabled | |
[ 0.003982] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns | |
[ 0.004031] futex hash table entries: 16 (order: -4, 384 bytes) | |
[ 0.004289] NET: Registered protocol family 16 | |
[ 0.004743] vgaarb: loaded | |
[ 0.004830] clocksource: Switched to clocksource lkl | |
[ 0.005032] NET: Registered protocol family 2 | |
[ 0.005362] tcp_listen_portaddr_hash hash table entries: 256 (order: 0, 4096 bytes) | |
[ 0.005402] TCP established hash table entries: 1024 (order: 1, 8192 bytes) | |
[ 0.005438] TCP bind hash table entries: 1024 (order: 1, 8192 bytes) | |
[ 0.005470] TCP: Hash tables configured (established 1024 bind 1024) | |
[ 0.005642] UDP hash table entries: 128 (order: 0, 4096 bytes) | |
[ 0.005683] UDP-Lite hash table entries: 128 (order: 0, 4096 bytes) | |
[ 0.005886] virtio-mmio: Registering device virtio-mmio.0 at 0x1000000-0x1000123, IRQ 1. | |
[ 0.006030] workingset: timestamp_bits=62 max_order=15 bucket_order=0 | |
[ 0.006935] SGI XFS with ACLs, security attributes, no debug enabled | |
[ 0.007408] 9p: Installing v9fs 9p2000 file system support | |
[ 0.007841] io scheduler noop registered | |
[ 0.007861] io scheduler deadline registered | |
[ 0.007908] io scheduler cfq registered (default) | |
[ 0.007930] io scheduler mq-deadline registered | |
[ 0.007951] io scheduler kyber registered | |
[ 0.007978] virtio-mmio virtio-mmio.0: Failed to enable 64-bit or 32-bit DMA. Trying to continue, but this might not work. | |
[ 0.008242] virtio_blk virtio0: [vda] 196608 512-byte logical blocks (101 MB/96.0 MiB) | |
[ 0.014931] NET: Registered protocol family 10 | |
[ 0.015200] Segment Routing with IPv6 | |
[ 0.015243] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver | |
[ 0.015377] 9pnet: Installing 9P2000 support | |
[ 0.015429] PCI: root bus 00: using default resources | |
[ 0.015484] PCI host bridge to bus 0000:00 | |
[ 0.015515] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] | |
[ 0.015563] pci_bus 0000:00: root bus resource [mem 0x00000000-0xffffffffffffffff] | |
[ 0.015617] pci_bus 0000:00: root bus resource [bus 00-ff] | |
[ 0.015740] This architecture does not have kernel memory protection. | |
rumpuser started. | |
[ 0.016926] EXT4-fs (vda): recovery complete | |
[ 0.016950] EXT4-fs (vda): mounted filesystem with ordered data mode. Opts: | |
Welcome to rumprun/python 3.5! | |
linux / posix | |
{"key": "value"} | |
IPv6 is enabled | |
sqlite 3.9.2 built correctly | |
12 | |
56 | |
34 | |
docker: Error response from daemon: cgroups: cgroup deleted: unknown. | |
docker run -i --runtime=runu thehajime/runu-base:latest python imgs/python.im 0.05s user 0.00s system 1% cpu 3.498 total |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment