I have the prescribed setup of MoodleBox. It is connected to my router via cable Ethernet and my laptop is connected to the wireless access point of the MoodleBox. When I run the already installed MoodleBench, it runs and gives me a result - Total time 1.681s, Score 169 points. But I think it is faulty, because two tests don't run properly, as I get these warnings:
cURL request for "http://moodlebox.home/login/index.php" failed, \
HTTP response code: Unknown cURL error
line 1688 of /lib/filelib.php: call to debugging()
line 303 of /report/benchmark/testlib.php: call to download_file_content()
line ? of unknownfile: call to report_benchmark_test::loginguest()
line 95 of /report/benchmark/locallib.php: call to call_user_func()
line 61 of /report/benchmark/locallib.php: call to report_benchmark->start_test()
line 74 of /report/benchmark/renderer.php: call to report_benchmark->__construct()
line 55 of /report/benchmark/index.php: call to report_benchmark_renderer->display()
Notice: Undefined index: http_code in /var/www/moodle/lib/filelib.php on line 1687
cURL request for "http://moodlebox.home/login/index.php" failed, \
HTTP response code: Unknown cURL error
line 1688 of /lib/filelib.php: call to debugging()
line 331 of /report/benchmark/testlib.php: call to download_file_content()
line ? of unknownfile: call to report_benchmark_test::loginuser()
line 95 of /report/benchmark/locallib.php: call to call_user_func()
line 61 of /report/benchmark/locallib.php: call to report_benchmark->start_test()
line 74 of /report/benchmark/renderer.php: call to report_benchmark->__construct()
line 55 of /report/benchmark/index.php: call to report_benchmark_renderer->display()
Raspberry Pi OS version Debian GNU/Linux 11 (bullseye)
Kernel version Linux 5.15.61-v8+ aarch64
MoodleBox version 4.4.0 (2022-08-14)
MoodleBox plugin version 2.14.2 (2022112000)
Moodle version 4.0.5 (Build: 20221114)
// Plugin informations.
$plugin->version = 2022080900;
$plugin->release = 'v1.4.2';
$plugin->requires = 2011120500;
$plugin->supported = [27, 400];
$plugin->maturity = MATURITY_STABLE;
$plugin->component = 'report_benchmark';