wip #39
6 errors, 352 skipped, 4 074 pass in 0s
4 432 tests 4 074 ✅ 0s ⏱️
2 suites 352 💤
2 files 0 ❌ 6 🔥
Results for commit 96afe78.
Annotations
Check failure on line 0 in tests.nitcg.lib.actors
github-actions / tests-full Results
fannkuchredux (tests.nitcg.lib.actors) with error
tests/tests-nitcg.xml [took 0s]
Raw output
fail out/fannkuchredux.res sav//fannkuchredux.res
--- sav//fannkuchredux.res 2024-06-25 20:11:10.000000000 +0000
+++ out/fannkuchredux.res 2024-06-25 21:11:37.256633384 +0000
@@ -1,2 +1,2 @@
-228
-Pfannfuchen(7) = 16
+0
+Pfannfuchen(7) = 0
Check failure on line 0 in tests.nitcg.lib.actors
github-actions / tests-full Results
mandelbrot (tests.nitcg.lib.actors) with error
tests/tests-nitcg.xml [took 0s]
Raw output
fail out/mandelbrot.res sav//mandelbrot.res
Binary files sav//mandelbrot.res and out/mandelbrot.res differ
Check failure on line 0 in tests.nitcg.lib.android
github-actions / tests-full Results
ui_test (tests.nitcg.lib.android) with error
tests/tests-nitcg.xml [took 0s]
Raw output
no sav and not empty
Downloading https://services.gradle.org/distributions/gradle-4.1-all.zip
.......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
Unzipping /root/.gradle/wrapper/dists/gradle-4.1-all/bzyivzo6n839fup2jbap0tjew/gradle-4.1-all.zip to /root/.gradle/wrapper/dists/gradle-4.1-all/bzyivzo6n839fup2jbap0tjew
Set executable permissions for: /root/.gradle/wrapper/dists/gradle-4.1-all/bzyivzo6n839fup2jbap0tjew/gradle-4.1/bin/gradle
fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
../lib/android/examples/src/ui_test.nit:21,2--32: Warning: `git_revision` used outside of a git repository or git binaries not available
Error: found no Android build-tools, install one or set ANDROID_HOME.
FAILURE: Build failed with an exception.
* What went wrong:
Could not determine java version from '17.0.11'.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
* Get more help at https://help.gradle.org
Android project error: execution of "/__w/nit/nit/share/android-gradlew/gradlew assembleDebug -p nit_compile/android/ -q" failed
fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
../lib/android/examples/src/ui_test.nit:21,2--32: Warning: `git_revision` used outside of a git repository or git binaries not available
Error: found no Android build-tools, install one or set ANDROID_HOME.
FAILURE: Build failed with an exception.
* What went wrong:
Could not determine java version from '17.0.11'.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
* Get more help at https://help.gradle.org
Android project error: execution of "/__w/nit/nit/share/android-gradlew/gradlew assembleDebug -p nit_compile/android/ -q" failed
Check failure on line 0 in tests.nitcg.lib.nitcorn
github-actions / tests-full Results
simple_file_server (tests.nitcg.lib.nitcorn) with error
tests/tests-nitcg.xml [took 0s]
Raw output
soso out/simple_file_server.res sav//simple_file_server.res
--- sav//simple_file_server.res 2024-06-25 20:11:10.000000000 +0000
+++ out/simple_file_server.res 2024-06-25 21:12:47.036975488 +0000
@@ -1 +0,0 @@
-libevent warning: Opening localhost:80 failed, Permission denied
Check failure on line 0 in tests.nitcg.lib.nitcorn
github-actions / tests-full Results
test_restful_annot (tests.nitcg.lib.nitcorn) with error
tests/tests-nitcg.xml [took 0s]
Raw output
fail out/test_restful_annot.res sav//test_restful_annot.res
--- sav//test_restful_annot.res 2024-06-25 20:11:10.000000000 +0000
+++ out/test_restful_annot.res 2024-06-25 21:13:09.762089990 +0000
@@ -1,36 +1,36 @@
[Client] curl -s 'localhost:*****/rest_path/async_service?str=thread_0'
-Fallback answer
+
[Client] curl -s 'localhost:*****/rest_path/async_service?str=thread_1'
-Fallback answer
+
[Client] curl -s 'localhost:*****/rest_path/async_service?str=thread_2'
-Fallback answer
+
[Client] curl -s 'localhost:*****/rest_path/async_service?str=thread_3'
-Fallback answer
+
[Client] curl -s 'localhost:*****/rest_path/foo?s=s&i=12&b=true'
-Fallback answer
+
[Client] curl -s 'localhost:*****/rest_path/foo?s=s&i=-4&b=false'
-Fallback answer
+
[Client] curl -s 'localhost:*****/rest_path/foo' --data 's=s&i=12&b=true'
-Fallback answer
+
[Client] curl -s 'localhost:*****/rest_path/api_name?s=s'
-Fallback answer
+
[Client] curl -s 'localhost:*****/rest_path/alt_name?s=s'
-Fallback answer
+
[Client] curl -s 'localhost:*****/rest_path/api_name?i=4&b=false'
-Fallback answer
+
[Client] curl -s 'localhost:*****/rest_path/complex_args?array=["a","b"]&data={"str":"asdf"}' -g
-Fallback answer
+
[Client] curl -s 'localhost:*****/rest_path/complex_args?array=["a","b"]&data={"__class":"MyOtherData","str":"asdf","i":1234}' -g
-Fallback answer
+
[Client] curl -s 'localhost:*****/rest_path/non_existent_service'
-Fallback answer
+
[Client] curl -s 'localhost:*****/rest_path/foo'
-Fallback answer
+
[Client] curl -s 'localhost:*****/rest_path/foo?b=WrongDataType'
-Fallback answer
+
[Client] curl -s 'localhost:*****/rest_path/bar?s=s'
-Fallback answer
Check failure on line 0 in tests.nitcg.test.nitcorn
github-actions / tests-full Results
test_nitcorn (tests.nitcg.test.nitcorn) with error
tests/tests-nitcg.xml [took 0s]
Raw output
fail out/test_nitcorn.res sav//test_nitcorn.res
--- sav//test_nitcorn.res 2024-06-25 20:11:10.000000000 +0000
+++ out/test_nitcorn.res 2024-06-25 21:38:22.152200143 +0000
@@ -1,137 +1,45 @@
[Client] curl -s localhost:*****/simple_answer
-[Response] Simple answer
-Method: GET, URI: /simple_answer, trailing: /
[Client] curl -s localhost:*****/simple_answer/
-[Response] Simple answer
-Method: GET, URI: /simple_answer/, trailing: /
[Client] curl -s localhost:*****/simple_answer/trailing/path
-[Response] Simple answer
-Method: GET, URI: /simple_answer/trailing/path, trailing: /trailing/path
[Client] curl -s 'localhost:*****/simple_answer?i=0123&s=asdf'
-[Response] Simple answer
-Method: GET, URI: /simple_answer, trailing: /
-GET args: i:0123, s:asdf
[Client] curl -s localhost:*****/simple_answer --data 'i=0123&s=asdf'
-[Response] Simple answer
-Method: POST, URI: /simple_answer, trailing: /
-POST args: i:0123, s:asdf
[Client] curl -s localhost:*****/simple_answer --cookie 'i=0123; s=asdf'
-[Response] Simple answer
-Method: GET, URI: /simple_answer, trailing: /
-Cookie: i:0123, s:asdf
[Client] curl -s localhost:*****/simple_answer --get --data-urlencode 's=b b'
-[Response] Simple answer
-Method: GET, URI: /simple_answer, trailing: /
-GET args: s:b b
[Client] curl -s localhost:*****/params_answer/0123/asdf
-[Response] Simple answer
-Method: GET, URI: /params_answer/0123/asdf, trailing: /
-Params args: i:0123, s:asdf
[Client] curl -s localhost:*****/params_answer/0123/
-[Response] Simple answer
-Method: GET, URI: /params_answer/0123/, trailing: /
-Params args: i:0123, s:
[Client] curl -s localhost:*****/params_answer/0123/asdf/trailing/path
-[Response] Simple answer
-Method: GET, URI: /params_answer/0123/asdf/trailing/path, trailing: /trailing/path
-Params args: i:0123, s:asdf