[INFO] crate rlua 0.16.2 is already in cache [INFO] extracting crate rlua 0.16.2 into work/ex/pr-60039-1/sources/master#e305df1846a6d985315917ae0c81b74af8b4e641/reg/rlua/0.16.2 [INFO] extracting crate rlua 0.16.2 into work/ex/pr-60039-1/sources/try#99a7498759a22b5684caf798a98b7e90ad9d2443/reg/rlua/0.16.2 [INFO] validating manifest of rlua-0.16.2 on toolchain master#e305df1846a6d985315917ae0c81b74af8b4e641 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e305df1846a6d985315917ae0c81b74af8b4e641-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of rlua-0.16.2 on toolchain try#99a7498759a22b5684caf798a98b7e90ad9d2443 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+99a7498759a22b5684caf798a98b7e90ad9d2443-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-60039-1/sources/master#e305df1846a6d985315917ae0c81b74af8b4e641/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-60039-1/sources/try#99a7498759a22b5684caf798a98b7e90ad9d2443/reg/rlua/0.16.2/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e305df1846a6d985315917ae0c81b74af8b4e641-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+99a7498759a22b5684caf798a98b7e90ad9d2443-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e305df1846a6d985315917ae0c81b74af8b4e641-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+99a7498759a22b5684caf798a98b7e90ad9d2443-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking rlua-0.16.2 against try#99a7498759a22b5684caf798a98b7e90ad9d2443 for pr-60039-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-60039-1/worker-1/try#99a7498759a22b5684caf798a98b7e90ad9d2443:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-60039-1/sources/try#99a7498759a22b5684caf798a98b7e90ad9d2443/reg/rlua/0.16.2:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/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" "+99a7498759a22b5684caf798a98b7e90ad9d2443-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 8f5e7fd9f360efcb65ce4cd5fd0b83fce7713b9ff9df07bf4b9f56811b58d31e [INFO] running `"docker" "start" "-a" "8f5e7fd9f360efcb65ce4cd5fd0b83fce7713b9ff9df07bf4b9f56811b58d31e"` [INFO] [stderr] Compiling compiletest_rs v0.3.22 [INFO] [stderr] Compiling rlua v0.16.2 (/opt/crater/workdir) [INFO] [stderr] Checking tester v0.5.0 [INFO] [stderr] Checking rustyline v3.0.0 [INFO] [stderr] Checking criterion v0.2.11 [INFO] [stderr] Checking rustfix v0.4.5 [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" "8f5e7fd9f360efcb65ce4cd5fd0b83fce7713b9ff9df07bf4b9f56811b58d31e"` [INFO] running `"docker" "rm" "-f" "8f5e7fd9f360efcb65ce4cd5fd0b83fce7713b9ff9df07bf4b9f56811b58d31e"` [INFO] [stdout] 8f5e7fd9f360efcb65ce4cd5fd0b83fce7713b9ff9df07bf4b9f56811b58d31e