Oct 26 17:23:44.138 INFO checking yu-i9/mini_python against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 17:23:44.138 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 26 17:23:44.621 INFO blam! 9477498b1e6d1589bee8b94e04af7779327eb6b133b4ac510e577c1266e67664 Oct 26 17:23:44.624 INFO running `"docker" "start" "-a" "9477498b1e6d1589bee8b94e04af7779327eb6b133b4ac510e577c1266e67664"` Oct 26 17:23:46.206 INFO kablam! usermod: no changes Oct 26 17:23:46.267 INFO kablam! Checking mini_python v0.1.0 (/source) Oct 26 17:23:46.640 INFO kablam! warning: unused import: `opcode::*` Oct 26 17:23:46.640 INFO kablam! --> src/core/utils.rs:6:5 Oct 26 17:23:46.640 INFO kablam! | Oct 26 17:23:46.640 INFO kablam! 6 | use opcode::*; Oct 26 17:23:46.640 INFO kablam! | ^^^^^^^^^ Oct 26 17:23:46.640 INFO kablam! | Oct 26 17:23:46.640 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 17:23:46.640 INFO kablam! Oct 26 17:23:46.743 INFO kablam! warning: unused import: `opcode::*` Oct 26 17:23:46.743 INFO kablam! --> src/core/utils.rs:6:5 Oct 26 17:23:46.743 INFO kablam! | Oct 26 17:23:46.744 INFO kablam! 6 | use opcode::*; Oct 26 17:23:46.744 INFO kablam! | ^^^^^^^^^ Oct 26 17:23:46.744 INFO kablam! | Oct 26 17:23:46.744 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 17:23:46.744 INFO kablam! Oct 26 17:23:47.514 INFO kablam! warning: value assigned to `ch` is never read Oct 26 17:23:47.515 INFO kablam! --> src/core/lexer.rs:186:17 Oct 26 17:23:47.515 INFO kablam! | Oct 26 17:23:47.515 INFO kablam! 186 | let mut ch = '0'; Oct 26 17:23:47.515 INFO kablam! | ^^ Oct 26 17:23:47.515 INFO kablam! | Oct 26 17:23:47.515 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 26 17:23:47.515 INFO kablam! Oct 26 17:23:47.515 INFO kablam! warning: unused variable: `meta` Oct 26 17:23:47.515 INFO kablam! --> src/core/object/typeobj.rs:225:17 Oct 26 17:23:47.515 INFO kablam! | Oct 26 17:23:47.515 INFO kablam! warning: value assigned to `ch` is never read Oct 26 17:23:47.515 INFO kablam! --> src/core/lexer.rs:186:17 Oct 26 17:23:47.515 INFO kablam! | Oct 26 17:23:47.515 INFO kablam! 186 | let mut ch = '0'; Oct 26 17:23:47.515 INFO kablam! | ^^ Oct 26 17:23:47.515 INFO kablam! 225 | pub fn type_new(meta: Rc, args: &Vec>) -> PyRes> { Oct 26 17:23:47.515 INFO kablam! | ^^^^ help: consider using `_meta` instead Oct 26 17:23:47.515 INFO kablam! | Oct 26 17:23:47.515 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 26 17:23:47.516 INFO kablam! Oct 26 17:23:47.516 INFO kablam! | Oct 26 17:23:47.516 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 17:23:47.516 INFO kablam! Oct 26 17:23:47.516 INFO kablam! warning: value assigned to `mro` is never read Oct 26 17:23:47.516 INFO kablam! --> src/core/object/typeobj.rs:472:13 Oct 26 17:23:47.516 INFO kablam! | Oct 26 17:23:47.516 INFO kablam! 472 | let mut mro: Vec> = vec![]; Oct 26 17:23:47.516 INFO kablam! | ^^^ Oct 26 17:23:47.516 INFO kablam! Oct 26 17:23:47.516 INFO kablam! warning: unused variable: `args` Oct 26 17:23:47.516 INFO kablam! --> src/core/object/typeobj.rs:556:34 Oct 26 17:23:47.516 INFO kablam! | Oct 26 17:23:47.516 INFO kablam! 556 | fn object_new(typ: Rc, args: &Vec>) -> PyRes> { Oct 26 17:23:47.516 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 26 17:23:47.516 INFO kablam! Oct 26 17:23:47.516 INFO kablam! warning: unused variable: `meta` Oct 26 17:23:47.516 INFO kablam! --> src/core/object/typeobj.rs:225:17 Oct 26 17:23:47.516 INFO kablam! | Oct 26 17:23:47.516 INFO kablam! 225 | pub fn type_new(meta: Rc, args: &Vec>) -> PyRes> { Oct 26 17:23:47.516 INFO kablam! | ^^^^ help: consider using `_meta` instead Oct 26 17:23:47.523 INFO kablam! | Oct 26 17:23:47.523 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 17:23:47.523 INFO kablam! Oct 26 17:23:47.523 INFO kablam! warning: value assigned to `mro` is never read Oct 26 17:23:47.523 INFO kablam! --> src/core/object/typeobj.rs:472:13 Oct 26 17:23:47.523 INFO kablam! | Oct 26 17:23:47.523 INFO kablam! 472 | let mut mro: Vec> = vec![]; Oct 26 17:23:47.523 INFO kablam! | ^^^ Oct 26 17:23:47.523 INFO kablam! Oct 26 17:23:47.523 INFO kablam! warning: unused variable: `args` Oct 26 17:23:47.523 INFO kablam! --> src/core/object/typeobj.rs:556:34 Oct 26 17:23:47.523 INFO kablam! | Oct 26 17:23:47.523 INFO kablam! 556 | fn object_new(typ: Rc, args: &Vec>) -> PyRes> { Oct 26 17:23:47.523 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 26 17:23:47.523 INFO kablam! Oct 26 17:23:47.832 INFO kablam! warning: field is never used: `args` Oct 26 17:23:47.832 INFO kablam! --> src/core/object/excobj.rs:106:5 Oct 26 17:23:47.832 INFO kablam! | Oct 26 17:23:47.832 INFO kablam! 106 | args: Rc, Oct 26 17:23:47.832 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 26 17:23:47.832 INFO kablam! | Oct 26 17:23:47.832 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 17:23:47.832 INFO kablam! Oct 26 17:23:47.832 INFO kablam! warning: the feature `iterator_find_map` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 26 17:23:47.832 INFO kablam! --> src/core/mod.rs:2:12 Oct 26 17:23:47.832 INFO kablam! | Oct 26 17:23:47.832 INFO kablam! 2 | #![feature(iterator_find_map)] Oct 26 17:23:47.832 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 26 17:23:47.832 INFO kablam! | Oct 26 17:23:47.832 INFO kablam! = note: #[warn(stable_features)] on by default Oct 26 17:23:47.832 INFO kablam! Oct 26 17:23:47.833 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 17:23:47.833 INFO kablam! --> src/core/env.rs:47:13 Oct 26 17:23:47.833 INFO kablam! | Oct 26 17:23:47.833 INFO kablam! 47 | dictobj.pydict_update(key, Rc::clone(v)); Oct 26 17:23:47.833 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:23:47.833 INFO kablam! | Oct 26 17:23:47.833 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 26 17:23:47.833 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 17:23:47.833 INFO kablam! Oct 26 17:23:47.855 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 17:23:47.855 INFO kablam! --> src/core/eval.rs:278:25 Oct 26 17:23:47.855 INFO kablam! | Oct 26 17:23:47.855 INFO kablam! 278 | dictobj.pydict_update(Rc::clone(&vs[i*2]), Rc::clone(&vs[i*2+1])); Oct 26 17:23:47.855 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:23:47.855 INFO kablam! | Oct 26 17:23:47.855 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 17:23:47.856 INFO kablam! Oct 26 17:23:47.856 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 17:23:47.856 INFO kablam! --> src/core/eval.rs:422:21 Oct 26 17:23:47.856 INFO kablam! | Oct 26 17:23:47.856 INFO kablam! 422 | eval(&codeobj.pycode_code(), Rc::clone(&new_env)); Oct 26 17:23:47.856 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:23:47.856 INFO kablam! | Oct 26 17:23:47.856 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 17:23:47.856 INFO kablam! Oct 26 17:23:47.856 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 17:23:47.856 INFO kablam! --> src/core/builtinmodule.rs:51:5 Oct 26 17:23:47.856 INFO kablam! | Oct 26 17:23:47.856 INFO kablam! 51 | PY_BASEOBJ_TYPE.with(|tp| { pytype_ready(Rc::clone(tp)) }); Oct 26 17:23:47.856 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:23:47.856 INFO kablam! | Oct 26 17:23:47.856 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 17:23:47.856 INFO kablam! Oct 26 17:23:47.856 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 17:23:47.856 INFO kablam! --> src/core/builtinmodule.rs:52:5 Oct 26 17:23:47.856 INFO kablam! | Oct 26 17:23:47.856 INFO kablam! 52 | PY_BOOL_TYPE.with(|booltp| { pytype_ready(Rc::clone(booltp)) }); Oct 26 17:23:47.856 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:23:47.856 INFO kablam! | Oct 26 17:23:47.856 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 17:23:47.857 INFO kablam! Oct 26 17:23:47.857 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 17:23:47.857 INFO kablam! --> src/core/builtinmodule.rs:53:5 Oct 26 17:23:47.857 INFO kablam! | Oct 26 17:23:47.857 INFO kablam! 53 | PY_LIST_TYPE.with(|listtp| { pytype_ready(Rc::clone(listtp)) }); Oct 26 17:23:47.857 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:23:47.857 INFO kablam! | Oct 26 17:23:47.857 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 17:23:47.857 INFO kablam! Oct 26 17:23:47.857 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 17:23:47.857 INFO kablam! --> src/core/builtinmodule.rs:54:5 Oct 26 17:23:47.857 INFO kablam! | Oct 26 17:23:47.857 INFO kablam! 54 | PY_BASEEXC_TYPE.with(|exctp| { pytype_ready(Rc::clone(exctp)) }); Oct 26 17:23:47.857 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:23:47.857 INFO kablam! | Oct 26 17:23:47.857 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 17:23:47.857 INFO kablam! Oct 26 17:23:47.857 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 17:23:47.857 INFO kablam! --> src/core/builtinmodule.rs:55:5 Oct 26 17:23:47.857 INFO kablam! | Oct 26 17:23:47.857 INFO kablam! 55 | PY_EXC_TYPE.with(|exctp| { pytype_ready(Rc::clone(exctp)) }); Oct 26 17:23:47.857 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:23:47.857 INFO kablam! | Oct 26 17:23:47.857 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 17:23:47.857 INFO kablam! Oct 26 17:23:47.858 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 17:23:47.858 INFO kablam! --> src/core/builtinmodule.rs:56:5 Oct 26 17:23:47.858 INFO kablam! | Oct 26 17:23:47.858 INFO kablam! 56 | PY_TYPEERROR_TYPE.with(|exctp| { pytype_ready(Rc::clone(exctp)) }); Oct 26 17:23:47.858 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:23:47.858 INFO kablam! | Oct 26 17:23:47.858 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 17:23:47.858 INFO kablam! Oct 26 17:23:47.858 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 17:23:47.858 INFO kablam! --> src/core/utils.rs:24:13 Oct 26 17:23:47.858 INFO kablam! | Oct 26 17:23:47.858 INFO kablam! 24 | eval(&code, env); Oct 26 17:23:47.858 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 26 17:23:47.858 INFO kablam! | Oct 26 17:23:47.858 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 17:23:47.858 INFO kablam! Oct 26 17:23:47.885 INFO kablam! warning: field is never used: `args` Oct 26 17:23:47.885 INFO kablam! --> src/core/object/excobj.rs:106:5 Oct 26 17:23:47.885 INFO kablam! | Oct 26 17:23:47.886 INFO kablam! 106 | args: Rc, Oct 26 17:23:47.886 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 26 17:23:47.886 INFO kablam! | Oct 26 17:23:47.886 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 17:23:47.886 INFO kablam! Oct 26 17:23:47.895 INFO kablam! warning: the feature `iterator_find_map` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 26 17:23:47.895 INFO kablam! --> src/core/mod.rs:2:12 Oct 26 17:23:47.895 INFO kablam! | Oct 26 17:23:47.895 INFO kablam! 2 | #![feature(iterator_find_map)] Oct 26 17:23:47.895 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 26 17:23:47.895 INFO kablam! | Oct 26 17:23:47.895 INFO kablam! = note: #[warn(stable_features)] on by default Oct 26 17:23:47.895 INFO kablam! Oct 26 17:23:47.903 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 17:23:47.903 INFO kablam! --> src/core/env.rs:47:13 Oct 26 17:23:47.904 INFO kablam! | Oct 26 17:23:47.904 INFO kablam! 47 | dictobj.pydict_update(key, Rc::clone(v)); Oct 26 17:23:47.904 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:23:47.904 INFO kablam! | Oct 26 17:23:47.904 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 26 17:23:47.904 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 17:23:47.904 INFO kablam! Oct 26 17:23:47.923 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 17:23:47.923 INFO kablam! --> src/core/eval.rs:278:25 Oct 26 17:23:47.923 INFO kablam! | Oct 26 17:23:47.923 INFO kablam! 278 | dictobj.pydict_update(Rc::clone(&vs[i*2]), Rc::clone(&vs[i*2+1])); Oct 26 17:23:47.923 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:23:47.923 INFO kablam! | Oct 26 17:23:47.923 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 17:23:47.923 INFO kablam! Oct 26 17:23:47.923 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 17:23:47.923 INFO kablam! --> src/core/eval.rs:422:21 Oct 26 17:23:47.923 INFO kablam! | Oct 26 17:23:47.923 INFO kablam! 422 | eval(&codeobj.pycode_code(), Rc::clone(&new_env)); Oct 26 17:23:47.923 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:23:47.923 INFO kablam! | Oct 26 17:23:47.923 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 17:23:47.923 INFO kablam! Oct 26 17:23:47.924 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 17:23:47.924 INFO kablam! --> src/core/builtinmodule.rs:51:5 Oct 26 17:23:47.924 INFO kablam! | Oct 26 17:23:47.924 INFO kablam! 51 | PY_BASEOBJ_TYPE.with(|tp| { pytype_ready(Rc::clone(tp)) }); Oct 26 17:23:47.924 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:23:47.924 INFO kablam! | Oct 26 17:23:47.924 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 17:23:47.924 INFO kablam! Oct 26 17:23:47.924 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 17:23:47.924 INFO kablam! --> src/core/builtinmodule.rs:52:5 Oct 26 17:23:47.924 INFO kablam! | Oct 26 17:23:47.924 INFO kablam! 52 | PY_BOOL_TYPE.with(|booltp| { pytype_ready(Rc::clone(booltp)) }); Oct 26 17:23:47.924 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:23:47.924 INFO kablam! | Oct 26 17:23:47.924 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 17:23:47.924 INFO kablam! Oct 26 17:23:47.925 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 17:23:47.925 INFO kablam! --> src/core/builtinmodule.rs:53:5 Oct 26 17:23:47.925 INFO kablam! | Oct 26 17:23:47.925 INFO kablam! 53 | PY_LIST_TYPE.with(|listtp| { pytype_ready(Rc::clone(listtp)) }); Oct 26 17:23:47.925 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:23:47.925 INFO kablam! | Oct 26 17:23:47.925 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 17:23:47.925 INFO kablam! Oct 26 17:23:47.925 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 17:23:47.925 INFO kablam! --> src/core/builtinmodule.rs:54:5 Oct 26 17:23:47.925 INFO kablam! | Oct 26 17:23:47.925 INFO kablam! 54 | PY_BASEEXC_TYPE.with(|exctp| { pytype_ready(Rc::clone(exctp)) }); Oct 26 17:23:47.925 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:23:47.925 INFO kablam! | Oct 26 17:23:47.925 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 17:23:47.925 INFO kablam! Oct 26 17:23:47.925 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 17:23:47.925 INFO kablam! --> src/core/builtinmodule.rs:55:5 Oct 26 17:23:47.925 INFO kablam! | Oct 26 17:23:47.925 INFO kablam! 55 | PY_EXC_TYPE.with(|exctp| { pytype_ready(Rc::clone(exctp)) }); Oct 26 17:23:47.925 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:23:47.925 INFO kablam! | Oct 26 17:23:47.925 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 17:23:47.925 INFO kablam! Oct 26 17:23:47.925 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 17:23:47.926 INFO kablam! --> src/core/builtinmodule.rs:56:5 Oct 26 17:23:47.926 INFO kablam! | Oct 26 17:23:47.926 INFO kablam! 56 | PY_TYPEERROR_TYPE.with(|exctp| { pytype_ready(Rc::clone(exctp)) }); Oct 26 17:23:47.926 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:23:47.926 INFO kablam! | Oct 26 17:23:47.926 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 17:23:47.926 INFO kablam! Oct 26 17:23:47.926 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 17:23:47.926 INFO kablam! --> src/core/utils.rs:24:13 Oct 26 17:23:47.926 INFO kablam! | Oct 26 17:23:47.926 INFO kablam! 24 | eval(&code, env); Oct 26 17:23:47.926 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 26 17:23:47.926 INFO kablam! | Oct 26 17:23:47.926 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 17:23:47.926 INFO kablam! Oct 26 17:23:48.529 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.29s Oct 26 17:23:48.534 INFO kablam! su: No module specific data is present Oct 26 17:23:49.538 INFO running `"docker" "rm" "-f" "9477498b1e6d1589bee8b94e04af7779327eb6b133b4ac510e577c1266e67664"` Oct 26 17:23:49.823 INFO blam! 9477498b1e6d1589bee8b94e04af7779327eb6b133b4ac510e577c1266e67664