Oct 27 09:39:58.524 INFO checking SpeziMM/hello-rust against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 09:39:58.524 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 09:39:58.962 INFO blam! d96dc785760658a67f5b79745414337284715e74fae7d926ce118349ccbe7607 Oct 27 09:39:58.965 INFO running `"docker" "start" "-a" "d96dc785760658a67f5b79745414337284715e74fae7d926ce118349ccbe7607"` Oct 27 09:40:00.959 INFO kablam! usermod: no changes Oct 27 09:40:01.013 INFO kablam! Checking hello v0.1.0 (/source) Oct 27 09:40:01.959 INFO kablam! warning: struct is never constructed: `Rechnen` Oct 27 09:40:01.960 INFO kablam! --> src/main.rs:3:1 Oct 27 09:40:01.960 INFO kablam! | Oct 27 09:40:01.961 INFO kablam! 3 | struct Rechnen { Oct 27 09:40:01.961 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 09:40:01.962 INFO kablam! | Oct 27 09:40:01.962 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 09:40:01.963 INFO kablam! Oct 27 09:40:01.963 INFO kablam! warning: method is never used: `Multi` Oct 27 09:40:01.964 INFO kablam! --> src/main.rs:13:2 Oct 27 09:40:01.964 INFO kablam! | Oct 27 09:40:01.965 INFO kablam! 13 | fn Multi(&self)-> f64{ Oct 27 09:40:01.966 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:40:01.967 INFO kablam! Oct 27 09:40:01.967 INFO kablam! warning: method is never used: `adi` Oct 27 09:40:01.967 INFO kablam! --> src/main.rs:16:2 Oct 27 09:40:01.968 INFO kablam! | Oct 27 09:40:01.968 INFO kablam! 16 | fn adi(&self)-> f64{ Oct 27 09:40:01.968 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 09:40:01.968 INFO kablam! Oct 27 09:40:01.969 INFO kablam! warning: method is never used: `sub` Oct 27 09:40:01.969 INFO kablam! --> src/main.rs:19:2 Oct 27 09:40:01.969 INFO kablam! | Oct 27 09:40:01.969 INFO kablam! 19 | fn sub(&self)-> f64{ Oct 27 09:40:01.970 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 09:40:01.970 INFO kablam! Oct 27 09:40:01.970 INFO kablam! warning: method is never used: `div` Oct 27 09:40:01.971 INFO kablam! --> src/main.rs:22:2 Oct 27 09:40:01.971 INFO kablam! | Oct 27 09:40:01.971 INFO kablam! 22 | fn div(&self)-> f64{ Oct 27 09:40:01.971 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 09:40:01.972 INFO kablam! Oct 27 09:40:01.972 INFO kablam! warning: method `Multi` should have a snake case name such as `multi` Oct 27 09:40:01.972 INFO kablam! --> src/main.rs:13:2 Oct 27 09:40:01.973 INFO kablam! | Oct 27 09:40:01.973 INFO kablam! 13 | fn Multi(&self)-> f64{ Oct 27 09:40:01.973 INFO kablam! | _____^ Oct 27 09:40:01.973 INFO kablam! 14 | | self.x *self.y - self.c Oct 27 09:40:01.974 INFO kablam! 15 | | } Oct 27 09:40:01.974 INFO kablam! | |_^ Oct 27 09:40:01.974 INFO kablam! | Oct 27 09:40:01.975 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 09:40:01.975 INFO kablam! Oct 27 09:40:02.000 INFO kablam! warning: struct is never constructed: `Rechnen` Oct 27 09:40:02.000 INFO kablam! --> src/main.rs:3:1 Oct 27 09:40:02.000 INFO kablam! | Oct 27 09:40:02.000 INFO kablam! 3 | struct Rechnen { Oct 27 09:40:02.000 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 09:40:02.000 INFO kablam! | Oct 27 09:40:02.000 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 09:40:02.000 INFO kablam! Oct 27 09:40:02.000 INFO kablam! warning: method is never used: `Multi` Oct 27 09:40:02.000 INFO kablam! --> src/main.rs:13:2 Oct 27 09:40:02.000 INFO kablam! | Oct 27 09:40:02.000 INFO kablam! 13 | fn Multi(&self)-> f64{ Oct 27 09:40:02.000 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:40:02.000 INFO kablam! Oct 27 09:40:02.000 INFO kablam! warning: method is never used: `adi` Oct 27 09:40:02.000 INFO kablam! --> src/main.rs:16:2 Oct 27 09:40:02.000 INFO kablam! | Oct 27 09:40:02.000 INFO kablam! 16 | fn adi(&self)-> f64{ Oct 27 09:40:02.000 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 09:40:02.000 INFO kablam! Oct 27 09:40:02.000 INFO kablam! warning: method is never used: `sub` Oct 27 09:40:02.000 INFO kablam! --> src/main.rs:19:2 Oct 27 09:40:02.000 INFO kablam! | Oct 27 09:40:02.000 INFO kablam! 19 | fn sub(&self)-> f64{ Oct 27 09:40:02.000 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 09:40:02.000 INFO kablam! Oct 27 09:40:02.000 INFO kablam! warning: method is never used: `div` Oct 27 09:40:02.000 INFO kablam! --> src/main.rs:22:2 Oct 27 09:40:02.000 INFO kablam! | Oct 27 09:40:02.000 INFO kablam! 22 | fn div(&self)-> f64{ Oct 27 09:40:02.000 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 09:40:02.000 INFO kablam! Oct 27 09:40:02.000 INFO kablam! warning: method `Multi` should have a snake case name such as `multi` Oct 27 09:40:02.000 INFO kablam! --> src/main.rs:13:2 Oct 27 09:40:02.000 INFO kablam! | Oct 27 09:40:02.001 INFO kablam! 13 | fn Multi(&self)-> f64{ Oct 27 09:40:02.001 INFO kablam! | _____^ Oct 27 09:40:02.001 INFO kablam! 14 | | self.x *self.y - self.c Oct 27 09:40:02.001 INFO kablam! 15 | | } Oct 27 09:40:02.001 INFO kablam! | |_^ Oct 27 09:40:02.001 INFO kablam! | Oct 27 09:40:02.001 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 09:40:02.001 INFO kablam! Oct 27 09:40:02.035 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.05s Oct 27 09:40:02.039 INFO kablam! su: No module specific data is present Oct 27 09:40:02.557 INFO running `"docker" "rm" "-f" "d96dc785760658a67f5b79745414337284715e74fae7d926ce118349ccbe7607"` Oct 27 09:40:02.741 INFO blam! d96dc785760658a67f5b79745414337284715e74fae7d926ce118349ccbe7607