Your message dated Tue, 15 Apr 2025 17:44:13 +0000
with message-id <[email protected]>
and subject line Bug#1102688: Removed package(s) from unstable
has caused the Debian Bug report #1033629,
regarding ruby-devise: workaround to pass riscv64 autopkgtest
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.)


-- 
1033629: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1033629
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: ruby-devise
Version: 4.8.1-1
Severity: wishlist
Tags: patch
X-Debbugs-Cc: [email protected]

Dear Maintainer,

The ruby-devise has a tmpfail issue when it rm of autopkgtest tested
after finishing debci test on riscv64:

```
autopkgtest [18:09:56]: test smoke-test: -----------------------]
smoke-test           PASS
autopkgtest [18:09:57]: test smoke-test:  - - - - - - - - - - results
- - - - - - - - - -
autopkgtest [18:10:15]: ERROR: "rm -rf
/tmp/autopkgtest-lxc.g1pgc3ei/downtmp/smoke-test-artifacts
/tmp/autopkgtest-lxc.g1pgc3ei/downtmp/autopkgtest_tmp" failed with
stderr "rm: cannot remove
'/tmp/autopkgtest-lxc.g1pgc3ei/downtmp/autopkgtest_tmp/myapp/tmp/cache/bootsnap/compile-cache-iseq':
Directory not empty
```

With help of Paul, the workaround is to postpone the deletion of testbed
on riscv64[0].

I have tested it on real riscv64 machine and amd64.

Please let me know if there is any issues.

[0]: https://lists.debian.org/debian-ci/2023/03/msg00004.html



-- 
Regards,
--
  Bo YU

diff -Nru ruby-devise-4.8.1/debian/changelog ruby-devise-4.8.1/debian/changelog
--- ruby-devise-4.8.1/debian/changelog  2022-10-09 00:21:10.000000000 +0800
+++ ruby-devise-4.8.1/debian/changelog  2023-03-28 21:25:14.000000000 +0800
@@ -1,3 +1,10 @@
+ruby-devise (4.8.1-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Workaround to pass autopkgtest on riscv64 debci
+
+ -- Bo YU <[email protected]>  Tue, 28 Mar 2023 21:25:14 +0800
+
 ruby-devise (4.8.1-1) unstable; urgency=medium
 
   [ Debian Janitor ]
diff -Nru ruby-devise-4.8.1/debian/tests/smoke-test 
ruby-devise-4.8.1/debian/tests/smoke-test
--- ruby-devise-4.8.1/debian/tests/smoke-test   2022-10-09 00:13:10.000000000 
+0800
+++ ruby-devise-4.8.1/debian/tests/smoke-test   2023-03-28 21:25:14.000000000 
+0800
@@ -32,3 +32,9 @@
 
 test -f config/initializers/devise.rb
 test -f config/locales/devise.en.yml
+
+ARCH=$(dpkg --print-architecture)
+if test "$ARCH" = "riscv64" 
+then
+       sleep 5
+fi

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message ---
Version: 4.9.3-1+rm

Dear submitter,

as the package ruby-devise has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/1102688

The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].

Debian distribution maintenance software
pp.
Thorsten Alteholz (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to