Nov 18 06:54:49.363 INFO testing lua_actor-0.1.18 against try#2e026d6e5d7621634147ad4c8074f1d964dbb1be for pr-55982 Nov 18 06:54:49.365 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-7/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-alt build --frozen" "-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 18 06:54:49.773 INFO [stdout] c8687cb930d8b6f6d71747dfc5a2f74fe0f50e6a8f60fee2ffb8856a5c2b14cc Nov 18 06:54:49.773 INFO running `"docker" "start" "-a" "c8687cb930d8b6f6d71747dfc5a2f74fe0f50e6a8f60fee2ffb8856a5c2b14cc"` Nov 18 06:54:50.638 INFO [stderr] usermod: no changes Nov 18 06:54:50.698 INFO [stderr] Compiling fp_rust v0.1.39 Nov 18 06:54:50.699 INFO [stderr] Compiling rlua v0.15.3 Nov 18 06:54:59.095 INFO [stderr] Compiling lua_actor v0.1.18 (/source) Nov 18 06:55:00.062 INFO [stderr] error[E0277]: the trait bound `rlua::Error: std::convert::From` is not satisfied Nov 18 06:55:00.062 INFO [stderr] --> src/message.rs:211:57 Nov 18 06:55:00.062 INFO [stderr] | Nov 18 06:55:00.062 INFO [stderr] 211 | Value::Integer(_) => Ok(LuaMessage::Integer(lua.coerce_integer(v)? as i64)), Nov 18 06:55:00.062 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `rlua::Error` Nov 18 06:55:00.062 INFO [stderr] | Nov 18 06:55:00.062 INFO [stderr] = note: required by `std::convert::From::from` Nov 18 06:55:00.062 INFO [stderr] Nov 18 06:55:00.074 INFO [stderr] error[E0277]: the trait bound `rlua::Error: std::convert::From` is not satisfied Nov 18 06:55:00.075 INFO [stderr] --> src/message.rs:212:55 Nov 18 06:55:00.075 INFO [stderr] | Nov 18 06:55:00.075 INFO [stderr] 212 | Value::Number(_) => Ok(LuaMessage::Number(lua.coerce_number(v)? as f64)), Nov 18 06:55:00.075 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `rlua::Error` Nov 18 06:55:00.075 INFO [stderr] | Nov 18 06:55:00.075 INFO [stderr] = note: required by `std::convert::From::from` Nov 18 06:55:00.075 INFO [stderr] Nov 18 06:55:00.082 INFO [stderr] error: aborting due to 2 previous errors Nov 18 06:55:00.082 INFO [stderr] Nov 18 06:55:00.082 INFO [stderr] For more information about this error, try `rustc --explain E0277`. Nov 18 06:55:00.091 INFO [stderr] error: Could not compile `lua_actor`. Nov 18 06:55:00.091 INFO [stderr] Nov 18 06:55:00.091 INFO [stderr] To learn more, run the command again with --verbose. Nov 18 06:55:00.095 INFO [stderr] su: No module specific data is present Nov 18 06:55:00.512 INFO running `"docker" "inspect" "c8687cb930d8b6f6d71747dfc5a2f74fe0f50e6a8f60fee2ffb8856a5c2b14cc"` Nov 18 06:55:00.644 INFO running `"docker" "rm" "-f" "c8687cb930d8b6f6d71747dfc5a2f74fe0f50e6a8f60fee2ffb8856a5c2b14cc"` Nov 18 06:55:00.770 INFO [stdout] c8687cb930d8b6f6d71747dfc5a2f74fe0f50e6a8f60fee2ffb8856a5c2b14cc