Nov 04 21:15:29.967 INFO checking lua_actor-0.1.18 against master#2ad8c7b3502616aff142a4640cce911c6c2c5463 for pr-55655 Nov 04 21:15:29.967 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55655/worker-3/master#2ad8c7b3502616aff142a4640cce911c6c2c5463:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-55655/master#2ad8c7b3502616aff142a4640cce911c6c2c5463:/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 +2ad8c7b3502616aff142a4640cce911c6c2c5463-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"` Nov 04 21:15:30.223 INFO blam! a9982f7ace5f1e9f595f1b35b8b7dd53dcd1f432b1e9972e8ae2aa2ca4e89f8e Nov 04 21:15:30.227 INFO running `"docker" "start" "-a" "a9982f7ace5f1e9f595f1b35b8b7dd53dcd1f432b1e9972e8ae2aa2ca4e89f8e"` Nov 04 21:15:31.005 INFO kablam! usermod: no changes Nov 04 21:15:31.135 INFO kablam! Checking fp_rust v0.1.39 Nov 04 21:15:31.135 INFO kablam! Compiling rlua v0.15.3 Nov 04 21:15:39.683 INFO kablam! Checking lua_actor v0.1.18 (/source) Nov 04 21:15:41.671 INFO kablam! error[E0277]: the trait bound `rlua::Error: std::convert::From` is not satisfied Nov 04 21:15:41.671 INFO kablam! --> src/message.rs:211:57 Nov 04 21:15:41.671 INFO kablam! | Nov 04 21:15:41.671 INFO kablam! 211 | Value::Integer(_) => Ok(LuaMessage::Integer(lua.coerce_integer(v)? as i64)), Nov 04 21:15:41.671 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `rlua::Error` Nov 04 21:15:41.671 INFO kablam! | Nov 04 21:15:41.671 INFO kablam! = note: required by `std::convert::From::from` Nov 04 21:15:41.671 INFO kablam! Nov 04 21:15:41.671 INFO kablam! error[E0277]: the trait bound `rlua::Error: std::convert::From` is not satisfied Nov 04 21:15:41.671 INFO kablam! --> src/message.rs:212:55 Nov 04 21:15:41.671 INFO kablam! | Nov 04 21:15:41.671 INFO kablam! 212 | Value::Number(_) => Ok(LuaMessage::Number(lua.coerce_number(v)? as f64)), Nov 04 21:15:41.671 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `rlua::Error` Nov 04 21:15:41.671 INFO kablam! | Nov 04 21:15:41.671 INFO kablam! = note: required by `std::convert::From::from` Nov 04 21:15:41.671 INFO kablam! Nov 04 21:15:41.675 INFO kablam! error: aborting due to 2 previous errors Nov 04 21:15:41.675 INFO kablam! Nov 04 21:15:41.675 INFO kablam! For more information about this error, try `rustc --explain E0277`. Nov 04 21:15:41.679 INFO kablam! error: Could not compile `lua_actor`. Nov 04 21:15:41.679 INFO kablam! warning: build failed, waiting for other jobs to finish... Nov 04 21:15:41.903 INFO kablam! error[E0277]: the trait bound `rlua::Error: std::convert::From` is not satisfied Nov 04 21:15:41.903 INFO kablam! --> src/message.rs:211:57 Nov 04 21:15:41.903 INFO kablam! | Nov 04 21:15:41.903 INFO kablam! 211 | Value::Integer(_) => Ok(LuaMessage::Integer(lua.coerce_integer(v)? as i64)), Nov 04 21:15:41.903 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `rlua::Error` Nov 04 21:15:41.903 INFO kablam! | Nov 04 21:15:41.903 INFO kablam! = note: required by `std::convert::From::from` Nov 04 21:15:41.903 INFO kablam! Nov 04 21:15:41.903 INFO kablam! error[E0277]: the trait bound `rlua::Error: std::convert::From` is not satisfied Nov 04 21:15:41.903 INFO kablam! --> src/message.rs:212:55 Nov 04 21:15:41.903 INFO kablam! | Nov 04 21:15:41.903 INFO kablam! 212 | Value::Number(_) => Ok(LuaMessage::Number(lua.coerce_number(v)? as f64)), Nov 04 21:15:41.903 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `rlua::Error` Nov 04 21:15:41.903 INFO kablam! | Nov 04 21:15:41.903 INFO kablam! = note: required by `std::convert::From::from` Nov 04 21:15:41.903 INFO kablam! Nov 04 21:15:41.955 INFO kablam! error: aborting due to 2 previous errors Nov 04 21:15:41.955 INFO kablam! Nov 04 21:15:41.955 INFO kablam! For more information about this error, try `rustc --explain E0277`. Nov 04 21:15:41.971 INFO kablam! error: Could not compile `lua_actor`. Nov 04 21:15:41.971 INFO kablam! Nov 04 21:15:41.971 INFO kablam! To learn more, run the command again with --verbose. Nov 04 21:15:41.971 INFO kablam! su: No module specific data is present Nov 04 21:15:42.914 INFO running `"docker" "rm" "-f" "a9982f7ace5f1e9f595f1b35b8b7dd53dcd1f432b1e9972e8ae2aa2ca4e89f8e"` Nov 04 21:15:43.195 INFO blam! a9982f7ace5f1e9f595f1b35b8b7dd53dcd1f432b1e9972e8ae2aa2ca4e89f8e