[COMMIT osv-apps master] Added examples of "Hello World" and http server apps in Rust

2018-04-22 Thread Commit Bot
From: Waldemar Kozaczuk Committer: Waldemar Kozaczuk Branch: master Added examples of "Hello World" and http server apps in Rust Signed-off-by: Waldemar Kozaczuk --- diff --git a/rust-example/.gitignore b/rust-example/.gitignore --- a/rust-example/.gitignore +++ b/rust-example/.gitignore @@

[COMMIT osv master] Added examples of "Hello World" and http server apps in Rust

2018-04-22 Thread Commit Bot
From: Waldemar Kozaczuk Committer: Waldemar Kozaczuk Branch: master Added examples of "Hello World" and http server apps in Rust Signed-off-by: Waldemar Kozaczuk --- diff --git a/apps b/apps --- a/apps +++ b/apps @@ -1 +1 @@ -Subproject commit b3c4e757568403860ad05f0bb335585b3584d22b +Subpro

Re: Build failed in Jenkins: osv-build-nightly #1449

2018-04-22 Thread Waldek Kozaczuk
I believe I have the culprit of this test failing as described in the issue https://github.com/cloudius-systems/osv/issues/859. Waldek Sent from my iPhone > On Apr 21, 2018, at 18:20, jenk...@scylladb.com wrote: > > See >

Re: [COMMIT osv-apps master] Added examples of "Hello World" and http server apps in Rust

2018-04-22 Thread Nadav Har'El
Hi, I think some files (source files?) may be missing in this commit? If I try "make" I get: make: *** No rule to make target 'src/lib.rs', needed by 'target/release/libhello.so'. Stop. And indeed, there is no src/lib.rs (or even an src directory). Also, I'm not familiar with rust, but is the f

[COMMIT osv-apps master] Added missing src directories to rust-example and rust-httpserver apps

2018-04-22 Thread Commit Bot
From: Waldemar Kozaczuk Committer: Waldemar Kozaczuk Branch: master Added missing src directories to rust-example and rust-httpserver apps Signed-off-by: Waldemar Kozaczuk --- diff --git a/rust-example/src/lib.rs b/rust-example/src/lib.rs --- a/rust-example/src/lib.rs +++ b/rust-example/src/

[COMMIT osv master] Updated to latest apps

2018-04-22 Thread Commit Bot
From: Waldemar Kozaczuk Committer: Waldemar Kozaczuk Branch: master Updated to latest apps Signed-off-by: Waldemar Kozaczuk --- diff --git a/apps b/apps --- a/apps +++ b/apps @@ -1 +1 @@ -Subproject commit 827aed838e726ed51a0af919e0df022cfbde6366 +Subproject commit 41d023a96f7bf3fc6425a2ae8e

Re: OSv runs on Docker's Hyperkit under 100ms

2018-04-22 Thread Nadav Har'El
On Fri, Apr 20, 2018 at 4:07 AM, Waldek Kozaczuk wrote: > To make SMP working I had to hack OSv to pass fee00900 when > enabling APIC for first CPU and fee00800 for all other CPUs. It > looks like (based on source code of hyperkit) it requires that the APIC > registers memory area

Build failed in Jenkins: osv-build #1351

2018-04-22 Thread jenkins
See Changes: [jwkozaczuk] Updated to latest apps -- [...truncated 143.07 KB...] Adding /tests/misc-lfring.so... Adding /tests/misc-fsx.so... Adding /tests/tst-slee

Re: [COMMIT osv-apps master] Added examples of "Hello World" and http server apps in Rust

2018-04-22 Thread Nadav Har'El
On Sun, Apr 22, 2018 at 11:41 PM, Waldek Kozaczuk wrote: > It turns out we have a rule in apps/.gitignore to exclude src directories > (!). So I missed it and had to force-add it. > Thanks. It appears to be working well now! > > I intentionally added Cargo.lock as it supposed lock exact versio

Jenkins build is back to normal : osv-build-nightly #1450

2018-04-22 Thread jenkins
See -- You received this message because you are subscribed to the Google Groups "OSv Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to osv-d

Support of OSv for Xen on Arm?

2018-04-22 Thread ajaygargnsit
Hi All. Our purpose is to run python-applications as unikernels on xen on arm. Till now, we have evaluated rumprun and unikraft. However, rumprun does not have support for arm on xen, while unikraft is still in very nascent stages. Does OSv have support for running unikernels on xen on arm as o

Re: Support of OSv for Xen on Arm?

2018-04-22 Thread Nadav Har'El
On Mon, Apr 23, 2018 at 7:44 AM, wrote: > Hi All. > > Our purpose is to run python-applications as unikernels on xen on arm. > Till now, we have evaluated rumprun and unikraft. However, rumprun does not > have support for arm on xen, while unikraft is still in very nascent stages. > > Does OSv ha