Your message dated Thu, 06 Jul 2023 07:34:39 +0000
with message-id <e1qhjvf-00dgwv...@fasolo.debian.org>
and subject line Bug#1039884: fixed in r-cran-tibble 3.2.1+dfsg-2
has caused the Debian Bug report #1039884,
regarding r-cran-tibble: 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.)


-- 
1039884: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1039884
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: r-cran-tibble
Version: 3.1.8+dfsg-1
Severity: serious
Tags: sid trixie
Justification: autopkgtest failure
Control: close -1 3.2.1+dfsg-1

Dear Maintainer,

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

 92s [ FAIL 11 | WARN 1 | SKIP 144 | PASS 1287 ]
 92s 
 92s ══ Skipped tests 
═══════════════════════════════════════════════════════════════
 92s • All of them (1)
 92s • Do we want an .as_row argument? (1)
 92s • On CRAN (44)
 92s • packageVersion("pillar") >= "1.4.99" is TRUE (3)
 92s • packageVersion("tibble") >= "2.99.99" is TRUE (95)
 92s 
 93s ══ Failed tests 
════════════════════════════════════════════════════════════════
 93s ── Error ('test-subsetting-matrix.R:15'): [<-.tbl_df supports subsetting 
with a logical matrix (#649) ──
 93s Error in `vectbl_assign(x[[j]], cells[[j]], value)`: DLL requires the use 
of native symbols
 93s Backtrace:
 93s     ▆
 93s  1. ├─base::`[<-`(`*tmp*`, m, value = `<dbl>`) at 
test-subsetting-matrix.R:15:2
 93s  2. └─tibble:::`[<-.tbl_df`(`*tmp*`, m, value = `<dbl>`) at 
test-subsetting-matrix.R:15:2
 93s  3.   └─tibble:::tbl_subassign_matrix(x, j, value, j_arg, 
substitute(value))
 93s  4.     ├─base::withCallingHandlers(...)
 93s  5.     └─tibble:::vectbl_assign(x[[j]], cells[[j]], value)
 93s ── Error ('test-subsetting.R:416'): can use classed integer indexes (#778) 
─────
 93s Error in `vectbl_assign(x[[j]], i, recycled_value[[j]])`: DLL requires the 
use of native symbols
 93s Backtrace:
 93s      ▆
 93s   1. ├─testthat::expect_silent(df[mylgl(TRUE), ] <- df) at 
test-subsetting.R:416:2
 93s   2. │ └─testthat:::quasi_capture(enquo(object), NULL, evaluate_promise)
 93s   3. │   ├─testthat (local) .capture(...)
 93s   4. │   │ ├─withr::with_output_sink(...)
 93s   5. │   │ │ └─base::force(code)
 93s   6. │   │ ├─base::withCallingHandlers(...)
 93s   7. │   │ └─base::withVisible(code)
 93s   8. │   └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
 93s   9. ├─base::`[<-`(`*tmp*`, mylgl(TRUE), , value = `<tibble[,2]>`)
 93s  10. └─tibble:::`[<-.tbl_df`(`*tmp*`, mylgl(TRUE), , value = 
`<tibble[,2]>`)
 93s  11.   └─tibble:::tbl_subassign(x, i, j, value, i_arg, j_arg, 
substitute(value))
 93s  12.     └─tibble:::tbl_subassign_row(x, i, value, i_arg, value_arg)
 93s  13.       ├─base::withCallingHandlers(...)
 93s  14.       └─tibble:::vectbl_assign(x[[j]], i, recycled_value[[j]])
 93s ── Error ('test-subsetting.R:425'): can use classed logical indexes (#778) 
─────
 93s Error in `vectbl_assign(x[[j]], i, recycled_value[[j]])`: DLL requires the 
use of native symbols
 93s Backtrace:
 93s      ▆
 93s   1. ├─testthat::expect_silent(df[mylgl(TRUE), mylgl(TRUE)] <- df) at 
test-subsetting.R:425:2
 93s   2. │ └─testthat:::quasi_capture(enquo(object), NULL, evaluate_promise)
 93s   3. │   ├─testthat (local) .capture(...)
 93s   4. │   │ ├─withr::with_output_sink(...)
 93s   5. │   │ │ └─base::force(code)
 93s   6. │   │ ├─base::withCallingHandlers(...)
 93s   7. │   │ └─base::withVisible(code)
 93s   8. │   └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
 93s   9. ├─base::`[<-`(`*tmp*`, mylgl(TRUE), mylgl(TRUE), value = 
`<tibble[,2]>`)
 93s  10. └─tibble:::`[<-.tbl_df`(`*tmp*`, mylgl(TRUE), mylgl(TRUE), value = 
`<tibble[,2]>`)
 93s  11.   └─tibble:::tbl_subassign(x, i, j, value, i_arg, j_arg, 
substitute(value))
 93s  12.     └─tibble:::tbl_subassign_row(xj, i, value, i_arg, value_arg)
 93s  13.       ├─base::withCallingHandlers(...)
 93s  14.       └─tibble:::vectbl_assign(x[[j]], i, recycled_value[[j]])
 93s ── Error ('test-subsetting.R:458'): [[<-.tbl_df with two indexes assigns 
───────
 93s Error in `vectbl_assign(x[[j]], i, recycled_value[[j]])`: DLL requires the 
use of native symbols
 93s Backtrace:
 93s     ▆
 93s  1. ├─base::`[[<-`(`*tmp*`, 1, "x", value = `<dbl>`) at 
test-subsetting.R:458:2
 93s  2. └─tibble:::`[[<-.tbl_df`(`*tmp*`, 1, "x", value = `<dbl>`) at 
test-subsetting.R:458:2
 93s  3.   └─tibble:::tbl_subassign(...)
 93s  4.     └─tibble:::tbl_subassign_row(xj, i, value, i_arg, value_arg)
 93s  5.       ├─base::withCallingHandlers(...)
 93s  6.       └─tibble:::vectbl_assign(x[[j]], i, recycled_value[[j]])
 93s ── Error ('test-subsetting.R:532'): [<-.tbl_df supports adding new rows 
with [i, j] (#651) ──
 93s Error in `vectbl_assign(x[[j]], i, recycled_value[[j]])`: DLL requires the 
use of native symbols
 93s Backtrace:
 93s     ▆
 93s  1. ├─base::`[<-`(`*tmp*`, 3, "x", value = `<dbl>`) at 
test-subsetting.R:532:2
 93s  2. └─tibble:::`[<-.tbl_df`(`*tmp*`, 3, "x", value = `<dbl>`) at 
test-subsetting.R:532:2
 93s  3.   └─tibble:::tbl_subassign(x, i, j, value, i_arg, j_arg, 
substitute(value))
 93s  4.     └─tibble:::tbl_subassign_row(xj, i, value, i_arg, value_arg)
 93s  5.       ├─base::withCallingHandlers(...)
 93s  6.       └─tibble:::vectbl_assign(x[[j]], i, recycled_value[[j]])
 93s ── Error ('test-subsetting.R:539'): [<-.tbl_df supports adding new columns 
with [i, j] (#651) ──
 93s Error in `vectbl_assign(x[[j]], i, recycled_value[[j]])`: DLL requires the 
use of native symbols
 93s Backtrace:
 93s     ▆
 93s  1. ├─base::`[<-`(`*tmp*`, 2, "z", value = `<dbl>`) at 
test-subsetting.R:539:2
 93s  2. └─tibble:::`[<-.tbl_df`(`*tmp*`, 2, "z", value = `<dbl>`) at 
test-subsetting.R:539:2
 93s  3.   └─tibble:::tbl_subassign(x, i, j, value, i_arg, j_arg, 
substitute(value))
 93s  4.     └─tibble:::tbl_subassign_row(xj, i, value, i_arg, value_arg)
 93s  5.       ├─base::withCallingHandlers(...)
 93s  6.       └─tibble:::vectbl_assign(x[[j]], i, recycled_value[[j]])
 93s ── Error ('test-subsetting.R:546'): [<-.tbl_df supports adding new rows 
and columns with [i, j] (#651) ──
 93s Error in `vectbl_assign(x[[j]], i, recycled_value[[j]])`: DLL requires the 
use of native symbols
 93s Backtrace:
 93s     ▆
 93s  1. ├─base::`[<-`(`*tmp*`, 3, "z", value = `<dbl>`) at 
test-subsetting.R:546:2
 93s  2. └─tibble:::`[<-.tbl_df`(`*tmp*`, 3, "z", value = `<dbl>`) at 
test-subsetting.R:546:2
 93s  3.   └─tibble:::tbl_subassign(x, i, j, value, i_arg, j_arg, 
substitute(value))
 93s  4.     └─tibble:::tbl_subassign_row(xj, i, value, i_arg, value_arg)
 93s  5.       ├─base::withCallingHandlers(...)
 93s  6.       └─tibble:::vectbl_assign(x[[j]], i, recycled_value[[j]])
 93s ── Error ('test-subsetting.R:553'): [<-.tbl_df supports negative 
subsetting ────
 93s Error in `vectbl_assign(x[[j]], i, recycled_value[[j]])`: DLL requires the 
use of native symbols
 93s Backtrace:
 93s     ▆
 93s  1. ├─base::`[<-`(`*tmp*`, 2:3, 2:3, value = `<int>`) at 
test-subsetting.R:553:2
 93s  2. └─tibble:::`[<-.tbl_df`(`*tmp*`, 2:3, 2:3, value = `<int>`) at 
test-subsetting.R:553:2
 93s  3.   └─tibble:::tbl_subassign(x, i, j, value, i_arg, j_arg, 
substitute(value))
 93s  4.     └─tibble:::tbl_subassign_row(xj, i, value, i_arg, value_arg)
 93s  5.       ├─base::withCallingHandlers(...)
 93s  6.       └─tibble:::vectbl_assign(x[[j]], i, recycled_value[[j]])
 93s ── Error ('test-subsetting.R:598'): [<-.tbl_df supports matrix on the RHS 
(#762) ──
 93s Error in `vectbl_assign(x[[j]], i, recycled_value[[j]])`: DLL requires the 
use of native symbols
 93s Backtrace:
 93s      ▆
 93s   1. ├─tibble:::expect_tibble_error(...) at test-subsetting.R:598:2
 93s   2. │ └─testthat::expect_error(object, class = class(cnd)[[1]]) at 
autopkgtest_tmp/testthat/helper-expectations.R:2:2
 93s   3. │   └─testthat:::expect_condition_matching(...)
 93s   4. │     └─testthat:::quasi_capture(...)
 93s   5. │       ├─testthat (local) .capture(...)
 93s   6. │       │ └─base::withCallingHandlers(...)
 93s   7. │       └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
 93s   8. ├─base::`[<-`(`*tmp*`, 1:3, 1:2, value = `<int[,2]>`)
 93s   9. └─tibble:::`[<-.tbl_df`(`*tmp*`, 1:3, 1:2, value = `<int[,2]>`)
 93s  10.   └─tibble:::tbl_subassign(x, i, j, value, i_arg, j_arg, 
substitute(value))
 93s  11.     └─tibble:::tbl_subassign_row(xj, i, value, i_arg, value_arg)
 93s  12.       ├─base::withCallingHandlers(...)
 93s  13.       └─tibble:::vectbl_assign(x[[j]], i, recycled_value[[j]])
 93s ── Error ('test-subsetting.R:637'): [<- with FALSE still adds column 
(#846) ────
 93s Error in `vectbl_assign(x[[j]], i, recycled_value[[j]])`: DLL requires the 
use of native symbols
 93s Backtrace:
 93s     ▆
 93s  1. ├─base::`[<-`(`*tmp*`, FALSE, "b", value = `<dbl>`) at 
test-subsetting.R:637:2
 93s  2. └─tibble:::`[<-.tbl_df`(`*tmp*`, FALSE, "b", value = `<dbl>`) at 
test-subsetting.R:637:2
 93s  3.   └─tibble:::tbl_subassign(x, i, j, value, i_arg, j_arg, 
substitute(value))
 93s  4.     └─tibble:::tbl_subassign_row(xj, i, value, i_arg, value_arg)
 93s  5.       ├─base::withCallingHandlers(...)
 93s  6.       └─tibble:::vectbl_assign(x[[j]], i, recycled_value[[j]])
 93s ── Error ('test-subsetting.R:677'): [<-.tbl_df is careful about attributes 
(#155) ──
 93s Error in `vectbl_assign(x[[j]], i, recycled_value[[j]])`: DLL requires the 
use of native symbols
 93s Backtrace:
 93s     ▆
 93s  1. ├─base::`[<-`(`*tmp*`, 1, names(df), value = `<tibble[,2]>`) at 
test-subsetting.R:677:2
 93s  2. └─tibble:::`[<-.tbl_df`(`*tmp*`, 1, names(df), value = `<tibble[,2]>`) 
at test-subsetting.R:677:2
 93s  3.   └─tibble:::tbl_subassign(x, i, j, value, i_arg, j_arg, 
substitute(value))
 93s  4.     └─tibble:::tbl_subassign_row(xj, i, value, i_arg, value_arg)
 93s  5.       ├─base::withCallingHandlers(...)
 93s  6.       └─tibble:::vectbl_assign(x[[j]], i, recycled_value[[j]])
 93s 
 93s [ FAIL 11 | WARN 1 | SKIP 144 | PASS 1287 ]

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

I have immediately closed this bug with the version in unstable, so if
that version or a later version migrates, this bug will no longer affect
testing.

--- End Message ---
--- Begin Message ---
Source: r-cran-tibble
Source-Version: 3.2.1+dfsg-2
Done: Andreas Tille <ti...@debian.org>

We believe that the bug you reported is fixed in the latest version of
r-cran-tibble, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1039...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Tille <ti...@debian.org> (supplier of updated r-cran-tibble package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Thu, 06 Jul 2023 09:02:39 +0200
Source: r-cran-tibble
Architecture: source
Version: 3.2.1+dfsg-2
Distribution: unstable
Urgency: medium
Maintainer: Debian R Packages Maintainers <r-pkg-t...@alioth-lists.debian.net>
Changed-By: Andreas Tille <ti...@debian.org>
Closes: 1039884
Changes:
 r-cran-tibble (3.2.1+dfsg-2) unstable; urgency=medium
 .
   * Rebuild with r-graphics-engine set by r-base
     Closes: #1039884
Checksums-Sha1:
 395640f21498783f336b1c098b4bc9e1185847d7 2408 r-cran-tibble_3.2.1+dfsg-2.dsc
 5f3bce28fb5be409df04df560b7e5e1917000121 4132 
r-cran-tibble_3.2.1+dfsg-2.debian.tar.xz
 ad12852350ef897d76f04657dc62cf914c1e9776 11015 
r-cran-tibble_3.2.1+dfsg-2_amd64.buildinfo
Checksums-Sha256:
 2d8432abe1649a646834da2c1afaa7f629291dcddb096c80a8a54d1514c7d41b 2408 
r-cran-tibble_3.2.1+dfsg-2.dsc
 3f92f32fc8e32d3d53a6f70c85887fafac5b19e721efc2862aa94d1527fd0fbd 4132 
r-cran-tibble_3.2.1+dfsg-2.debian.tar.xz
 0dca46f308d12d40a6d8f37b258560f0d69c5f416fa1da1a5f6b58274d66f7e4 11015 
r-cran-tibble_3.2.1+dfsg-2_amd64.buildinfo
Files:
 181bc4a52b0473c4c52d88eeb9169337 2408 gnu-r optional 
r-cran-tibble_3.2.1+dfsg-2.dsc
 3d1d101914cdc2a509b46079743c22be 4132 gnu-r optional 
r-cran-tibble_3.2.1+dfsg-2.debian.tar.xz
 86eca3642add16f66004ed607fbdb961 11015 gnu-r optional 
r-cran-tibble_3.2.1+dfsg-2_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJFBAEBCAAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAmSmaI4RHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtGtbw//S6NWCo+R1Y/K8tiqywT2XE8pQsIbt7Ru
JFid1shN4VnSatVC0w/M9AtF7a51MWHHzpeXNlYOKSEMqcnbFlVz42kAS5OQOgyJ
284el6uEsz+u2EmAIOoH6c6BA6S6bt0GoDjglKbA82uypjw0U7F7P2m3wnfN0THN
4FP5fZeEQ4udni99MQFOS9Pb5nKUW75/wTVd9vop9pmnmbxaU075nFLY7NxNB9ui
rCB0SKOXA4GRxFoUIw27OvYNEpNYjhNUUrzA+M+SO7kFsgOj9sky/wA6jR93VkPt
K7UQj6cOWrj0p9V1uJBLUWMbE0gfL78ch6MPSVvr7iiAGMIMVVOkVTX/Kz5h4bzU
NqIxQ1YzS9dXhmG7cXocS39DcCt7BqQvjUJgw5KL2TawoQgrHLt8Pjc91QlFPGHw
Q82uqRGIamDWs0SYYXFSXF4v3ADX/q01YZNMrX5/AmyJqRk1RzznEo661mCGlWuh
1lf31silo0Josk9u4S3PS6PNkgA8Ciru/e9iY1hWoVFpOgDHixR6MU/a1VCDePt9
+t/lCkUc/Awlq7wcimPgkM4yLPOkePjKvp4cmMTAcuJt38kHfo09uPXUKDNZhdMX
D27reSU6iLhmZ+zuLaW1RD9mvH1nLIUd5oHc5ti0/RSWMYgKmFxU4iPTdVnY8zxX
EmiaECYty5w=
=MXmg
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to