Oct 22 01:41:49.988 INFO checking lua_actor-0.1.18 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 22 01:41:49.988 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 22 01:41:50.332 INFO blam! ff6a1b03a8d0219addf1613d07563bf4ec1edb7828f87b0ba45141bd5700a3d3 Oct 22 01:41:50.334 INFO running `"docker" "start" "-a" "ff6a1b03a8d0219addf1613d07563bf4ec1edb7828f87b0ba45141bd5700a3d3"` Oct 22 01:41:50.851 INFO kablam! usermod: no changes Oct 22 01:41:50.911 INFO kablam! Checking fp_rust v0.1.39 Oct 22 01:41:51.732 INFO kablam! Checking lua_actor v0.1.18 (/source) Oct 22 01:41:53.128 INFO kablam! error[E0277]: the trait bound `rlua::Error: std::convert::From` is not satisfied Oct 22 01:41:53.128 INFO kablam! --> src/message.rs:211:57 Oct 22 01:41:53.128 INFO kablam! | Oct 22 01:41:53.128 INFO kablam! 211 | Value::Integer(_) => Ok(LuaMessage::Integer(lua.coerce_integer(v)? as i64)), Oct 22 01:41:53.128 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `rlua::Error` Oct 22 01:41:53.128 INFO kablam! | Oct 22 01:41:53.128 INFO kablam! = note: required by `std::convert::From::from` Oct 22 01:41:53.128 INFO kablam! Oct 22 01:41:53.128 INFO kablam! error[E0277]: the trait bound `rlua::Error: std::convert::From` is not satisfied Oct 22 01:41:53.128 INFO kablam! --> src/message.rs:212:55 Oct 22 01:41:53.128 INFO kablam! | Oct 22 01:41:53.128 INFO kablam! 212 | Value::Number(_) => Ok(LuaMessage::Number(lua.coerce_number(v)? as f64)), Oct 22 01:41:53.128 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `rlua::Error` Oct 22 01:41:53.128 INFO kablam! | Oct 22 01:41:53.128 INFO kablam! = note: required by `std::convert::From::from` Oct 22 01:41:53.128 INFO kablam! Oct 22 01:41:53.140 INFO kablam! error: aborting due to 2 previous errors Oct 22 01:41:53.140 INFO kablam! Oct 22 01:41:53.140 INFO kablam! For more information about this error, try `rustc --explain E0277`. Oct 22 01:41:53.160 INFO kablam! error: Could not compile `lua_actor`. Oct 22 01:41:53.160 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 22 01:41:53.382 INFO kablam! error[E0277]: the trait bound `rlua::Error: std::convert::From` is not satisfied Oct 22 01:41:53.382 INFO kablam! --> src/message.rs:211:57 Oct 22 01:41:53.382 INFO kablam! | Oct 22 01:41:53.382 INFO kablam! 211 | Value::Integer(_) => Ok(LuaMessage::Integer(lua.coerce_integer(v)? as i64)), Oct 22 01:41:53.382 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `rlua::Error` Oct 22 01:41:53.382 INFO kablam! | Oct 22 01:41:53.382 INFO kablam! = note: required by `std::convert::From::from` Oct 22 01:41:53.382 INFO kablam! Oct 22 01:41:53.383 INFO kablam! error[E0277]: the trait bound `rlua::Error: std::convert::From` is not satisfied Oct 22 01:41:53.383 INFO kablam! --> src/message.rs:212:55 Oct 22 01:41:53.383 INFO kablam! | Oct 22 01:41:53.383 INFO kablam! 212 | Value::Number(_) => Ok(LuaMessage::Number(lua.coerce_number(v)? as f64)), Oct 22 01:41:53.383 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `rlua::Error` Oct 22 01:41:53.383 INFO kablam! | Oct 22 01:41:53.383 INFO kablam! = note: required by `std::convert::From::from` Oct 22 01:41:53.383 INFO kablam! Oct 22 01:41:53.434 INFO kablam! error: aborting due to 2 previous errors Oct 22 01:41:53.434 INFO kablam! Oct 22 01:41:53.434 INFO kablam! For more information about this error, try `rustc --explain E0277`. Oct 22 01:41:53.448 INFO kablam! error: Could not compile `lua_actor`. Oct 22 01:41:53.448 INFO kablam! Oct 22 01:41:53.448 INFO kablam! To learn more, run the command again with --verbose. Oct 22 01:41:53.448 INFO kablam! su: No module specific data is present Oct 22 01:41:54.082 INFO running `"docker" "rm" "-f" "ff6a1b03a8d0219addf1613d07563bf4ec1edb7828f87b0ba45141bd5700a3d3"` Oct 22 01:41:54.244 INFO blam! ff6a1b03a8d0219addf1613d07563bf4ec1edb7828f87b0ba45141bd5700a3d3