OpenAPI-Render v0.2.0 Perl 5 v5.12.4 amd64-freebsd

Status
Fail
From
Chris Williams (BINGOS)
Dist
OpenAPI-Render v0.2.0
Platform
Perl 5 v5.12.4 amd64-freebsd
Date
2022-10-23 04:40:08
ID
c5a53e6a-528c-11ed-aba6-9a79f339625c
This distribution has been tested as part of the CPAN Testers
project, supporting the Perl programming language.  See
http://wiki.cpantesters.org/ for more information or email
questions to cpan-testers-discuss@perl.org


--

Dear MERKYS,

This is a computer-generated error report created automatically by
CPANPLUS, version 0.9914. Testers personal comments may appear
at the end of this report.


Thank you for uploading your work to CPAN.  However, it appears that
there were some problems testing your distribution.

TEST RESULTS:

Below is the error stack from stage 'make test':

PERL_DL_NONLAZY=1 "/usr/home/cpan/pit/bare/perl-5.12.4/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t

#   Failed test 'HTML forms generation works'
#   at t/htmlforms.t line 14.
#          got: '<!DOCTYPE html
# 	PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
# 	 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
# <html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US">
# <head>
# <title>RestfulDB API v0.13.0-dev</title>
# <script type="text/javascript">//<![CDATA[
# 
# 
# function replace_url_parameters( form ) {
#     var url = form.getAttribute( "action" );
#     var inputs = form.getElementsByTagName( "input" );
#     for( var i = 0; i < inputs.length; i++ ) {
#         var data_in_path = inputs[i].getAttribute( "data-in-path" );
#         if( data_in_path ) {
#             url = url.replace( "{" + inputs[i].name + "}", inputs[i].value );
#             inputs[i].disabled = "disabled";
#         }
#     }
#     form.setAttribute( "action", url );
# }
# 
# 
# //]]></script>
# <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
# </head>
# <body>
# <h1>/{table}</h1><form method="get" action="https://solsa.crystallography.net/db/samples/{table}" enctype="multipart/form-data">
# <fieldset><legend>GET: Get list of entries</legend><h3>table</h3><p>Name of the table</p><input placeholder="books" name="table" type="text" required="required" data-in-path="1" /><h3>rows</h3><p>Number of entries per page</p><input name="rows" type="text" /><h3>offset</h3><p>Offset of the first entry</p><input name="offset" type="text" /><h3>filter</h3><p>Filter to select entries to show</p><input placeholder="solsaid STARTS WITH &quot;TEST&quot;" name="filter" type="text" /><h3>columns</h3><p>Comma-separated list of columns that are requested in the output</p><input placeholder="id,SolsaID" name="columns" type="text" /><h3>format</h3><p>Requested return format. 'html' by default</p><select name="format" >
# <option value=""></option>
# <option value="html">html</option>
# <option value="csv">csv</option>
# <option value="xlsx">xlsx</option>
# <option value="json">json</option>
# <option value="jsonapi">jsonapi</option>
# </select><h3>order</h3><p>Database ordering, e.g.: 'order=revision:u,date:d'. Specifies a comma-separated list of database columns, together with a ':' delimited order specifiers ('a' == ascending, asc; 'd' == descending, desc)</p><input placeholder="order=revision:u,date:d" name="order" type="text" /><h3>action</h3><p>Specify the action. Solely used to download templates as of now with 'action=template'.</p><select name="action" >
# <option value=""></option>
# <option value="template">template</option>
# </select><h3>select_column</h3><p>Column to perform the search.</p><input placeholder="SolsaID" name="select_column" type="text" /><h3>select_operator</h3><p>Operator to perform the search with.</p><select name="select_operator" >
# <option value=""></option>
# <option value="eq">eq</option>
# <option value="ne">ne</option>
# <option value="gt">gt</option>
# <option value="lt">lt</option>
# <option value="le">le</option>
# <option value="ge">ge</option>
# <option value="contains">contains</option>
# <option value="starts">starts</option>
# <option value="ends">ends</option>
# <option value="known">known</option>
# <option value="unknown">unknown</option>
# </select><h3>search_value</h3><p>Search value.</p><input placeholder="TEST-XX-0001" name="search_value" type="text" /><h3>select_not_operator</h3><p>Invert the matching.</p><select name="select_not_operator" >
# <option value=""></option>
# <option value="not">not</option>
# </select><h3>select_combining</h3><p>Combination with previously submitted query (conjunction, disjunction or new).</p><select name="select_combining" >
# <option value=""></option>
# <option value="new">new</option>
# <option value="append">append</option>
# <option value="within">within</option>
# </select><h3>include</h3><p>A comma-separated list of tables to be returned in the response. If not provided, all tables are returned. Currently only supported for spreadsheet downloads.</p><input placeholder="sample,experiment" name="include" type="text" /><input type="submit" onclick="replace_url_parameters( this.form )" /></fieldset>
# </form><form method="post" action="https://solsa.crystallography.net/db/samples/{table}" enctype="multipart/form-data">
# <fieldset><legend>POST: Insert or update entry or entries in a table</legend><h3>table</h3><p>Name of the table</p><input placeholder="books" name="table" type="text" required="required" data-in-path="1" /><h3>csvfile</h3><input type="file" name="csvfile"  /><h3>jsonfile</h3><input type="file" name="jsonfile"  /><h3>odsfile</h3><input type="file" name="odsfile"  /><h3>spreadsheet</h3><input type="file" name="spreadsheet"  /><h3>xlsfile</h3><input type="file" name="xlsfile"  /><h3>xlsxfile</h3><input type="file" name="xlsxfile"  /><input type="submit" onclick="replace_url_parameters( this.form )" /></fieldset>
# </form><form method="patch" action="https://solsa.crystallography.net/db/samples/{table}" enctype="multipart/form-data">
# <fieldset><legend>PATCH: Update entry or entries in a table</legend><h3>table</h3><p>Name of the table</p><input placeholder="books" name="table" type="text" required="required" data-in-path="1" /><h3>csvfile</h3><input type="file" name="csvfile"  /><h3>jsonfile</h3><input type="file" name="jsonfile"  /><h3>odsfile</h3><input type="file" name="odsfile"  /><h3>spreadsheet</h3><input type="file" name="spreadsheet"  /><h3>xlsfile</h3><input type="file" name="xlsfile"  /><h3>xlsxfile</h3><input type="file" name="xlsxfile"  /><input type="submit" name="Submit Query (cannot be handled for PATCH)" value="Submit Query (cannot be handled for PATCH)" disabled="disabled" /></fieldset>
# </form><form method="put" action="https://solsa.crystallography.net/db/samples/{table}" enctype="multipart/form-data">
# <fieldset><legend>PUT: Insert entry or entries in a table</legend><h3>table</h3><p>Name of the table</p><input placeholder="books" name="table" type="text" required="required" data-in-path="1" /><h3>csvfile</h3><input type="file" name="csvfile"  /><h3>jsonfile</h3><input type="file" name="jsonfile"  /><h3>odsfile</h3><input type="file" name="odsfile"  /><h3>spreadsheet</h3><input type="file" name="spreadsheet"  /><h3>xlsfile</h3><input type="file" name="xlsfile"  /><h3>xlsxfile</h3><input type="file" name="xlsxfile"  /><input type="submit" name="Submit Query (cannot be handled for PUT)" value="Submit Query (cannot be handled for PUT)" disabled="disabled" /></fieldset>
# </form><h1>/{table}/{id}</h1><form method="get" action="https://solsa.crystallography.net/db/samples/{table}/{id}" enctype="multipart/form-data">
# <fieldset><legend>GET: Get an entry by its ID</legend><h3>table</h3><p>Name of the table</p><input placeholder="books" name="table" type="text" required="required" data-in-path="1" /><h3>id</h3><p>Unique identifier of an entry. ID and UUID are supported. In principle other unique keys should work as well.</p><input placeholder="1" name="id" type="text" required="required" data-in-path="1" /><h3>format</h3><p>Requested return format. 'html' by default</p><select name="format" >
# <option value=""></option>
# <option value="html">html</option>
# <option value="csv">csv</option>
# <option value="xlsx">xlsx</option>
# <option value="json">json</option>
# <option value="jsonapi">jsonapi</option>
# </select><h3>order</h3><p>Database ordering, e.g.: 'order=revision:u,date:d'. Specifies a comma-separated list of database columns, together with a ':' delimited order specifiers ('a' == ascending, asc; 'd' == descending, desc)</p><input placeholder="order=revision:u,date:d" name="order" type="text" /><input type="submit" onclick="replace_url_parameters( this.form )" /></fieldset>
# </form><form method="post" action="https://solsa.crystallography.net/db/samples/{table}/{id}" enctype="multipart/form-data">
# <fieldset><legend>POST: Insert or update an entry</legend><h3>table</h3><p>Name of the table</p><input placeholder="books" name="table" type="text" required="required" data-in-path="1" /><h3>id</h3><p>Unique identifier of an entry. ID and UUID are supported. In principle other unique keys should work as well.</p><input placeholder="1" name="id" type="text" required="required" data-in-path="1" /><h3>csvfile</h3><input type="file" name="csvfile"  /><h3>jsonfile</h3><input type="file" name="jsonfile"  /><h3>odsfile</h3><input type="file" name="odsfile"  /><h3>spreadsheet</h3><input type="file" name="spreadsheet"  /><h3>xlsfile</h3><input type="file" name="xlsfile"  /><h3>xlsxfile</h3><input type="file" name="xlsxfile"  /><input type="submit" onclick="replace_url_parameters( this.form )" /></fieldset>
# </form><form method="patch" action="https://solsa.crystallography.net/db/samples/{table}/{id}" enctype="multipart/form-data">
# <fieldset><legend>PATCH: Update an entry</legend><h3>table</h3><p>Name of the table</p><input placeholder="books" name="table" type="text" required="required" data-in-path="1" /><h3>id</h3><p>Unique identifier of an entry. ID and UUID are supported. In principle other unique keys should work as well.</p><input placeholder="1" name="id" type="text" required="required" data-in-path="1" /><h3>csvfile</h3><input type="file" name="csvfile"  /><h3>jsonfile</h3><input type="file" name="jsonfile"  /><h3>odsfile</h3><input type="file" name="odsfile"  /><h3>spreadsheet</h3><input type="file" name="spreadsheet"  /><h3>xlsfile</h3><input type="file" name="xlsfile"  /><h3>xlsxfile</h3><input type="file" name="xlsxfile"  /><input type="submit" name="Submit Query (cannot be handled for PATCH)" value="Submit Query (cannot be handled for PATCH)" disabled="disabled" /></fieldset>
# </form><form method="put" action="https://solsa.crystallography.net/db/samples/{table}/{id}" enctype="multipart/form-data">
# <fieldset><legend>PUT: Insert an entry to a table</legend><h3>table</h3><p>Name of the table</p><input placeholder="books" name="table" type="text" required="required" data-in-path="1" /><h3>id</h3><p>Unique identifier of an entry. ID and UUID are supported. In principle other unique keys should work as well.</p><input placeholder="1" name="id" type="text" required="required" data-in-path="1" /><h3>csvfile</h3><input type="file" name="csvfile"  /><h3>jsonfile</h3><input type="file" name="jsonfile"  /><h3>odsfile</h3><input type="file" name="odsfile"  /><h3>spreadsheet</h3><input type="file" name="spreadsheet"  /><h3>xlsfile</h3><input type="file" name="xlsfile"  /><h3>xlsxfile</h3><input type="file" name="xlsxfile"  /><input type="submit" name="Submit Query (cannot be handled for PUT)" value="Submit Query (cannot be handled for PUT)" disabled="disabled" /></fieldset>
# </form><form method="delete" action="https://solsa.crystallography.net/db/samples/{table}/{id}" enctype="multipart/form-data">
# <fieldset><legend>DELETE: Delete an entry</legend><h3>table</h3><p>Name of the table</p><input placeholder="books" name="table" type="text" required="required" data-in-path="1" /><h3>id</h3><p>Unique identifier of an entry. ID and UUID are supported. In principle other unique keys should work as well.</p><input placeholder="1" name="id" type="text" required="required" data-in-path="1" /><input type="submit" name="Submit Query (cannot be handled for DELETE)" value="Submit Query (cannot be handled for DELETE)" disabled="disabled" /></fieldset>
# </form><h1>/{table}/{id}/{field}</h1><form method="get" action="https://solsa.crystallography.net/db/samples/{table}/{id}/{field}" enctype="multipart/form-data">
# <fieldset><legend>GET: Get a file stored in entry's field</legend><h3>table</h3><p>Name of the table</p><input placeholder="books" name="table" type="text" required="required" data-in-path="1" /><h3>id</h3><p>Unique identifier of an entry. ID and UUID are supported. In principle other unique keys should work as well.</p><input placeholder="1" name="id" type="text" required="required" data-in-path="1" /><h3>field</h3><input name="field" type="text" required="required" data-in-path="1" /><input type="submit" onclick="replace_url_parameters( this.form )" /></fieldset>
# </form>
# </body>
# </html>
# '
#     expected: '<!DOCTYPE html
# 	PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
# 	 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
# <html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US">
# <head>
# <title>RestfulDB API v0.13.0-dev</title>
# <script type="text/javascript">//<![CDATA[
# 
# 
# function replace_url_parameters( form ) {
#     var url = form.getAttribute( "action" );
#     var inputs = form.getElementsByTagName( "input" );
#     for( var i = 0; i < inputs.length; i++ ) {
#         var data_in_path = inputs[i].getAttribute( "data-in-path" );
#         if( data_in_path ) {
#             url = url.replace( "{" + inputs[i].name + "}", inputs[i].value );
#             inputs[i].disabled = "disabled";
#         }
#     }
#     form.setAttribute( "action", url );
# }
# 
# 
# //]]></script>
# <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
# </head>
# <body>
# <h1>/{table}</h1><form method="get" action="https://solsa.crystallography.net/db/samples/{table}" enctype="multipart/form-data"><fieldset><legend>GET: Get list of entries</legend><h3>table</h3><p>Name of the table</p><input data-in-path="1" name="table" placeholder="books" required="required" type="text" /><h3>rows</h3><p>Number of entries per page</p><input name="rows" type="text" /><h3>offset</h3><p>Offset of the first entry</p><input name="offset" type="text" /><h3>filter</h3><p>Filter to select entries to show</p><input name="filter" placeholder="solsaid STARTS WITH &quot;TEST&quot;" type="text" /><h3>columns</h3><p>Comma-separated list of columns that are requested in the output</p><input name="columns" placeholder="id,SolsaID" type="text" /><h3>format</h3><p>Requested return format. 'html' by default</p><select name="format" >
# <option value=""></option>
# <option value="html">html</option>
# <option value="csv">csv</option>
# <option value="xlsx">xlsx</option>
# <option value="json">json</option>
# <option value="jsonapi">jsonapi</option>
# </select><h3>order</h3><p>Database ordering, e.g.: 'order=revision:u,date:d'. Specifies a comma-separated list of database columns, together with a ':' delimited order specifiers ('a' == ascending, asc; 'd' == descending, desc)</p><input name="order" placeholder="order=revision:u,date:d" type="text" /><h3>action</h3><p>Specify the action. Solely used to download templates as of now with 'action=template'.</p><select name="action" >
# <option value=""></option>
# <option value="template">template</option>
# </select><h3>select_column</h3><p>Column to perform the search.</p><input name="select_column" placeholder="SolsaID" type="text" /><h3>select_operator</h3><p>Operator to perform the search with.</p><select name="select_operator" >
# <option value=""></option>
# <option value="eq">eq</option>
# <option value="ne">ne</option>
# <option value="gt">gt</option>
# <option value="lt">lt</option>
# <option value="le">le</option>
# <option value="ge">ge</option>
# <option value="contains">contains</option>
# <option value="starts">starts</option>
# <option value="ends">ends</option>
# <option value="known">known</option>
# <option value="unknown">unknown</option>
# </select><h3>search_value</h3><p>Search value.</p><input name="search_value" placeholder="TEST-XX-0001" type="text" /><h3>select_not_operator</h3><p>Invert the matching.</p><select name="select_not_operator" >
# <option value=""></option>
# <option value="not">not</option>
# </select><h3>select_combining</h3><p>Combination with previously submitted query (conjunction, disjunction or new).</p><select name="select_combining" >
# <option value=""></option>
# <option value="new">new</option>
# <option value="append">append</option>
# <option value="within">within</option>
# </select><h3>include</h3><p>A comma-separated list of tables to be returned in the response. If not provided, all tables are returned. Currently only supported for spreadsheet downloads.</p><input name="include" placeholder="sample,experiment" type="text" /><input type="submit" onclick="replace_url_parameters( this.form )" /></fieldset>
# </form><form method="post" action="https://solsa.crystallography.net/db/samples/{table}" enctype="multipart/form-data"><fieldset><legend>POST: Insert or update entry or entries in a table</legend><h3>table</h3><p>Name of the table</p><input data-in-path="1" name="table" placeholder="books" required="required" type="text" /><h3>csvfile</h3><input type="file" name="csvfile"  /><h3>jsonfile</h3><input type="file" name="jsonfile"  /><h3>odsfile</h3><input type="file" name="odsfile"  /><h3>spreadsheet</h3><input type="file" name="spreadsheet"  /><h3>xlsfile</h3><input type="file" name="xlsfile"  /><h3>xlsxfile</h3><input type="file" name="xlsxfile"  /><input type="submit" onclick="replace_url_parameters( this.form )" /></fieldset>
# </form><form method="patch" action="https://solsa.crystallography.net/db/samples/{table}" enctype="multipart/form-data"><fieldset><legend>PATCH: Update entry or entries in a table</legend><h3>table</h3><p>Name of the table</p><input data-in-path="1" name="table" placeholder="books" required="required" type="text" /><h3>csvfile</h3><input type="file" name="csvfile"  /><h3>jsonfile</h3><input type="file" name="jsonfile"  /><h3>odsfile</h3><input type="file" name="odsfile"  /><h3>spreadsheet</h3><input type="file" name="spreadsheet"  /><h3>xlsfile</h3><input type="file" name="xlsfile"  /><h3>xlsxfile</h3><input type="file" name="xlsxfile"  /><input type="submit" name="Submit Query (cannot be handled for PATCH)" value="Submit Query (cannot be handled for PATCH)" disabled="disabled" /></fieldset>
# </form><form method="put" action="https://solsa.crystallography.net/db/samples/{table}" enctype="multipart/form-data"><fieldset><legend>PUT: Insert entry or entries in a table</legend><h3>table</h3><p>Name of the table</p><input data-in-path="1" name="table" placeholder="books" required="required" type="text" /><h3>csvfile</h3><input type="file" name="csvfile"  /><h3>jsonfile</h3><input type="file" name="jsonfile"  /><h3>odsfile</h3><input type="file" name="odsfile"  /><h3>spreadsheet</h3><input type="file" name="spreadsheet"  /><h3>xlsfile</h3><input type="file" name="xlsfile"  /><h3>xlsxfile</h3><input type="file" name="xlsxfile"  /><input type="submit" name="Submit Query (cannot be handled for PUT)" value="Submit Query (cannot be handled for PUT)" disabled="disabled" /></fieldset>
# </form><h1>/{table}/{id}</h1><form method="get" action="https://solsa.crystallography.net/db/samples/{table}/{id}" enctype="multipart/form-data"><fieldset><legend>GET: Get an entry by its ID</legend><h3>table</h3><p>Name of the table</p><input data-in-path="1" name="table" placeholder="books" required="required" type="text" /><h3>id</h3><p>Unique identifier of an entry. ID and UUID are supported. In principle other unique keys should work as well.</p><input data-in-path="1" name="id" placeholder="1" required="required" type="text" /><h3>format</h3><p>Requested return format. 'html' by default</p><select name="format" >
# <option value=""></option>
# <option value="html">html</option>
# <option value="csv">csv</option>
# <option value="xlsx">xlsx</option>
# <option value="json">json</option>
# <option value="jsonapi">jsonapi</option>
# </select><h3>order</h3><p>Database ordering, e.g.: 'order=revision:u,date:d'. Specifies a comma-separated list of database columns, together with a ':' delimited order specifiers ('a' == ascending, asc; 'd' == descending, desc)</p><input name="order" placeholder="order=revision:u,date:d" type="text" /><input type="submit" onclick="replace_url_parameters( this.form )" /></fieldset>
# </form><form method="post" action="https://solsa.crystallography.net/db/samples/{table}/{id}" enctype="multipart/form-data"><fieldset><legend>POST: Insert or update an entry</legend><h3>table</h3><p>Name of the table</p><input data-in-path="1" name="table" placeholder="books" required="required" type="text" /><h3>id</h3><p>Unique identifier of an entry. ID and UUID are supported. In principle other unique keys should work as well.</p><input data-in-path="1" name="id" placeholder="1" required="required" type="text" /><h3>csvfile</h3><input type="file" name="csvfile"  /><h3>jsonfile</h3><input type="file" name="jsonfile"  /><h3>odsfile</h3><input type="file" name="odsfile"  /><h3>spreadsheet</h3><input type="file" name="spreadsheet"  /><h3>xlsfile</h3><input type="file" name="xlsfile"  /><h3>xlsxfile</h3><input type="file" name="xlsxfile"  /><input type="submit" onclick="replace_url_parameters( this.form )" /></fieldset>
# </form><form method="patch" action="https://solsa.crystallography.net/db/samples/{table}/{id}" enctype="multipart/form-data"><fieldset><legend>PATCH: Update an entry</legend><h3>table</h3><p>Name of the table</p><input data-in-path="1" name="table" placeholder="books" required="required" type="text" /><h3>id</h3><p>Unique identifier of an entry. ID and UUID are supported. In principle other unique keys should work as well.</p><input data-in-path="1" name="id" placeholder="1" required="required" type="text" /><h3>csvfile</h3><input type="file" name="csvfile"  /><h3>jsonfile</h3><input type="file" name="jsonfile"  /><h3>odsfile</h3><input type="file" name="odsfile"  /><h3>spreadsheet</h3><input type="file" name="spreadsheet"  /><h3>xlsfile</h3><input type="file" name="xlsfile"  /><h3>xlsxfile</h3><input type="file" name="xlsxfile"  /><input type="submit" name="Submit Query (cannot be handled for PATCH)" value="Submit Query (cannot be handled for PATCH)" disabled="disabled" /></fieldset>
# </form><form method="put" action="https://solsa.crystallography.net/db/samples/{table}/{id}" enctype="multipart/form-data"><fieldset><legend>PUT: Insert an entry to a table</legend><h3>table</h3><p>Name of the table</p><input data-in-path="1" name="table" placeholder="books" required="required" type="text" /><h3>id</h3><p>Unique identifier of an entry. ID and UUID are supported. In principle other unique keys should work as well.</p><input data-in-path="1" name="id" placeholder="1" required="required" type="text" /><h3>csvfile</h3><input type="file" name="csvfile"  /><h3>jsonfile</h3><input type="file" name="jsonfile"  /><h3>odsfile</h3><input type="file" name="odsfile"  /><h3>spreadsheet</h3><input type="file" name="spreadsheet"  /><h3>xlsfile</h3><input type="file" name="xlsfile"  /><h3>xlsxfile</h3><input type="file" name="xlsxfile"  /><input type="submit" name="Submit Query (cannot be handled for PUT)" value="Submit Query (cannot be handled for PUT)" disabled="disabled" /></fieldset>
# </form><form method="delete" action="https://solsa.crystallography.net/db/samples/{table}/{id}" enctype="multipart/form-data"><fieldset><legend>DELETE: Delete an entry</legend><h3>table</h3><p>Name of the table</p><input data-in-path="1" name="table" placeholder="books" required="required" type="text" /><h3>id</h3><p>Unique identifier of an entry. ID and UUID are supported. In principle other unique keys should work as well.</p><input data-in-path="1" name="id" placeholder="1" required="required" type="text" /><input type="submit" name="Submit Query (cannot be handled for DELETE)" value="Submit Query (cannot be handled for DELETE)" disabled="disabled" /></fieldset>
# </form><h1>/{table}/{id}/{field}</h1><form method="get" action="https://solsa.crystallography.net/db/samples/{table}/{id}/{field}" enctype="multipart/form-data"><fieldset><legend>GET: Get a file stored in entry's field</legend><h3>table</h3><p>Name of the table</p><input data-in-path="1" name="table" placeholder="books" required="required" type="text" /><h3>id</h3><p>Unique identifier of an entry. ID and UUID are supported. In principle other unique keys should work as well.</p><input data-in-path="1" name="id" placeholder="1" required="required" type="text" /><h3>field</h3><input data-in-path="1" name="field" required="required" type="text" /><input type="submit" onclick="replace_url_parameters( this.form )" /></fieldset>
# </form>
# </body>
# </html>
# '
# Looks like you failed 1 test of 1.
t/htmlforms.t .. 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests 

Test Summary Report
-------------------
t/htmlforms.t (Wstat: 256 (exited 1) Tests: 1 Failed: 1)
  Failed test:  1
  Non-zero exit status: 1
Files=1, Tests=1,  1 wallclock secs ( 0.02 usr  0.01 sys +  0.09 cusr  0.01 csys =  0.12 CPU)
Result: FAIL
*** Error code 1

Stop.
make: stopped in /usr/home/cpan/pit/bare/conf/perl-5.12.4/.cpanplus/5.12.4/build/IWxF_TJX26/OpenAPI-Render-0.2.0
Failed 1/1 test programs. 1/1 subtests failed.


PREREQUISITES:

Here is a list of prerequisites you specified and versions we
managed to load:

	  Module Name                        Have     Want
	  CGI                                3.49        0
	  ExtUtils::MakeMaker                7.64        0
	  File::Basename                     2.78        0
	  Getopt::Long::Descriptive         0.110        0
	  JSON                               4.10        0
	  Text::ASCIITable                   0.22        0

Perl module toolchain versions installed:
	Module Name                        Have
	CPANPLUS                         0.9914
	CPANPLUS::Dist::Build              0.90
	Cwd                                3.75
	ExtUtils::CBuilder             0.280236
	ExtUtils::Command                  7.64
	ExtUtils::Install                  2.20
	ExtUtils::MakeMaker                7.64
	ExtUtils::Manifest                 1.73
	ExtUtils::ParseXS                  3.44
	File::Spec                         3.75
	Module::Build                    0.4231
	Pod::Parser                        1.37
	Pod::Simple                        3.14
	Test2                          1.302191
	Test::Harness                      3.44
	Test::More                     1.302191
	version                          0.9929

******************************** NOTE ********************************
The comments above are created mechanically, possibly without manual
checking by the sender.  As there are many people performing automatic
tests on each upload to CPAN, it is likely that you will receive
identical messages about the same problem.

If you believe that the message is mistaken, please reply to the first
one with correction and/or additional informations, and do not take
it personally.  We appreciate your patience. :)
**********************************************************************

Additional comments:


This report was machine-generated by CPANPLUS::Dist::YACSmoke 1.08.
Powered by minismokebox version 0.68

CPANPLUS is prefering Build.PL

------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------

Environment variables:

    AUTOMATED_TESTING = 1
    LANG = C.UTF-8
    NONINTERACTIVE_TESTING = 1
    PATH = /sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/home/cpan/bin
    PERL5LIB = /usr/home/cpan/pit/jail/hBQZAm0f2r/lib/perl5:/usr/home/cpan/pit/bare/conf/perl-5.12.4/.cpanplus/5.12.4/build/8F23c2Qzh3/Text-ASCIITable-0.22/blib/lib:/usr/home/cpan/pit/bare/conf/perl-5.12.4/.cpanplus/5.12.4/build/8F23c2Qzh3/Text-ASCIITable-0.22/blib/arch:/usr/home/cpan/pit/bare/conf/perl-5.12.4/.cpanplus/5.12.4/build/IWxF_TJX26/OpenAPI-Render-0.2.0/blib/lib:/usr/home/cpan/pit/bare/conf/perl-5.12.4/.cpanplus/5.12.4/build/IWxF_TJX26/OpenAPI-Render-0.2.0/blib/arch
    PERL5_CPANPLUS_IS_RUNNING = 94681
    PERL5_CPANPLUS_IS_VERSION = 0.9914
    PERL5_MINISMOKEBOX = 0.68
    PERL5_YACSMOKE_BASE = /usr/home/cpan/pit/bare/conf/perl-5.12.4
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    PERL_LOCAL_LIB_ROOT = /usr/home/cpan/pit/jail/hBQZAm0f2r
    PERL_MB_OPT = --install_base "/usr/home/cpan/pit/jail/hBQZAm0f2r"
    PERL_MM_OPT = INSTALL_BASE=/usr/home/cpan/pit/jail/hBQZAm0f2r
    PERL_MM_USE_DEFAULT = 1
    SHELL = /usr/local/bin/bash
    TERM = screen

Perl special variables (and OS-specific diagnostics, for MSWin32):

    Perl: $^X = /usr/home/cpan/pit/bare/perl-5.12.4/bin/perl
    UID:  $<  = 1002
    EUID: $>  = 1002
    GID:  $(  = 1002 1002
    EGID: $)  = 1002 1002


-------------------------------


--

Summary of my perl5 (revision 5 version 12 subversion 4) configuration:
   
  Platform:
    osname=freebsd, osvers=13.1-release, archname=amd64-freebsd
    uname='freebsd frantic 13.1-release freebsd 13.1-release releng13.1-n250148-fc952ac2212 generic amd64 '
    config_args='-des -Dprefix=/usr/home/cpan/pit/bare/perl-5.12.4'
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=undef, usemultiplicity=undef
    useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
    use64bitint=define, use64bitall=define, uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include',
    optimize='-O2',
    cppflags='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
    ccversion='', gccversion='FreeBSD Clang 13.0.0 (git@github.com:llvm/llvm-project.git llvmorg-13.0.0-0-gd7b669b3a303)', gccosandvers=''
    intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
    ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
    alignbytes=8, prototype=define
  Linker and Libraries:
    ld='cc', ldflags ='-Wl,-E  -fstack-protector -L/usr/local/lib'
    libpth=/usr/lib /usr/local/lib
    libs=-lgdbm -ldl -lm -lcrypt -lutil -lc
    perllibs=-ldl -lm -lcrypt -lutil -lc
    libc=, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
    cccdlflags='-DPIC -fPIC', lddlflags='-shared  -L/usr/local/lib -fstack-protector'


Characteristics of this binary (from libperl): 
  Compile-time options: PERL_DONT_CREATE_GVSV PERL_MALLOC_WRAP USE_64_BIT_ALL
                        USE_64_BIT_INT USE_LARGE_FILES USE_PERLIO
                        USE_PERL_ATOF
  Locally applied patches:
	Devel::PatchPerl 2.08
  Built under freebsd
  Compiled at Jul 24 2022 16:05:45
  %ENV:
    PERL5LIB="/usr/home/cpan/pit/jail/hBQZAm0f2r/lib/perl5:/usr/home/cpan/pit/bare/conf/perl-5.12.4/.cpanplus/5.12.4/build/8F23c2Qzh3/Text-ASCIITable-0.22/blib/lib:/usr/home/cpan/pit/bare/conf/perl-5.12.4/.cpanplus/5.12.4/build/8F23c2Qzh3/Text-ASCIITable-0.22/blib/arch:/usr/home/cpan/pit/bare/conf/perl-5.12.4/.cpanplus/5.12.4/build/IWxF_TJX26/OpenAPI-Render-0.2.0/blib/lib:/usr/home/cpan/pit/bare/conf/perl-5.12.4/.cpanplus/5.12.4/build/IWxF_TJX26/OpenAPI-Render-0.2.0/blib/arch"
    PERL5_CPANPLUS_IS_RUNNING="94681"
    PERL5_CPANPLUS_IS_VERSION="0.9914"
    PERL5_MINISMOKEBOX="0.68"
    PERL5_YACSMOKE_BASE="/usr/home/cpan/pit/bare/conf/perl-5.12.4"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_LOCAL_LIB_ROOT="/usr/home/cpan/pit/jail/hBQZAm0f2r"
    PERL_MB_OPT="--install_base "/usr/home/cpan/pit/jail/hBQZAm0f2r""
    PERL_MM_OPT="INSTALL_BASE=/usr/home/cpan/pit/jail/hBQZAm0f2r"
    PERL_MM_USE_DEFAULT="1"
  @INC:
    /usr/home/cpan/pit/jail/hBQZAm0f2r/lib/perl5/5.12.4/amd64-freebsd
    /usr/home/cpan/pit/jail/hBQZAm0f2r/lib/perl5/5.12.4
    /usr/home/cpan/pit/jail/hBQZAm0f2r/lib/perl5/amd64-freebsd
    /usr/home/cpan/pit/jail/hBQZAm0f2r/lib/perl5
    /usr/home/cpan/pit/bare/conf/perl-5.12.4/.cpanplus/5.12.4/build/8F23c2Qzh3/Text-ASCIITable-0.22/blib/lib
    /usr/home/cpan/pit/bare/conf/perl-5.12.4/.cpanplus/5.12.4/build/8F23c2Qzh3/Text-ASCIITable-0.22/blib/arch
    /usr/home/cpan/pit/bare/conf/perl-5.12.4/.cpanplus/5.12.4/build/IWxF_TJX26/OpenAPI-Render-0.2.0/blib/lib
    /usr/home/cpan/pit/bare/conf/perl-5.12.4/.cpanplus/5.12.4/build/IWxF_TJX26/OpenAPI-Render-0.2.0/blib/arch
    /usr/home/cpan/pit/bare/perl-5.12.4/lib/site_perl/5.12.4/amd64-freebsd
    /usr/home/cpan/pit/bare/perl-5.12.4/lib/site_perl/5.12.4
    /usr/home/cpan/pit/bare/perl-5.12.4/lib/5.12.4/amd64-freebsd
    /usr/home/cpan/pit/bare/perl-5.12.4/lib/5.12.4
    .