[R-pkg-team] Bug#1114892: r-cran-plumber: autopkgtest needs update for new version of node-jquery

Paul Gevers elbrus at debian.org
Thu Sep 11 11:33:18 BST 2025


Source: r-cran-plumber
Version: 1.3.0+ds-1
Severity: serious
X-Debbugs-CC: node-jquery at packages.debian.org
Tags: sid trixie
User: debian-ci at lists.debian.org
Usertags: needs-update
Control: affects -1 src:node-jquery

Dear maintainer(s),

With a recent upload of node-jquery the autopkgtest of r-cran-plumber 
fails in testing when that autopkgtest is run with the binary packages 
of node-jquery from unstable. It passes when run with only packages from 
testing. In tabular form:

                        pass            fail
node-jquery            from testing    3.7.1+dfsg+~3.5.33-1
r-cran-plumber         from testing    1.3.0+ds-1
all others             from testing    from testing

I copied some of the output at the bottom of this report.

Currently this regression is blocking the migration of node-jquery to 
testing [1]. Of course, node-jquery shouldn't just break your 
autopkgtest (or even worse, your package), but it seems to me that the 
change in node-jquery was intended and your package needs to update to 
the new situation.

If this is a real problem in your package (and not only in your 
autopkgtest), the right binary package(s) from node-jquery should really 
add a versioned Breaks on the unfixed version of (one of your) 
package(s). Note: the Breaks is nice even if the issue is only in the 
autopkgtest as it helps the migration software to figure out the right 
versions to combine in the tests.

More information about this bug and the reason for filing it can be found on
https://wiki.debian.org/ContinuousIntegration/RegressionEmailInformation

Paul

[1] https://qa.debian.org/excuses.php?package=node-jquery

https://ci.debian.net/data/autopkgtest/testing/amd64/r/r-cran-plumber/64413609/log.gz

  83s dpkg-architecture: warning: cannot determine CC system type, 
falling back to default (native compilation)
  83s BEGIN TEST spelling.R
  83s  83s R version 4.5.1 (2025-06-13) -- "Great Square Root"
  83s Copyright (C) 2025 The R Foundation for Statistical Computing
  83s Platform: x86_64-pc-linux-gnu
  83s  83s R is free software and comes with ABSOLUTELY NO WARRANTY.
  83s You are welcome to redistribute it under certain conditions.
  83s Type 'license()' or 'licence()' for distribution details.
  83s  83s R is a collaborative project with many contributors.
  83s Type 'contributors()' for more information and
  83s 'citation()' on how to cite R or R packages in publications.
  83s  83s Type 'demo()' for some demos, 'help()' for on-line help, or
  83s 'help.start()' for an HTML browser interface to help.
  83s Type 'q()' to quit R.
  83s  83s > # testthat:::on_cran
  83s > is_interactive <- rlang::is_interactive()
  83s > not_cran <- isTRUE(as.logical(Sys.getenv("NOT_CRAN", "false")))
  83s > on_cran <- !is_interactive && !not_cran
  83s >  83s > if (!on_cran) {
  83s +   if (requireNamespace("spelling", quietly = TRUE)) {
  83s +     spelling::spell_check_test(
  83s +       vignettes = TRUE,
  83s +       error = TRUE,
  83s +       skip_on_cran = TRUE
  83s +     )
  83s +   }
  83s + }
  83s >  84s BEGIN TEST testthat.R
  84s  84s R version 4.5.1 (2025-06-13) -- "Great Square Root"
  84s Copyright (C) 2025 The R Foundation for Statistical Computing
  84s Platform: x86_64-pc-linux-gnu
  84s  84s R is free software and comes with ABSOLUTELY NO WARRANTY.
  84s You are welcome to redistribute it under certain conditions.
  84s Type 'license()' or 'licence()' for distribution details.
  84s  84s R is a collaborative project with many contributors.
  84s Type 'contributors()' for more information and
  84s 'citation()' on how to cite R or R packages in publications.
  84s  84s Type 'demo()' for some demos, 'help()' for on-line help, or
  84s 'help.start()' for an HTML browser interface to help.
  84s Type 'q()' to quit R.
  84s  84s > library(testthat)
  84s > library(plumber)
  84s >  84s > test_check("plumber")
100s <simpleError: path for html_dependency not found: 
/usr/lib/R/site-library/jquerylib/lib/3.7.1>
100s [ FAIL 1 | WARN 0 | SKIP 23 | PASS 1853 ]
100s 100s == Skipped tests (23) 
==========================================================
100s * On CRAN (15): 'test-cookies.R:47:3', 'test-deprecated.R:60:3',
100s   'test-find-port.R:40:3', 'test-find-port.R:56:3', 
'test-legacy.R:20:3',
100s   'test-options.R:22:3', 'test-plumber-print.R:2:3',
100s   'test-plumber-print.R:60:3', 'test-plumber.R:67:3',
100s   'test-serializer-device.R:26:1', 
'test-serializer-htmlwidgets.R:18:3',
100s   'test-static.R:23:3', 'test-zzz-openapi.R:254:3',
100s   'test-zzz-plumb_api.R:10:3', 'test-zzz-plumb_api.R:65:3'
100s * {arrow} is not installed (5): 'test-parse-body.R:93:3',
100s   'test-parse-body.R:113:3', 'test-serializer-feather.R:4:3',
100s   'test-serializer-feather.R:21:3', 'test-serializer-feather.R:34:3'
100s * {geojsonsf} is not installed (3): 'test-parse-body.R:164:3',
100s   'test-serializer-geojson.R:2:3', 'test-serializer-geojson.R:24:3'
100s 100s == Failed tests 
================================================================
100s -- Error ('test-zzzz-include.R:25:5'): Includes work 
---------------------------
100s Error in `expect_match(val$body, "<html.*<h2>R 
Output</h2>.*</html>\\s*$")`: is.character(act$val) is not TRUE
100s Backtrace:
100s     x
100s  1. \-testthat::expect_match(val$body, "<html.*<h2>R 
Output</h2>.*</html>\\s*$") at test-zzzz-include.R:25:5
100s  2.   \-base::stopifnot(is.character(act$val))
100s 100s [ FAIL 1 | WARN 0 | SKIP 23 | PASS 1853 ]
101s Error: Test failures
101s Execution halted
101s autopkgtest [23:08:22]: test run-unit-test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_signature.asc
Type: application/pgp-signature
Size: 585 bytes
Desc: OpenPGP digital signature
URL: <http://alioth-lists.debian.net/pipermail/r-pkg-team/attachments/20250911/14d4997d/attachment.sig>


More information about the R-pkg-team mailing list