--- /srv/rebuilderd/tmp/rebuilderdMXYewX/inputs/librust-microformats-dev_0.15.0-1_all.deb +++ /srv/rebuilderd/tmp/rebuilderdMXYewX/out/librust-microformats-dev_0.15.0-1_all.deb ├── file list │ @@ -1,3 +1,3 @@ │ -rw-r--r-- 0 0 0 4 2025-04-07 16:18:03.000000 debian-binary │ --rw-r--r-- 0 0 0 2316 2025-04-07 16:18:03.000000 control.tar.xz │ --rw-r--r-- 0 0 0 49184 2025-04-07 16:18:03.000000 data.tar.xz │ +-rw-r--r-- 0 0 0 2312 2025-04-07 16:18:03.000000 control.tar.xz │ +-rw-r--r-- 0 0 0 49188 2025-04-07 16:18:03.000000 data.tar.xz ├── control.tar.xz │ ├── control.tar │ │ ├── ./md5sums │ │ │ ├── ./md5sums │ │ │ │┄ Files differ ├── data.tar.xz │ ├── data.tar │ │ ├── ./usr/share/cargo/registry/microformats-0.15.0/src/parse/test/suite/generated/microformats_v2/h_adr.rs │ │ │┄ Ordering differences only │ │ │ @@ -4,25 +4,25 @@ │ │ │ │ │ │ #[test] │ │ │ fn simpleproperties() { │ │ │ check_fixture_for_parser("microformats-v2/h-adr/simpleproperties"); │ │ │ } │ │ │ │ │ │ #[test] │ │ │ -fn lettercase() { │ │ │ - check_fixture_for_parser("microformats-v2/h-adr/lettercase"); │ │ │ -} │ │ │ - │ │ │ -#[test] │ │ │ fn justaname() { │ │ │ check_fixture_for_parser("microformats-v2/h-adr/justaname"); │ │ │ } │ │ │ │ │ │ #[test] │ │ │ fn geourl() { │ │ │ check_fixture_for_parser("microformats-v2/h-adr/geourl"); │ │ │ } │ │ │ │ │ │ #[test] │ │ │ fn geo() { │ │ │ check_fixture_for_parser("microformats-v2/h-adr/geo"); │ │ │ +} │ │ │ + │ │ │ +#[test] │ │ │ +fn lettercase() { │ │ │ + check_fixture_for_parser("microformats-v2/h-adr/lettercase"); │ │ │ } │ │ ├── ./usr/share/cargo/registry/microformats-0.15.0/src/parse/test/suite/generated/microformats_v2/h_card.rs │ │ │┄ Ordering differences only │ │ │ @@ -1,78 +1,78 @@ │ │ │ // Tests for microformats-v2/h-card │ │ │ #![allow(non_snake_case, unused_imports)] │ │ │ use crate::parse::test::suite::check_fixture_for_parser; │ │ │ │ │ │ #[test] │ │ │ -fn relativeurlsempty() { │ │ │ - check_fixture_for_parser("microformats-v2/h-card/relativeurlsempty"); │ │ │ +fn hyperlinkedphoto() { │ │ │ + check_fixture_for_parser("microformats-v2/h-card/hyperlinkedphoto"); │ │ │ } │ │ │ │ │ │ #[test] │ │ │ -fn relativeurls() { │ │ │ - check_fixture_for_parser("microformats-v2/h-card/relativeurls"); │ │ │ +fn childimplied() { │ │ │ + check_fixture_for_parser("microformats-v2/h-card/childimplied"); │ │ │ } │ │ │ │ │ │ #[test] │ │ │ -fn p_property() { │ │ │ - check_fixture_for_parser("microformats-v2/h-card/p-property"); │ │ │ +fn impliedphoto() { │ │ │ + check_fixture_for_parser("microformats-v2/h-card/impliedphoto"); │ │ │ } │ │ │ │ │ │ #[test] │ │ │ -fn nested() { │ │ │ - check_fixture_for_parser("microformats-v2/h-card/nested"); │ │ │ +fn impliedurl() { │ │ │ + check_fixture_for_parser("microformats-v2/h-card/impliedurl"); │ │ │ } │ │ │ │ │ │ #[test] │ │ │ fn justaname() { │ │ │ check_fixture_for_parser("microformats-v2/h-card/justaname"); │ │ │ } │ │ │ │ │ │ #[test] │ │ │ -fn justahyperlink() { │ │ │ - check_fixture_for_parser("microformats-v2/h-card/justahyperlink"); │ │ │ -} │ │ │ - │ │ │ -#[test] │ │ │ -fn impliedurlempty() { │ │ │ - check_fixture_for_parser("microformats-v2/h-card/impliedurlempty"); │ │ │ +fn relativeurlsempty() { │ │ │ + check_fixture_for_parser("microformats-v2/h-card/relativeurlsempty"); │ │ │ } │ │ │ │ │ │ #[test] │ │ │ -fn impliedurl() { │ │ │ - check_fixture_for_parser("microformats-v2/h-card/impliedurl"); │ │ │ +fn impliedname() { │ │ │ + check_fixture_for_parser("microformats-v2/h-card/impliedname"); │ │ │ } │ │ │ │ │ │ #[test] │ │ │ -fn impliedphoto() { │ │ │ - check_fixture_for_parser("microformats-v2/h-card/impliedphoto"); │ │ │ +fn relativeurls() { │ │ │ + check_fixture_for_parser("microformats-v2/h-card/relativeurls"); │ │ │ } │ │ │ │ │ │ #[test] │ │ │ -fn impliedname() { │ │ │ - check_fixture_for_parser("microformats-v2/h-card/impliedname"); │ │ │ +fn nested() { │ │ │ + check_fixture_for_parser("microformats-v2/h-card/nested"); │ │ │ } │ │ │ │ │ │ #[test] │ │ │ -fn hyperlinkedphoto() { │ │ │ - check_fixture_for_parser("microformats-v2/h-card/hyperlinkedphoto"); │ │ │ +fn p_property() { │ │ │ + check_fixture_for_parser("microformats-v2/h-card/p-property"); │ │ │ } │ │ │ │ │ │ #[test] │ │ │ fn hcard() { │ │ │ check_fixture_for_parser("microformats-v2/h-card/hcard"); │ │ │ } │ │ │ │ │ │ #[test] │ │ │ fn extendeddescription() { │ │ │ check_fixture_for_parser("microformats-v2/h-card/extendeddescription"); │ │ │ } │ │ │ │ │ │ #[test] │ │ │ -fn childimplied() { │ │ │ - check_fixture_for_parser("microformats-v2/h-card/childimplied"); │ │ │ +fn impliedurlempty() { │ │ │ + check_fixture_for_parser("microformats-v2/h-card/impliedurlempty"); │ │ │ } │ │ │ │ │ │ #[test] │ │ │ fn baseurl() { │ │ │ check_fixture_for_parser("microformats-v2/h-card/baseurl"); │ │ │ +} │ │ │ + │ │ │ +#[test] │ │ │ +fn justahyperlink() { │ │ │ + check_fixture_for_parser("microformats-v2/h-card/justahyperlink"); │ │ │ } │ │ ├── ./usr/share/cargo/registry/microformats-0.15.0/src/parse/test/suite/generated/microformats_v2/h_entry.rs │ │ │┄ Ordering differences only │ │ │ @@ -1,38 +1,38 @@ │ │ │ // Tests for microformats-v2/h-entry │ │ │ #![allow(non_snake_case, unused_imports)] │ │ │ use crate::parse::test::suite::check_fixture_for_parser; │ │ │ │ │ │ #[test] │ │ │ -fn u_property() { │ │ │ - check_fixture_for_parser("microformats-v2/h-entry/u-property"); │ │ │ +fn justaname() { │ │ │ + check_fixture_for_parser("microformats-v2/h-entry/justaname"); │ │ │ } │ │ │ │ │ │ #[test] │ │ │ -fn summarycontent() { │ │ │ - check_fixture_for_parser("microformats-v2/h-entry/summarycontent"); │ │ │ +fn scriptstyletags() { │ │ │ + check_fixture_for_parser("microformats-v2/h-entry/scriptstyletags"); │ │ │ } │ │ │ │ │ │ #[test] │ │ │ -fn scriptstyletags() { │ │ │ - check_fixture_for_parser("microformats-v2/h-entry/scriptstyletags"); │ │ │ +fn impliedname() { │ │ │ + check_fixture_for_parser("microformats-v2/h-entry/impliedname"); │ │ │ } │ │ │ │ │ │ #[test] │ │ │ -fn justaname() { │ │ │ - check_fixture_for_parser("microformats-v2/h-entry/justaname"); │ │ │ +fn u_property() { │ │ │ + check_fixture_for_parser("microformats-v2/h-entry/u-property"); │ │ │ +} │ │ │ + │ │ │ +#[test] │ │ │ +fn summarycontent() { │ │ │ + check_fixture_for_parser("microformats-v2/h-entry/summarycontent"); │ │ │ } │ │ │ │ │ │ #[test] │ │ │ fn justahyperlink() { │ │ │ check_fixture_for_parser("microformats-v2/h-entry/justahyperlink"); │ │ │ } │ │ │ │ │ │ #[test] │ │ │ fn impliedvalue_nested() { │ │ │ check_fixture_for_parser("microformats-v2/h-entry/impliedvalue-nested"); │ │ │ -} │ │ │ - │ │ │ -#[test] │ │ │ -fn impliedname() { │ │ │ - check_fixture_for_parser("microformats-v2/h-entry/impliedname"); │ │ │ } │ │ ├── ./usr/share/cargo/registry/microformats-0.15.0/src/parse/test/suite/generated/microformats_v2/h_event.rs │ │ │┄ Ordering differences only │ │ │ @@ -1,43 +1,43 @@ │ │ │ // Tests for microformats-v2/h-event │ │ │ #![allow(non_snake_case, unused_imports)] │ │ │ use crate::parse::test::suite::check_fixture_for_parser; │ │ │ │ │ │ #[test] │ │ │ -fn time() { │ │ │ - check_fixture_for_parser("microformats-v2/h-event/time"); │ │ │ +fn ampm() { │ │ │ + check_fixture_for_parser("microformats-v2/h-event/ampm"); │ │ │ } │ │ │ │ │ │ #[test] │ │ │ -fn justaname() { │ │ │ - check_fixture_for_parser("microformats-v2/h-event/justaname"); │ │ │ +fn attendees() { │ │ │ + check_fixture_for_parser("microformats-v2/h-event/attendees"); │ │ │ } │ │ │ │ │ │ #[test] │ │ │ -fn justahyperlink() { │ │ │ - check_fixture_for_parser("microformats-v2/h-event/justahyperlink"); │ │ │ +fn justaname() { │ │ │ + check_fixture_for_parser("microformats-v2/h-event/justaname"); │ │ │ } │ │ │ │ │ │ #[test] │ │ │ fn dt_property() { │ │ │ check_fixture_for_parser("microformats-v2/h-event/dt-property"); │ │ │ } │ │ │ │ │ │ #[test] │ │ │ -fn concatenate() { │ │ │ - check_fixture_for_parser("microformats-v2/h-event/concatenate"); │ │ │ +fn combining() { │ │ │ + check_fixture_for_parser("microformats-v2/h-event/combining"); │ │ │ } │ │ │ │ │ │ #[test] │ │ │ -fn combining() { │ │ │ - check_fixture_for_parser("microformats-v2/h-event/combining"); │ │ │ +fn time() { │ │ │ + check_fixture_for_parser("microformats-v2/h-event/time"); │ │ │ } │ │ │ │ │ │ #[test] │ │ │ -fn attendees() { │ │ │ - check_fixture_for_parser("microformats-v2/h-event/attendees"); │ │ │ +fn concatenate() { │ │ │ + check_fixture_for_parser("microformats-v2/h-event/concatenate"); │ │ │ } │ │ │ │ │ │ #[test] │ │ │ -fn ampm() { │ │ │ - check_fixture_for_parser("microformats-v2/h-event/ampm"); │ │ │ +fn justahyperlink() { │ │ │ + check_fixture_for_parser("microformats-v2/h-event/justahyperlink"); │ │ │ } │ │ ├── ./usr/share/cargo/registry/microformats-0.15.0/src/parse/test/suite/generated/microformats_v2/h_geo.rs │ │ │┄ Ordering differences only │ │ │ @@ -1,33 +1,33 @@ │ │ │ // Tests for microformats-v2/h-geo │ │ │ #![allow(non_snake_case, unused_imports)] │ │ │ use crate::parse::test::suite::check_fixture_for_parser; │ │ │ │ │ │ #[test] │ │ │ -fn valuetitleclass() { │ │ │ - check_fixture_for_parser("microformats-v2/h-geo/valuetitleclass"); │ │ │ -} │ │ │ - │ │ │ -#[test] │ │ │ fn simpleproperties() { │ │ │ check_fixture_for_parser("microformats-v2/h-geo/simpleproperties"); │ │ │ } │ │ │ │ │ │ #[test] │ │ │ fn justaname() { │ │ │ check_fixture_for_parser("microformats-v2/h-geo/justaname"); │ │ │ } │ │ │ │ │ │ #[test] │ │ │ -fn hidden() { │ │ │ - check_fixture_for_parser("microformats-v2/h-geo/hidden"); │ │ │ +fn abbrpattern() { │ │ │ + check_fixture_for_parser("microformats-v2/h-geo/abbrpattern"); │ │ │ } │ │ │ │ │ │ #[test] │ │ │ fn altitude() { │ │ │ check_fixture_for_parser("microformats-v2/h-geo/altitude"); │ │ │ } │ │ │ │ │ │ #[test] │ │ │ -fn abbrpattern() { │ │ │ - check_fixture_for_parser("microformats-v2/h-geo/abbrpattern"); │ │ │ +fn hidden() { │ │ │ + check_fixture_for_parser("microformats-v2/h-geo/hidden"); │ │ │ +} │ │ │ + │ │ │ +#[test] │ │ │ +fn valuetitleclass() { │ │ │ + check_fixture_for_parser("microformats-v2/h-geo/valuetitleclass"); │ │ │ } │ │ ├── ./usr/share/cargo/registry/microformats-0.15.0/src/parse/test/suite/generated/microformats_v2/h_product.rs │ │ │┄ Ordering differences only │ │ │ @@ -9,15 +9,15 @@ │ │ │ │ │ │ #[test] │ │ │ fn justaname() { │ │ │ check_fixture_for_parser("microformats-v2/h-product/justaname"); │ │ │ } │ │ │ │ │ │ #[test] │ │ │ -fn justahyperlink() { │ │ │ - check_fixture_for_parser("microformats-v2/h-product/justahyperlink"); │ │ │ +fn aggregate() { │ │ │ + check_fixture_for_parser("microformats-v2/h-product/aggregate"); │ │ │ } │ │ │ │ │ │ #[test] │ │ │ -fn aggregate() { │ │ │ - check_fixture_for_parser("microformats-v2/h-product/aggregate"); │ │ │ +fn justahyperlink() { │ │ │ + check_fixture_for_parser("microformats-v2/h-product/justahyperlink"); │ │ │ } │ │ ├── ./usr/share/cargo/registry/microformats-0.15.0/src/parse/test/suite/generated/microformats_v2/h_resume.rs │ │ │┄ Ordering differences only │ │ │ @@ -4,29 +4,29 @@ │ │ │ │ │ │ #[test] │ │ │ fn work() { │ │ │ check_fixture_for_parser("microformats-v2/h-resume/work"); │ │ │ } │ │ │ │ │ │ #[test] │ │ │ -fn skill() { │ │ │ - check_fixture_for_parser("microformats-v2/h-resume/skill"); │ │ │ -} │ │ │ - │ │ │ -#[test] │ │ │ fn justaname() { │ │ │ check_fixture_for_parser("microformats-v2/h-resume/justaname"); │ │ │ } │ │ │ │ │ │ #[test] │ │ │ fn education() { │ │ │ check_fixture_for_parser("microformats-v2/h-resume/education"); │ │ │ } │ │ │ │ │ │ #[test] │ │ │ +fn skill() { │ │ │ + check_fixture_for_parser("microformats-v2/h-resume/skill"); │ │ │ +} │ │ │ + │ │ │ +#[test] │ │ │ fn contact() { │ │ │ check_fixture_for_parser("microformats-v2/h-resume/contact"); │ │ │ } │ │ │ │ │ │ #[test] │ │ │ fn affiliation() { │ │ │ check_fixture_for_parser("microformats-v2/h-resume/affiliation"); │ │ ├── ./usr/share/cargo/registry/microformats-0.15.0/src/parse/test/suite/generated/microformats_v2/h_review.rs │ │ │┄ Ordering differences only │ │ │ @@ -1,33 +1,33 @@ │ │ │ // Tests for microformats-v2/h-review │ │ │ #![allow(non_snake_case, unused_imports)] │ │ │ use crate::parse::test::suite::check_fixture_for_parser; │ │ │ │ │ │ #[test] │ │ │ -fn vcard() { │ │ │ - check_fixture_for_parser("microformats-v2/h-review/vcard"); │ │ │ +fn item() { │ │ │ + check_fixture_for_parser("microformats-v2/h-review/item"); │ │ │ } │ │ │ │ │ │ #[test] │ │ │ -fn photo() { │ │ │ - check_fixture_for_parser("microformats-v2/h-review/photo"); │ │ │ +fn implieditem() { │ │ │ + check_fixture_for_parser("microformats-v2/h-review/implieditem"); │ │ │ } │ │ │ │ │ │ #[test] │ │ │ -fn justaname() { │ │ │ - check_fixture_for_parser("microformats-v2/h-review/justaname"); │ │ │ +fn vcard() { │ │ │ + check_fixture_for_parser("microformats-v2/h-review/vcard"); │ │ │ } │ │ │ │ │ │ #[test] │ │ │ -fn item() { │ │ │ - check_fixture_for_parser("microformats-v2/h-review/item"); │ │ │ +fn photo() { │ │ │ + check_fixture_for_parser("microformats-v2/h-review/photo"); │ │ │ } │ │ │ │ │ │ #[test] │ │ │ -fn implieditem() { │ │ │ - check_fixture_for_parser("microformats-v2/h-review/implieditem"); │ │ │ +fn justaname() { │ │ │ + check_fixture_for_parser("microformats-v2/h-review/justaname"); │ │ │ } │ │ │ │ │ │ #[test] │ │ │ fn hyperlink() { │ │ │ check_fixture_for_parser("microformats-v2/h-review/hyperlink"); │ │ │ } │ │ ├── ./usr/share/cargo/registry/microformats-0.15.0/src/parse/test/suite/generated/microformats_v2/h_review_aggregate.rs │ │ │┄ Ordering differences only │ │ │ @@ -4,15 +4,15 @@ │ │ │ │ │ │ #[test] │ │ │ fn simpleproperties() { │ │ │ check_fixture_for_parser("microformats-v2/h-review-aggregate/simpleproperties"); │ │ │ } │ │ │ │ │ │ #[test] │ │ │ -fn justahyperlink() { │ │ │ - check_fixture_for_parser("microformats-v2/h-review-aggregate/justahyperlink"); │ │ │ +fn hevent() { │ │ │ + check_fixture_for_parser("microformats-v2/h-review-aggregate/hevent"); │ │ │ } │ │ │ │ │ │ #[test] │ │ │ -fn hevent() { │ │ │ - check_fixture_for_parser("microformats-v2/h-review-aggregate/hevent"); │ │ │ +fn justahyperlink() { │ │ │ + check_fixture_for_parser("microformats-v2/h-review-aggregate/justahyperlink"); │ │ │ } │ │ ├── ./usr/share/cargo/registry/microformats-0.15.0/src/parse/test/suite/generated/microformats_v2/rel.rs │ │ │┄ Ordering differences only │ │ │ @@ -1,38 +1,38 @@ │ │ │ // Tests for microformats-v2/rel │ │ │ #![allow(non_snake_case, unused_imports)] │ │ │ use crate::parse::test::suite::check_fixture_for_parser; │ │ │ │ │ │ #[test] │ │ │ -fn xfn_elsewhere() { │ │ │ - check_fixture_for_parser("microformats-v2/rel/xfn-elsewhere"); │ │ │ +fn nofollow() { │ │ │ + check_fixture_for_parser("microformats-v2/rel/nofollow"); │ │ │ } │ │ │ │ │ │ #[test] │ │ │ fn xfn_all() { │ │ │ check_fixture_for_parser("microformats-v2/rel/xfn-all"); │ │ │ } │ │ │ │ │ │ #[test] │ │ │ -fn varying_text_duplicate_rels() { │ │ │ - check_fixture_for_parser("microformats-v2/rel/varying-text-duplicate-rels"); │ │ │ -} │ │ │ - │ │ │ -#[test] │ │ │ -fn rel_urls() { │ │ │ - check_fixture_for_parser("microformats-v2/rel/rel-urls"); │ │ │ +fn xfn_elsewhere() { │ │ │ + check_fixture_for_parser("microformats-v2/rel/xfn-elsewhere"); │ │ │ } │ │ │ │ │ │ #[test] │ │ │ -fn nofollow() { │ │ │ - check_fixture_for_parser("microformats-v2/rel/nofollow"); │ │ │ +fn varying_text_duplicate_rels() { │ │ │ + check_fixture_for_parser("microformats-v2/rel/varying-text-duplicate-rels"); │ │ │ } │ │ │ │ │ │ #[test] │ │ │ fn license() { │ │ │ check_fixture_for_parser("microformats-v2/rel/license"); │ │ │ } │ │ │ │ │ │ #[test] │ │ │ fn duplicate_rels() { │ │ │ check_fixture_for_parser("microformats-v2/rel/duplicate-rels"); │ │ │ +} │ │ │ + │ │ │ +#[test] │ │ │ +fn rel_urls() { │ │ │ + check_fixture_for_parser("microformats-v2/rel/rel-urls"); │ │ │ }