EasyWebServer - compatibility matrix

This report was generated on Wednesday, 23-Feb-22 22:48:15 CET using arduino-testlib.

EasyWebServer

Version: 1.0
More details

Compatibility matrix

Board Claims compatibility Inclusion
BasicWebServer
arduino:avr:uno
1.8.4
Yes ⚠️ FAIL PASS
arduino:mbed_nano:nanorp2040connect
2.7.2
No FAIL PASS
arduino:megaavr:nona4809
1.8.7
No FAIL PASS
arduino:samd:mkrwifi1010
1.8.12
No FAIL PASS
esp32:esp32:d1_mini32
1.0.6
No FAIL FAIL

Compilation logs

arduino:avr:uno @ 1.8.4

Inclusion

Result: FAIL

In file included from /tmp/arduino-testlib4254980618/test/test.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EasyWebServer/src/EasyWebServer.h:30:2: error: 'EthernetClient' does not name a type
  EthernetClient client;           // A reference to the EthernetClient object to work with.
  ^~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EasyWebServer/src/EasyWebServer.h:32:31: error: expected ')' before '&' token
  EasyWebServer(EthernetClient &client);
                               ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EasyWebServer/src/EasyWebServer.h:45:29: error: expected constructor, destructor, or type conversion before '(' token
 EasyWebServer::EasyWebServer(EthernetClient &ec):client(ec){
                             ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EasyWebServer/src/EasyWebServer.h: In member function 'void EasyWebServer::serveUrl(const char*, EwsRequestHandler, EwsContentType)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EasyWebServer/src/EasyWebServer.h:110:6: error: 'client' was not declared in this scope
   if(client){
      ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EasyWebServer/src/EasyWebServer.h:110:6: note: suggested alternative: 'Print'
   if(client){
      ^~~~~~
      Print
In file included from /tmp/arduino-testlib4254980618/test/test.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EasyWebServer/src/EasyWebServer.h: In member function 'void EasyWebServer::redirect(const char*, const char*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EasyWebServer/src/EasyWebServer.h:138:6: error: 'client' was not declared in this scope
   if(client){
      ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EasyWebServer/src/EasyWebServer.h:138:6: note: suggested alternative: 'Print'
   if(client){
      ^~~~~~
      Print
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EasyWebServer/src/EasyWebServer.h: In destructor 'EasyWebServer::~EasyWebServer()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EasyWebServer/src/EasyWebServer.h:153:6: error: 'client' was not declared in this scope
   if(client){
      ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EasyWebServer/src/EasyWebServer.h:153:6: note: suggested alternative: 'Print'
   if(client){
      ^~~~~~
      Print
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EasyWebServer/src/EasyWebServer.h: In member function 'void EasyWebServer::disconnect()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EasyWebServer/src/EasyWebServer.h:159:5: error: 'client' was not declared in this scope
     client.flush(); // Flush the streams, make sure that the response has been delivered to the network.
     ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EasyWebServer/src/EasyWebServer.h:159:5: note: suggested alternative: 'Print'
     client.flush(); // Flush the streams, make sure that the response has been delivered to the network.
     ^~~~~~
     Print
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EasyWebServer/src/EasyWebServer.h: In member function 'void EasyWebServer::throwError(const __FlashStringHelper*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EasyWebServer/src/EasyWebServer.h:165:5: error: 'client' was not declared in this scope
     client.print(F("HTTP/1.1 "));
     ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EasyWebServer/src/EasyWebServer.h:165:5: note: suggested alternative: 'Print'
     client.print(F("HTTP/1.1 "));
     ^~~~~~
     Print

examples/BasicWebServer

Result: PASS

Sketch uses 13976 bytes (43%) of program storage space. Maximum is 32256 bytes.
Global variables use 485 bytes (23%) of dynamic memory, leaving 1563 bytes for local variables. Maximum is 2048 bytes.

arduino:mbed_nano:nanorp2040connect @ 2.7.2

Inclusion

Result: FAIL

WARNING: library EasyWebServer claims to run on avr architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).
In file included from /tmp/arduino-testlib749796696/test/test.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EasyWebServer/src/EasyWebServer.h:30:2: error: 'EthernetClient' does not name a type; did you mean 'EthernetClass'?
  EthernetClient client;           // A reference to the EthernetClient object to work with.
  ^~~~~~~~~~~~~~
  EthernetClass
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EasyWebServer/src/EasyWebServer.h:32:31: error: expected ')' before '&' token
  EasyWebServer(EthernetClient &client);
                               ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EasyWebServer/src/EasyWebServer.h:45:29: error: expected constructor, destructor, or type conversion before '(' token
 EasyWebServer::EasyWebServer(EthernetClient &ec):client(ec){
                             ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EasyWebServer/src/EasyWebServer.h: In member function 'void EasyWebServer::serveUrl(const char*, EwsRequestHandler, EwsContentType)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EasyWebServer/src/EasyWebServer.h:110:6: error: 'client' was not declared in this scope
   if(client){
      ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EasyWebServer/src/EasyWebServer.h:110:6: note: suggested alternative: 'dirent'
   if(client){
      ^~~~~~
      dirent
In file included from /tmp/arduino-testlib749796696/test/test.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EasyWebServer/src/EasyWebServer.h: In member function 'void EasyWebServer::redirect(const char*, const char*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EasyWebServer/src/EasyWebServer.h:138:6: error: 'client' was not declared in this scope
   if(client){
      ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EasyWebServer/src/EasyWebServer.h:138:6: note: suggested alternative: 'dirent'
   if(client){
      ^~~~~~
      dirent
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EasyWebServer/src/EasyWebServer.h: In destructor 'EasyWebServer::~EasyWebServer()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EasyWebServer/src/EasyWebServer.h:153:6: error: 'client' was not declared in this scope
   if(client){
      ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EasyWebServer/src/EasyWebServer.h:153:6: note: suggested alternative: 'dirent'
   if(client){
      ^~~~~~
      dirent
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EasyWebServer/src/EasyWebServer.h: In member function 'void EasyWebServer::disconnect()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EasyWebServer/src/EasyWebServer.h:159:5: error: 'client' was not declared in this scope
     client.flush(); // Flush the streams, make sure that the response has been delivered to the network.
     ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EasyWebServer/src/EasyWebServer.h:159:5: note: suggested alternative: 'dirent'
     client.flush(); // Flush the streams, make sure that the response has been delivered to the network.
     ^~~~~~
     dirent
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EasyWebServer/src/EasyWebServer.h: In member function 'void EasyWebServer::throwError(const arduino::__FlashStringHelper*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EasyWebServer/src/EasyWebServer.h:165:5: error: 'client' was not declared in this scope
     client.print(F("HTTP/1.1 "));
     ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EasyWebServer/src/EasyWebServer.h:165:5: note: suggested alternative: 'dirent'
     client.print(F("HTTP/1.1 "));
     ^~~~~~
     dirent

examples/BasicWebServer

Result: PASS

WARNING: library EasyWebServer claims to run on avr architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).
Sketch uses 90448 bytes (0%) of program storage space. Maximum is 16777216 bytes.
Global variables use 43824 bytes (16%) of dynamic memory, leaving 226512 bytes for local variables. Maximum is 270336 bytes.

arduino:megaavr:nona4809 @ 1.8.7

Inclusion

Result: FAIL

WARNING: library EasyWebServer claims to run on avr architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).
In file included from /tmp/arduino-testlib749796696/test/test.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EasyWebServer/src/EasyWebServer.h:30:2: error: 'EthernetClient' does not name a type; did you mean 'EthernetClass'?
  EthernetClient client;           // A reference to the EthernetClient object to work with.
  ^~~~~~~~~~~~~~
  EthernetClass
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EasyWebServer/src/EasyWebServer.h:32:31: error: expected ')' before '&' token
  EasyWebServer(EthernetClient &client);
                               ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EasyWebServer/src/EasyWebServer.h:45:29: error: expected constructor, destructor, or type conversion before '(' token
 EasyWebServer::EasyWebServer(EthernetClient &ec):client(ec){
                             ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EasyWebServer/src/EasyWebServer.h: In member function 'void EasyWebServer::serveUrl(const char*, EwsRequestHandler, EwsContentType)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EasyWebServer/src/EasyWebServer.h:110:6: error: 'client' was not declared in this scope
   if(client){
      ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EasyWebServer/src/EasyWebServer.h:110:6: note: suggested alternative: 'lrint'
   if(client){
      ^~~~~~
      lrint
In file included from /tmp/arduino-testlib749796696/test/test.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EasyWebServer/src/EasyWebServer.h: In member function 'void EasyWebServer::redirect(const char*, const char*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EasyWebServer/src/EasyWebServer.h:138:6: error: 'client' was not declared in this scope
   if(client){
      ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EasyWebServer/src/EasyWebServer.h:138:6: note: suggested alternative: 'lrint'
   if(client){
      ^~~~~~
      lrint
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EasyWebServer/src/EasyWebServer.h: In destructor 'EasyWebServer::~EasyWebServer()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EasyWebServer/src/EasyWebServer.h:153:6: error: 'client' was not declared in this scope
   if(client){
      ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EasyWebServer/src/EasyWebServer.h:153:6: note: suggested alternative: 'lrint'
   if(client){
      ^~~~~~
      lrint
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EasyWebServer/src/EasyWebServer.h: In member function 'void EasyWebServer::disconnect()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EasyWebServer/src/EasyWebServer.h:159:5: error: 'client' was not declared in this scope
     client.flush(); // Flush the streams, make sure that the response has been delivered to the network.
     ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EasyWebServer/src/EasyWebServer.h:159:5: note: suggested alternative: 'lrint'
     client.flush(); // Flush the streams, make sure that the response has been delivered to the network.
     ^~~~~~
     lrint
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EasyWebServer/src/EasyWebServer.h: In member function 'void EasyWebServer::throwError(const arduino::__FlashStringHelper*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EasyWebServer/src/EasyWebServer.h:165:5: error: 'client' was not declared in this scope
     client.print(F("HTTP/1.1 "));
     ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EasyWebServer/src/EasyWebServer.h:165:5: note: suggested alternative: 'lrint'
     client.print(F("HTTP/1.1 "));
     ^~~~~~
     lrint

examples/BasicWebServer

Result: PASS

WARNING: library EasyWebServer claims to run on avr architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).
Sketch uses 18499 bytes (37%) of program storage space. Maximum is 49152 bytes.
Global variables use 371 bytes (6%) of dynamic memory, leaving 5773 bytes for local variables. Maximum is 6144 bytes.

arduino:samd:mkrwifi1010 @ 1.8.12

Inclusion

Result: FAIL

WARNING: library EasyWebServer claims to run on avr architecture(s) and may be incompatible with your current board which runs on samd architecture(s).
In file included from /tmp/arduino-testlib4254980618/test/test.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EasyWebServer/src/EasyWebServer.h:30:2: error: 'EthernetClient' does not name a type; did you mean 'EthernetClass'?
  EthernetClient client;           // A reference to the EthernetClient object to work with.
  ^~~~~~~~~~~~~~
  EthernetClass
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EasyWebServer/src/EasyWebServer.h:32:31: error: expected ')' before '&' token
  EasyWebServer(EthernetClient &client);
                               ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EasyWebServer/src/EasyWebServer.h:45:29: error: expected constructor, destructor, or type conversion before '(' token
 EasyWebServer::EasyWebServer(EthernetClient &ec):client(ec){
                             ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EasyWebServer/src/EasyWebServer.h: In member function 'void EasyWebServer::serveUrl(const char*, EwsRequestHandler, EwsContentType)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EasyWebServer/src/EasyWebServer.h:110:6: error: 'client' was not declared in this scope
   if(client){
      ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EasyWebServer/src/EasyWebServer.h:110:6: note: suggested alternative: 'uint'
   if(client){
      ^~~~~~
      uint
In file included from /tmp/arduino-testlib4254980618/test/test.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EasyWebServer/src/EasyWebServer.h: In member function 'void EasyWebServer::redirect(const char*, const char*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EasyWebServer/src/EasyWebServer.h:138:6: error: 'client' was not declared in this scope
   if(client){
      ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EasyWebServer/src/EasyWebServer.h:138:6: note: suggested alternative: 'uint'
   if(client){
      ^~~~~~
      uint
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EasyWebServer/src/EasyWebServer.h: In destructor 'EasyWebServer::~EasyWebServer()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EasyWebServer/src/EasyWebServer.h:153:6: error: 'client' was not declared in this scope
   if(client){
      ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EasyWebServer/src/EasyWebServer.h:153:6: note: suggested alternative: 'uint'
   if(client){
      ^~~~~~
      uint
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EasyWebServer/src/EasyWebServer.h: In member function 'void EasyWebServer::disconnect()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EasyWebServer/src/EasyWebServer.h:159:5: error: 'client' was not declared in this scope
     client.flush(); // Flush the streams, make sure that the response has been delivered to the network.
     ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EasyWebServer/src/EasyWebServer.h:159:5: note: suggested alternative: 'uint'
     client.flush(); // Flush the streams, make sure that the response has been delivered to the network.
     ^~~~~~
     uint
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EasyWebServer/src/EasyWebServer.h: In member function 'void EasyWebServer::throwError(const arduino::__FlashStringHelper*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EasyWebServer/src/EasyWebServer.h:165:5: error: 'client' was not declared in this scope
     client.print(F("HTTP/1.1 "));
     ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EasyWebServer/src/EasyWebServer.h:165:5: note: suggested alternative: 'uint'
     client.print(F("HTTP/1.1 "));
     ^~~~~~
     uint

examples/BasicWebServer

Result: PASS

WARNING: library EasyWebServer claims to run on avr architecture(s) and may be incompatible with your current board which runs on samd architecture(s).
Sketch uses 23264 bytes (8%) of program storage space. Maximum is 262144 bytes.
Global variables use 3232 bytes (9%) of dynamic memory, leaving 29536 bytes for local variables. Maximum is 32768 bytes.

esp32:esp32:d1_mini32 @ 1.0.6

Inclusion

Result: FAIL

WARNING: library EasyWebServer claims to run on avr architecture(s) and may be incompatible with your current board which runs on esp32 architecture(s).
In file included from /tmp/arduino-testlib468526915/test/test.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EasyWebServer/src/EasyWebServer.h:30:2: error: 'EthernetClient' does not name a type
  EthernetClient client;           // A reference to the EthernetClient object to work with.
  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EasyWebServer/src/EasyWebServer.h:32:31: error: expected ')' before '&' token
  EasyWebServer(EthernetClient &client);  
                               ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EasyWebServer/src/EasyWebServer.h:45:29: error: expected constructor, destructor, or type conversion before '(' token
 EasyWebServer::EasyWebServer(EthernetClient &ec):client(ec){
                             ^

examples/BasicWebServer

Result: FAIL

WARNING: library EasyWebServer claims to run on avr architecture(s) and may be incompatible with your current board which runs on esp32 architecture(s).
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EasyWebServer/examples/BasicWebServer/BasicWebServer.ino:21:16: error: cannot declare variable 'server' to be of abstract type 'EthernetServer'
 EthernetServer server(80);
                ^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EasyWebServer/examples/BasicWebServer/BasicWebServer.ino:4:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Ethernet/src/Ethernet.h:253:7: note:   because the following virtual functions are pure within 'EthernetServer':
 class EthernetServer : public Server {
       ^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/data/packages/esp32/hardware/esp32/1.0.6/cores/esp32/Arduino.h:152:0,
                 from /tmp/arduino-sketch-03E96E6B69FB7492E0D89C79D137F00B/sketch/BasicWebServer.ino.cpp:1:
/home/ec2-user/arduino-testlib/cli-datadir/data/packages/esp32/hardware/esp32/1.0.6/cores/esp32/Server.h:28:18: note: 	virtual void Server::begin(uint16_t)
     virtual void begin(uint16_t port=0) =0;
                  ^
Multiple libraries were found for "Ethernet.h"
  Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Ethernet
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/EthernetENC
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/UIPEthernet