{"diffoscope-json-version": 1, "source1": "/srv/reproducible-results/rbuild-debian/r-b-build.TlfcasCF/b1/rust-microformats_0.14.0-1_amd64.changes", "source2": "/srv/reproducible-results/rbuild-debian/r-b-build.TlfcasCF/b2/rust-microformats_0.14.0-1_amd64.changes", "unified_diff": null, "details": [{"source1": "Files", "source2": "Files", "unified_diff": "@@ -1,2 +1,2 @@\n \n- f815d113e70c558a2579c08d5694d415 36148 rust optional librust-microformats-dev_0.14.0-1_all.deb\n+ 4faaed34d3d0d7d345b838c2f473fa71 36160 rust optional librust-microformats-dev_0.14.0-1_all.deb\n"}, {"source1": "librust-microformats-dev_0.14.0-1_all.deb", "source2": "librust-microformats-dev_0.14.0-1_all.deb", "unified_diff": null, "details": [{"source1": "file list", "source2": "file list", "unified_diff": "@@ -1,3 +1,3 @@\n -rw-r--r-- 0 0 0 4 2024-10-15 10:21:56.000000 debian-binary\n--rw-r--r-- 0 0 0 2008 2024-10-15 10:21:56.000000 control.tar.xz\n--rw-r--r-- 0 0 0 33948 2024-10-15 10:21:56.000000 data.tar.xz\n+-rw-r--r-- 0 0 0 2004 2024-10-15 10:21:56.000000 control.tar.xz\n+-rw-r--r-- 0 0 0 33964 2024-10-15 10:21:56.000000 data.tar.xz\n"}, {"source1": "control.tar.xz", "source2": "control.tar.xz", "unified_diff": null, "details": [{"source1": "control.tar", "source2": "control.tar", "unified_diff": null, "details": [{"source1": "./md5sums", "source2": "./md5sums", "unified_diff": null, "details": [{"source1": "./md5sums", "source2": "./md5sums", "comments": ["Files differ"], "unified_diff": null}]}]}]}, {"source1": "data.tar.xz", "source2": "data.tar.xz", "unified_diff": null, "details": [{"source1": "data.tar", "source2": "data.tar", "unified_diff": null, "details": [{"source1": "./usr/share/cargo/registry/microformats-0.14.0/src/parse/test/suite/generated/microformats_v2/h_adr.rs", "source2": "./usr/share/cargo/registry/microformats-0.14.0/src/parse/test/suite/generated/microformats_v2/h_adr.rs", "comments": ["Ordering differences only"], "unified_diff": "@@ -4,25 +4,25 @@\n \n #[test]\n fn geourl() {\n check_fixture_for_parser(\"microformats-v2/h-adr/geourl\");\n }\n \n #[test]\n-fn geo() {\n- check_fixture_for_parser(\"microformats-v2/h-adr/geo\");\n+fn justaname() {\n+ check_fixture_for_parser(\"microformats-v2/h-adr/justaname\");\n }\n \n #[test]\n-fn simpleproperties() {\n- check_fixture_for_parser(\"microformats-v2/h-adr/simpleproperties\");\n+fn lettercase() {\n+ check_fixture_for_parser(\"microformats-v2/h-adr/lettercase\");\n }\n \n #[test]\n-fn justaname() {\n- check_fixture_for_parser(\"microformats-v2/h-adr/justaname\");\n+fn simpleproperties() {\n+ check_fixture_for_parser(\"microformats-v2/h-adr/simpleproperties\");\n }\n \n #[test]\n-fn lettercase() {\n- check_fixture_for_parser(\"microformats-v2/h-adr/lettercase\");\n+fn geo() {\n+ check_fixture_for_parser(\"microformats-v2/h-adr/geo\");\n }\n"}, {"source1": "./usr/share/cargo/registry/microformats-0.14.0/src/parse/test/suite/generated/microformats_v2/h_card.rs", "source2": "./usr/share/cargo/registry/microformats-0.14.0/src/parse/test/suite/generated/microformats_v2/h_card.rs", "comments": ["Ordering differences only"], "unified_diff": "@@ -1,78 +1,78 @@\n // Tests for microformats-v2/h-card\n #![allow(non_snake_case, unused_imports)]\n use crate::parse::test::suite::check_fixture_for_parser;\n \n #[test]\n+fn impliedname() {\n+ check_fixture_for_parser(\"microformats-v2/h-card/impliedname\");\n+}\n+\n+#[test]\n+fn hcard() {\n+ check_fixture_for_parser(\"microformats-v2/h-card/hcard\");\n+}\n+\n+#[test]\n fn relativeurls() {\n check_fixture_for_parser(\"microformats-v2/h-card/relativeurls\");\n }\n \n #[test]\n+fn hyperlinkedphoto() {\n+ check_fixture_for_parser(\"microformats-v2/h-card/hyperlinkedphoto\");\n+}\n+\n+#[test]\n fn baseurl() {\n check_fixture_for_parser(\"microformats-v2/h-card/baseurl\");\n }\n \n #[test]\n-fn impliedurlempty() {\n- check_fixture_for_parser(\"microformats-v2/h-card/impliedurlempty\");\n+fn childimplied() {\n+ check_fixture_for_parser(\"microformats-v2/h-card/childimplied\");\n }\n \n #[test]\n fn justaname() {\n check_fixture_for_parser(\"microformats-v2/h-card/justaname\");\n }\n \n #[test]\n-fn extendeddescription() {\n- check_fixture_for_parser(\"microformats-v2/h-card/extendeddescription\");\n+fn impliedphoto() {\n+ check_fixture_for_parser(\"microformats-v2/h-card/impliedphoto\");\n }\n \n #[test]\n-fn justahyperlink() {\n- check_fixture_for_parser(\"microformats-v2/h-card/justahyperlink\");\n+fn impliedurl() {\n+ check_fixture_for_parser(\"microformats-v2/h-card/impliedurl\");\n }\n \n #[test]\n-fn impliedphoto() {\n- check_fixture_for_parser(\"microformats-v2/h-card/impliedphoto\");\n+fn p_property() {\n+ check_fixture_for_parser(\"microformats-v2/h-card/p-property\");\n }\n \n #[test]\n-fn hcard() {\n- check_fixture_for_parser(\"microformats-v2/h-card/hcard\");\n+fn justahyperlink() {\n+ check_fixture_for_parser(\"microformats-v2/h-card/justahyperlink\");\n }\n \n #[test]\n fn nested() {\n check_fixture_for_parser(\"microformats-v2/h-card/nested\");\n }\n \n #[test]\n-fn childimplied() {\n- check_fixture_for_parser(\"microformats-v2/h-card/childimplied\");\n+fn impliedurlempty() {\n+ check_fixture_for_parser(\"microformats-v2/h-card/impliedurlempty\");\n }\n \n #[test]\n-fn impliedurl() {\n- check_fixture_for_parser(\"microformats-v2/h-card/impliedurl\");\n+fn extendeddescription() {\n+ check_fixture_for_parser(\"microformats-v2/h-card/extendeddescription\");\n }\n \n #[test]\n fn relativeurlsempty() {\n check_fixture_for_parser(\"microformats-v2/h-card/relativeurlsempty\");\n-}\n-\n-#[test]\n-fn hyperlinkedphoto() {\n- check_fixture_for_parser(\"microformats-v2/h-card/hyperlinkedphoto\");\n-}\n-\n-#[test]\n-fn impliedname() {\n- check_fixture_for_parser(\"microformats-v2/h-card/impliedname\");\n-}\n-\n-#[test]\n-fn p_property() {\n- check_fixture_for_parser(\"microformats-v2/h-card/p-property\");\n }\n"}, {"source1": "./usr/share/cargo/registry/microformats-0.14.0/src/parse/test/suite/generated/microformats_v2/h_entry.rs", "source2": "./usr/share/cargo/registry/microformats-0.14.0/src/parse/test/suite/generated/microformats_v2/h_entry.rs", "comments": ["Ordering differences only"], "unified_diff": "@@ -1,38 +1,38 @@\n // Tests for microformats-v2/h-entry\n #![allow(non_snake_case, unused_imports)]\n use crate::parse::test::suite::check_fixture_for_parser;\n \n #[test]\n-fn u_property() {\n- check_fixture_for_parser(\"microformats-v2/h-entry/u-property\");\n+fn impliedname() {\n+ check_fixture_for_parser(\"microformats-v2/h-entry/impliedname\");\n }\n \n #[test]\n fn justaname() {\n check_fixture_for_parser(\"microformats-v2/h-entry/justaname\");\n }\n \n #[test]\n-fn summarycontent() {\n- check_fixture_for_parser(\"microformats-v2/h-entry/summarycontent\");\n+fn u_property() {\n+ check_fixture_for_parser(\"microformats-v2/h-entry/u-property\");\n }\n \n #[test]\n-fn justahyperlink() {\n- check_fixture_for_parser(\"microformats-v2/h-entry/justahyperlink\");\n+fn scriptstyletags() {\n+ check_fixture_for_parser(\"microformats-v2/h-entry/scriptstyletags\");\n }\n \n #[test]\n fn impliedvalue_nested() {\n check_fixture_for_parser(\"microformats-v2/h-entry/impliedvalue-nested\");\n }\n \n #[test]\n-fn scriptstyletags() {\n- check_fixture_for_parser(\"microformats-v2/h-entry/scriptstyletags\");\n+fn justahyperlink() {\n+ check_fixture_for_parser(\"microformats-v2/h-entry/justahyperlink\");\n }\n \n #[test]\n-fn impliedname() {\n- check_fixture_for_parser(\"microformats-v2/h-entry/impliedname\");\n+fn summarycontent() {\n+ check_fixture_for_parser(\"microformats-v2/h-entry/summarycontent\");\n }\n"}, {"source1": "./usr/share/cargo/registry/microformats-0.14.0/src/parse/test/suite/generated/microformats_v2/h_event.rs", "source2": "./usr/share/cargo/registry/microformats-0.14.0/src/parse/test/suite/generated/microformats_v2/h_event.rs", "comments": ["Ordering differences only"], "unified_diff": "@@ -1,43 +1,43 @@\n // Tests for microformats-v2/h-event\n #![allow(non_snake_case, unused_imports)]\n use crate::parse::test::suite::check_fixture_for_parser;\n \n #[test]\n-fn ampm() {\n- check_fixture_for_parser(\"microformats-v2/h-event/ampm\");\n-}\n-\n-#[test]\n-fn combining() {\n- check_fixture_for_parser(\"microformats-v2/h-event/combining\");\n+fn concatenate() {\n+ check_fixture_for_parser(\"microformats-v2/h-event/concatenate\");\n }\n \n #[test]\n-fn concatenate() {\n- check_fixture_for_parser(\"microformats-v2/h-event/concatenate\");\n+fn time() {\n+ check_fixture_for_parser(\"microformats-v2/h-event/time\");\n }\n \n #[test]\n fn dt_property() {\n check_fixture_for_parser(\"microformats-v2/h-event/dt-property\");\n }\n \n #[test]\n fn justaname() {\n check_fixture_for_parser(\"microformats-v2/h-event/justaname\");\n }\n \n #[test]\n-fn justahyperlink() {\n- check_fixture_for_parser(\"microformats-v2/h-event/justahyperlink\");\n+fn attendees() {\n+ check_fixture_for_parser(\"microformats-v2/h-event/attendees\");\n }\n \n #[test]\n-fn attendees() {\n- check_fixture_for_parser(\"microformats-v2/h-event/attendees\");\n+fn combining() {\n+ check_fixture_for_parser(\"microformats-v2/h-event/combining\");\n }\n \n #[test]\n-fn time() {\n- check_fixture_for_parser(\"microformats-v2/h-event/time\");\n+fn ampm() {\n+ check_fixture_for_parser(\"microformats-v2/h-event/ampm\");\n+}\n+\n+#[test]\n+fn justahyperlink() {\n+ check_fixture_for_parser(\"microformats-v2/h-event/justahyperlink\");\n }\n"}, {"source1": "./usr/share/cargo/registry/microformats-0.14.0/src/parse/test/suite/generated/microformats_v2/h_geo.rs", "source2": "./usr/share/cargo/registry/microformats-0.14.0/src/parse/test/suite/generated/microformats_v2/h_geo.rs", "comments": ["Ordering differences only"], "unified_diff": "@@ -4,30 +4,30 @@\n \n #[test]\n fn valuetitleclass() {\n check_fixture_for_parser(\"microformats-v2/h-geo/valuetitleclass\");\n }\n \n #[test]\n-fn simpleproperties() {\n- check_fixture_for_parser(\"microformats-v2/h-geo/simpleproperties\");\n+fn abbrpattern() {\n+ check_fixture_for_parser(\"microformats-v2/h-geo/abbrpattern\");\n+}\n+\n+#[test]\n+fn justaname() {\n+ check_fixture_for_parser(\"microformats-v2/h-geo/justaname\");\n }\n \n #[test]\n fn hidden() {\n check_fixture_for_parser(\"microformats-v2/h-geo/hidden\");\n }\n \n #[test]\n-fn justaname() {\n- check_fixture_for_parser(\"microformats-v2/h-geo/justaname\");\n+fn simpleproperties() {\n+ check_fixture_for_parser(\"microformats-v2/h-geo/simpleproperties\");\n }\n \n #[test]\n fn altitude() {\n check_fixture_for_parser(\"microformats-v2/h-geo/altitude\");\n-}\n-\n-#[test]\n-fn abbrpattern() {\n- check_fixture_for_parser(\"microformats-v2/h-geo/abbrpattern\");\n }\n"}, {"source1": "./usr/share/cargo/registry/microformats-0.14.0/src/parse/test/suite/generated/microformats_v2/h_product.rs", "source2": "./usr/share/cargo/registry/microformats-0.14.0/src/parse/test/suite/generated/microformats_v2/h_product.rs", "comments": ["Ordering differences only"], "unified_diff": "@@ -4,20 +4,20 @@\n \n #[test]\n fn aggregate() {\n check_fixture_for_parser(\"microformats-v2/h-product/aggregate\");\n }\n \n #[test]\n-fn simpleproperties() {\n- check_fixture_for_parser(\"microformats-v2/h-product/simpleproperties\");\n+fn justaname() {\n+ check_fixture_for_parser(\"microformats-v2/h-product/justaname\");\n }\n \n #[test]\n-fn justaname() {\n- check_fixture_for_parser(\"microformats-v2/h-product/justaname\");\n+fn simpleproperties() {\n+ check_fixture_for_parser(\"microformats-v2/h-product/simpleproperties\");\n }\n \n #[test]\n fn justahyperlink() {\n check_fixture_for_parser(\"microformats-v2/h-product/justahyperlink\");\n }\n"}, {"source1": "./usr/share/cargo/registry/microformats-0.14.0/src/parse/test/suite/generated/microformats_v2/h_resume.rs", "source2": "./usr/share/cargo/registry/microformats-0.14.0/src/parse/test/suite/generated/microformats_v2/h_resume.rs", "comments": ["Ordering differences only"], "unified_diff": "@@ -1,33 +1,33 @@\n // Tests for microformats-v2/h-resume\n #![allow(non_snake_case, unused_imports)]\n use crate::parse::test::suite::check_fixture_for_parser;\n \n #[test]\n-fn work() {\n- check_fixture_for_parser(\"microformats-v2/h-resume/work\");\n+fn skill() {\n+ check_fixture_for_parser(\"microformats-v2/h-resume/skill\");\n }\n \n #[test]\n fn justaname() {\n check_fixture_for_parser(\"microformats-v2/h-resume/justaname\");\n }\n \n #[test]\n-fn education() {\n- check_fixture_for_parser(\"microformats-v2/h-resume/education\");\n-}\n-\n-#[test]\n fn affiliation() {\n check_fixture_for_parser(\"microformats-v2/h-resume/affiliation\");\n }\n \n #[test]\n fn contact() {\n check_fixture_for_parser(\"microformats-v2/h-resume/contact\");\n }\n \n #[test]\n-fn skill() {\n- check_fixture_for_parser(\"microformats-v2/h-resume/skill\");\n+fn work() {\n+ check_fixture_for_parser(\"microformats-v2/h-resume/work\");\n+}\n+\n+#[test]\n+fn education() {\n+ check_fixture_for_parser(\"microformats-v2/h-resume/education\");\n }\n"}, {"source1": "./usr/share/cargo/registry/microformats-0.14.0/src/parse/test/suite/generated/microformats_v2/h_review.rs", "source2": "./usr/share/cargo/registry/microformats-0.14.0/src/parse/test/suite/generated/microformats_v2/h_review.rs", "comments": ["Ordering differences only"], "unified_diff": "@@ -4,30 +4,30 @@\n \n #[test]\n fn item() {\n check_fixture_for_parser(\"microformats-v2/h-review/item\");\n }\n \n #[test]\n-fn vcard() {\n- check_fixture_for_parser(\"microformats-v2/h-review/vcard\");\n+fn photo() {\n+ check_fixture_for_parser(\"microformats-v2/h-review/photo\");\n }\n \n #[test]\n-fn hyperlink() {\n- check_fixture_for_parser(\"microformats-v2/h-review/hyperlink\");\n+fn implieditem() {\n+ check_fixture_for_parser(\"microformats-v2/h-review/implieditem\");\n }\n \n #[test]\n-fn justaname() {\n- check_fixture_for_parser(\"microformats-v2/h-review/justaname\");\n+fn vcard() {\n+ check_fixture_for_parser(\"microformats-v2/h-review/vcard\");\n }\n \n #[test]\n-fn photo() {\n- check_fixture_for_parser(\"microformats-v2/h-review/photo\");\n+fn justaname() {\n+ check_fixture_for_parser(\"microformats-v2/h-review/justaname\");\n }\n \n #[test]\n-fn implieditem() {\n- check_fixture_for_parser(\"microformats-v2/h-review/implieditem\");\n+fn hyperlink() {\n+ check_fixture_for_parser(\"microformats-v2/h-review/hyperlink\");\n }\n"}, {"source1": "./usr/share/cargo/registry/microformats-0.14.0/src/parse/test/suite/generated/microformats_v2/rel.rs", "source2": "./usr/share/cargo/registry/microformats-0.14.0/src/parse/test/suite/generated/microformats_v2/rel.rs", "comments": ["Ordering differences only"], "unified_diff": "@@ -1,38 +1,38 @@\n // Tests for microformats-v2/rel\n #![allow(non_snake_case, unused_imports)]\n use crate::parse::test::suite::check_fixture_for_parser;\n \n #[test]\n-fn nofollow() {\n- check_fixture_for_parser(\"microformats-v2/rel/nofollow\");\n+fn license() {\n+ check_fixture_for_parser(\"microformats-v2/rel/license\");\n+}\n+\n+#[test]\n+fn varying_text_duplicate_rels() {\n+ check_fixture_for_parser(\"microformats-v2/rel/varying-text-duplicate-rels\");\n }\n \n #[test]\n fn xfn_elsewhere() {\n check_fixture_for_parser(\"microformats-v2/rel/xfn-elsewhere\");\n }\n \n #[test]\n-fn xfn_all() {\n- check_fixture_for_parser(\"microformats-v2/rel/xfn-all\");\n+fn duplicate_rels() {\n+ check_fixture_for_parser(\"microformats-v2/rel/duplicate-rels\");\n }\n \n #[test]\n fn rel_urls() {\n check_fixture_for_parser(\"microformats-v2/rel/rel-urls\");\n }\n \n #[test]\n-fn varying_text_duplicate_rels() {\n- check_fixture_for_parser(\"microformats-v2/rel/varying-text-duplicate-rels\");\n-}\n-\n-#[test]\n-fn duplicate_rels() {\n- check_fixture_for_parser(\"microformats-v2/rel/duplicate-rels\");\n+fn nofollow() {\n+ check_fixture_for_parser(\"microformats-v2/rel/nofollow\");\n }\n \n #[test]\n-fn license() {\n- check_fixture_for_parser(\"microformats-v2/rel/license\");\n+fn xfn_all() {\n+ check_fixture_for_parser(\"microformats-v2/rel/xfn-all\");\n }\n"}]}]}]}]}