Your message dated Sun, 23 Feb 2020 14:52:38 +0000
with message-id <[email protected]>
and subject line Bug#952034: fixed in ruby-jekyll-sitemap 1.4.0-2
has caused the Debian Bug report #952034,
regarding ruby-jekyll-sitemap: FTBFS: ERROR: Test "ruby2.5" failed: 
NoMethodError:
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.)


-- 
952034: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=952034
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: ruby-jekyll-sitemap
Version: 1.4.0-1
Severity: serious
Justification: FTBFS on amd64
Tags: buster sid
Usertags: ftbfs-20200222 ftbfs-buster

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
>       NoMethodError:
>         undefined method `expect' for 
> #<RSpec::ExampleGroups::JekyllJekyllSitemap::Collections:0x00005556d8ecfb88>
>         Did you mean?  exec
>       # ./spec/jekyll-sitemap_spec.rb:56:in `block (3 levels) in <top 
> (required)>'
> 
> Finished in 1.53 seconds (files took 0.36077 seconds to load)
> 39 examples, 39 failures
> 
> Failed examples:
> 
> rspec ./spec/jekyll-sitemap_spec.rb:48 # Jekyll::JekyllSitemap puts all the 
> posts in the sitemap.xml file
> rspec ./spec/jekyll-sitemap_spec.rb:34 # Jekyll::JekyllSitemap doesn't have 
> multiple new lines or trailing whitespace
> rspec ./spec/jekyll-sitemap_spec.rb:44 # Jekyll::JekyllSitemap only strips 
> 'index.html' from end of permalink
> rspec ./spec/jekyll-sitemap_spec.rb:39 # Jekyll::JekyllSitemap puts all the 
> pages in the sitemap.xml file
> rspec ./spec/jekyll-sitemap_spec.rb:95 # Jekyll::JekyllSitemap does include 
> assets or any static files with .xhtml and .htm extensions
> rspec ./spec/jekyll-sitemap_spec.rb:82 # Jekyll::JekyllSitemap puts all the 
> static HTML files in the sitemap.xml file
> rspec ./spec/jekyll-sitemap_spec.rb:26 # Jekyll::JekyllSitemap has no layout
> rspec ./spec/jekyll-sitemap_spec.rb:86 # Jekyll::JekyllSitemap does not 
> include assets or any static files that aren't .html
> rspec ./spec/jekyll-sitemap_spec.rb:118 # Jekyll::JekyllSitemap does not 
> include posts that have set 'sitemap: false'
> rspec ./spec/jekyll-sitemap_spec.rb:113 # Jekyll::JekyllSitemap does not 
> include any static files that have set 'sitemap: false'
> rspec ./spec/jekyll-sitemap_spec.rb:109 # Jekyll::JekyllSitemap does not 
> include any static files that have set 'sitemap: false'
> rspec ./spec/jekyll-sitemap_spec.rb:30 # Jekyll::JekyllSitemap creates a 
> sitemap.xml file
> rspec ./spec/jekyll-sitemap_spec.rb:122 # Jekyll::JekyllSitemap does not 
> include pages that have set 'sitemap: false'
> rspec ./spec/jekyll-sitemap_spec.rb:130 # Jekyll::JekyllSitemap correctly 
> formats timestamps of static files
> rspec ./spec/jekyll-sitemap_spec.rb:91 # Jekyll::JekyllSitemap converts 
> static index.html files to permalink version
> rspec ./spec/jekyll-sitemap_spec.rb:76 # Jekyll::JekyllSitemap generates the 
> correct date for each of the posts
> rspec ./spec/jekyll-sitemap_spec.rb:134 # Jekyll::JekyllSitemap includes the 
> correct number of items
> rspec ./spec/jekyll-sitemap_spec.rb:100 # Jekyll::JekyllSitemap does include 
> assets or any static files with .pdf extension
> rspec ./spec/jekyll-sitemap_spec.rb:126 # Jekyll::JekyllSitemap does not 
> include the 404 page
> rspec ./spec/jekyll-sitemap_spec.rb:104 # Jekyll::JekyllSitemap does not 
> include any static files named 404.html
> rspec ./spec/jekyll-sitemap_spec.rb:167 # Jekyll::JekyllSitemap with a 
> baseurl adds baseurl to robots.txt
> rspec ./spec/jekyll-sitemap_spec.rb:161 # Jekyll::JekyllSitemap with a 
> baseurl correctly adds the baseurl to the posts
> rspec ./spec/jekyll-sitemap_spec.rb:148 # Jekyll::JekyllSitemap with a 
> baseurl correctly adds the baseurl to the static files
> rspec ./spec/jekyll-sitemap_spec.rb:156 # Jekyll::JekyllSitemap with a 
> baseurl correctly adds the baseurl to the pages
> rspec ./spec/jekyll-sitemap_spec.rb:152 # Jekyll::JekyllSitemap with a 
> baseurl correctly adds the baseurl to the collections
> rspec ./spec/jekyll-sitemap_spec.rb:187 # Jekyll::JekyllSitemap with urls 
> that needs URI encoding does not double-escape urls
> rspec ./spec/jekyll-sitemap_spec.rb:178 # Jekyll::JekyllSitemap with urls 
> that needs URI encoding performs URI encoding of site url
> rspec ./spec/jekyll-sitemap_spec.rb:202 # Jekyll::JekyllSitemap with urls 
> that needs URI encoding readme renders liquid
> rspec ./spec/jekyll-sitemap_spec.rb:194 # Jekyll::JekyllSitemap with urls 
> that needs URI encoding readme has no layout
> rspec ./spec/jekyll-sitemap_spec.rb:198 # Jekyll::JekyllSitemap with urls 
> that needs URI encoding readme creates a robots.txt file
> rspec ./spec/jekyll-sitemap_spec.rb:243 # Jekyll::JekyllSitemap with 
> user-defined robots.txt as a page at root doesn't override the robots file
> rspec ./spec/jekyll-sitemap_spec.rb:251 # Jekyll::JekyllSitemap with 
> user-defined robots.txt as a page with permalink in a subdir doesn't override 
> the robots file
> rspec ./spec/jekyll-sitemap_spec.rb:227 # Jekyll::JekyllSitemap with 
> user-defined robots.txt as a static-file at source-root doesn't override the 
> robots file
> rspec ./spec/jekyll-sitemap_spec.rb:235 # Jekyll::JekyllSitemap with 
> user-defined robots.txt as a static-file in a subdir generates a valid 
> robot.txt
> rspec ./spec/jekyll-sitemap_spec.rb:67 # Jekyll::JekyllSitemap collections 
> doesn't remove filename for non-directory custom permalinks
> rspec ./spec/jekyll-sitemap_spec.rb:63 # Jekyll::JekyllSitemap collections 
> remove 'index.html' for directory custom permalinks
> rspec ./spec/jekyll-sitemap_spec.rb:71 # Jekyll::JekyllSitemap collections 
> performs URI encoding of site paths
> rspec ./spec/jekyll-sitemap_spec.rb:59 # Jekyll::JekyllSitemap collections 
> doesn't put all the `output:false` into sitemap.xml
> rspec ./spec/jekyll-sitemap_spec.rb:55 # Jekyll::JekyllSitemap collections 
> puts all the `output:true` into sitemap.xml
> 
> Randomized with seed 26523
> 
> /usr/bin/ruby2.5 
> -I/usr/share/rubygems-integration/all/gems/rspec-support-3.9.2/lib:/usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/lib
>  /usr/share/rubygems-integration/all/gems/rspec-core-3.9.1/exe/rspec 
> --pattern spec/\*\*\{,/\*/\*\*\}/\*_spec.rb failed
> ERROR: Test "ruby2.5" failed: 

The full build log is available from:
   http://qa-logs.debian.net/2020/02/22/ruby-jekyll-sitemap_1.4.0-1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Source: ruby-jekyll-sitemap
Source-Version: 1.4.0-2
Done: Daniel Leidert <[email protected]>

We believe that the bug you reported is fixed in the latest version of
ruby-jekyll-sitemap, 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.
Daniel Leidert <[email protected]> (supplier of updated ruby-jekyll-sitemap 
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: SHA512

Format: 1.8
Date: Sun, 23 Feb 2020 14:37:56 +0100
Source: ruby-jekyll-sitemap
Architecture: source
Version: 1.4.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Extras Maintainers 
<[email protected]>
Changed-By: Daniel Leidert <[email protected]>
Closes: 952034
Changes:
 ruby-jekyll-sitemap (1.4.0-2) unstable; urgency=medium
 .
   * d/compat: Remove obsolete file.
   * d/control: Add Rules-Requires-Root field.
     (Build-Depends): Use debhelper-compat version 12. Remove unrelevant
     version information. Depend on ruby-rspec to fix FTBFS (closes: #952034).
     (Standards-Version): Bump to 4.5.0.
     (Depends): Use ${ruby:Versions} and remove interpreter and libraries.
   * d/ruby-tests.rake: Make it a file instead of a symlink and run tests.
Checksums-Sha1:
 0228e54fff9a342f4ab9e0de033f588ab273b2fa 2189 ruby-jekyll-sitemap_1.4.0-2.dsc
 55731c6163521bc68d7f8ffe4e5da80fb3137df2 3096 
ruby-jekyll-sitemap_1.4.0-2.debian.tar.xz
 3a311272ea343d684b090609b36c202be0443146 11509 
ruby-jekyll-sitemap_1.4.0-2_amd64.buildinfo
Checksums-Sha256:
 b42bcb7a82928cb86a318d8c7c64a75667dc0d93cd345223b8cf4d4b736e3d30 2189 
ruby-jekyll-sitemap_1.4.0-2.dsc
 1409d8cfd7c29547e09616c0ef92b2694bb615dff4d6b149d31e125ef5d05f71 3096 
ruby-jekyll-sitemap_1.4.0-2.debian.tar.xz
 b5b58f6c554a272150900a8c72c490cfd153752585fc44c58069375bf41fc9fd 11509 
ruby-jekyll-sitemap_1.4.0-2_amd64.buildinfo
Files:
 5dc5df857e80cba0a9f7993fbd96dd6e 2189 ruby optional 
ruby-jekyll-sitemap_1.4.0-2.dsc
 53af2831d52fc432cd20010c6cb9aa13 3096 ruby optional 
ruby-jekyll-sitemap_1.4.0-2.debian.tar.xz
 3baf1a8dd437c947248715978ed95c92 11509 ruby optional 
ruby-jekyll-sitemap_1.4.0-2_amd64.buildinfo

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

iQIzBAEBCgAdFiEEvu1N7VVEpMA+KD3HS80FZ8KW0F0FAl5ShUQACgkQS80FZ8KW
0F3Bpg/9HrxEm6KotNpNKFV4Wka1hqWbs1Uk5Vrf61JkzxLaI6CWPPfUBFUVFWYF
fbutNlBjN0V+FQWsB15r4ad1TAMEuiS0zvlU2navbugpxTci/asHK8SHYiuOkgwc
Is8x0Z3JnPvjD6+P6o7qShCl6ow3aN/Fy2KHgkBXBWjGWW2cRgABaFvbJ+ONlamV
NQqhG36YuysuhciSy3pgRVwECenPiVnxoQGxvvgXlm3mqVjsFWZAcVh+hKVt60Ay
5Tjw+msZ1tyhrdANk/SFj2fsmRzr50g+jj5h7MXNTFnqev4ayImsE5jhBozF6/yN
493TjVHHNudeMJfM00OY+x2XOHPqRlSMx852yh5mxNR+4Dj1YGdpEZhMEk9fQOeZ
LWl5GaiMEwRR/aZwmXDAaFCTFl5ch8HXXBBjTpfpYW3cAfcpeJZEkk+9CEm1AIlD
J/L/kayHpCY8EsTm69RhfRUG4z04EVb5uD3G0Cm+GvO2E5mUqj0YYP2pgFDEwe23
z/oilx0KShlo8Fa+OCu0WaD+SU7CIUlTeEVAoFJhIb9pC7CnM/H4BPsBRA/ULVnP
rGwDsO8dIvIIS5IYOnZw/zyG2NhvuA08+4a6o6UJFxVtKrTsTYaxz684kd1jO4yB
A3+v0k+d2sF4ZFTfK6htG23Ld5FX1yzq2rVSuw+37vhQcGt5I2c=
=g9tY
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to