[INFO] fetching crate parse-mediawiki-sql 0.5.2... [INFO] testing parse-mediawiki-sql-0.5.2 against beta-2021-05-23 for beta-1.52-2 [INFO] extracting crate parse-mediawiki-sql 0.5.2 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate parse-mediawiki-sql 0.5.2 on toolchain beta-2021-05-23 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-05-23" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate parse-mediawiki-sql 0.5.2 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate parse-mediawiki-sql 0.5.2 [INFO] tweaked toml for crates.io crate parse-mediawiki-sql 0.5.2 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate crates.io crate parse-mediawiki-sql 0.5.2 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-05-23" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-05-23" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e16b5a40818cc57ac77bf305e09ba218881e5034e9e85b7417104262d2a04e12 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "e16b5a40818cc57ac77bf305e09ba218881e5034e9e85b7417104262d2a04e12", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e16b5a40818cc57ac77bf305e09ba218881e5034e9e85b7417104262d2a04e12", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e16b5a40818cc57ac77bf305e09ba218881e5034e9e85b7417104262d2a04e12", kill_on_drop: false }` [INFO] [stdout] e16b5a40818cc57ac77bf305e09ba218881e5034e9e85b7417104262d2a04e12 [INFO] running `Command { std: "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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-05-23" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] efea477b4c289074c3056e107dbb3b56db7126c672a7c4de248b69dadfdb7805 [INFO] running `Command { std: "docker" "start" "-a" "efea477b4c289074c3056e107dbb3b56db7126c672a7c4de248b69dadfdb7805", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.4.0 [INFO] [stderr] Compiling lexical-core v0.7.6 [INFO] [stderr] Compiling tap v1.0.1 [INFO] [stderr] Compiling joinery v2.0.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling nom v6.1.2 [INFO] [stderr] Compiling bitvec v0.19.5 [INFO] [stderr] Compiling bstr v0.2.16 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling ordered-float v2.2.0 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling parse-mediawiki-sql v0.5.2 (/opt/rustwide/workdir) [INFO] [stdout] error[E0658]: arbitrary expressions in key-value attributes are unstable [INFO] [stdout] --> src/schemas.rs:149:13 [INFO] [stdout] | [INFO] [stdout] 149 | database_table_doc!($table_name $(, $page)?), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 271 | / impl_row_from_sql! { [INFO] [stdout] 272 | | image [INFO] [stdout] 273 | | Image<'input> { [INFO] [stdout] 274 | | name: PageTitle, [INFO] [stdout] ... | [INFO] [stdout] 290 | | } [INFO] [stdout] 291 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #78835 for more information [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: arbitrary expressions in key-value attributes are unstable [INFO] [stdout] --> src/schemas.rs:149:13 [INFO] [stdout] | [INFO] [stdout] 149 | database_table_doc!($table_name $(, $page)?), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 302 | / impl_row_from_sql! { [INFO] [stdout] 303 | | iwlinks [INFO] [stdout] 304 | | InterwikiLink<'input> { [INFO] [stdout] 305 | | from: PageId, [INFO] [stdout] ... | [INFO] [stdout] 309 | | } [INFO] [stdout] 310 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #78835 for more information [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: arbitrary expressions in key-value attributes are unstable [INFO] [stdout] --> src/schemas.rs:149:13 [INFO] [stdout] | [INFO] [stdout] 149 | database_table_doc!($table_name $(, $page)?), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 312 | / impl_row_from_sql! { [INFO] [stdout] 313 | | langlinks [INFO] [stdout] 314 | | LanguageLink<'input> { [INFO] [stdout] 315 | | from: PageId, [INFO] [stdout] ... | [INFO] [stdout] 319 | | } [INFO] [stdout] 320 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #78835 for more information [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: arbitrary expressions in key-value attributes are unstable [INFO] [stdout] --> src/schemas.rs:149:13 [INFO] [stdout] | [INFO] [stdout] 149 | database_table_doc!($table_name $(, $page)?), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 322 | / impl_row_from_sql! { [INFO] [stdout] 323 | | page_restrictions [INFO] [stdout] 324 | | PageRestriction<'input> { [INFO] [stdout] 325 | | id: PageRestrictionId, [INFO] [stdout] ... | [INFO] [stdout] 334 | | } [INFO] [stdout] 335 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #78835 for more information [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: arbitrary expressions in key-value attributes are unstable [INFO] [stdout] --> src/schemas.rs:149:13 [INFO] [stdout] | [INFO] [stdout] 149 | database_table_doc!($table_name $(, $page)?), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 337 | / impl_row_from_sql! { [INFO] [stdout] 338 | | page [INFO] [stdout] 339 | | Page<'input> { [INFO] [stdout] 340 | | id: PageId, [INFO] [stdout] ... | [INFO] [stdout] 357 | | } [INFO] [stdout] 358 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #78835 for more information [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: arbitrary expressions in key-value attributes are unstable [INFO] [stdout] --> src/schemas.rs:149:13 [INFO] [stdout] | [INFO] [stdout] 149 | database_table_doc!($table_name $(, $page)?), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 370 | / impl_row_from_sql! { [INFO] [stdout] 371 | | page_props [INFO] [stdout] 372 | | PageProperty<'input> { [INFO] [stdout] 373 | | page: PageId, [INFO] [stdout] ... | [INFO] [stdout] 379 | | } [INFO] [stdout] 380 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #78835 for more information [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: arbitrary expressions in key-value attributes are unstable [INFO] [stdout] --> src/schemas.rs:149:13 [INFO] [stdout] | [INFO] [stdout] 149 | database_table_doc!($table_name $(, $page)?), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 382 | / impl_row_from_sql! { [INFO] [stdout] 383 | | protected_titles [INFO] [stdout] 384 | | ProtectedTitle<'input> { [INFO] [stdout] 385 | | namespace: PageNamespace, [INFO] [stdout] ... | [INFO] [stdout] 393 | | } [INFO] [stdout] 394 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #78835 for more information [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: arbitrary expressions in key-value attributes are unstable [INFO] [stdout] --> src/schemas.rs:149:13 [INFO] [stdout] | [INFO] [stdout] 149 | database_table_doc!($table_name $(, $page)?), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 396 | / impl_row_from_sql! { [INFO] [stdout] 397 | | redirect [INFO] [stdout] 398 | | Redirect<'input> { [INFO] [stdout] 399 | | from: PageId, [INFO] [stdout] ... | [INFO] [stdout] 405 | | } [INFO] [stdout] 406 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #78835 for more information [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: arbitrary expressions in key-value attributes are unstable [INFO] [stdout] --> src/schemas.rs:149:13 [INFO] [stdout] | [INFO] [stdout] 149 | database_table_doc!($table_name $(, $page)?), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 408 | / impl_row_from_sql! { [INFO] [stdout] 409 | | sites [INFO] [stdout] 410 | | Site<'input> { [INFO] [stdout] 411 | | id: u32, [INFO] [stdout] ... | [INFO] [stdout] 429 | | } [INFO] [stdout] 430 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #78835 for more information [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: arbitrary expressions in key-value attributes are unstable [INFO] [stdout] --> src/schemas.rs:149:13 [INFO] [stdout] | [INFO] [stdout] 149 | database_table_doc!($table_name $(, $page)?), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 445 | / impl_row_from_sql! { [INFO] [stdout] 446 | | wbc_entity_usage: "Wikibase/Schema/wbc_entity_usage" [INFO] [stdout] 447 | | WikibaseClientEntityUsage<'input> { [INFO] [stdout] 448 | | row_id: u64, [INFO] [stdout] ... | [INFO] [stdout] 454 | | } [INFO] [stdout] 455 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #78835 for more information [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: arbitrary expressions in key-value attributes are unstable [INFO] [stdout] --> src/schemas.rs:149:13 [INFO] [stdout] | [INFO] [stdout] 149 | database_table_doc!($table_name $(, $page)?), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 494 | / impl_row_from_sql! { [INFO] [stdout] 495 | | user_former_groups [INFO] [stdout] 496 | | UserFormerGroupMembership<'input> { [INFO] [stdout] 497 | | user: UserId, [INFO] [stdout] ... | [INFO] [stdout] 500 | | } [INFO] [stdout] 501 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #78835 for more information [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: arbitrary expressions in key-value attributes are unstable [INFO] [stdout] --> src/schemas.rs:149:13 [INFO] [stdout] | [INFO] [stdout] 149 | database_table_doc!($table_name $(, $page)?), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 503 | / impl_row_from_sql! { [INFO] [stdout] 504 | | user_groups [INFO] [stdout] 505 | | UserGroupMembership<'input> { [INFO] [stdout] 506 | | user: UserId, [INFO] [stdout] ... | [INFO] [stdout] 510 | | } [INFO] [stdout] 511 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #78835 for more information [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 12 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0658`. [INFO] [stdout] [INFO] [stderr] error: could not compile `parse-mediawiki-sql` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "efea477b4c289074c3056e107dbb3b56db7126c672a7c4de248b69dadfdb7805", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "efea477b4c289074c3056e107dbb3b56db7126c672a7c4de248b69dadfdb7805", kill_on_drop: false }` [INFO] [stdout] efea477b4c289074c3056e107dbb3b56db7126c672a7c4de248b69dadfdb7805