Oct 27 19:30:08.354 INFO checking lua_actor-0.1.18 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 19:30:08.355 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192-2/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 27 19:30:08.620 INFO blam! eadf5ab58393e9cc84c9788316395ced3fbdaddbe48194033ed0ef94a7207d3a Oct 27 19:30:08.622 INFO running `"docker" "start" "-a" "eadf5ab58393e9cc84c9788316395ced3fbdaddbe48194033ed0ef94a7207d3a"` Oct 27 19:30:09.979 INFO kablam! usermod: no changes Oct 27 19:30:10.107 INFO kablam! Checking fp_rust v0.1.39 Oct 27 19:30:10.107 INFO kablam! Compiling rlua v0.15.3 Oct 27 19:30:18.751 INFO kablam! Checking lua_actor v0.1.18 (/source) Oct 27 19:30:20.675 INFO kablam! error[E0277]: the trait bound `rlua::Error: std::convert::From` is not satisfied Oct 27 19:30:20.675 INFO kablam! --> src/message.rs:211:57 Oct 27 19:30:20.675 INFO kablam! | Oct 27 19:30:20.675 INFO kablam! 211 | Value::Integer(_) => Ok(LuaMessage::Integer(lua.coerce_integer(v)? as i64)), Oct 27 19:30:20.675 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `rlua::Error` Oct 27 19:30:20.675 INFO kablam! | Oct 27 19:30:20.675 INFO kablam! = note: required by `std::convert::From::from` Oct 27 19:30:20.675 INFO kablam! Oct 27 19:30:20.675 INFO kablam! error[E0277]: the trait bound `rlua::Error: std::convert::From` is not satisfied Oct 27 19:30:20.675 INFO kablam! --> src/message.rs:212:55 Oct 27 19:30:20.675 INFO kablam! | Oct 27 19:30:20.675 INFO kablam! 212 | Value::Number(_) => Ok(LuaMessage::Number(lua.coerce_number(v)? as f64)), Oct 27 19:30:20.675 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `rlua::Error` Oct 27 19:30:20.675 INFO kablam! | Oct 27 19:30:20.675 INFO kablam! = note: required by `std::convert::From::from` Oct 27 19:30:20.675 INFO kablam! Oct 27 19:30:20.711 INFO kablam! error: aborting due to 2 previous errors Oct 27 19:30:20.711 INFO kablam! Oct 27 19:30:20.711 INFO kablam! For more information about this error, try `rustc --explain E0277`. Oct 27 19:30:20.748 INFO kablam! error: Could not compile `lua_actor`. Oct 27 19:30:20.748 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 19:30:20.931 INFO kablam! error[E0277]: the trait bound `rlua::Error: std::convert::From` is not satisfied Oct 27 19:30:20.931 INFO kablam! --> src/message.rs:211:57 Oct 27 19:30:20.931 INFO kablam! | Oct 27 19:30:20.931 INFO kablam! 211 | Value::Integer(_) => Ok(LuaMessage::Integer(lua.coerce_integer(v)? as i64)), Oct 27 19:30:20.931 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `rlua::Error` Oct 27 19:30:20.931 INFO kablam! | Oct 27 19:30:20.931 INFO kablam! = note: required by `std::convert::From::from` Oct 27 19:30:20.931 INFO kablam! Oct 27 19:30:20.931 INFO kablam! error[E0277]: the trait bound `rlua::Error: std::convert::From` is not satisfied Oct 27 19:30:20.931 INFO kablam! --> src/message.rs:212:55 Oct 27 19:30:20.931 INFO kablam! | Oct 27 19:30:20.931 INFO kablam! 212 | Value::Number(_) => Ok(LuaMessage::Number(lua.coerce_number(v)? as f64)), Oct 27 19:30:20.931 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `rlua::Error` Oct 27 19:30:20.931 INFO kablam! | Oct 27 19:30:20.931 INFO kablam! = note: required by `std::convert::From::from` Oct 27 19:30:20.931 INFO kablam! Oct 27 19:30:20.975 INFO kablam! error: aborting due to 2 previous errors Oct 27 19:30:20.975 INFO kablam! Oct 27 19:30:20.975 INFO kablam! For more information about this error, try `rustc --explain E0277`. Oct 27 19:30:20.990 INFO kablam! error: Could not compile `lua_actor`. Oct 27 19:30:20.990 INFO kablam! Oct 27 19:30:20.990 INFO kablam! To learn more, run the command again with --verbose. Oct 27 19:30:20.990 INFO kablam! su: No module specific data is present Oct 27 19:30:21.587 INFO running `"docker" "rm" "-f" "eadf5ab58393e9cc84c9788316395ced3fbdaddbe48194033ed0ef94a7207d3a"` Oct 27 19:30:21.847 INFO blam! eadf5ab58393e9cc84c9788316395ced3fbdaddbe48194033ed0ef94a7207d3a