[INFO] cloning repository https://github.com/Erutuon/parse-mediawiki-sql [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Erutuon/parse-mediawiki-sql" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FErutuon%2Fparse-mediawiki-sql"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FErutuon%2Fparse-mediawiki-sql'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] ee660907b427c801d91f76e295e74e89a9e787a4 [INFO] checking Erutuon/parse-mediawiki-sql against master#45d050cde277b22a755847338f2acc2c7b834141 for pr-71393 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FErutuon%2Fparse-mediawiki-sql" "/workspace/builds/worker-8/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Erutuon/parse-mediawiki-sql on toolchain 45d050cde277b22a755847338f2acc2c7b834141 [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/Erutuon/parse-mediawiki-sql [INFO] removed 0 missing examples [INFO] finished tweaking git repo https://github.com/Erutuon/parse-mediawiki-sql [INFO] tweaked toml for git repo https://github.com/Erutuon/parse-mediawiki-sql written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/Erutuon/parse-mediawiki-sql already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 14ae3fbefad7cd9a1a81a76d2ed5721364239a2e7453c618defe9682ec8edabf [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "14ae3fbefad7cd9a1a81a76d2ed5721364239a2e7453c618defe9682ec8edabf"` [INFO] [stderr] Compiling memchr v2.3.0 [INFO] [stderr] Compiling arrayvec v0.4.12 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling serde v1.0.104 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Checking static_assertions v0.3.4 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking itoa v0.4.5 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling nom v5.1.0 [INFO] [stderr] Checking ryu v1.0.2 [INFO] [stderr] Compiling lexical-core v0.4.6 [INFO] [stderr] Checking regex-automata v0.1.8 [INFO] [stderr] Checking bstr v0.2.11 [INFO] [stderr] Checking ordered-float v1.0.2 [INFO] [stderr] Checking chrono v0.4.10 [INFO] [stderr] Checking serde_json v1.0.46 [INFO] [stderr] Checking parse-mediawiki-sql v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/types.rs:220:11 [INFO] [stderr] | [INFO] [stderr] 220 | $(#[$attrib])* [INFO] [stderr] | ^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] ... [INFO] [stderr] 292 | / impl_wrapper! { [INFO] [stderr] 293 | | #[doc = " [INFO] [stderr] 294 | | Represents [INFO] [stderr] 295 | | [`page_id`](https://www.mediawiki.org/wiki/Manual:Page_table#page_id), [INFO] [stderr] ... | [INFO] [stderr] 299 | | PageId: u32 [INFO] [stderr] 300 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/types.rs:220:11 [INFO] [stderr] | [INFO] [stderr] 220 | $(#[$attrib])* [INFO] [stderr] | ^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] ... [INFO] [stderr] 302 | / impl_wrapper! { [INFO] [stderr] 303 | | #[doc = " [INFO] [stderr] 304 | | Represents the [INFO] [stderr] 305 | | [`page_namespace`](https://www.mediawiki.org/wiki/Manual:Page_table#page_namespace) [INFO] [stderr] ... | [INFO] [stderr] 308 | | PageNamespace: i32 [INFO] [stderr] 309 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/types.rs:220:11 [INFO] [stderr] | [INFO] [stderr] 220 | $(#[$attrib])* [INFO] [stderr] | ^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] ... [INFO] [stderr] 311 | / impl_wrapper! { [INFO] [stderr] 312 | | #[doc=" [INFO] [stderr] 313 | | Represents the [INFO] [stderr] 314 | | [`page_title`](https://www.mediawiki.org/wiki/Manual:Page_table#page_title) [INFO] [stderr] ... | [INFO] [stderr] 317 | | PageTitle: String [INFO] [stderr] 318 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/types.rs:220:11 [INFO] [stderr] | [INFO] [stderr] 220 | $(#[$attrib])* [INFO] [stderr] | ^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] ... [INFO] [stderr] 320 | / impl_wrapper! { [INFO] [stderr] 321 | | #[doc=" [INFO] [stderr] 322 | | Represents a page title with namespace and with spaces rather than underscores, [INFO] [stderr] 323 | | as in the [INFO] [stderr] ... | [INFO] [stderr] 327 | | FullPageTitle: String [INFO] [stderr] 328 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/types.rs:220:11 [INFO] [stderr] | [INFO] [stderr] 220 | $(#[$attrib])* [INFO] [stderr] | ^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] ... [INFO] [stderr] 330 | / impl_wrapper! { [INFO] [stderr] 331 | | #[doc = " [INFO] [stderr] 332 | | Represents [INFO] [stderr] 333 | | [`cat_id`](https://www.mediawiki.org/wiki/Manual:Category_table#cat_id), [INFO] [stderr] ... | [INFO] [stderr] 336 | | CategoryId: u32 [INFO] [stderr] 337 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/types.rs:220:11 [INFO] [stderr] | [INFO] [stderr] 220 | $(#[$attrib])* [INFO] [stderr] | ^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] ... [INFO] [stderr] 339 | / impl_wrapper! { [INFO] [stderr] 340 | | #[doc = " [INFO] [stderr] 341 | | Represents [INFO] [stderr] 342 | | [`log_id`](https://www.mediawiki.org/wiki/Manual:Logging_table#log_id), [INFO] [stderr] ... | [INFO] [stderr] 345 | | LogId: u32 [INFO] [stderr] 346 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/types.rs:220:11 [INFO] [stderr] | [INFO] [stderr] 220 | $(#[$attrib])* [INFO] [stderr] | ^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] ... [INFO] [stderr] 348 | / impl_wrapper! { [INFO] [stderr] 349 | | #[doc = " [INFO] [stderr] 350 | | Represents [INFO] [stderr] 351 | | [`ct_id`](https://www.mediawiki.org/wiki/Manual:Change_tag_table#ct_id), [INFO] [stderr] ... | [INFO] [stderr] 354 | | ChangeTagId: u32 [INFO] [stderr] 355 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/types.rs:220:11 [INFO] [stderr] | [INFO] [stderr] 220 | $(#[$attrib])* [INFO] [stderr] | ^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] ... [INFO] [stderr] 357 | / impl_wrapper! { [INFO] [stderr] 358 | | #[doc = " [INFO] [stderr] 359 | | Represents [INFO] [stderr] 360 | | [`rev_id`](https://www.mediawiki.org/wiki/Manual:Revision_table#rev_id), [INFO] [stderr] ... | [INFO] [stderr] 363 | | RevisionId: u32 [INFO] [stderr] 364 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/types.rs:220:11 [INFO] [stderr] | [INFO] [stderr] 220 | $(#[$attrib])* [INFO] [stderr] | ^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] ... [INFO] [stderr] 366 | / impl_wrapper! { [INFO] [stderr] 367 | | #[doc = " [INFO] [stderr] 368 | | Represents [INFO] [stderr] 369 | | [`ctd_id`](https://www.mediawiki.org/wiki/Manual:Change_tag_def_table#ctd_id), [INFO] [stderr] ... | [INFO] [stderr] 372 | | ChangeTagDefId: u32 [INFO] [stderr] 373 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/types.rs:220:11 [INFO] [stderr] | [INFO] [stderr] 220 | $(#[$attrib])* [INFO] [stderr] | ^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] ... [INFO] [stderr] 375 | / impl_wrapper! { [INFO] [stderr] 376 | | #[doc = " [INFO] [stderr] 377 | | Represents [INFO] [stderr] 378 | | [`rc_id`](https://www.mediawiki.org/wiki/Manual:Recentchanges_table#rc_id), [INFO] [stderr] ... | [INFO] [stderr] 381 | | RecentChangesId: u32 [INFO] [stderr] 382 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/types.rs:220:11 [INFO] [stderr] | [INFO] [stderr] 220 | $(#[$attrib])* [INFO] [stderr] | ^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] ... [INFO] [stderr] 384 | / impl_wrapper! { [INFO] [stderr] 385 | | #[doc = " [INFO] [stderr] 386 | | Represents [INFO] [stderr] 387 | | [`el_id`](https://www.mediawiki.org/wiki/Manual:Externallinks_table#el_id), [INFO] [stderr] ... | [INFO] [stderr] 390 | | ExternalLinksId: u32 [INFO] [stderr] 391 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/types.rs:220:11 [INFO] [stderr] | [INFO] [stderr] 220 | $(#[$attrib])* [INFO] [stderr] | ^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] ... [INFO] [stderr] 393 | / impl_wrapper! { [INFO] [stderr] 394 | | #[doc = " [INFO] [stderr] 395 | | Represents the [INFO] [stderr] 396 | | [`img_minor_mime`](https://www.mediawiki.org/wiki/Manual:Image_table#img_minor_mime) [INFO] [stderr] ... | [INFO] [stderr] 399 | | MinorMime: String [INFO] [stderr] 400 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/types.rs:220:11 [INFO] [stderr] | [INFO] [stderr] 220 | $(#[$attrib])* [INFO] [stderr] | ^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] ... [INFO] [stderr] 402 | / impl_wrapper! { [INFO] [stderr] 403 | | #[doc = " [INFO] [stderr] 404 | | Represents [INFO] [stderr] 405 | | [`comment_id`](https://www.mediawiki.org/wiki/Manual:Comment_table#comment_id), [INFO] [stderr] ... | [INFO] [stderr] 408 | | CommentId: u32 [INFO] [stderr] 409 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/types.rs:220:11 [INFO] [stderr] | [INFO] [stderr] 220 | $(#[$attrib])* [INFO] [stderr] | ^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] ... [INFO] [stderr] 411 | / impl_wrapper! { [INFO] [stderr] 412 | | #[doc = " [INFO] [stderr] 413 | | Represents [INFO] [stderr] 414 | | [`actor_id`](https://www.mediawiki.org/wiki/Manual:Actor_table#actor_id), [INFO] [stderr] ... | [INFO] [stderr] 417 | | ActorId: u32 [INFO] [stderr] 418 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/types.rs:220:11 [INFO] [stderr] | [INFO] [stderr] 220 | $(#[$attrib])* [INFO] [stderr] | ^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] ... [INFO] [stderr] 429 | / impl_wrapper! { [INFO] [stderr] 430 | | #[doc = " [INFO] [stderr] 431 | | Represents [INFO] [stderr] 432 | | [`pr_id`](https://www.mediawiki.org/wiki/Manual:Page_restrictions_table#pr_id), [INFO] [stderr] ... | [INFO] [stderr] 435 | | PageRestrictionsId: u32 [INFO] [stderr] 436 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/types.rs:220:11 [INFO] [stderr] | [INFO] [stderr] 220 | $(#[$attrib])* [INFO] [stderr] | ^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] ... [INFO] [stderr] 438 | / impl_wrapper! { [INFO] [stderr] 439 | | #[doc = " [INFO] [stderr] 440 | | Represents [INFO] [stderr] 441 | | [`user_id`](https://www.mediawiki.org/wiki/Manual:User_table#user_id), [INFO] [stderr] ... | [INFO] [stderr] 444 | | UserId: u32 [INFO] [stderr] 445 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/types.rs:220:11 [INFO] [stderr] | [INFO] [stderr] 220 | $(#[$attrib])* [INFO] [stderr] | ^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] ... [INFO] [stderr] 447 | / impl_wrapper! { [INFO] [stderr] 448 | | #[doc = " [INFO] [stderr] 449 | | Represents the name of a user group, such as the [INFO] [stderr] 450 | | [`ug_group`](https://www.mediawiki.org/wiki/Manual:User_groups_table#ug_group) [INFO] [stderr] ... | [INFO] [stderr] 453 | | UserGroup: String [INFO] [stderr] 454 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/types.rs:220:11 [INFO] [stderr] | [INFO] [stderr] 220 | $(#[$attrib])* [INFO] [stderr] | ^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] ... [INFO] [stderr] 292 | / impl_wrapper! { [INFO] [stderr] 293 | | #[doc = " [INFO] [stderr] 294 | | Represents [INFO] [stderr] 295 | | [`page_id`](https://www.mediawiki.org/wiki/Manual:Page_table#page_id), [INFO] [stderr] ... | [INFO] [stderr] 299 | | PageId: u32 [INFO] [stderr] 300 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/types.rs:220:11 [INFO] [stderr] | [INFO] [stderr] 220 | $(#[$attrib])* [INFO] [stderr] | ^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] ... [INFO] [stderr] 302 | / impl_wrapper! { [INFO] [stderr] 303 | | #[doc = " [INFO] [stderr] 304 | | Represents the [INFO] [stderr] 305 | | [`page_namespace`](https://www.mediawiki.org/wiki/Manual:Page_table#page_namespace) [INFO] [stderr] ... | [INFO] [stderr] 308 | | PageNamespace: i32 [INFO] [stderr] 309 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/types.rs:220:11 [INFO] [stderr] | [INFO] [stderr] 220 | $(#[$attrib])* [INFO] [stderr] | ^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] ... [INFO] [stderr] 311 | / impl_wrapper! { [INFO] [stderr] 312 | | #[doc=" [INFO] [stderr] 313 | | Represents the [INFO] [stderr] 314 | | [`page_title`](https://www.mediawiki.org/wiki/Manual:Page_table#page_title) [INFO] [stderr] ... | [INFO] [stderr] 317 | | PageTitle: String [INFO] [stderr] 318 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/types.rs:220:11 [INFO] [stderr] | [INFO] [stderr] 220 | $(#[$attrib])* [INFO] [stderr] | ^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] ... [INFO] [stderr] 320 | / impl_wrapper! { [INFO] [stderr] 321 | | #[doc=" [INFO] [stderr] 322 | | Represents a page title with namespace and with spaces rather than underscores, [INFO] [stderr] 323 | | as in the [INFO] [stderr] ... | [INFO] [stderr] 327 | | FullPageTitle: String [INFO] [stderr] 328 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/types.rs:220:11 [INFO] [stderr] | [INFO] [stderr] 220 | $(#[$attrib])* [INFO] [stderr] | ^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] ... [INFO] [stderr] 330 | / impl_wrapper! { [INFO] [stderr] 331 | | #[doc = " [INFO] [stderr] 332 | | Represents [INFO] [stderr] 333 | | [`cat_id`](https://www.mediawiki.org/wiki/Manual:Category_table#cat_id), [INFO] [stderr] ... | [INFO] [stderr] 336 | | CategoryId: u32 [INFO] [stderr] 337 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/types.rs:220:11 [INFO] [stderr] | [INFO] [stderr] 220 | $(#[$attrib])* [INFO] [stderr] | ^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] ... [INFO] [stderr] 339 | / impl_wrapper! { [INFO] [stderr] 340 | | #[doc = " [INFO] [stderr] 341 | | Represents [INFO] [stderr] 342 | | [`log_id`](https://www.mediawiki.org/wiki/Manual:Logging_table#log_id), [INFO] [stderr] ... | [INFO] [stderr] 345 | | LogId: u32 [INFO] [stderr] 346 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/types.rs:220:11 [INFO] [stderr] | [INFO] [stderr] 220 | $(#[$attrib])* [INFO] [stderr] | ^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] ... [INFO] [stderr] 348 | / impl_wrapper! { [INFO] [stderr] 349 | | #[doc = " [INFO] [stderr] 350 | | Represents [INFO] [stderr] 351 | | [`ct_id`](https://www.mediawiki.org/wiki/Manual:Change_tag_table#ct_id), [INFO] [stderr] ... | [INFO] [stderr] 354 | | ChangeTagId: u32 [INFO] [stderr] 355 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/types.rs:220:11 [INFO] [stderr] | [INFO] [stderr] 220 | $(#[$attrib])* [INFO] [stderr] | ^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] ... [INFO] [stderr] 357 | / impl_wrapper! { [INFO] [stderr] 358 | | #[doc = " [INFO] [stderr] 359 | | Represents [INFO] [stderr] 360 | | [`rev_id`](https://www.mediawiki.org/wiki/Manual:Revision_table#rev_id), [INFO] [stderr] ... | [INFO] [stderr] 363 | | RevisionId: u32 [INFO] [stderr] 364 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/types.rs:220:11 [INFO] [stderr] | [INFO] [stderr] 220 | $(#[$attrib])* [INFO] [stderr] | ^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] ... [INFO] [stderr] 366 | / impl_wrapper! { [INFO] [stderr] 367 | | #[doc = " [INFO] [stderr] 368 | | Represents [INFO] [stderr] 369 | | [`ctd_id`](https://www.mediawiki.org/wiki/Manual:Change_tag_def_table#ctd_id), [INFO] [stderr] ... | [INFO] [stderr] 372 | | ChangeTagDefId: u32 [INFO] [stderr] 373 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/types.rs:220:11 [INFO] [stderr] | [INFO] [stderr] 220 | $(#[$attrib])* [INFO] [stderr] | ^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] ... [INFO] [stderr] 375 | / impl_wrapper! { [INFO] [stderr] 376 | | #[doc = " [INFO] [stderr] 377 | | Represents [INFO] [stderr] 378 | | [`rc_id`](https://www.mediawiki.org/wiki/Manual:Recentchanges_table#rc_id), [INFO] [stderr] ... | [INFO] [stderr] 381 | | RecentChangesId: u32 [INFO] [stderr] 382 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/types.rs:220:11 [INFO] [stderr] | [INFO] [stderr] 220 | $(#[$attrib])* [INFO] [stderr] | ^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] ... [INFO] [stderr] 384 | / impl_wrapper! { [INFO] [stderr] 385 | | #[doc = " [INFO] [stderr] 386 | | Represents [INFO] [stderr] 387 | | [`el_id`](https://www.mediawiki.org/wiki/Manual:Externallinks_table#el_id), [INFO] [stderr] ... | [INFO] [stderr] 390 | | ExternalLinksId: u32 [INFO] [stderr] 391 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/types.rs:220:11 [INFO] [stderr] | [INFO] [stderr] 220 | $(#[$attrib])* [INFO] [stderr] | ^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] ... [INFO] [stderr] 393 | / impl_wrapper! { [INFO] [stderr] 394 | | #[doc = " [INFO] [stderr] 395 | | Represents the [INFO] [stderr] 396 | | [`img_minor_mime`](https://www.mediawiki.org/wiki/Manual:Image_table#img_minor_mime) [INFO] [stderr] ... | [INFO] [stderr] 399 | | MinorMime: String [INFO] [stderr] 400 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/types.rs:220:11 [INFO] [stderr] | [INFO] [stderr] 220 | $(#[$attrib])* [INFO] [stderr] | ^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] ... [INFO] [stderr] 402 | / impl_wrapper! { [INFO] [stderr] 403 | | #[doc = " [INFO] [stderr] 404 | | Represents [INFO] [stderr] 405 | | [`comment_id`](https://www.mediawiki.org/wiki/Manual:Comment_table#comment_id), [INFO] [stderr] ... | [INFO] [stderr] 408 | | CommentId: u32 [INFO] [stderr] 409 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/types.rs:220:11 [INFO] [stderr] | [INFO] [stderr] 220 | $(#[$attrib])* [INFO] [stderr] | ^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] ... [INFO] [stderr] 411 | / impl_wrapper! { [INFO] [stderr] 412 | | #[doc = " [INFO] [stderr] 413 | | Represents [INFO] [stderr] 414 | | [`actor_id`](https://www.mediawiki.org/wiki/Manual:Actor_table#actor_id), [INFO] [stderr] ... | [INFO] [stderr] 417 | | ActorId: u32 [INFO] [stderr] 418 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/types.rs:220:11 [INFO] [stderr] | [INFO] [stderr] 220 | $(#[$attrib])* [INFO] [stderr] | ^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] ... [INFO] [stderr] 429 | / impl_wrapper! { [INFO] [stderr] 430 | | #[doc = " [INFO] [stderr] 431 | | Represents [INFO] [stderr] 432 | | [`pr_id`](https://www.mediawiki.org/wiki/Manual:Page_restrictions_table#pr_id), [INFO] [stderr] ... | [INFO] [stderr] 435 | | PageRestrictionsId: u32 [INFO] [stderr] 436 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/types.rs:220:11 [INFO] [stderr] | [INFO] [stderr] 220 | $(#[$attrib])* [INFO] [stderr] | ^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] ... [INFO] [stderr] 438 | / impl_wrapper! { [INFO] [stderr] 439 | | #[doc = " [INFO] [stderr] 440 | | Represents [INFO] [stderr] 441 | | [`user_id`](https://www.mediawiki.org/wiki/Manual:User_table#user_id), [INFO] [stderr] ... | [INFO] [stderr] 444 | | UserId: u32 [INFO] [stderr] 445 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/types.rs:220:11 [INFO] [stderr] | [INFO] [stderr] 220 | $(#[$attrib])* [INFO] [stderr] | ^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] ... [INFO] [stderr] 447 | / impl_wrapper! { [INFO] [stderr] 448 | | #[doc = " [INFO] [stderr] 449 | | Represents the name of a user group, such as the [INFO] [stderr] 450 | | [`ug_group`](https://www.mediawiki.org/wiki/Manual:User_groups_table#ug_group) [INFO] [stderr] ... | [INFO] [stderr] 453 | | UserGroup: String [INFO] [stderr] 454 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 17 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: 17 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 29.72s [INFO] running `"docker" "inspect" "14ae3fbefad7cd9a1a81a76d2ed5721364239a2e7453c618defe9682ec8edabf"` [INFO] running `"docker" "rm" "-f" "14ae3fbefad7cd9a1a81a76d2ed5721364239a2e7453c618defe9682ec8edabf"` [INFO] [stdout] 14ae3fbefad7cd9a1a81a76d2ed5721364239a2e7453c618defe9682ec8edabf