[INFO] fetching crate mlua-extras 0.0.5...
[INFO] checking mlua-extras-0.0.5 against try#31561a63598a0f21fc74c024747ef1310fdd2eb2 for pr-133536
[INFO] extracting crate mlua-extras 0.0.5 into /workspace/builds/worker-3-tc2/source
[INFO] validating manifest of crates.io crate mlua-extras 0.0.5 on toolchain 31561a63598a0f21fc74c024747ef1310fdd2eb2
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate mlua-extras 0.0.5
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate mlua-extras 0.0.5
[INFO] tweaked toml for crates.io crate mlua-extras 0.0.5 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] crate crates.io crate mlua-extras 0.0.5 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b399094c1cd8dc4ec40b14e09857de5ee25f5457f9f6525b8417d0afde971d32
[INFO] running `Command { std: "docker" "start" "-a" "b399094c1cd8dc4ec40b14e09857de5ee25f5457f9f6525b8417d0afde971d32", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b399094c1cd8dc4ec40b14e09857de5ee25f5457f9f6525b8417d0afde971d32", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b399094c1cd8dc4ec40b14e09857de5ee25f5457f9f6525b8417d0afde971d32", kill_on_drop: false }`
[INFO] [stdout] b399094c1cd8dc4ec40b14e09857de5ee25f5457f9f6525b8417d0afde971d32
[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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 12163f59ad0824ba73acfc74cbd32a5aea65f0d97ef5669d870cd1b616e2470c
[INFO] running `Command { std: "docker" "start" "-a" "12163f59ad0824ba73acfc74cbd32a5aea65f0d97ef5669d870cd1b616e2470c", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustversion v1.0.17
[INFO] [stderr]    Compiling serde v1.0.210
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling syn v2.0.77
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling serde_derive v1.0.210
[INFO] [stderr]     Checking strum v0.26.3
[INFO] [stderr]     Checking mlua-extras v0.0.5 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: failed to resolve: could not find `typed` in `mlua_extras`
[INFO] [stdout]  --> examples/typed_v2.rs:4:18
[INFO] [stdout]   |
[INFO] [stdout] 4 | use mlua_extras::typed::{generator::{Definition, DefinitionFileGenerator, Definitions}, TypedModule};
[INFO] [stdout]   |                  ^^^^^ could not find `typed` in `mlua_extras`
[INFO] [stdout]   |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /opt/rustwide/workdir/src/lib.rs:2:9
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub mod typed;
[INFO] [stdout]   |         ^^^^^
[INFO] [stdout] note: the item is gated behind the `mlua` feature
[INFO] [stdout]  --> /opt/rustwide/workdir/src/lib.rs:1:7
[INFO] [stdout]   |
[INFO] [stdout] 1 | #[cfg(feature="mlua")]
[INFO] [stdout]   |       ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `mlua`
[INFO] [stdout]  --> examples/typed_v2.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use mlua::MetaMethod;
[INFO] [stdout]   |     ^^^^ use of undeclared crate or module `mlua`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `mlua_extras::typed`
[INFO] [stdout]  --> examples/typed_v2.rs:4:18
[INFO] [stdout]   |
[INFO] [stdout] 4 | use mlua_extras::typed::{generator::{Definition, DefinitionFileGenerator, Definitions}, TypedModule};
[INFO] [stdout]   |                  ^^^^^ could not find `typed` in `mlua_extras`
[INFO] [stdout]   |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /opt/rustwide/workdir/src/lib.rs:2:9
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub mod typed;
[INFO] [stdout]   |         ^^^^^
[INFO] [stdout] note: the item is gated behind the `mlua` feature
[INFO] [stdout]  --> /opt/rustwide/workdir/src/lib.rs:1:7
[INFO] [stdout]   |
[INFO] [stdout] 1 | #[cfg(feature="mlua")]
[INFO] [stdout]   |       ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `mlua_extras::extras`, `mlua_extras::typed`
[INFO] [stdout]  --> examples/module.rs:1:19
[INFO] [stdout]   |
[INFO] [stdout] 1 | use mlua_extras::{extras::Module, typed::{TypedModule, TypedModuleBuilder, TypedModuleFields, TypedModuleMethods}};
[INFO] [stdout]   |                   ^^^^^^          ^^^^^ could not find `typed` in `mlua_extras`
[INFO] [stdout]   |                   |
[INFO] [stdout]   |                   could not find `extras` in `mlua_extras`
[INFO] [stdout]   |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /opt/rustwide/workdir/src/lib.rs:4:9
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub mod extras;
[INFO] [stdout]   |         ^^^^^^
[INFO] [stdout] note: the item is gated behind the `mlua` feature
[INFO] [stdout]  --> /opt/rustwide/workdir/src/lib.rs:3:7
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[cfg(feature="mlua")]
[INFO] [stdout]   |       ^^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /opt/rustwide/workdir/src/lib.rs:2:9
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub mod typed;
[INFO] [stdout]   |         ^^^^^
[INFO] [stdout] note: the item is gated behind the `mlua` feature
[INFO] [stdout]  --> /opt/rustwide/workdir/src/lib.rs:1:7
[INFO] [stdout]   |
[INFO] [stdout] 1 | #[cfg(feature="mlua")]
[INFO] [stdout]   |       ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `typed` in `mlua_extras`
[INFO] [stdout]   --> examples/typed_v2.rs:19:41
[INFO] [stdout]    |
[INFO] [stdout] 19 |     fn add_fields<'lua, F: mlua_extras::typed::TypedModuleFields<'lua>>(fields: &mut F) -> mlua::Result<()> {
[INFO] [stdout]    |                                         ^^^^^ could not find `typed` in `mlua_extras`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/workdir/src/lib.rs:2:9
[INFO] [stdout]    |
[INFO] [stdout] 2  | pub mod typed;
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] note: the item is gated behind the `mlua` feature
[INFO] [stdout]   --> /opt/rustwide/workdir/src/lib.rs:1:7
[INFO] [stdout]    |
[INFO] [stdout] 1  | #[cfg(feature="mlua")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `typed` in `mlua_extras`
[INFO] [stdout]   --> examples/typed_v2.rs:35:42
[INFO] [stdout]    |
[INFO] [stdout] 35 |     fn add_methods<'lua, M: mlua_extras::typed::TypedModuleMethods<'lua>>(methods: &mut M) -> mlua::Result<()> {
[INFO] [stdout]    |                                          ^^^^^ could not find `typed` in `mlua_extras`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/workdir/src/lib.rs:2:9
[INFO] [stdout]    |
[INFO] [stdout] 2  | pub mod typed;
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] note: the item is gated behind the `mlua` feature
[INFO] [stdout]   --> /opt/rustwide/workdir/src/lib.rs:1:7
[INFO] [stdout]    |
[INFO] [stdout] 1  | #[cfg(feature="mlua")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mlua`
[INFO] [stdout]   --> examples/module.rs:49:15
[INFO] [stdout]    |
[INFO] [stdout] 49 |     let lua = mlua::Lua::new();
[INFO] [stdout]    |               ^^^^ use of undeclared crate or module `mlua`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mlua`
[INFO] [stdout]  --> examples/module.rs:5:75
[INFO] [stdout]   |
[INFO] [stdout] 5 |     fn add_methods<'lua, M: TypedModuleMethods<'lua>>(methods: &mut M) -> mlua::Result<()> {
[INFO] [stdout]   |                                                                           ^^^^ use of undeclared crate or module `mlua`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mlua`
[INFO] [stdout]   --> examples/typed_v2.rs:19:92
[INFO] [stdout]    |
[INFO] [stdout] 19 |     fn add_fields<'lua, F: mlua_extras::typed::TypedModuleFields<'lua>>(fields: &mut F) -> mlua::Result<()> {
[INFO] [stdout]    |                                                                                            ^^^^ use of undeclared crate or module `mlua`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mlua`
[INFO] [stdout]   --> examples/typed_v2.rs:35:95
[INFO] [stdout]    |
[INFO] [stdout] 35 |     fn add_methods<'lua, M: mlua_extras::typed::TypedModuleMethods<'lua>>(methods: &mut M) -> mlua::Result<()> {
[INFO] [stdout]    |                                                                                               ^^^^ use of undeclared crate or module `mlua`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mlua`
[INFO] [stdout]   --> examples/module.rs:22:72
[INFO] [stdout]    |
[INFO] [stdout] 22 |     fn add_fields<'lua, F: TypedModuleFields<'lua>>(fields: &mut F) -> mlua::Result<()> {
[INFO] [stdout]    |                                                                        ^^^^ use of undeclared crate or module `mlua`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mlua`
[INFO] [stdout]   --> examples/module.rs:33:75
[INFO] [stdout]    |
[INFO] [stdout] 33 |     fn add_methods<'lua, M: TypedModuleMethods<'lua>>(methods: &mut M) -> mlua::Result<()> {
[INFO] [stdout]    |                                                                           ^^^^ use of undeclared crate or module `mlua`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mlua`
[INFO] [stdout]   --> examples/module.rs:48:14
[INFO] [stdout]    |
[INFO] [stdout] 48 | fn main() -> mlua::Result<()> {
[INFO] [stdout]    |              ^^^^ use of undeclared crate or module `mlua`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mlua`
[INFO] [stdout]   --> examples/module.rs:61:12
[INFO] [stdout]    |
[INFO] [stdout] 61 | "#).eval::<mlua::Value>() {
[INFO] [stdout]    |            ^^^^ use of undeclared crate or module `mlua`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `mlua-extras` (example "typed_v2") due to 7 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `mlua-extras` (example "module") due to 7 previous errors
[INFO] running `Command { std: "docker" "inspect" "12163f59ad0824ba73acfc74cbd32a5aea65f0d97ef5669d870cd1b616e2470c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "12163f59ad0824ba73acfc74cbd32a5aea65f0d97ef5669d870cd1b616e2470c", kill_on_drop: false }`
[INFO] [stdout] 12163f59ad0824ba73acfc74cbd32a5aea65f0d97ef5669d870cd1b616e2470c
