[INFO] crate rlua 0.16.2 is already in cache [INFO] extracting crate rlua 0.16.2 into work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/reg/rlua/0.16.2 [INFO] extracting crate rlua 0.16.2 into work/ex/pr-60162/sources/try#06a150c7d11500b41499224f165e9de1de096768/reg/rlua/0.16.2 [INFO] validating manifest of rlua-0.16.2 on toolchain master#a850a426491e14186af2250549bf41256b5938d2 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+a850a426491e14186af2250549bf41256b5938d2-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of rlua-0.16.2 on toolchain try#06a150c7d11500b41499224f165e9de1de096768 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+06a150c7d11500b41499224f165e9de1de096768-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing rlua-0.16.2 [INFO] finished frobbing rlua-0.16.2 [INFO] frobbed toml for rlua-0.16.2 written to work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/reg/rlua/0.16.2/Cargo.toml [INFO] started frobbing rlua-0.16.2 [INFO] finished frobbing rlua-0.16.2 [INFO] frobbed toml for rlua-0.16.2 written to work/ex/pr-60162/sources/try#06a150c7d11500b41499224f165e9de1de096768/reg/rlua/0.16.2/Cargo.toml [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+a850a426491e14186af2250549bf41256b5938d2-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+06a150c7d11500b41499224f165e9de1de096768-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+a850a426491e14186af2250549bf41256b5938d2-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+06a150c7d11500b41499224f165e9de1de096768-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking rlua-0.16.2 against master#a850a426491e14186af2250549bf41256b5938d2 for pr-60162 [INFO] running `"docker" "create" "-v" "/mnt/crater-raid/crater/work/local/target-dirs/pr-60162/worker-2/master#a850a426491e14186af2250549bf41256b5938d2:/opt/crater/target:rw,Z" "-v" "/mnt/crater-raid/crater/work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/reg/rlua/0.16.2:/opt/crater/workdir:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+a850a426491e14186af2250549bf41256b5938d2-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] e900628ee3ec13a286c988099b32003557c2223f2ecd98a0aa543cc01b2d463e [INFO] running `"docker" "start" "-a" "e900628ee3ec13a286c988099b32003557c2223f2ecd98a0aa543cc01b2d463e"` [INFO] [stderr] Compiling rlua v0.16.2 (/opt/crater/workdir) [INFO] [stderr] Checking rustyline v3.0.0 [INFO] [stderr] Checking compiletest_rs v0.3.22 [INFO] [stderr] Checking criterion v0.2.11 [INFO] [stderr] error: cannot find macro `criterion_group!` in this scope [INFO] [stderr] --> benches/benchmark.rs:195:1 [INFO] [stderr] | [INFO] [stderr] 195 | criterion_group! { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `criterion_main!` in this scope [INFO] [stderr] --> benches/benchmark.rs:211:1 [INFO] [stderr] | [INFO] [stderr] 211 | criterion_main!(benches); [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0601]: `main` function not found in crate `benchmark` [INFO] [stderr] | [INFO] [stderr] = note: consider adding a `main` function to `benches/benchmark.rs` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `create_table` found for type `rlua::lua::Lua` in the current scope [INFO] [stderr] --> benches/benchmark.rs:9:21 [INFO] [stderr] | [INFO] [stderr] 9 | lua.create_table().unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `create_table` found for type `rlua::lua::Lua` in the current scope [INFO] [stderr] --> benches/benchmark.rs:22:37 [INFO] [stderr] | [INFO] [stderr] 22 | let table = lua.create_table().unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `create_table` found for type `rlua::lua::Lua` in the current scope [INFO] [stderr] --> benches/benchmark.rs:39:37 [INFO] [stderr] | [INFO] [stderr] 39 | let table = lua.create_table().unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `create_string` found for type `rlua::lua::Lua` in the current scope [INFO] [stderr] --> benches/benchmark.rs:41:37 [INFO] [stderr] | [INFO] [stderr] 41 | let s = lua.create_string(s).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `eval` found for type `rlua::lua::Lua` in the current scope [INFO] [stderr] --> benches/benchmark.rs:58:26 [INFO] [stderr] | [INFO] [stderr] 58 | .eval( [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `create_registry_value` found for type `rlua::lua::Lua` in the current scope [INFO] [stderr] --> benches/benchmark.rs:67:25 [INFO] [stderr] | [INFO] [stderr] 67 | lua.create_registry_value(f).unwrap() [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `registry_value` found for type `rlua::lua::Lua` in the current scope [INFO] [stderr] --> benches/benchmark.rs:73:57 [INFO] [stderr] | [INFO] [stderr] 73 | let add_function: LuaFunction = lua.registry_value(&f).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `create_function` found for type `rlua::lua::Lua` in the current scope [INFO] [stderr] --> benches/benchmark.rs:91:26 [INFO] [stderr] | [INFO] [stderr] 91 | .create_function(|_, (a, b, c): (i64, i64, i64)| Ok(a + b + c)) [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `globals` found for type `rlua::lua::Lua` in the current scope [INFO] [stderr] --> benches/benchmark.rs:93:25 [INFO] [stderr] | [INFO] [stderr] 93 | lua.globals().set("callback", c).unwrap(); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `eval` found for type `rlua::lua::Lua` in the current scope [INFO] [stderr] --> benches/benchmark.rs:95:26 [INFO] [stderr] | [INFO] [stderr] 95 | .eval( [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `create_registry_value` found for type `rlua::lua::Lua` in the current scope [INFO] [stderr] --> benches/benchmark.rs:106:25 [INFO] [stderr] | [INFO] [stderr] 106 | lua.create_registry_value(f).unwrap() [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `registry_value` found for type `rlua::lua::Lua` in the current scope [INFO] [stderr] --> benches/benchmark.rs:112:59 [INFO] [stderr] | [INFO] [stderr] 112 | let entry_function: LuaFunction = lua.registry_value(&f).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `create_function` found for type `rlua::lua::Lua` in the current scope [INFO] [stderr] --> benches/benchmark.rs:128:26 [INFO] [stderr] | [INFO] [stderr] 128 | .create_function(|_, (a, b): (LuaString, LuaString)| { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `globals` found for type `rlua::lua::Lua` in the current scope [INFO] [stderr] --> benches/benchmark.rs:132:25 [INFO] [stderr] | [INFO] [stderr] 132 | lua.globals().set("callback", c).unwrap(); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `eval` found for type `rlua::lua::Lua` in the current scope [INFO] [stderr] --> benches/benchmark.rs:134:26 [INFO] [stderr] | [INFO] [stderr] 134 | .eval( [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `create_registry_value` found for type `rlua::lua::Lua` in the current scope [INFO] [stderr] --> benches/benchmark.rs:145:25 [INFO] [stderr] | [INFO] [stderr] 145 | lua.create_registry_value(f).unwrap() [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `registry_value` found for type `rlua::lua::Lua` in the current scope [INFO] [stderr] --> benches/benchmark.rs:151:59 [INFO] [stderr] | [INFO] [stderr] 151 | let entry_function: LuaFunction = lua.registry_value(&f).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `create_registry_value` found for type `rlua::lua::Lua` in the current scope [INFO] [stderr] --> benches/benchmark.rs:166:25 [INFO] [stderr] | [INFO] [stderr] 166 | lua.create_registry_value(lua.pack(true).unwrap()).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `pack` found for type `rlua::lua::Lua` in the current scope [INFO] [stderr] --> benches/benchmark.rs:166:51 [INFO] [stderr] | [INFO] [stderr] 166 | lua.create_registry_value(lua.pack(true).unwrap()).unwrap(); [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `expire_registry_values` found for type `rlua::lua::Lua` in the current scope [INFO] [stderr] --> benches/benchmark.rs:168:21 [INFO] [stderr] | [INFO] [stderr] 168 | lua.expire_registry_values(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `create_table` found for type `rlua::lua::Lua` in the current scope [INFO] [stderr] --> benches/benchmark.rs:184:47 [INFO] [stderr] | [INFO] [stderr] 184 | let table: LuaTable = lua.create_table().unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 24 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0599, E0601. [INFO] [stderr] For more information about an error, try `rustc --explain E0599`. [INFO] [stderr] error: Could not compile `rlua`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "e900628ee3ec13a286c988099b32003557c2223f2ecd98a0aa543cc01b2d463e"` [INFO] running `"docker" "rm" "-f" "e900628ee3ec13a286c988099b32003557c2223f2ecd98a0aa543cc01b2d463e"` [INFO] [stdout] e900628ee3ec13a286c988099b32003557c2223f2ecd98a0aa543cc01b2d463e