Your message dated Thu, 6 Jul 2023 10:32:36 +0200
with message-id <zkz8jfdojz4xt...@an3as.eu>
and subject line Re: Bug#1039661: r-cran-ragg: autopkgtest failure with r-base 
(4.3.1-1)
has caused the Debian Bug report #1039661,
regarding r-cran-ragg: autopkgtest failure with r-base (4.3.1-1)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1039661: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1039661
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: r-cran-ragg
Version: 1.2.5-1
Severity: serious
Justification: autopkgtest failure

Dear Maintainer,

The autopkgtest of your package fails with r-base (4.3.1-1):

 40s [ FAIL 15 | WARN 0 | SKIP 3 | PASS 0 ]
 40s 
 40s ══ Skipped tests 
═══════════════════════════════════════════════════════════════
 40s • On CRAN (3)
 40s 
 40s ══ Failed tests 
════════════════════════════════════════════════════════════════
 40s ── Error ('test-circle.R:11'): circle stroke works 
─────────────────────────────
 40s Error in `agg_capture()`: Graphics API version mismatch
 40s Backtrace:
 40s     ▆
 40s  1. ├─base::table(render_circle(NA, "black", 2, "solid")) at 
test-circle.R:11:2
 40s  2. └─ragg (local) render_circle(NA, "black", 2, "solid")
 40s  3.   └─ragg::agg_capture() at test-circle.R:2:2
 40s ── Error ('test-circle.R:28'): circle fill works 
───────────────────────────────
 40s Error in `agg_capture()`: Graphics API version mismatch
 40s Backtrace:
 40s     ▆
 40s  1. ├─base::table(render_circle("black", NA, 2, "solid")) at 
test-circle.R:28:2
 40s  2. └─ragg (local) render_circle("black", NA, 2, "solid")
 40s  3.   └─ragg::agg_capture() at test-circle.R:2:2
 40s ── Error ('test-jpeg.R:3'): agg_jpeg generates file 
────────────────────────────
 40s Error in `agg_jpeg(file)`: Graphics API version mismatch
 40s Backtrace:
 40s     ▆
 40s  1. └─ragg::agg_jpeg(file) at test-jpeg.R:3:2
 40s ── Error ('test-line.R:12'): line stroke works 
─────────────────────────────────
 40s Error in `agg_capture()`: Graphics API version mismatch
 40s Backtrace:
 40s     ▆
 40s  1. ├─base::table(render_line("black", 14, "solid")) at test-line.R:12:2
 40s  2. └─ragg (local) render_line("black", 14, "solid")
 40s  3.   └─ragg::agg_capture() at test-line.R:2:2
 40s ── Error ('test-path.R:17'): path stroke works 
─────────────────────────────────
 40s Error in `agg_capture()`: Graphics API version mismatch
 40s Backtrace:
 40s     ▆
 40s  1. ├─base::table(render_path(NA, "black", 14, "solid", "round")) at 
test-path.R:17:2
 40s  2. └─ragg (local) render_path(NA, "black", 14, "solid", "round")
 40s  3.   └─ragg::agg_capture() at test-path.R:2:2
 40s ── Error ('test-path.R:35'): path fill works 
───────────────────────────────────
 40s Error in `agg_capture()`: Graphics API version mismatch
 40s Backtrace:
 40s     ▆
 40s  1. ├─base::table(render_path("black", NA, 4, "solid", "round")) at 
test-path.R:35:2
 40s  2. └─ragg (local) render_path("black", NA, 4, "solid", "round")
 40s  3.   └─ragg::agg_capture() at test-path.R:2:2
 40s ── Error ('test-png.R:3'): agg_png 8bit generates file 
─────────────────────────
 40s Error in `agg_png(file)`: Graphics API version mismatch
 40s Backtrace:
 40s     ▆
 40s  1. └─ragg::agg_png(file) at test-png.R:3:2
 40s ── Error ('test-png.R:14'): agg_png 16bit generates file 
───────────────────────
 40s Error in `agg_png(file, bitsize = 16)`: Graphics API version mismatch
 40s Backtrace:
 40s     ▆
 40s  1. └─ragg::agg_png(file, bitsize = 16) at test-png.R:14:2
 40s ── Error ('test-polyline.R:13'): polyline stroke works 
─────────────────────────
 40s Error in `agg_capture()`: Graphics API version mismatch
 40s Backtrace:
 40s     ▆
 40s  1. ├─base::table(render_polyline("black", 14, "solid", "round", "round")) 
at test-polyline.R:13:2
 40s  2. └─ragg (local) render_polyline("black", 14, "solid", "round", "round")
 40s  3.   └─ragg::agg_capture() at test-polyline.R:2:2
 40s ── Error ('test-ppm.R:3'): agg_ppm generates file 
──────────────────────────────
 40s Error in `agg_ppm(file)`: Graphics API version mismatch
 40s Backtrace:
 40s     ▆
 40s  1. └─ragg::agg_ppm(file) at test-ppm.R:3:2
 40s ── Error ('test-raster.R:12'): raster works 
────────────────────────────────────
 40s Error in `agg_capture()`: Graphics API version mismatch
 40s Backtrace:
 40s     ▆
 40s  1. ├─base::table(render_raster(image, FALSE, 0)) at test-raster.R:12:2
 40s  2. └─ragg (local) render_raster(image, FALSE, 0)
 40s  3.   └─ragg::agg_capture() at test-raster.R:2:2
 40s ── Error ('test-rect.R:12'): rect stroke works 
─────────────────────────────────
 40s Error in `agg_capture()`: Graphics API version mismatch
 40s Backtrace:
 40s     ▆
 40s  1. ├─base::table(render_rect(NA, "black", 4, "solid")) at test-rect.R:12:2
 40s  2. └─ragg (local) render_rect(NA, "black", 4, "solid")
 40s  3.   └─ragg::agg_capture() at test-rect.R:2:2
 40s ── Error ('test-rect.R:27'): rect fill works 
───────────────────────────────────
 40s Error in `agg_capture()`: Graphics API version mismatch
 40s Backtrace:
 40s     ▆
 40s  1. ├─base::table(render_rect("black", NA, 4, "solid")) at test-rect.R:27:2
 40s  2. └─ragg (local) render_rect("black", NA, 4, "solid")
 40s  3.   └─ragg::agg_capture() at test-rect.R:2:2
 40s ── Error ('test-tiff.R:3'): agg_tiff 8bit generates file 
───────────────────────
 40s Error in `agg_tiff(file)`: Graphics API version mismatch
 40s Backtrace:
 40s     ▆
 40s  1. └─ragg::agg_tiff(file) at test-tiff.R:3:2
 40s ── Error ('test-tiff.R:14'): agg_tiff 16bit generates file 
─────────────────────
 40s Error in `agg_tiff(file, bitsize = 16)`: Graphics API version mismatch
 40s Backtrace:
 40s     ▆
 40s  1. └─ragg::agg_tiff(file, bitsize = 16) at test-tiff.R:14:2
 40s 
 40s [ FAIL 15 | WARN 0 | SKIP 3 | PASS 0 ]

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

--- End Message ---
--- Begin Message ---
Done in 1.2.5-3

-- 
http://fam-tille.de

--- End Message ---

Reply via email to