Build failed in Jenkins: osv-build-nightly #1452

2018-04-24 Thread jenkins
See Changes: [jwkozaczuk] Add tiny golang front-end module [Nadav Har'El] Update apps submodule -- [...truncated 161.23 KB...] Adding

[COMMIT osv master] Update apps submodule

2018-04-24 Thread Commit Bot
From: Nadav Har'El Committer: Nadav Har'El Branch: master Update apps submodule golang-example is now finally working without any problems. Hallelujah! And thanks to Benoit Canet who did most of the work on golang support, and to Waldemar Kozaczuk who

Build failed in Jenkins: osv-build #1353

2018-04-24 Thread jenkins
See Changes: [jwkozaczuk] Add tiny golang front-end module -- [...truncated 163.27 KB...] Adding /tests/tst-sleep.so... Adding /tests/tst-resolve.so... Adding

Build failed in Jenkins: osv-build #1354

2018-04-24 Thread jenkins
See Changes: [Nadav Har'El] Update apps submodule -- [...truncated 147.32 KB...] Adding /tests/tst-sleep.so... Adding /tests/tst-resolve.so... Adding

[COMMIT osv-apps master] Added golang-httpserver app and modified golang-example

2018-04-24 Thread Commit Bot
From: Waldemar Kozaczuk Committer: Nadav Har'El Branch: master Added golang-httpserver app and modified golang-example This patch adds new Golang app to demonstrate simple httpserver in Golang. It also modifies existing golang-example app to be

[COMMIT osv master] Add tiny golang front-end module

2018-04-24 Thread Commit Bot
From: Waldemar Kozaczuk Committer: Nadav Har'El Branch: master Add tiny golang front-end module This patch adds new golang module in order to bootstrap Golang applications on OSv. Its role is to pass golang shared object specific main function name -

Re: [PATCH] add output to crypt/encrypt tests

2018-04-24 Thread Geraldo Netto
Hello Waldek, The patch basically adds some printf() to show pass/fail for each test I didn't address any other possible issue Would you mind to forward to me the warning so I can check it? You can compile the test by yourself with GCC passing -lcrypt Eg: gcc osv-dir/tests/tst-crypt.c -lcrypt

[PATCH] add output to crypt/encrypt tests

2018-04-24 Thread geraldo netto
Signed-off-by: geraldo netto --- tests/tst-crypt.c | 22 +- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/tests/tst-crypt.c b/tests/tst-crypt.c index ffc5293..0dc3de2 100644 --- a/tests/tst-crypt.c +++ b/tests/tst-crypt.c @@ -2,6 +2,16

Re: [COMMIT osv master] Update apps submodule

2018-04-24 Thread Waldek Kozaczuk
And big thanks to Nadav for reviewing all the patches and good suggestions along the way!!! On Tuesday, April 24, 2018 at 3:22:48 AM UTC-4, Bot Droid wrote: > > From: Nadav Har'El > Committer: Nadav Har'El > Branch: master > > Update apps submodule >

Re: [PATCH] add output to crypt/encrypt tests

2018-04-24 Thread Waldek Kozaczuk
I saw the original test had some compilation warnings. Does this patch address those? On Tuesday, April 24, 2018 at 9:07:05 AM UTC-4, Geraldo Netto wrote: > > Signed-off-by: geraldo netto > --- > tests/tst-crypt.c | 22 +- > 1 file changed, 17