Your message dated Thu, 06 Jul 2023 08:39:41 +0000
with message-id <[email protected]>
and subject line Bug#1039881: fixed in r-cran-rsample 1.1.1+dfsg-2
has caused the Debian Bug report #1039881,
regarding r-cran-rsample: 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 [email protected]
immediately.)


-- 
1039881: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1039881
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: r-cran-rsample
Version: 1.1.1+dfsg-1
Severity: serious
Tags: sid trixie
Justification: autopkgtest failure

Dear Maintainer,

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

 64s [ FAIL 2 | WARN 0 | SKIP 41 | PASS 2818 ]
 64s 
 64s ══ Skipped tests (41) 
══════════════════════════════════════════════════════════
 64s • On CRAN (41): 'test-boot.R:121:3', 'test-boot.R:147:3', 
'test-boot.R:158:3',
 64s   'test-bootci.R:18:3', 'test-bootci.R:137:3', 'test-bootci.R:236:3',
 64s   'test-clustering.R:41:3', 'test-clustering.R:52:3',
 64s   'test-compat-vctrs.R:125:5', 'test-compat-vctrs.R:134:5',
 64s   'test-initial.R:35:3', 'test-initial.R:110:3', 'test-labels.R:19:3',
 64s   'test-loo.R:25:3', 'test-make_groups.R:41:5', 'test-mc.R:81:3',
 64s   'test-mc.R:99:3', 'test-mc.R:145:3', 'test-mc.R:214:3', 
'test-mc.R:218:3',
 64s   'test-misc.R:17:3', 'test-misc.R:129:5', 'test-misc.R:154:3',
 64s   'test-nesting.R:42:3', 'test-nesting.R:81:3', 'test-permutations.R:33:3',
 64s   'test-permutations.R:44:3', 'test-rsplit.R:37:3', 'test-rsplit.R:52:3',
 64s   'test-strata.R:37:3', 'test-validation.R:58:3', 
'test-validation.R:109:3',
 64s   'test-validation.R:207:3', 'test-vfold.R:72:3', 'test-vfold.R:81:3',
 64s   'test-vfold.R:91:3', 'test-vfold.R:113:3', 'test-vfold.R:206:3',
 64s   'test-vfold.R:249:3', 'test-vfold.R:349:3', 'test-vfold.R:353:3'
 64s 
 64s ══ Failed tests 
════════════════════════════════════════════════════════════════
 65s ── Error ('test-compat-dplyr.R:357:5'): right_join() restores to the type 
of first input ──
 65s Error in `vectbl_assign(x[[j]], i, recycled_value[[j]])`: DLL requires the 
use of native symbols
 65s Backtrace:
 65s      ▆
 65s   1. ├─rsample:::expect_s3_class_bare_tibble(right_join(y, x, by = "id")) 
at test-compat-dplyr.R:357:4
 65s   2. │ └─testthat::expect_s3_class(...) at 
autopkgtest_tmp/testthat/helpers-rsample.R:11:2
 65s   3. │   └─testthat::quasi_label(enquo(object), arg = "object")
 65s   4. │     └─rlang::eval_bare(expr, quo_get_env(quo))
 65s   5. ├─dplyr::right_join(y, x, by = "id")
 65s   6. └─dplyr:::right_join.data.frame(y, x, by = "id")
 65s   7.   └─dplyr:::join_mutate(...)
 65s   8.     ├─base::`[<-`(`*tmp*`, new_rows, names(y_key), value = 
`<tibble[,1]>`)
 65s   9.     └─tibble:::`[<-.tbl_df`(`*tmp*`, new_rows, names(y_key), value = 
`<tibble[,1]>`)
 65s  10.       └─tibble:::tbl_subassign(x, i, j, value, i_arg, j_arg, 
substitute(value))
 65s  11.         └─tibble:::tbl_subassign_row(xj, i, value, i_arg, value_arg)
 65s  12.           ├─base::withCallingHandlers(...)
 65s  13.           └─tibble:::vectbl_assign(x[[j]], i, recycled_value[[j]])
 65s ── Error ('test-compat-dplyr.R:373:5'): full_join() can lose rset class if 
rows are added ──
 65s Error in `vectbl_assign(x[[j]], i, recycled_value[[j]])`: DLL requires the 
use of native symbols
 65s Backtrace:
 65s      ▆
 65s   1. ├─rsample:::expect_s3_class_bare_tibble(full_join(x, y, by = "id")) 
at test-compat-dplyr.R:373:4
 65s   2. │ └─testthat::expect_s3_class(...) at 
autopkgtest_tmp/testthat/helpers-rsample.R:11:2
 65s   3. │   └─testthat::quasi_label(enquo(object), arg = "object")
 65s   4. │     └─rlang::eval_bare(expr, quo_get_env(quo))
 65s   5. ├─dplyr::full_join(x, y, by = "id")
 65s   6. └─dplyr:::full_join.data.frame(x, y, by = "id")
 65s   7.   └─dplyr:::join_mutate(...)
 65s   8.     ├─base::`[<-`(`*tmp*`, new_rows, names(y_key), value = 
`<tibble[,1]>`)
 65s   9.     └─tibble:::`[<-.tbl_df`(`*tmp*`, new_rows, names(y_key), value = 
`<tibble[,1]>`)
 65s  10.       └─tibble:::tbl_subassign(x, i, j, value, i_arg, j_arg, 
substitute(value))
 65s  11.         └─tibble:::tbl_subassign_row(xj, i, value, i_arg, value_arg)
 65s  12.           ├─base::withCallingHandlers(...)
 65s  13.           └─tibble:::vectbl_assign(x[[j]], i, recycled_value[[j]])
 65s 
 65s [ FAIL 2 | WARN 0 | SKIP 41 | PASS 2818 ]

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

--- End Message ---
--- Begin Message ---
Source: r-cran-rsample
Source-Version: 1.1.1+dfsg-2
Done: Andreas Tille <[email protected]>

We believe that the bug you reported is fixed in the latest version of
r-cran-rsample, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Tille <[email protected]> (supplier of updated r-cran-rsample 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 [email protected])


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

Format: 1.8
Date: Thu, 06 Jul 2023 09:58:45 +0200
Source: r-cran-rsample
Architecture: source
Version: 1.1.1+dfsg-2
Distribution: unstable
Urgency: medium
Maintainer: Debian R Packages Maintainers <[email protected]>
Changed-By: Andreas Tille <[email protected]>
Closes: 1039881
Changes:
 r-cran-rsample (1.1.1+dfsg-2) unstable; urgency=medium
 .
   * Rebuild with r-graphics-engine set by r-base
     Closes: #1039881
Checksums-Sha1:
 940dfcb9579636f9fe34410b6151d39062cdb032 2407 r-cran-rsample_1.1.1+dfsg-2.dsc
 a29915110eb857fb87f24d383df49b04ea5a532c 2952 
r-cran-rsample_1.1.1+dfsg-2.debian.tar.xz
 5d59a3108a48396896551fc5367b456d940fe811 11294 
r-cran-rsample_1.1.1+dfsg-2_amd64.buildinfo
Checksums-Sha256:
 bcc4e5154063ff38d630752d1c457e70a324b66a38bd40018fee806c761bf9e8 2407 
r-cran-rsample_1.1.1+dfsg-2.dsc
 6daa4df79b96e0d07b8cebc40864a3472cb98d686ae845b43b75fae057294eb6 2952 
r-cran-rsample_1.1.1+dfsg-2.debian.tar.xz
 59b00b13f78a0f2b540a0cf533cc381149ce3f7de200b970f8f642a1f3e7e006 11294 
r-cran-rsample_1.1.1+dfsg-2_amd64.buildinfo
Files:
 4a60bc9221eabb5664645c2f3b17313c 2407 gnu-r optional 
r-cran-rsample_1.1.1+dfsg-2.dsc
 49f7143e22b789ce243fdd58c9795d1c 2952 gnu-r optional 
r-cran-rsample_1.1.1+dfsg-2.debian.tar.xz
 1ceb9f95b0d68d2b145f43e083e8cb59 11294 gnu-r optional 
r-cran-rsample_1.1.1+dfsg-2_amd64.buildinfo

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

iQJFBAEBCAAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAmSmdNYRHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtGj1g/8DWu2TjjMzDGWmO9bqhsonXZZbDjRWE2y
TkkBDXLun3++rdlgUbOcHIQsI2OMDvaSGCIfiw82xJbl9t+2QTf/7GFErRv8ASGx
ec7OKl1+FB9mq2fiMqriJffjaOlOWCkNTbhSqrxR0W0Gl7wLbIrc+m6xVqaZftvz
LNZtGbA4c6LedQyhqTp9h7BYkghc6//14A63nJXCCxDdctSTK6c4BhG9sOKzq/vY
TldDeUBTPbm4Oroc/ECVlhWKvIFX+PljqUf4Nx+x9JSMwJ6iYtvDyuYlCYhIdGcl
/yGK3G3ENs73u52kT/8Qt+9NjgWaPv+d84WeCVZ1yKO57gCdz2jPiN7KbsJHiLUr
xonGPRWGlxm3Dnhngh8b9IS7aBk5OVhbRitvGjyk6BMKyCLM2GDDVENZSVYbov+k
AFSdfk9zkK1m2LhLMAFMR2jkyQNRo8PDwh/ZeIavOWvXfDlLQt9yHjcyhBeIuUg4
NU0+64ezlegzXHt7vXx5gQZq64upXDj6KnMFJNg+mrVHqBU1qM23J+O9Qc9On6Z0
bZO1twO24PBgwGlallSd9TYyZpmP7AhmkcSCREHrKJlI3zHFcnvp+mJS0nYYOs/l
DkNDcYw1JHgwF8eBBN2oHi4jhT6gPktue7yHyWmzi/ks6cFkVxBqe6MDAKpNMMQo
xzmeAUp12Tk=
=LfcS
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to