Oct 13 12:22:30.355 INFO checking lua_actor-0.1.18 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 12:22:30.355 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-4/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 13 12:22:30.712 INFO blam! f92c261ee73dcd96c3a6e7f7daf91a58740bf0e6196685852bcb8c9fd441e4c5 Oct 13 12:22:30.724 INFO running `"docker" "start" "-a" "f92c261ee73dcd96c3a6e7f7daf91a58740bf0e6196685852bcb8c9fd441e4c5"` Oct 13 12:22:31.595 INFO kablam! usermod: no changes Oct 13 12:22:31.744 INFO kablam! Checking fp_rust v0.1.39 Oct 13 12:22:31.744 INFO kablam! Checking rlua v0.15.2 Oct 13 12:22:35.220 INFO kablam! Checking lua_actor v0.1.18 (/source) Oct 13 12:22:36.876 INFO kablam! error[E0277]: the trait bound `rlua::Error: std::convert::From` is not satisfied Oct 13 12:22:36.876 INFO kablam! --> src/message.rs:211:57 Oct 13 12:22:36.876 INFO kablam! | Oct 13 12:22:36.876 INFO kablam! 211 | Value::Integer(_) => Ok(LuaMessage::Integer(lua.coerce_integer(v)? as i64)), Oct 13 12:22:36.876 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `rlua::Error` Oct 13 12:22:36.876 INFO kablam! | Oct 13 12:22:36.876 INFO kablam! = note: required by `std::convert::From::from` Oct 13 12:22:36.876 INFO kablam! Oct 13 12:22:36.878 INFO kablam! error[E0277]: the trait bound `rlua::Error: std::convert::From` is not satisfied Oct 13 12:22:36.878 INFO kablam! --> src/message.rs:212:55 Oct 13 12:22:36.878 INFO kablam! | Oct 13 12:22:36.878 INFO kablam! 212 | Value::Number(_) => Ok(LuaMessage::Number(lua.coerce_number(v)? as f64)), Oct 13 12:22:36.878 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `rlua::Error` Oct 13 12:22:36.878 INFO kablam! | Oct 13 12:22:36.878 INFO kablam! = note: required by `std::convert::From::from` Oct 13 12:22:36.878 INFO kablam! Oct 13 12:22:36.907 INFO kablam! error[E0277]: the trait bound `rlua::Error: std::convert::From` is not satisfied Oct 13 12:22:36.907 INFO kablam! --> src/message.rs:211:57 Oct 13 12:22:36.907 INFO kablam! | Oct 13 12:22:36.907 INFO kablam! 211 | Value::Integer(_) => Ok(LuaMessage::Integer(lua.coerce_integer(v)? as i64)), Oct 13 12:22:36.907 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `rlua::Error` Oct 13 12:22:36.907 INFO kablam! | Oct 13 12:22:36.907 INFO kablam! = note: required by `std::convert::From::from` Oct 13 12:22:36.907 INFO kablam! Oct 13 12:22:36.909 INFO kablam! error[E0277]: the trait bound `rlua::Error: std::convert::From` is not satisfied Oct 13 12:22:36.909 INFO kablam! --> src/message.rs:212:55 Oct 13 12:22:36.909 INFO kablam! | Oct 13 12:22:36.909 INFO kablam! 212 | Value::Number(_) => Ok(LuaMessage::Number(lua.coerce_number(v)? as f64)), Oct 13 12:22:36.909 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `rlua::Error` Oct 13 12:22:36.909 INFO kablam! | Oct 13 12:22:36.909 INFO kablam! = note: required by `std::convert::From::from` Oct 13 12:22:36.909 INFO kablam! Oct 13 12:22:36.919 INFO kablam! error: aborting due to 2 previous errors Oct 13 12:22:36.919 INFO kablam! Oct 13 12:22:36.920 INFO kablam! For more information about this error, try `rustc --explain E0277`. Oct 13 12:22:36.928 INFO kablam! error: Could not compile `lua_actor`. Oct 13 12:22:36.929 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 13 12:22:36.962 INFO kablam! error: aborting due to 2 previous errors Oct 13 12:22:36.962 INFO kablam! Oct 13 12:22:36.963 INFO kablam! For more information about this error, try `rustc --explain E0277`. Oct 13 12:22:36.972 INFO kablam! error: Could not compile `lua_actor`. Oct 13 12:22:36.972 INFO kablam! Oct 13 12:22:36.972 INFO kablam! To learn more, run the command again with --verbose. Oct 13 12:22:36.974 INFO kablam! su: No module specific data is present Oct 13 12:22:37.873 INFO running `"docker" "rm" "-f" "f92c261ee73dcd96c3a6e7f7daf91a58740bf0e6196685852bcb8c9fd441e4c5"` Oct 13 12:22:38.193 INFO blam! f92c261ee73dcd96c3a6e7f7daf91a58740bf0e6196685852bcb8c9fd441e4c5