[INFO] fetching crate sensd 0.0.7-beta... [INFO] testing sensd-0.0.7-beta against beta-2024-10-19 for beta-1.83-1 [INFO] extracting crate sensd 0.0.7-beta into /workspace/builds/worker-2-tc2/source [INFO] validating manifest of crates.io crate sensd 0.0.7-beta on toolchain beta-2024-10-19 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2024-10-19" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate sensd 0.0.7-beta [INFO] finished tweaking crates.io crate sensd 0.0.7-beta [INFO] tweaked toml for crates.io crate sensd 0.0.7-beta written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] crate crates.io crate sensd 0.0.7-beta already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2024-10-19" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-10-19" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 06fe56ab2529566aba4ceb2fedb54582a73acfbfba17441e86114051338922e8 [INFO] running `Command { std: "docker" "start" "-a" "06fe56ab2529566aba4ceb2fedb54582a73acfbfba17441e86114051338922e8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "06fe56ab2529566aba4ceb2fedb54582a73acfbfba17441e86114051338922e8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "06fe56ab2529566aba4ceb2fedb54582a73acfbfba17441e86114051338922e8", kill_on_drop: false }` [INFO] [stdout] 06fe56ab2529566aba4ceb2fedb54582a73acfbfba17441e86114051338922e8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-10-19" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8ed3cf55f8e4f3fc5d9d4475e317a7db216b4712f2c25fc04b1d2fe57204556d [INFO] running `Command { std: "docker" "start" "-a" "8ed3cf55f8e4f3fc5d9d4475e317a7db216b4712f2c25fc04b1d2fe57204556d", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.56 [INFO] [stderr] Compiling quote v1.0.27 [INFO] [stderr] Compiling unicode-ident v1.0.8 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling serde v1.0.163 [INFO] [stderr] Compiling libc v0.2.144 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling serde_json v1.0.96 [INFO] [stderr] Compiling ryu v1.0.13 [INFO] [stderr] Compiling iana-time-zone v0.1.56 [INFO] [stderr] Compiling itoa v1.0.6 [INFO] [stderr] Compiling custom_error v1.9.2 [INFO] [stderr] Compiling dotenv v0.15.0 [INFO] [stderr] Compiling time v0.1.45 [INFO] [stderr] Compiling syn v2.0.15 [INFO] [stderr] Compiling float-cmp v0.9.0 [INFO] [stderr] Compiling pid v4.0.0 [INFO] [stderr] Compiling serde_derive v1.0.163 [INFO] [stderr] Compiling chrono v0.4.24 [INFO] [stderr] Compiling sensd v0.0.7-beta (/opt/rustwide/workdir) [INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing [INFO] [stdout] --> src/io/dev/output.rs:86:43 [INFO] [stdout] | [INFO] [stdout] 86 | self.dir = Some(PathBuf::from(path.clone())); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the type `Path` does not implement `Clone`, so calling `clone` on `&Path` copies the reference, which does not do anything and can be removed [INFO] [stdout] = note: `#[warn(noop_method_call)]` on by default [INFO] [stdout] help: remove this redundant call [INFO] [stdout] | [INFO] [stdout] 86 - self.dir = Some(PathBuf::from(path.clone())); [INFO] [stdout] 86 + self.dir = Some(PathBuf::from(path)); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.80s [INFO] running `Command { std: "docker" "inspect" "8ed3cf55f8e4f3fc5d9d4475e317a7db216b4712f2c25fc04b1d2fe57204556d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8ed3cf55f8e4f3fc5d9d4475e317a7db216b4712f2c25fc04b1d2fe57204556d", kill_on_drop: false }` [INFO] [stdout] 8ed3cf55f8e4f3fc5d9d4475e317a7db216b4712f2c25fc04b1d2fe57204556d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-10-19" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 06361c97dad3801c207fff4e2d997c1a0cf8472a2f71075c4833319e2177d348 [INFO] running `Command { std: "docker" "start" "-a" "06361c97dad3801c207fff4e2d997c1a0cf8472a2f71075c4833319e2177d348", kill_on_drop: false }` [INFO] [stderr] Compiling sensd v0.0.7-beta (/opt/rustwide/workdir) [INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing [INFO] [stdout] --> src/io/dev/output.rs:86:43 [INFO] [stdout] | [INFO] [stdout] 86 | self.dir = Some(PathBuf::from(path.clone())); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the type `Path` does not implement `Clone`, so calling `clone` on `&Path` copies the reference, which does not do anything and can be removed [INFO] [stdout] = note: `#[warn(noop_method_call)]` on by default [INFO] [stdout] help: remove this redundant call [INFO] [stdout] | [INFO] [stdout] 86 - self.dir = Some(PathBuf::from(path.clone())); [INFO] [stdout] 86 + self.dir = Some(PathBuf::from(path)); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing [INFO] [stdout] --> examples/simple.rs:46:32 [INFO] [stdout] | [INFO] [stdout] 46 | let group = Group::new(name.clone()); [INFO] [stdout] | ^^^^^^^^ help: remove this redundant call [INFO] [stdout] | [INFO] [stdout] = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed [INFO] [stdout] = note: `#[warn(noop_method_call)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing [INFO] [stdout] --> examples/blink.rs:34:32 [INFO] [stdout] | [INFO] [stdout] 34 | let group = Group::new(name.clone()); [INFO] [stdout] | ^^^^^^^^ help: remove this redundant call [INFO] [stdout] | [INFO] [stdout] = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed [INFO] [stdout] = note: `#[warn(noop_method_call)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing [INFO] [stdout] --> examples/thermostat.rs:49:32 [INFO] [stdout] | [INFO] [stdout] 49 | let group = Group::new(name.clone()); [INFO] [stdout] | ^^^^^^^^ help: remove this redundant call [INFO] [stdout] | [INFO] [stdout] = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed [INFO] [stdout] = note: `#[warn(noop_method_call)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a shared reference to mutable static is discouraged [INFO] [stdout] --> src/action/routine.rs:182:24 [INFO] [stdout] | [INFO] [stdout] 182 | assert_ne!(REGISTER, value); [INFO] [stdout] | ^^^^^^^^ shared reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stdout] = note: `#[warn(static_mut_refs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a shared reference to mutable static is discouraged [INFO] [stdout] --> src/action/routine.rs:191:24 [INFO] [stdout] | [INFO] [stdout] 191 | assert_eq!(REGISTER, value); [INFO] [stdout] | ^^^^^^^^ shared reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing [INFO] [stdout] --> src/io/dev/output.rs:86:43 [INFO] [stdout] | [INFO] [stdout] 86 | self.dir = Some(PathBuf::from(path.clone())); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the type `Path` does not implement `Clone`, so calling `clone` on `&Path` copies the reference, which does not do anything and can be removed [INFO] [stdout] = note: `#[warn(noop_method_call)]` on by default [INFO] [stdout] help: remove this redundant call [INFO] [stdout] | [INFO] [stdout] 86 - self.dir = Some(PathBuf::from(path.clone())); [INFO] [stdout] 86 + self.dir = Some(PathBuf::from(path)); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.22s [INFO] running `Command { std: "docker" "inspect" "06361c97dad3801c207fff4e2d997c1a0cf8472a2f71075c4833319e2177d348", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "06361c97dad3801c207fff4e2d997c1a0cf8472a2f71075c4833319e2177d348", kill_on_drop: false }` [INFO] [stdout] 06361c97dad3801c207fff4e2d997c1a0cf8472a2f71075c4833319e2177d348 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-10-19" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] f816abd3dcf277e9e04b2fd594b85dfaa90475e40fb10c73eeb78f858a882ad3 [INFO] running `Command { std: "docker" "start" "-a" "f816abd3dcf277e9e04b2fd594b85dfaa90475e40fb10c73eeb78f858a882ad3", kill_on_drop: false }` [INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing [INFO] [stderr] --> src/io/dev/output.rs:86:43 [INFO] [stderr] | [INFO] [stderr] 86 | self.dir = Some(PathBuf::from(path.clone())); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: the type `Path` does not implement `Clone`, so calling `clone` on `&Path` copies the reference, which does not do anything and can be removed [INFO] [stderr] = note: `#[warn(noop_method_call)]` on by default [INFO] [stderr] help: remove this redundant call [INFO] [stderr] | [INFO] [stderr] 86 - self.dir = Some(PathBuf::from(path.clone())); [INFO] [stderr] 86 + self.dir = Some(PathBuf::from(path)); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: creating a shared reference to mutable static is discouraged [INFO] [stderr] --> src/action/routine.rs:182:24 [INFO] [stderr] | [INFO] [stderr] 182 | assert_ne!(REGISTER, value); [INFO] [stderr] | ^^^^^^^^ shared reference to mutable static [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stderr] = note: `#[warn(static_mut_refs)]` on by default [INFO] [stderr] [INFO] [stderr] warning: creating a shared reference to mutable static is discouraged [INFO] [stderr] --> src/action/routine.rs:191:24 [INFO] [stderr] | [INFO] [stderr] 191 | assert_eq!(REGISTER, value); [INFO] [stderr] | ^^^^^^^^ shared reference to mutable static [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stderr] [INFO] [stderr] warning: `sensd` (lib) generated 1 warning (run `cargo fix --lib -p sensd` to apply 1 suggestion) [INFO] [stderr] warning: `sensd` (lib test) generated 3 warnings (1 duplicate) [INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing [INFO] [stderr] --> examples/thermostat.rs:49:32 [INFO] [stderr] | [INFO] [stderr] 49 | let group = Group::new(name.clone()); [INFO] [stderr] | ^^^^^^^^ help: remove this redundant call [INFO] [stderr] | [INFO] [stderr] = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed [INFO] [stderr] = note: `#[warn(noop_method_call)]` on by default [INFO] [stderr] [INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing [INFO] [stderr] --> examples/simple.rs:46:32 [INFO] [stderr] | [INFO] [stderr] 46 | let group = Group::new(name.clone()); [INFO] [stderr] | ^^^^^^^^ help: remove this redundant call [INFO] [stderr] | [INFO] [stderr] = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed [INFO] [stderr] = note: `#[warn(noop_method_call)]` on by default [INFO] [stderr] [INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing [INFO] [stderr] --> examples/blink.rs:34:32 [INFO] [stderr] | [INFO] [stderr] 34 | let group = Group::new(name.clone()); [INFO] [stderr] | ^^^^^^^^ help: remove this redundant call [INFO] [stderr] | [INFO] [stderr] = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed [INFO] [stderr] = note: `#[warn(noop_method_call)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `sensd` (example "thermostat") generated 1 warning (run `cargo fix --example "thermostat"` to apply 1 suggestion) [INFO] [stderr] warning: `sensd` (example "simple") generated 1 warning (run `cargo fix --example "simple"` to apply 1 suggestion) [INFO] [stderr] warning: `sensd` (example "blink") generated 1 warning (run `cargo fix --example "blink"` to apply 1 suggestion) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/sensd-2d1e9c9257a91376) [INFO] [stdout] [INFO] [stdout] running 58 tests [INFO] [stdout] test action::actions::threshold::tests::new_name_parameter ... ok [INFO] [stdout] test action::handler::tests::test_push ... ok [INFO] [stdout] test action::handler::tests::test_attempt ... ok [INFO] [stdout] test action::actions::threshold::tests::with_output_name_parameter ... ok [INFO] [stdout] test action::io::tests::test_default ... ok [INFO] [stdout] test action::io::tests::test_agrees ... ok [INFO] [stdout] test action::routine::meta_tests::test_constructor_w_log ... ok [INFO] [stdout] test action::routine::functionality_tests::test_attempt ... ok [INFO] [stdout] test action::routine::meta_tests::test_constructor_w_none ... ok [INFO] [stdout] test action::trigger::tests::lte ... ok [INFO] [stdout] test action::trigger::tests::gte ... ok [INFO] [stdout] test action::trigger::tests::gt ... ok [INFO] [stdout] test action::trigger::tests::lt ... ok [INFO] [stdout] test io::dev::container::tests::insert_input ... ok [INFO] [stdout] test io::dev::input::tests::new_kind_parameter ... ok [INFO] [stdout] test io::dev::container::tests::set_root ... ok [INFO] [stdout] test io::dev::container::tests::insert_output ... ok [INFO] [stdout] test io::dev::input::tests::set_dir_changes_log_dir ... ok [INFO] [stdout] test io::dev::input::tests::new_name_parameter ... ok [INFO] [stdout] test io::dev::input::tests::test_init_publisher ... ok [INFO] [stdout] test io::dev::input::tests::test_read ... ok [INFO] [stdout] test io::dev::input::tests::test_rx ... ok [INFO] [stdout] test io::dev::output::tests::new_kind_parameter ... ok [INFO] [stdout] test io::dev::input::tests::test_init_log ... ok [INFO] [stdout] test io::dev::output::tests::new_name_parameter ... ok [INFO] [stdout] test io::dev::output::tests::set_dir ... ok [INFO] [stdout] test io::dev::output::tests::set_dir_changes_log_dir ... ok [INFO] [stdout] test io::dev::output::tests::test_init_log ... ok [INFO] [stdout] test io::dev::output::tests::test_tx ... ok [INFO] [stdout] test io::metadata::tests::new_name_parameter ... ok [INFO] [stdout] test io::types::raw::tests::test_rawvalue_add ... ok [INFO] [stdout] test io::dev::output::tests::test_write ... ok [INFO] [stdout] test io::types::raw::tests::test_rawvalue_div ... ok [INFO] [stdout] test io::types::raw::tests::test_rawvalue_mul ... ok [INFO] [stdout] test io::types::raw::tests::test_rawvalue_sub ... ok [INFO] [stdout] test settings::tests::set_root_into ... ok [INFO] [stdout] test storage::group::tests::new_name_parameter ... ok [INFO] [stdout] test storage::group::tests::push_input ... ok [INFO] [stdout] test storage::group::tests::push_input_changes_dir ... ok [INFO] [stdout] test action::io::tests::test_output_fails_wo_value - should panic ... ok [INFO] [stdout] test storage::group::tests::push_output ... ok [INFO] [stdout] test storage::group::tests::push_output_changes_dir ... ok [INFO] [stdout] test action::routine::meta_tests::validate_command - should panic ... ok [INFO] [stdout] test storage::group::tests::test_dir ... ok [INFO] [stdout] test storage::group::tests::test_init_root ... ok [INFO] [stdout] test storage::group::tests::with_interval ... ok [INFO] [stdout] test storage::group::tests::push_output_panics - should panic ... ok [INFO] [stdout] test storage::group::tests::with_root ... ok [INFO] [stdout] test storage::logging::log::tests::set_dir ... ok [INFO] [stdout] test io::types::raw::tests::test_rawvalue_div_mismatched - should panic ... ok [INFO] [stdout] test io::types::raw::tests::test_rawvalue_mul_mismatched - should panic ... ok [INFO] [stdout] test storage::logging::types::test_event_collection::test_extendability ... ok [INFO] [stdout] test io::types::raw::tests::test_rawvalue_sub_mismatched - should panic ... ok [INFO] [stdout] test settings::tests::set_root_panics - should panic ... ok [INFO] [stdout] test storage::group::tests::push_input_panics - should panic ... ok [INFO] [stdout] test io::types::raw::tests::test_rawvalue_add_mismatched - should panic ... ok [INFO] [stdout] test storage::logging::log::tests::test_load_save ... ok [INFO] [stdout] test storage::logging::log::tests::test_extend ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 58 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stderr] Running tests/grouping_test.rs (/opt/rustwide/target/debug/deps/grouping_test-278f60cb1881941b) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test test_builder_pattern ... ok [INFO] [stdout] test test_poll ... ok [INFO] [stdout] test test_directory_hierarchy ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests sensd [INFO] [stdout] [INFO] [stdout] running 31 tests [INFO] [stdout] test src/action/actions/pid.rs - action::actions::pid::PID::set_handler (line 457) ... ok [INFO] [stdout] test src/action/actions/pid.rs - action::actions::pid::PID::set_output (line 527) ... ok [INFO] [stdout] test src/action/actions/pid.rs - action::actions::pid::PID (line 16) ... ok [INFO] [stdout] test src/action/actions/pid.rs - action::actions::pid::PID (line 57) ... ok [INFO] [stdout] test src/action/actions/pid.rs - action::actions::pid::PID (line 79) ... ok [INFO] [stdout] test src/action/actions/pid.rs - action::actions::pid::PID::new (line 120) ... ok [INFO] [stdout] test src/action/actions/pid.rs - action::actions::pid::PID::output_limit (line 375) ... ok [INFO] [stdout] test src/action/actions/pid.rs - action::actions::pid::PID (line 42) ... ok [INFO] [stdout] test src/action/actions/pid.rs - action::actions::pid::PID::set_setpoint (line 346) ... ok [INFO] [stdout] test src/action/actions/pid.rs - action::actions::pid::PID::setpoint (line 321) ... ok [INFO] [stdout] test src/action/actions/threshold.rs - action::actions::threshold::Threshold::new (line 47) ... ok [INFO] [stdout] test src/action/actions/pid.rs - action::actions::pid::PID::set_output_limit (line 401) ... ok [INFO] [stdout] test src/action/actions/threshold.rs - action::actions::threshold::Threshold::set_output (line 201) ... ok [INFO] [stdout] test src/action/actions/threshold.rs - action::actions::threshold::Threshold::with_output (line 94) ... ok [INFO] [stdout] test src/action/actions/threshold.rs - action::actions::threshold::Threshold::threshold (line 121) ... ok [INFO] [stdout] test src/io/dev/input.rs - io::dev::input::Input::read (line 238) ... ok [INFO] [stdout] test src/io/dev/input.rs - io::dev::input::Input (line 39) ... ok [INFO] [stdout] test src/io/dev/output.rs - io::dev::output::Output (line 40) ... ok [INFO] [stdout] test src/io/dev/input.rs - io::dev::input::Input (line 20) ... ok [INFO] [stdout] test src/io/dev/output.rs - io::dev::output::Output (line 21) ... ok [INFO] [stdout] test src/io/dev/output.rs - io::dev::output::Output::write (line 211) ... ok [INFO] [stdout] test src/io/event.rs - io::event::IOEvent (line 12) ... ok [INFO] [stdout] test src/io/event.rs - io::event::IOEvent::new (line 79) ... ok [INFO] [stdout] test src/io/event.rs - io::event::IOEvent::with_timestamp (line 48) ... ok [INFO] [stdout] test src/io/metadata.rs - io::metadata::DeviceMetadata::new (line 42) ... ok [INFO] [stdout] test src/storage/group.rs - storage::group::Group (line 44) ... ok [INFO] [stdout] test src/storage/group.rs - storage::group::Group::new (line 139) ... ok [INFO] [stdout] test src/storage/group.rs - storage::group::Group (line 22) ... ok [INFO] [stdout] test src/storage/group.rs - storage::group::Group::push_input (line 228) ... ok [INFO] [stdout] test src/storage/group.rs - storage::group::Group::with_root (line 183) ... ok [INFO] [stdout] test src/storage/group.rs - storage::group::Group::push_output (line 260) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 31 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.25s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "f816abd3dcf277e9e04b2fd594b85dfaa90475e40fb10c73eeb78f858a882ad3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f816abd3dcf277e9e04b2fd594b85dfaa90475e40fb10c73eeb78f858a882ad3", kill_on_drop: false }` [INFO] [stdout] f816abd3dcf277e9e04b2fd594b85dfaa90475e40fb10c73eeb78f858a882ad3