sgx-lkl icon indicating copy to clipboard operation
sgx-lkl copied to clipboard

[Test] dotnet test is failing with 1 thread in sgx-lkl nightly build

Open hukoyu opened this issue 4 years ago • 2 comments

If this is not a supported scenario we can disable this test with ETHREADS=1 in nightly pipeline

https://dev.azure.com/sgx-lkl/sgx-lkl/_build/results?buildId=1888&view=results

Full log file: Standard_Console_Output -dotnet-1thread.log


[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.000000] Memory available: 32176k/32768k 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.000562] printk: console [hvc0] enabled
[    0.000562] pid_max: default: 4096 minimum: 301
[    0.000562] Mount-cache hash table entries: 512 (order: 0, 4096 bytes, linear)
[    0.000562] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes, linear)
[    0.001170] devtmpfs: initialized
[    0.005689] random: get_random_bytes called from 0x00007f40005790cd with crng_init=0
[    0.005689] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.005689] futex hash table entries: 16 (order: -4, 384 bytes, linear)
[    0.005689] xor: automatically using best checksumming function   8regs     
[    0.006250] NET: Registered protocol family 16
[    0.008504] clocksource: Switched to clocksource lkl
[    0.008504] NET: Registered protocol family 2
[    0.008504] tcp_listen_portaddr_hash hash table entries: 256 (order: 0, 4096 bytes, linear)
[    0.008504] TCP established hash table entries: 512 (order: 0, 4096 bytes, linear)
[    0.008504] TCP bind hash table entries: 512 (order: 0, 4096 bytes, linear)
[    0.008504] TCP: Hash tables configured (established 512 bind 512)
[    0.009065] UDP hash table entries: 128 (order: 0, 4096 bytes, linear)
[    0.009065] UDP-Lite hash table entries: 128 (order: 0, 4096 bytes, linear)
[    0.009065] NET: Registered protocol family 1
[    0.009065] virtio-mmio: Registering device virtio-mmio.0 at 0x1000000-0x10000ff, IRQ 1.
[    0.009065] workingset: timestamp_bits=62 max_order=14 bucket_order=0
[    0.010751] NET: Registered protocol family 38
[    0.010751] io scheduler mq-deadline registered
[    0.010751] io scheduler kyber registered
[    0.019745] loop: module loaded
[    0.019745] device-mapper: ioctl: 4.40.0-ioctl (2019-01-18) initialised: [email protected]
[    0.019745] wireguard: WireGuard 0.0.20191219 loaded. See www.wireguard.com for information.
[    0.020309] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <[email protected]>. All Rights Reserved.
[    0.020309] NET: Registered protocol family 10
[    0.020309] Segment Routing with IPv6
[    0.020873] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[    0.020873] This architecture does not have kernel memory protection.
[    0.020873] Run /init as init process
[    0.021435] random: crng init done
[[  SGX-LKL ]] wg0 has public key ytsa15i6bH22pAJhUC/F2emM4BYqsrLPucncmxRRLzE=
[    0.022580] virtio_blk virtio1: [vda] 512000 512-byte logical blocks (262 MB/250 MiB)
[    0.124575] software IO TLB: mapped [mem 0x7f5a9216f000-0x7f5a9616f000] (64MB)
[    0.125705] EXT4-fs (vda): mounted filesystem without journal. Opts: 
Hello C# World from SGX :-)
Makefile:38: recipe for target 'run-sw' failed
make: *** [run-sw] Terminated
make run-sw: TIMED OUT after 300 secs
Test run completed with EXIT CODE 124

hukoyu avatar Aug 15 '20 20:08 hukoyu

should create a p2 issue to reenable when this is done

paulcallen avatar Aug 17 '20 15:08 paulcallen

#802 to re-enable ethreads=1 tests recommended as p2, shouldn't this issue also be P2?

bodzhang avatar Aug 21 '20 12:08 bodzhang