[INFO] fetching crate ffi-gen 0.1.13...
[INFO] checking ffi-gen-0.1.13 against master#b0696a5160711c068cb1f01b7437db7990d15750 for pr-121848
[INFO] extracting crate ffi-gen 0.1.13 into /workspace/builds/worker-3-tc1/source
[INFO] validating manifest of crates.io crate ffi-gen 0.1.13 on toolchain b0696a5160711c068cb1f01b7437db7990d15750
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] removed /workspace/builds/worker-3-tc1/source/rust-toolchain.toml
[INFO] started tweaking crates.io crate ffi-gen 0.1.13
[INFO] finished tweaking crates.io crate ffi-gen 0.1.13
[INFO] tweaked toml for crates.io crate ffi-gen 0.1.13 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded genco-macros v0.15.1
[INFO] [stderr]   Downloaded genco v0.15.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ef594bc33c81b21297a216e17b6bb70bac597e74ac423f503577045f2a367b4a
[INFO] running `Command { std: "docker" "start" "-a" "ef594bc33c81b21297a216e17b6bb70bac597e74ac423f503577045f2a367b4a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ef594bc33c81b21297a216e17b6bb70bac597e74ac423f503577045f2a367b4a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ef594bc33c81b21297a216e17b6bb70bac597e74ac423f503577045f2a367b4a", kill_on_drop: false }`
[INFO] [stdout] ef594bc33c81b21297a216e17b6bb70bac597e74ac423f503577045f2a367b4a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c4a80d0025316fcabd8ce55fb9add9e62c74cf730c21d0ca0d884f1221f0464e
[INFO] running `Command { std: "docker" "start" "-a" "c4a80d0025316fcabd8ce55fb9add9e62c74cf730c21d0ca0d884f1221f0464e", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.79
[INFO] [stderr]    Compiling ucd-trie v0.1.6
[INFO] [stderr]     Checking relative-path v1.9.2
[INFO] [stderr]     Checking heck v0.4.1
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]    Compiling syn v2.0.52
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling genco-macros v0.15.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.58
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]     Checking genco v0.15.1
[INFO] [stderr]     Checking futures-util v0.3.30
[INFO] [stdout] error: Your compiler does not support spans which is required by genco, see: https://github.com/rust-lang/rust/issues/54725
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/genco-0.15.1/src/lang/csharp/mod.rs:60:17
[INFO] [stdout]    |
[INFO] [stdout] 60 | /                 quote_in! { file =>
[INFO] [stdout] 61 | |                     namespace #namespace {
[INFO] [stdout] 62 | |                         #tokens
[INFO] [stdout] 63 | |                     }
[INFO] [stdout] 64 | |                 }
[INFO] [stdout]    | |_________________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `quote_in` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: Your compiler does not support spans which is required by genco, see: https://github.com/rust-lang/rust/issues/54725
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/genco-0.15.1/src/lang/csharp/mod.rs:201:17
[INFO] [stdout]     |
[INFO] [stdout] 201 |                 quote_in!(*out => using #namespace;);
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `quote_in` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: Your compiler does not support spans which is required by genco, see: https://github.com/rust-lang/rust/issues/54725
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/genco-0.15.1/src/lang/dart/mod.rs:209:17
[INFO] [stdout]     |
[INFO] [stdout] 209 |                 quote_in!(*out => import #(quoted(name)) as #alias;);
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `quote_in` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: Your compiler does not support spans which is required by genco, see: https://github.com/rust-lang/rust/issues/54725
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/genco-0.15.1/src/lang/dart/mod.rs:211:17
[INFO] [stdout]     |
[INFO] [stdout] 211 |                 quote_in!(*out => import #(quoted(name)););
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `quote_in` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: Your compiler does not support spans which is required by genco, see: https://github.com/rust-lang/rust/issues/54725
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/genco-0.15.1/src/lang/go.rs:78:17
[INFO] [stdout]    |
[INFO] [stdout] 78 |                 quote_in!(header => package #package);
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `quote_in` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: Your compiler does not support spans which is required by genco, see: https://github.com/rust-lang/rust/issues/54725
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/genco-0.15.1/src/lang/go.rs:146:13
[INFO] [stdout]     |
[INFO] [stdout] 146 |             quote_in!(*out => import #(quoted(module)));
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `quote_in` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: Your compiler does not support spans which is required by genco, see: https://github.com/rust-lang/rust/issues/54725
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/genco-0.15.1/src/lang/java/mod.rs:74:17
[INFO] [stdout]    |
[INFO] [stdout] 74 |                 quote_in!(header => package #package;);
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `quote_in` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: Your compiler does not support spans which is required by genco, see: https://github.com/rust-lang/rust/issues/54725
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/genco-0.15.1/src/lang/java/mod.rs:205:24
[INFO] [stdout]     |
[INFO] [stdout] 205 |             out.append(quote!(import #(package.clone())#(SEP)#(name.clone());));
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `quote` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: Your compiler does not support spans which is required by genco, see: https://github.com/rust-lang/rust/issues/54725
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/genco-0.15.1/src/lang/js.rs:457:13
[INFO] [stdout]     |
[INFO] [stdout] 457 | /             quote_in! { *out =>
[INFO] [stdout] 458 | |                 import * as #name from #(ref t => render_from(t, config.module_path.as_deref(), module));
[INFO] [stdout] 459 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `quote_in` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: Your compiler does not support spans which is required by genco, see: https://github.com/rust-lang/rust/issues/54725
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/genco-0.15.1/src/lang/js.rs:464:13
[INFO] [stdout]     |
[INFO] [stdout] 464 | /             quote_in! { *out =>
[INFO] [stdout] 465 | |                 import #(ref tokens => {
[INFO] [stdout] 466 | |                     if let Some(default) = module.default_import {
[INFO] [stdout] 467 | |                         tokens.append(ItemStr::from(default));
[INFO] [stdout] ...   |
[INFO] [stdout] 498 | |                 }) from #(ref t => render_from(t, config.module_path.as_deref(), name));
[INFO] [stdout] 499 | |             };
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `quote_in` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: Your compiler does not support spans which is required by genco, see: https://github.com/rust-lang/rust/issues/54725
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/genco-0.15.1/src/lang/js.rs:517:13
[INFO] [stdout]     |
[INFO] [stdout] 517 | /             quote_in! { *t =>
[INFO] [stdout] 518 | |                 #(match (module_path, module) {
[INFO] [stdout] 519 | |                     (_, Module::Global(from)) => #(quoted(from)),
[INFO] [stdout] 520 | |                     (None, Module::Path(path)) => #(quoted(path.as_str())),
[INFO] [stdout] 521 | |                     (Some(module_path), Module::Path(path)) => #(quoted(module_path.relative(path).as_str())),
[INFO] [stdout] 522 | |                 })
[INFO] [stdout] 523 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `quote_in` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: Your compiler does not support spans which is required by genco, see: https://github.com/rust-lang/rust/issues/54725
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/genco-0.15.1/src/lang/python.rs:332:38
[INFO] [stdout]     |
[INFO] [stdout] 332 |                 .map(|(name, alias)| quote!(#name#(if let Some(a) = alias => #<space>as #a)))
[INFO] [stdout]     |                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `quote` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: Your compiler does not support spans which is required by genco, see: https://github.com/rust-lang/rust/issues/54725
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/genco-0.15.1/src/lang/python.rs:336:17
[INFO] [stdout]     |
[INFO] [stdout] 336 | /                 quote_in! {*out =>
[INFO] [stdout] 337 | |                     from #module import #(imports.into_iter().next())
[INFO] [stdout] 338 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `quote_in` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: Your compiler does not support spans which is required by genco, see: https://github.com/rust-lang/rust/issues/54725
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/genco-0.15.1/src/lang/python.rs:340:17
[INFO] [stdout]     |
[INFO] [stdout] 340 | /                 quote_in! {*out =>
[INFO] [stdout] 341 | |                     from #module import #(for i in imports join (, ) => #i)
[INFO] [stdout] 342 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `quote_in` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: Your compiler does not support spans which is required by genco, see: https://github.com/rust-lang/rust/issues/54725
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/genco-0.15.1/src/lang/python.rs:349:13
[INFO] [stdout]     |
[INFO] [stdout] 349 | /             quote_in! {*out =>
[INFO] [stdout] 350 | |                 import #module#(if let Some(a) = alias => #<space>as #a)
[INFO] [stdout] 351 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `quote_in` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: Your compiler does not support spans which is required by genco, see: https://github.com/rust-lang/rust/issues/54725
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/genco-0.15.1/src/lang/rust.rs:478:21
[INFO] [stdout]     |
[INFO] [stdout] 478 | /                     quote_in! { *out =>
[INFO] [stdout] 479 | |                         use #m::{#(ref o =>
[INFO] [stdout] 480 | |                             first.render(o);
[INFO] [stdout] 481 | |                             quote_in!(*o => , #(ref o => second.render(o)));
[INFO] [stdout] ...   |
[INFO] [stdout] 486 | |                         )};
[INFO] [stdout] 487 | |                     };
[INFO] [stdout]     | |_____________________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `quote_in` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: Your compiler does not support spans which is required by genco, see: https://github.com/rust-lang/rust/issues/54725
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/genco-0.15.1/src/lang/rust.rs:491:29
[INFO] [stdout]     |
[INFO] [stdout] 491 | ...                   quote_in!(*out => use #m;);
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `quote_in` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: Your compiler does not support spans which is required by genco, see: https://github.com/rust-lang/rust/issues/54725
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/genco-0.15.1/src/lang/rust.rs:494:29
[INFO] [stdout]     |
[INFO] [stdout] 494 | ...                   quote_in!(*out => use #m as #alias;);
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `quote_in` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: Your compiler does not support spans which is required by genco, see: https://github.com/rust-lang/rust/issues/54725
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/genco-0.15.1/src/lang/rust.rs:500:29
[INFO] [stdout]     |
[INFO] [stdout] 500 | ...                   quote_in!(*out => use #m::#name as #alias;);
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `quote_in` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: Your compiler does not support spans which is required by genco, see: https://github.com/rust-lang/rust/issues/54725
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/genco-0.15.1/src/lang/rust.rs:503:29
[INFO] [stdout]     |
[INFO] [stdout] 503 | ...                   quote_in!(*out => use #m::#name;);
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `quote_in` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: Your compiler does not support spans which is required by genco, see: https://github.com/rust-lang/rust/issues/54725
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/genco-0.15.1/src/lang/rust.rs:584:25
[INFO] [stdout]     |
[INFO] [stdout] 584 |                         quote_in!(*out => self);
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `quote_in` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: Your compiler does not support spans which is required by genco, see: https://github.com/rust-lang/rust/issues/54725
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/genco-0.15.1/src/lang/rust.rs:587:25
[INFO] [stdout]     |
[INFO] [stdout] 587 |                         quote_in!(*out => self as #alias);
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `quote_in` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: Your compiler does not support spans which is required by genco, see: https://github.com/rust-lang/rust/issues/54725
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/genco-0.15.1/src/lang/rust.rs:593:25
[INFO] [stdout]     |
[INFO] [stdout] 593 |                         quote_in!(*out => #name as #alias);
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `quote_in` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: Your compiler does not support spans which is required by genco, see: https://github.com/rust-lang/rust/issues/54725
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/genco-0.15.1/src/lang/rust.rs:596:25
[INFO] [stdout]     |
[INFO] [stdout] 596 |                         quote_in!(*out => #name);
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `quote_in` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: Your compiler does not support spans which is required by genco, see: https://github.com/rust-lang/rust/issues/54725
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/genco-0.15.1/src/lang/swift.rs:107:17
[INFO] [stdout]     |
[INFO] [stdout] 107 |                 quote_in! { *out => #<push>import #module}
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `quote_in` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling thiserror v1.0.58
[INFO] [stderr]    Compiling pest v2.7.8
[INFO] [stdout] error: aborting due to 25 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `genco` (lib) due to 26 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "c4a80d0025316fcabd8ce55fb9add9e62c74cf730c21d0ca0d884f1221f0464e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c4a80d0025316fcabd8ce55fb9add9e62c74cf730c21d0ca0d884f1221f0464e", kill_on_drop: false }`
[INFO] [stdout] c4a80d0025316fcabd8ce55fb9add9e62c74cf730c21d0ca0d884f1221f0464e
[INFO] checking ffi-gen-0.1.13 against try#bfe97fcae016881ad333f0ff8cea2cadb9cf136c for pr-121848
[INFO] extracting crate ffi-gen 0.1.13 into /workspace/builds/worker-3-tc2/source
[INFO] validating manifest of crates.io crate ffi-gen 0.1.13 on toolchain bfe97fcae016881ad333f0ff8cea2cadb9cf136c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] removed /workspace/builds/worker-3-tc2/source/rust-toolchain.toml
[INFO] started tweaking crates.io crate ffi-gen 0.1.13
[INFO] finished tweaking crates.io crate ffi-gen 0.1.13
[INFO] tweaked toml for crates.io crate ffi-gen 0.1.13 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 60bd51edfedfe8cb8b0ceba4ecdc484b410774338c0177863fbcb87a5f8fbb1b
[INFO] running `Command { std: "docker" "start" "-a" "60bd51edfedfe8cb8b0ceba4ecdc484b410774338c0177863fbcb87a5f8fbb1b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "60bd51edfedfe8cb8b0ceba4ecdc484b410774338c0177863fbcb87a5f8fbb1b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "60bd51edfedfe8cb8b0ceba4ecdc484b410774338c0177863fbcb87a5f8fbb1b", kill_on_drop: false }`
[INFO] [stdout] 60bd51edfedfe8cb8b0ceba4ecdc484b410774338c0177863fbcb87a5f8fbb1b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a9a0a8bec4b0b0c71fe5aa9709bdada793b71801dc848375f0319c3e894dbef0
[INFO] running `Command { std: "docker" "start" "-a" "a9a0a8bec4b0b0c71fe5aa9709bdada793b71801dc848375f0319c3e894dbef0", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.79
[INFO] [stderr]    Compiling ucd-trie v0.1.6
[INFO] [stderr]     Checking relative-path v1.9.2
[INFO] [stderr]     Checking heck v0.4.1
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]    Compiling syn v2.0.52
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling genco-macros v0.15.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.58
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]     Checking genco v0.15.1
[INFO] [stdout] error: Your compiler does not support spans which is required by genco, see: https://github.com/rust-lang/rust/issues/54725
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/genco-0.15.1/src/lang/csharp/mod.rs:60:17
[INFO] [stdout]    |
[INFO] [stdout] 60 | /                 quote_in! { file =>
[INFO] [stdout] 61 | |                     namespace #namespace {
[INFO] [stdout] 62 | |                         #tokens
[INFO] [stdout] 63 | |                     }
[INFO] [stdout] 64 | |                 }
[INFO] [stdout]    | |_________________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `quote_in` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: Your compiler does not support spans which is required by genco, see: https://github.com/rust-lang/rust/issues/54725
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/genco-0.15.1/src/lang/csharp/mod.rs:201:17
[INFO] [stdout]     |
[INFO] [stdout] 201 |                 quote_in!(*out => using #namespace;);
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `quote_in` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: Your compiler does not support spans which is required by genco, see: https://github.com/rust-lang/rust/issues/54725
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/genco-0.15.1/src/lang/dart/mod.rs:209:17
[INFO] [stdout]     |
[INFO] [stdout] 209 |                 quote_in!(*out => import #(quoted(name)) as #alias;);
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `quote_in` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: Your compiler does not support spans which is required by genco, see: https://github.com/rust-lang/rust/issues/54725
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/genco-0.15.1/src/lang/dart/mod.rs:211:17
[INFO] [stdout]     |
[INFO] [stdout] 211 |                 quote_in!(*out => import #(quoted(name)););
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `quote_in` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: Your compiler does not support spans which is required by genco, see: https://github.com/rust-lang/rust/issues/54725
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/genco-0.15.1/src/lang/go.rs:78:17
[INFO] [stdout]    |
[INFO] [stdout] 78 |                 quote_in!(header => package #package);
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `quote_in` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: Your compiler does not support spans which is required by genco, see: https://github.com/rust-lang/rust/issues/54725
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/genco-0.15.1/src/lang/go.rs:146:13
[INFO] [stdout]     |
[INFO] [stdout] 146 |             quote_in!(*out => import #(quoted(module)));
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `quote_in` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: Your compiler does not support spans which is required by genco, see: https://github.com/rust-lang/rust/issues/54725
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/genco-0.15.1/src/lang/java/mod.rs:74:17
[INFO] [stdout]    |
[INFO] [stdout] 74 |                 quote_in!(header => package #package;);
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `quote_in` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: Your compiler does not support spans which is required by genco, see: https://github.com/rust-lang/rust/issues/54725
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/genco-0.15.1/src/lang/java/mod.rs:205:24
[INFO] [stdout]     |
[INFO] [stdout] 205 |             out.append(quote!(import #(package.clone())#(SEP)#(name.clone());));
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `quote` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: Your compiler does not support spans which is required by genco, see: https://github.com/rust-lang/rust/issues/54725
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/genco-0.15.1/src/lang/js.rs:457:13
[INFO] [stdout]     |
[INFO] [stdout] 457 | /             quote_in! { *out =>
[INFO] [stdout] 458 | |                 import * as #name from #(ref t => render_from(t, config.module_path.as_deref(), module));
[INFO] [stdout] 459 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `quote_in` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: Your compiler does not support spans which is required by genco, see: https://github.com/rust-lang/rust/issues/54725
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/genco-0.15.1/src/lang/js.rs:464:13
[INFO] [stdout]     |
[INFO] [stdout] 464 | /             quote_in! { *out =>
[INFO] [stdout] 465 | |                 import #(ref tokens => {
[INFO] [stdout] 466 | |                     if let Some(default) = module.default_import {
[INFO] [stdout] 467 | |                         tokens.append(ItemStr::from(default));
[INFO] [stdout] ...   |
[INFO] [stdout] 498 | |                 }) from #(ref t => render_from(t, config.module_path.as_deref(), name));
[INFO] [stdout] 499 | |             };
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `quote_in` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: Your compiler does not support spans which is required by genco, see: https://github.com/rust-lang/rust/issues/54725
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/genco-0.15.1/src/lang/js.rs:517:13
[INFO] [stdout]     |
[INFO] [stdout] 517 | /             quote_in! { *t =>
[INFO] [stdout] 518 | |                 #(match (module_path, module) {
[INFO] [stdout] 519 | |                     (_, Module::Global(from)) => #(quoted(from)),
[INFO] [stdout] 520 | |                     (None, Module::Path(path)) => #(quoted(path.as_str())),
[INFO] [stdout] 521 | |                     (Some(module_path), Module::Path(path)) => #(quoted(module_path.relative(path).as_str())),
[INFO] [stdout] 522 | |                 })
[INFO] [stdout] 523 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `quote_in` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: Your compiler does not support spans which is required by genco, see: https://github.com/rust-lang/rust/issues/54725
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/genco-0.15.1/src/lang/python.rs:332:38
[INFO] [stdout]     |
[INFO] [stdout] 332 |                 .map(|(name, alias)| quote!(#name#(if let Some(a) = alias => #<space>as #a)))
[INFO] [stdout]     |                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `quote` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: Your compiler does not support spans which is required by genco, see: https://github.com/rust-lang/rust/issues/54725
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/genco-0.15.1/src/lang/python.rs:336:17
[INFO] [stdout]     |
[INFO] [stdout] 336 | /                 quote_in! {*out =>
[INFO] [stdout] 337 | |                     from #module import #(imports.into_iter().next())
[INFO] [stdout] 338 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `quote_in` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: Your compiler does not support spans which is required by genco, see: https://github.com/rust-lang/rust/issues/54725
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/genco-0.15.1/src/lang/python.rs:340:17
[INFO] [stdout]     |
[INFO] [stdout] 340 | /                 quote_in! {*out =>
[INFO] [stdout] 341 | |                     from #module import #(for i in imports join (, ) => #i)
[INFO] [stdout] 342 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `quote_in` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: Your compiler does not support spans which is required by genco, see: https://github.com/rust-lang/rust/issues/54725
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/genco-0.15.1/src/lang/python.rs:349:13
[INFO] [stdout]     |
[INFO] [stdout] 349 | /             quote_in! {*out =>
[INFO] [stdout] 350 | |                 import #module#(if let Some(a) = alias => #<space>as #a)
[INFO] [stdout] 351 | |             }
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `quote_in` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: Your compiler does not support spans which is required by genco, see: https://github.com/rust-lang/rust/issues/54725
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/genco-0.15.1/src/lang/rust.rs:478:21
[INFO] [stdout]     |
[INFO] [stdout] 478 | /                     quote_in! { *out =>
[INFO] [stdout] 479 | |                         use #m::{#(ref o =>
[INFO] [stdout] 480 | |                             first.render(o);
[INFO] [stdout] 481 | |                             quote_in!(*o => , #(ref o => second.render(o)));
[INFO] [stdout] ...   |
[INFO] [stdout] 486 | |                         )};
[INFO] [stdout] 487 | |                     };
[INFO] [stdout]     | |_____________________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `quote_in` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: Your compiler does not support spans which is required by genco, see: https://github.com/rust-lang/rust/issues/54725
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/genco-0.15.1/src/lang/rust.rs:491:29
[INFO] [stdout]     |
[INFO] [stdout] 491 | ...                   quote_in!(*out => use #m;);
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `quote_in` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: Your compiler does not support spans which is required by genco, see: https://github.com/rust-lang/rust/issues/54725
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/genco-0.15.1/src/lang/rust.rs:494:29
[INFO] [stdout]     |
[INFO] [stdout] 494 | ...                   quote_in!(*out => use #m as #alias;);
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `quote_in` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: Your compiler does not support spans which is required by genco, see: https://github.com/rust-lang/rust/issues/54725
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/genco-0.15.1/src/lang/rust.rs:500:29
[INFO] [stdout]     |
[INFO] [stdout] 500 | ...                   quote_in!(*out => use #m::#name as #alias;);
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `quote_in` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: Your compiler does not support spans which is required by genco, see: https://github.com/rust-lang/rust/issues/54725
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/genco-0.15.1/src/lang/rust.rs:503:29
[INFO] [stdout]     |
[INFO] [stdout] 503 | ...                   quote_in!(*out => use #m::#name;);
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `quote_in` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: Your compiler does not support spans which is required by genco, see: https://github.com/rust-lang/rust/issues/54725
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/genco-0.15.1/src/lang/rust.rs:584:25
[INFO] [stdout]     |
[INFO] [stdout] 584 |                         quote_in!(*out => self);
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `quote_in` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: Your compiler does not support spans which is required by genco, see: https://github.com/rust-lang/rust/issues/54725
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/genco-0.15.1/src/lang/rust.rs:587:25
[INFO] [stdout]     |
[INFO] [stdout] 587 |                         quote_in!(*out => self as #alias);
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `quote_in` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: Your compiler does not support spans which is required by genco, see: https://github.com/rust-lang/rust/issues/54725
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/genco-0.15.1/src/lang/rust.rs:593:25
[INFO] [stdout]     |
[INFO] [stdout] 593 |                         quote_in!(*out => #name as #alias);
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `quote_in` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: Your compiler does not support spans which is required by genco, see: https://github.com/rust-lang/rust/issues/54725
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/genco-0.15.1/src/lang/rust.rs:596:25
[INFO] [stdout]     |
[INFO] [stdout] 596 |                         quote_in!(*out => #name);
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `quote_in` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: Your compiler does not support spans which is required by genco, see: https://github.com/rust-lang/rust/issues/54725
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/genco-0.15.1/src/lang/swift.rs:107:17
[INFO] [stdout]     |
[INFO] [stdout] 107 |                 quote_in! { *out => #<push>import #module}
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `quote_in` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking futures-util v0.3.30
[INFO] [stderr]    Compiling thiserror v1.0.58
[INFO] [stderr]    Compiling pest v2.7.8
[INFO] [stdout] error: aborting due to 25 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `genco` (lib) due to 26 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "a9a0a8bec4b0b0c71fe5aa9709bdada793b71801dc848375f0319c3e894dbef0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a9a0a8bec4b0b0c71fe5aa9709bdada793b71801dc848375f0319c3e894dbef0", kill_on_drop: false }`
[INFO] [stdout] a9a0a8bec4b0b0c71fe5aa9709bdada793b71801dc848375f0319c3e894dbef0
