[INFO] updating cached repository https://github.com/RajivKurien/Dining_Philosophers [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune", kill_on_drop: false }` [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] bdaba33bcf72c35cb9f9a7b7f54acc982ebc5f1d [INFO] testing RajivKurien/Dining_Philosophers against 1.45.2 for beta-1.46-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRajivKurien%2FDining_Philosophers" "/workspace/builds/worker-0/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/RajivKurien/Dining_Philosophers on toolchain 1.45.2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/RajivKurien/Dining_Philosophers [INFO] finished tweaking git repo https://github.com/RajivKurien/Dining_Philosophers [INFO] tweaked toml for git repo https://github.com/RajivKurien/Dining_Philosophers written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/RajivKurien/Dining_Philosophers already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 43462b62163f7608894b67c6de878bf11eda1b9ab1e7641ca5ef232ce8a086a7 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "43462b62163f7608894b67c6de878bf11eda1b9ab1e7641ca5ef232ce8a086a7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "43462b62163f7608894b67c6de878bf11eda1b9ab1e7641ca5ef232ce8a086a7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "43462b62163f7608894b67c6de878bf11eda1b9ab1e7641ca5ef232ce8a086a7", kill_on_drop: false }` [INFO] [stdout] 43462b62163f7608894b67c6de878bf11eda1b9ab1e7641ca5ef232ce8a086a7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d57fbf9a3c43562cc01f04e279ab01bcb325be89ca69ca845eee9658274679de [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "d57fbf9a3c43562cc01f04e279ab01bcb325be89ca69ca845eee9658274679de", kill_on_drop: false }` [INFO] [stderr] Compiling log v0.4.6 [INFO] [stderr] Compiling env_logger v0.6.1 [INFO] [stderr] Compiling Dining_Philosophers v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/dining_philosophers/resource_hierarchy_impl/eating.rs:34:37 [INFO] [stdout] | [INFO] [stdout] 34 | fn transition(&mut self) -> Box { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn StateMachine + Send` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::dining_philosophers::fork::Fork` [INFO] [stdout] --> src/dining_philosophers/resource_hierarchy_impl/thinking.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::dining_philosophers::fork::Fork; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::dining_philosophers::resource_hierarchy_impl::left_thinking::LeftThinking` [INFO] [stdout] --> src/dining_philosophers/resource_hierarchy_impl/thinking.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::dining_philosophers::resource_hierarchy_impl::left_thinking::LeftThinking; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::dining_philosophers::resource_hierarchy_impl::right_thinking::RightThinking` [INFO] [stdout] --> src/dining_philosophers/resource_hierarchy_impl/thinking.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::dining_philosophers::resource_hierarchy_impl::right_thinking::RightThinking; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/dining_philosophers/resource_hierarchy_impl/thinking.rs:19:37 [INFO] [stdout] | [INFO] [stdout] 19 | fn transition(&mut self) -> Box { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn StateMachine + Send` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/dining_philosophers/resource_hierarchy_impl/left_thinking.rs:30:37 [INFO] [stdout] | [INFO] [stdout] 30 | fn transition(&mut self) -> Box { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn StateMachine + Send` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/dining_philosophers/resource_hierarchy_impl/right_thinking.rs:27:37 [INFO] [stdout] | [INFO] [stdout] 27 | fn transition(&mut self) -> Box { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn StateMachine + Send` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/dining_philosophers/philosopher/philosopher.rs:7:13 [INFO] [stdout] | [INFO] [stdout] 7 | sm: Box, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn StateMachine + Send` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/dining_philosophers/philosopher/philosopher.rs:12:35 [INFO] [stdout] | [INFO] [stdout] 12 | pub fn new(id: usize, sm: Box) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn StateMachine + Send` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/dining_philosophers/philosopher/state_machine.rs:10:37 [INFO] [stdout] | [INFO] [stdout] 10 | fn transition(&mut self) -> Box; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn StateMachine + Send` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/main.rs:78:37 [INFO] [stdout] | [INFO] [stdout] 78 | fn transition(&mut self) -> Box { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn StateMachine + Send` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `table_interaction` [INFO] [stdout] --> src/dining_philosophers/resource_hierarchy_impl/thinking.rs:13:16 [INFO] [stdout] | [INFO] [stdout] 13 | pub fn new(table_interaction: TableInteraction) -> Thinking { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_table_interaction` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `drop_right` [INFO] [stdout] --> src/dining_philosophers/resource_hierarchy_impl/eating.rs:27:8 [INFO] [stdout] | [INFO] [stdout] 27 | fn drop_right(&mut self, table_interaction: TableInteraction) -> LeftThinking { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/dining_philosophers/resource_hierarchy_impl/left_thinking.rs:14:12 [INFO] [stdout] | [INFO] [stdout] 14 | pub fn new(left_fork: Fork, table_interaction: TableInteraction) -> LeftThinking { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `history` [INFO] [stdout] --> src/dining_philosophers/philosopher/philosopher.rs:37:8 [INFO] [stdout] | [INFO] [stdout] 37 | fn history(&self) -> &Vec { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `id` [INFO] [stdout] --> src/dining_philosophers/philosopher/philosopher.rs:41:8 [INFO] [stdout] | [INFO] [stdout] 41 | fn id(&self) -> usize { [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: crate `Dining_Philosophers` should have a snake case name [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] = help: convert the identifier to snake case: `dining_philosophers` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 17 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.93s [INFO] running `Command { std: "docker" "inspect" "d57fbf9a3c43562cc01f04e279ab01bcb325be89ca69ca845eee9658274679de", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d57fbf9a3c43562cc01f04e279ab01bcb325be89ca69ca845eee9658274679de", kill_on_drop: false }` [INFO] [stdout] d57fbf9a3c43562cc01f04e279ab01bcb325be89ca69ca845eee9658274679de [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 512b2c0c1924e67d6aebf645bc0b9dadc298d2fea5b2dfded139050246b98c8f [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "512b2c0c1924e67d6aebf645bc0b9dadc298d2fea5b2dfded139050246b98c8f", kill_on_drop: false }` [INFO] [stderr] Compiling Dining_Philosophers v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/dining_philosophers/resource_hierarchy_impl/eating.rs:34:37 [INFO] [stdout] | [INFO] [stdout] 34 | fn transition(&mut self) -> Box { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn StateMachine + Send` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/dining_philosophers/resource_hierarchy_impl/eating.rs:96:27 [INFO] [stdout] | [INFO] [stdout] 96 | let mut unit: Box = Box::new(Eating::new(left_fork, right_fork, table_interaction)); [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn StateMachine` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/dining_philosophers/resource_hierarchy_impl/eating.rs:110:27 [INFO] [stdout] | [INFO] [stdout] 110 | let mut unit: Box = Box::new(Eating::new(left_fork, right_fork, table_interaction)); [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn StateMachine` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::dining_philosophers::fork::Fork` [INFO] [stdout] --> src/dining_philosophers/resource_hierarchy_impl/thinking.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::dining_philosophers::fork::Fork; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::dining_philosophers::resource_hierarchy_impl::left_thinking::LeftThinking` [INFO] [stdout] --> src/dining_philosophers/resource_hierarchy_impl/thinking.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::dining_philosophers::resource_hierarchy_impl::left_thinking::LeftThinking; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::dining_philosophers::resource_hierarchy_impl::right_thinking::RightThinking` [INFO] [stdout] --> src/dining_philosophers/resource_hierarchy_impl/thinking.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::dining_philosophers::resource_hierarchy_impl::right_thinking::RightThinking; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/dining_philosophers/resource_hierarchy_impl/thinking.rs:19:37 [INFO] [stdout] | [INFO] [stdout] 19 | fn transition(&mut self) -> Box { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn StateMachine + Send` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::dining_philosophers::fork::Fork` [INFO] [stdout] --> src/dining_philosophers/resource_hierarchy_impl/thinking.rs:32:9 [INFO] [stdout] | [INFO] [stdout] 32 | use crate::dining_philosophers::fork::Fork; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::dining_philosophers::resource_hierarchy_impl::left_thinking::LeftThinking` [INFO] [stdout] --> src/dining_philosophers/resource_hierarchy_impl/thinking.rs:34:9 [INFO] [stdout] | [INFO] [stdout] 34 | use crate::dining_philosophers::resource_hierarchy_impl::left_thinking::LeftThinking; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::dining_philosophers::resource_hierarchy_impl::right_thinking::RightThinking` [INFO] [stdout] --> src/dining_philosophers/resource_hierarchy_impl/thinking.rs:35:9 [INFO] [stdout] | [INFO] [stdout] 35 | use crate::dining_philosophers::resource_hierarchy_impl::right_thinking::RightThinking; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/dining_philosophers/resource_hierarchy_impl/left_thinking.rs:30:37 [INFO] [stdout] | [INFO] [stdout] 30 | fn transition(&mut self) -> Box { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn StateMachine + Send` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/dining_philosophers/resource_hierarchy_impl/left_thinking.rs:98:27 [INFO] [stdout] | [INFO] [stdout] 98 | let mut unit: Box = Box::new(LeftThinking::new(fork, table_interaction)); [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn StateMachine` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/dining_philosophers/resource_hierarchy_impl/left_thinking.rs:109:27 [INFO] [stdout] | [INFO] [stdout] 109 | let mut unit: Box = Box::new(LeftThinking::new(fork.take().unwrap(), table_interaction)); [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn StateMachine` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/dining_philosophers/resource_hierarchy_impl/left_thinking.rs:120:27 [INFO] [stdout] | [INFO] [stdout] 120 | let mut unit: Box = Box::new(LeftThinking::new(fork.take().unwrap(), table_interaction)); [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn StateMachine` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/dining_philosophers/resource_hierarchy_impl/right_thinking.rs:27:37 [INFO] [stdout] | [INFO] [stdout] 27 | fn transition(&mut self) -> Box { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn StateMachine + Send` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/dining_philosophers/resource_hierarchy_impl/right_thinking.rs:94:27 [INFO] [stdout] | [INFO] [stdout] 94 | let mut unit: Box = Box::new(RightThinking::new(fork, table_interaction)); [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn StateMachine` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/dining_philosophers/resource_hierarchy_impl/right_thinking.rs:106:27 [INFO] [stdout] | [INFO] [stdout] 106 | let mut unit: Box = Box::new(RightThinking::new(fork.take().unwrap(), table_interaction)); [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn StateMachine` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/dining_philosophers/resource_hierarchy_impl/right_thinking.rs:117:27 [INFO] [stdout] | [INFO] [stdout] 117 | let mut unit: Box = Box::new(RightThinking::new(fork, table_interaction)); [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn StateMachine` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/dining_philosophers/philosopher/philosopher.rs:7:13 [INFO] [stdout] | [INFO] [stdout] 7 | sm: Box, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn StateMachine + Send` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/dining_philosophers/philosopher/philosopher.rs:12:35 [INFO] [stdout] | [INFO] [stdout] 12 | pub fn new(id: usize, sm: Box) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn StateMachine + Send` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/dining_philosophers/philosopher/philosopher.rs:97:41 [INFO] [stdout] | [INFO] [stdout] 97 | fn transition(&mut self) -> Box { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn StateMachine + Send` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/dining_philosophers/philosopher/state_machine.rs:10:37 [INFO] [stdout] | [INFO] [stdout] 10 | fn transition(&mut self) -> Box; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn StateMachine + Send` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/main.rs:78:37 [INFO] [stdout] | [INFO] [stdout] 78 | fn transition(&mut self) -> Box { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn StateMachine + Send` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `table_interaction` [INFO] [stdout] --> src/dining_philosophers/resource_hierarchy_impl/thinking.rs:13:16 [INFO] [stdout] | [INFO] [stdout] 13 | pub fn new(table_interaction: TableInteraction) -> Thinking { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_table_interaction` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: crate `Dining_Philosophers` should have a snake case name [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] = help: convert the identifier to snake case: `dining_philosophers` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 25 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.26s [INFO] running `Command { std: "docker" "inspect" "512b2c0c1924e67d6aebf645bc0b9dadc298d2fea5b2dfded139050246b98c8f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "512b2c0c1924e67d6aebf645bc0b9dadc298d2fea5b2dfded139050246b98c8f", kill_on_drop: false }` [INFO] [stdout] 512b2c0c1924e67d6aebf645bc0b9dadc298d2fea5b2dfded139050246b98c8f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] c3f64b2f3d76f6b4deb1960c34229c733341490a39b3aef05f74f57ef76cae82 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "c3f64b2f3d76f6b4deb1960c34229c733341490a39b3aef05f74f57ef76cae82", kill_on_drop: false }` [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/dining_philosophers/resource_hierarchy_impl/eating.rs:34:37 [INFO] [stderr] | [INFO] [stderr] 34 | fn transition(&mut self) -> Box { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn StateMachine + Send` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/dining_philosophers/resource_hierarchy_impl/eating.rs:96:27 [INFO] [stderr] | [INFO] [stderr] 96 | let mut unit: Box = Box::new(Eating::new(left_fork, right_fork, table_interaction)); [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn StateMachine` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/dining_philosophers/resource_hierarchy_impl/eating.rs:110:27 [INFO] [stderr] | [INFO] [stderr] 110 | let mut unit: Box = Box::new(Eating::new(left_fork, right_fork, table_interaction)); [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn StateMachine` [INFO] [stderr] [INFO] [stderr] warning: unused import: `crate::dining_philosophers::fork::Fork` [INFO] [stderr] --> src/dining_philosophers/resource_hierarchy_impl/thinking.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use crate::dining_philosophers::fork::Fork; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `crate::dining_philosophers::resource_hierarchy_impl::left_thinking::LeftThinking` [INFO] [stderr] --> src/dining_philosophers/resource_hierarchy_impl/thinking.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use crate::dining_philosophers::resource_hierarchy_impl::left_thinking::LeftThinking; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `crate::dining_philosophers::resource_hierarchy_impl::right_thinking::RightThinking` [INFO] [stderr] --> src/dining_philosophers/resource_hierarchy_impl/thinking.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use crate::dining_philosophers::resource_hierarchy_impl::right_thinking::RightThinking; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/dining_philosophers/resource_hierarchy_impl/thinking.rs:19:37 [INFO] [stderr] | [INFO] [stderr] 19 | fn transition(&mut self) -> Box { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn StateMachine + Send` [INFO] [stderr] [INFO] [stderr] warning: unused import: `crate::dining_philosophers::fork::Fork` [INFO] [stderr] --> src/dining_philosophers/resource_hierarchy_impl/thinking.rs:32:9 [INFO] [stderr] | [INFO] [stderr] 32 | use crate::dining_philosophers::fork::Fork; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `crate::dining_philosophers::resource_hierarchy_impl::left_thinking::LeftThinking` [INFO] [stderr] --> src/dining_philosophers/resource_hierarchy_impl/thinking.rs:34:9 [INFO] [stderr] | [INFO] [stderr] 34 | use crate::dining_philosophers::resource_hierarchy_impl::left_thinking::LeftThinking; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `crate::dining_philosophers::resource_hierarchy_impl::right_thinking::RightThinking` [INFO] [stderr] --> src/dining_philosophers/resource_hierarchy_impl/thinking.rs:35:9 [INFO] [stderr] | [INFO] [stderr] 35 | use crate::dining_philosophers::resource_hierarchy_impl::right_thinking::RightThinking; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/dining_philosophers/resource_hierarchy_impl/left_thinking.rs:30:37 [INFO] [stderr] | [INFO] [stderr] 30 | fn transition(&mut self) -> Box { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn StateMachine + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/dining_philosophers/resource_hierarchy_impl/left_thinking.rs:98:27 [INFO] [stderr] | [INFO] [stderr] 98 | let mut unit: Box = Box::new(LeftThinking::new(fork, table_interaction)); [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn StateMachine` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/dining_philosophers/resource_hierarchy_impl/left_thinking.rs:109:27 [INFO] [stderr] | [INFO] [stderr] 109 | let mut unit: Box = Box::new(LeftThinking::new(fork.take().unwrap(), table_interaction)); [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn StateMachine` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/dining_philosophers/resource_hierarchy_impl/left_thinking.rs:120:27 [INFO] [stderr] | [INFO] [stderr] 120 | let mut unit: Box = Box::new(LeftThinking::new(fork.take().unwrap(), table_interaction)); [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn StateMachine` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/dining_philosophers/resource_hierarchy_impl/right_thinking.rs:27:37 [INFO] [stderr] | [INFO] [stderr] 27 | fn transition(&mut self) -> Box { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn StateMachine + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/dining_philosophers/resource_hierarchy_impl/right_thinking.rs:94:27 [INFO] [stderr] | [INFO] [stderr] 94 | let mut unit: Box = Box::new(RightThinking::new(fork, table_interaction)); [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn StateMachine` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/dining_philosophers/resource_hierarchy_impl/right_thinking.rs:106:27 [INFO] [stderr] | [INFO] [stderr] 106 | let mut unit: Box = Box::new(RightThinking::new(fork.take().unwrap(), table_interaction)); [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn StateMachine` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/dining_philosophers/resource_hierarchy_impl/right_thinking.rs:117:27 [INFO] [stderr] | [INFO] [stderr] 117 | let mut unit: Box = Box::new(RightThinking::new(fork, table_interaction)); [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn StateMachine` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/dining_philosophers/philosopher/philosopher.rs:7:13 [INFO] [stderr] | [INFO] [stderr] 7 | sm: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn StateMachine + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/dining_philosophers/philosopher/philosopher.rs:12:35 [INFO] [stderr] | [INFO] [stderr] 12 | pub fn new(id: usize, sm: Box) -> Self { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn StateMachine + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/dining_philosophers/philosopher/philosopher.rs:97:41 [INFO] [stderr] | [INFO] [stderr] 97 | fn transition(&mut self) -> Box { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn StateMachine + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/dining_philosophers/philosopher/state_machine.rs:10:37 [INFO] [stderr] | [INFO] [stderr] 10 | fn transition(&mut self) -> Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn StateMachine + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:78:37 [INFO] [stderr] | [INFO] [stderr] 78 | fn transition(&mut self) -> Box { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn StateMachine + Send` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `table_interaction` [INFO] [stderr] --> src/dining_philosophers/resource_hierarchy_impl/thinking.rs:13:16 [INFO] [stderr] | [INFO] [stderr] 13 | pub fn new(table_interaction: TableInteraction) -> Thinking { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_table_interaction` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: crate `Dining_Philosophers` should have a snake case name [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] = help: convert the identifier to snake case: `dining_philosophers` [INFO] [stderr] [INFO] [stderr] warning: 25 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/Dining_Philosophers-44953d1422506af3 [INFO] [stdout] [INFO] [stdout] running 54 tests [INFO] [stdout] test dining_philosophers::analysis::tests::calculate_percentage_thinking ... ok [INFO] [stdout] test dining_philosophers::analysis::tests::average_score_over_several_runs ... ok [INFO] [stdout] test dining_philosophers::analysis::tests::calculate_percentage_thinking_with_eating ... ok [INFO] [stdout] test dining_philosophers::philosopher::philosopher::tests::write_history ... ok [INFO] [stdout] test dining_philosophers::resource_hierarchy_impl::eating::tests::acts_to_return_left_fork ... ok [INFO] [stdout] test dining_philosophers::analysis::tests::min_score_of_zero_when_hundred_percent ... ok [INFO] [stdout] test dining_philosophers::analysis::tests::min_score_of_zero_when_zero_percent ... ok [INFO] [stdout] test dining_philosophers::resource_hierarchy_impl::eating::tests::eating_drop_right_becomes_left_thinking ... ok [INFO] [stdout] test dining_philosophers::philosopher::philosopher::tests::has_state ... ok [INFO] [stdout] test dining_philosophers::resource_hierarchy_impl::eating::tests::changes_to_right_thinking ... ok [INFO] [stdout] test dining_philosophers::resource_hierarchy_impl::eating::tests::eating_drop_left_becomes_right_thinking ... ok [INFO] [stdout] test dining_philosophers::analysis::tests::max_score_of_one_when_fifty_percent ... ok [INFO] [stdout] test dining_philosophers::analysis::tests::calculate_score_based_on_percentage ... ok [INFO] [stdout] test dining_philosophers::analysis::tests::calculate_percentage_thinking_with_equal_eating ... ok [INFO] [stdout] test dining_philosophers::philosopher::philosopher::tests::keeps_a_record_of_state_transitions ... ok [INFO] [stdout] test dining_philosophers::philosopher::philosopher::tests::has_id ... ok [INFO] [stdout] test dining_philosophers::analysis::tests::max_score_for_a_run ... ok [INFO] [stdout] test dining_philosophers::analysis::tests::intermediate_score_for_a_run ... ok [INFO] [stdout] test dining_philosophers::analysis::tests::min_score_a_run ... ok [INFO] [stdout] test dining_philosophers::analysis::tests::min_average_score_over_several_runs ... ok [INFO] [stdout] test dining_philosophers::analysis::tests::max_average_score_over_several_runs ... ok [INFO] [stdout] test dining_philosophers::resource_hierarchy_impl::left_thinking::tests::take_right_becomes_eating ... ok [INFO] [stdout] test dining_philosophers::resource_hierarchy_impl::left_thinking::tests::changes_to_eating_when_right_fork_available ... ok [INFO] [stdout] test dining_philosophers::resource_hierarchy_impl::right_thinking::tests::changes_to_eating_when_left_fork_available ... ok [INFO] [stdout] test dining_philosophers::resource_hierarchy_impl::eating::tests::state_is_eating ... ok [INFO] [stdout] test dining_philosophers::resource_hierarchy_impl::left_thinking::tests::state_is_left_thinking ... ok [INFO] [stdout] test dining_philosophers::resource_hierarchy_impl::right_thinking::tests::right_thinking_take_left_becomes_eating ... ok [INFO] [stdout] test dining_philosophers::resource_hierarchy_impl::right_thinking::tests::state_is_right_thinking ... ok [INFO] [stdout] test dining_philosophers::resource_hierarchy_impl::thinking::tests::changes_to_thinking_when_left_fork_is_not_available ... ok [INFO] [stdout] test dining_philosophers::table::tests::cannot_get_fork_of_index_larger_than_table_size ... ok [INFO] [stdout] test dining_philosophers::resource_hierarchy_impl::thinking::tests::changes_to_left_when_left_fork_available ... ok [INFO] [stdout] test dining_philosophers::table::tests::cannot_get_fork_of_index_equal_to_table_size ... ok [INFO] [stdout] test dining_philosophers::table::tests::cannot_get_fork_when_in_use ... ok [INFO] [stdout] test dining_philosophers::table::tests::get_fork_by_position ... ok [INFO] [stdout] test dining_philosophers::table::tests::return_fork_to_table ... ok [INFO] [stdout] test dining_philosophers::table::tests::construct_table ... ok [INFO] [stdout] test dining_philosophers::table::tests::table_interaction_get_adjacent_fork ... ok [INFO] [stdout] test dining_philosophers::table::tests::table_interaction_get_fork ... ok [INFO] [stdout] test dining_philosophers::table::tests::table_interaction_returns_fork ... ok [INFO] [stdout] test dining_philosophers::table::tests::table_interaction_cannot_get_same_fork ... ok [INFO] [stdout] test dining_philosophers::table::tests::table_interaction_returns_adjacent_fork ... ok [INFO] [stdout] test dining_philosophers::resource_hierarchy_impl::eating::tests::cannot_call_transition_twice_on_same_instance ... ok [INFO] [stdout] test dining_philosophers::resource_hierarchy_impl::left_thinking::tests::cannot_call_transition_twice_on_same_instance ... ok [INFO] [stdout] test dining_philosophers::resource_hierarchy_impl::left_thinking::tests::returns_left_fork_when_right_fork_is_not_available ... FAILED [INFO] [stdout] test dining_philosophers::resource_hierarchy_impl::left_thinking::tests::drop_left_becomes_thinking ... FAILED [INFO] [stdout] test dining_philosophers::resource_hierarchy_impl::right_thinking::tests::cannot_call_transition_twice_on_same_instance ... ok [INFO] [stdout] test dining_philosophers::resource_hierarchy_impl::left_thinking::tests::changes_to_thinking_when_right_fork_is_not_available ... FAILED [INFO] [stdout] test dining_philosophers::resource_hierarchy_impl::right_thinking::tests::returns_right_fork_when_left_fork_is_not_available ... FAILED [INFO] [stdout] test dining_philosophers::resource_hierarchy_impl::right_thinking::tests::changes_to_thinking_when_left_fork_is_not_available ... FAILED [INFO] [stdout] test dining_philosophers::resource_hierarchy_impl::right_thinking::tests::right_thinking_drop_right_becomes_thinking ... FAILED [INFO] [stdout] test dining_philosophers::resource_hierarchy_impl::thinking::tests::cannot_call_transition_twice_on_same_instance ... ok [INFO] [stdout] test dining_philosophers::resource_hierarchy_impl::thinking::tests::state_is_thinking ... FAILED [INFO] [stdout] test dining_philosophers::table::tests::cannot_construct_table_with_size_less_than_one ... ok [INFO] [stdout] test dining_philosophers::table::tests::return_fork_panics_when_position_larger_than_table_size ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- dining_philosophers::resource_hierarchy_impl::left_thinking::tests::returns_left_fork_when_right_fork_is_not_available stdout ---- [INFO] [stdout] thread 'dining_philosophers::resource_hierarchy_impl::left_thinking::tests::returns_left_fork_when_right_fork_is_not_available' panicked at 'not implemented', src/dining_philosophers/resource_hierarchy_impl/thinking.rs:14:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x564a0fc66035 - backtrace::backtrace::libunwind::trace::ha215bbf14e328799 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x564a0fc66035 - backtrace::backtrace::trace_unsynchronized::h3384b099b135857a [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x564a0fc66035 - std::sys_common::backtrace::_print_fmt::hfec93740f7294682 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x564a0fc66035 - ::fmt::h5fe20777f4174074 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x564a0fc8e8bc - core::fmt::write::he14c3177144df275 [INFO] [stdout] at src/libcore/fmt/mod.rs:1076 [INFO] [stdout] 5: 0x564a0fc13265 - std::io::Write::write_fmt::ha866504c9998fe5e [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/io/mod.rs:1537 [INFO] [stdout] 6: 0x564a0fc603e1 - std::io::impls::>::write_fmt::h8f0a2af895559593 [INFO] [stdout] at src/libstd/io/impls.rs:176 [INFO] [stdout] 7: 0x564a0fc68860 - std::sys_common::backtrace::_print::h9cfa4c87526ba064 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x564a0fc68860 - std::sys_common::backtrace::print::h94936584848b3272 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x564a0fc68860 - std::panicking::default_hook::{{closure}}::h733b20cc9b496e46 [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x564a0fc6855a - std::panicking::default_hook::h556d8cff6c12a651 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x564a0fc68e97 - std::panicking::rust_panic_with_hook::ha0c7ca5b39baa9d5 [INFO] [stdout] at src/libstd/panicking.rs:486 [INFO] [stdout] 12: 0x564a0fc55059 - std::panicking::begin_panic::h01b41a7556038d9f [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:410 [INFO] [stdout] 13: 0x564a0fc1149a - Dining_Philosophers::dining_philosophers::resource_hierarchy_impl::thinking::Thinking::new::he28036b2e2fb1bd3 [INFO] [stdout] at src/dining_philosophers/resource_hierarchy_impl/thinking.rs:14 [INFO] [stdout] 14: 0x564a0fc04622 - Dining_Philosophers::dining_philosophers::resource_hierarchy_impl::left_thinking::LeftThinking::drop_left::h8a0a8305ac629e12 [INFO] [stdout] at src/dining_philosophers/resource_hierarchy_impl/left_thinking.rs:25 [INFO] [stdout] 15: 0x564a0fc04910 - ::transition::ha886e8d2da0d2ae5 [INFO] [stdout] at src/dining_philosophers/resource_hierarchy_impl/left_thinking.rs:37 [INFO] [stdout] 16: 0x564a0fbfa363 - Dining_Philosophers::dining_philosophers::resource_hierarchy_impl::left_thinking::tests::returns_left_fork_when_right_fork_is_not_available::h798e6534330047e9 [INFO] [stdout] at src/dining_philosophers/resource_hierarchy_impl/left_thinking.rs:122 [INFO] [stdout] 17: 0x564a0fbfa16a - Dining_Philosophers::dining_philosophers::resource_hierarchy_impl::left_thinking::tests::returns_left_fork_when_right_fork_is_not_available::{{closure}}::h7f5a1b3c956e10e1 [INFO] [stdout] at src/dining_philosophers/resource_hierarchy_impl/left_thinking.rs:117 [INFO] [stdout] 18: 0x564a0fbfb1fe - core::ops::function::FnOnce::call_once::h593490bd007c268e [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libcore/ops/function.rs:232 [INFO] [stdout] 19: 0x564a0fc3a452 - as core::ops::function::FnOnce>::call_once::h1efcc6525b6aa145 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/liballoc/boxed.rs:1076 [INFO] [stdout] 20: 0x564a0fc3a452 - as core::ops::function::FnOnce<()>>::call_once::hafd7ae2f3c23f399 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:318 [INFO] [stdout] 21: 0x564a0fc3a452 - std::panicking::try::do_call::h83baf26f5fc8b0a5 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:297 [INFO] [stdout] 22: 0x564a0fc3a452 - std::panicking::try::h8d28a678b90bb6ac [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:274 [INFO] [stdout] 23: 0x564a0fc3a452 - std::panic::catch_unwind::h20734e8710644f59 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:394 [INFO] [stdout] 24: 0x564a0fc3a452 - test::run_test_in_process::h2c1fb2dd0c9013bb [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 25: 0x564a0fc3a452 - test::run_test::run_test_inner::{{closure}}::h7c58b7aefdb9adf3 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 26: 0x564a0fc12726 - std::sys_common::backtrace::__rust_begin_short_backtrace::h498f21fd16bdff05 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 27: 0x564a0fc17a65 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hb35336a0a0430e6d [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/thread/mod.rs:475 [INFO] [stdout] 28: 0x564a0fc17a65 - as core::ops::function::FnOnce<()>>::call_once::h8569a86268e08ad1 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:318 [INFO] [stdout] 29: 0x564a0fc17a65 - std::panicking::try::do_call::hcc5472a0f1ff31ac [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:297 [INFO] [stdout] 30: 0x564a0fc17a65 - std::panicking::try::h774b0c4fd770945c [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:274 [INFO] [stdout] 31: 0x564a0fc17a65 - std::panic::catch_unwind::hfaf7c6beb53320e7 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:394 [INFO] [stdout] 32: 0x564a0fc17a65 - std::thread::Builder::spawn_unchecked::{{closure}}::h481343a824704446 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/thread/mod.rs:474 [INFO] [stdout] 33: 0x564a0fc17a65 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9dcbc7fc2c4c6c48 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libcore/ops/function.rs:232 [INFO] [stdout] 34: 0x564a0fc6f16a - as core::ops::function::FnOnce>::call_once::hf311c88f1fadb9b8 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/liballoc/boxed.rs:1076 [INFO] [stdout] 35: 0x564a0fc6f16a - as core::ops::function::FnOnce>::call_once::h8cfb7235b81393ef [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/liballoc/boxed.rs:1076 [INFO] [stdout] 36: 0x564a0fc6f16a - std::sys::unix::thread::Thread::new::thread_start::hf745c8cf29a89648 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 37: 0x7fdb363b3609 - start_thread [INFO] [stdout] 38: 0x7fdb362bf103 - __clone [INFO] [stdout] 39: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- dining_philosophers::resource_hierarchy_impl::left_thinking::tests::drop_left_becomes_thinking stdout ---- [INFO] [stdout] thread 'dining_philosophers::resource_hierarchy_impl::left_thinking::tests::drop_left_becomes_thinking' panicked at 'not implemented', src/dining_philosophers/resource_hierarchy_impl/thinking.rs:14:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x564a0fc66035 - backtrace::backtrace::libunwind::trace::ha215bbf14e328799 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x564a0fc66035 - backtrace::backtrace::trace_unsynchronized::h3384b099b135857a [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x564a0fc66035 - std::sys_common::backtrace::_print_fmt::hfec93740f7294682 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x564a0fc66035 - ::fmt::h5fe20777f4174074 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x564a0fc8e8bc - core::fmt::write::he14c3177144df275 [INFO] [stdout] at src/libcore/fmt/mod.rs:1076 [INFO] [stdout] 5: 0x564a0fc13265 - std::io::Write::write_fmt::ha866504c9998fe5e [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/io/mod.rs:1537 [INFO] [stdout] 6: 0x564a0fc603e1 - std::io::impls::>::write_fmt::h8f0a2af895559593 [INFO] [stdout] at src/libstd/io/impls.rs:176 [INFO] [stdout] 7: 0x564a0fc68860 - std::sys_common::backtrace::_print::h9cfa4c87526ba064 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x564a0fc68860 - std::sys_common::backtrace::print::h94936584848b3272 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x564a0fc68860 - std::panicking::default_hook::{{closure}}::h733b20cc9b496e46 [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x564a0fc6855a - std::panicking::default_hook::h556d8cff6c12a651 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x564a0fc68e97 - std::panicking::rust_panic_with_hook::ha0c7ca5b39baa9d5 [INFO] [stdout] at src/libstd/panicking.rs:486 [INFO] [stdout] 12: 0x564a0fc55059 - std::panicking::begin_panic::h01b41a7556038d9f [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:410 [INFO] [stdout] 13: 0x564a0fc1149a - Dining_Philosophers::dining_philosophers::resource_hierarchy_impl::thinking::Thinking::new::he28036b2e2fb1bd3 [INFO] [stdout] at src/dining_philosophers/resource_hierarchy_impl/thinking.rs:14 [INFO] [stdout] 14: 0x564a0fc04622 - Dining_Philosophers::dining_philosophers::resource_hierarchy_impl::left_thinking::LeftThinking::drop_left::h8a0a8305ac629e12 [INFO] [stdout] at src/dining_philosophers/resource_hierarchy_impl/left_thinking.rs:25 [INFO] [stdout] 15: 0x564a0fbf920a - Dining_Philosophers::dining_philosophers::resource_hierarchy_impl::left_thinking::tests::drop_left_becomes_thinking::h40a15ddaf2ce53bd [INFO] [stdout] at src/dining_philosophers/resource_hierarchy_impl/left_thinking.rs:80 [INFO] [stdout] 16: 0x564a0fbf90aa - Dining_Philosophers::dining_philosophers::resource_hierarchy_impl::left_thinking::tests::drop_left_becomes_thinking::{{closure}}::hbd73da90b81f8876 [INFO] [stdout] at src/dining_philosophers/resource_hierarchy_impl/left_thinking.rs:75 [INFO] [stdout] 17: 0x564a0fbfb22e - core::ops::function::FnOnce::call_once::h5e97b44b1b113de0 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libcore/ops/function.rs:232 [INFO] [stdout] 18: 0x564a0fc3a452 - as core::ops::function::FnOnce>::call_once::h1efcc6525b6aa145 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/liballoc/boxed.rs:1076 [INFO] [stdout] 19: 0x564a0fc3a452 - as core::ops::function::FnOnce<()>>::call_once::hafd7ae2f3c23f399 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:318 [INFO] [stdout] 20: 0x564a0fc3a452 - std::panicking::try::do_call::h83baf26f5fc8b0a5 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:297 [INFO] [stdout] 21: 0x564a0fc3a452 - std::panicking::try::h8d28a678b90bb6ac [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:274 [INFO] [stdout] 22: 0x564a0fc3a452 - std::panic::catch_unwind::h20734e8710644f59 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:394 [INFO] [stdout] 23: 0x564a0fc3a452 - test::run_test_in_process::h2c1fb2dd0c9013bb [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 24: 0x564a0fc3a452 - test::run_test::run_test_inner::{{closure}}::h7c58b7aefdb9adf3 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 25: 0x564a0fc12726 - std::sys_common::backtrace::__rust_begin_short_backtrace::h498f21fd16bdff05 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 26: 0x564a0fc17a65 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hb35336a0a0430e6d [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/thread/mod.rs:475 [INFO] [stdout] 27: 0x564a0fc17a65 - as core::ops::function::FnOnce<()>>::call_once::h8569a86268e08ad1 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:318 [INFO] [stdout] 28: 0x564a0fc17a65 - std::panicking::try::do_call::hcc5472a0f1ff31ac [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:297 [INFO] [stdout] 29: 0x564a0fc17a65 - std::panicking::try::h774b0c4fd770945c [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:274 [INFO] [stdout] 30: 0x564a0fc17a65 - std::panic::catch_unwind::hfaf7c6beb53320e7 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:394 [INFO] [stdout] 31: 0x564a0fc17a65 - std::thread::Builder::spawn_unchecked::{{closure}}::h481343a824704446 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/thread/mod.rs:474 [INFO] [stdout] 32: 0x564a0fc17a65 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9dcbc7fc2c4c6c48 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libcore/ops/function.rs:232 [INFO] [stdout] 33: 0x564a0fc6f16a - as core::ops::function::FnOnce>::call_once::hf311c88f1fadb9b8 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/liballoc/boxed.rs:1076 [INFO] [stdout] 34: 0x564a0fc6f16a - as core::ops::function::FnOnce>::call_once::h8cfb7235b81393ef [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/liballoc/boxed.rs:1076 [INFO] [stdout] 35: 0x564a0fc6f16a - std::sys::unix::thread::Thread::new::thread_start::hf745c8cf29a89648 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 36: 0x7fdb363b3609 - start_thread [INFO] [stdout] 37: 0x7fdb362bf103 - __clone [INFO] [stdout] 38: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- dining_philosophers::resource_hierarchy_impl::left_thinking::tests::changes_to_thinking_when_right_fork_is_not_available stdout ---- [INFO] [stdout] thread 'dining_philosophers::resource_hierarchy_impl::left_thinking::tests::changes_to_thinking_when_right_fork_is_not_available' panicked at 'not implemented', src/dining_philosophers/resource_hierarchy_impl/thinking.rs:14:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x564a0fc66035 - backtrace::backtrace::libunwind::trace::ha215bbf14e328799 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x564a0fc66035 - backtrace::backtrace::trace_unsynchronized::h3384b099b135857a [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x564a0fc66035 - std::sys_common::backtrace::_print_fmt::hfec93740f7294682 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x564a0fc66035 - ::fmt::h5fe20777f4174074 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x564a0fc8e8bc - core::fmt::write::he14c3177144df275 [INFO] [stdout] at src/libcore/fmt/mod.rs:1076 [INFO] [stdout] 5: 0x564a0fc13265 - std::io::Write::write_fmt::ha866504c9998fe5e [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/io/mod.rs:1537 [INFO] [stdout] 6: 0x564a0fc603e1 - std::io::impls::>::write_fmt::h8f0a2af895559593 [INFO] [stdout] at src/libstd/io/impls.rs:176 [INFO] [stdout] 7: 0x564a0fc68860 - std::sys_common::backtrace::_print::h9cfa4c87526ba064 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x564a0fc68860 - std::sys_common::backtrace::print::h94936584848b3272 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x564a0fc68860 - std::panicking::default_hook::{{closure}}::h733b20cc9b496e46 [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x564a0fc6855a - std::panicking::default_hook::h556d8cff6c12a651 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x564a0fc68e97 - std::panicking::rust_panic_with_hook::ha0c7ca5b39baa9d5 [INFO] [stdout] at src/libstd/panicking.rs:486 [INFO] [stdout] 12: 0x564a0fc55059 - std::panicking::begin_panic::h01b41a7556038d9f [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:410 [INFO] [stdout] 13: 0x564a0fc1149a - Dining_Philosophers::dining_philosophers::resource_hierarchy_impl::thinking::Thinking::new::he28036b2e2fb1bd3 [INFO] [stdout] at src/dining_philosophers/resource_hierarchy_impl/thinking.rs:14 [INFO] [stdout] 14: 0x564a0fc04622 - Dining_Philosophers::dining_philosophers::resource_hierarchy_impl::left_thinking::LeftThinking::drop_left::h8a0a8305ac629e12 [INFO] [stdout] at src/dining_philosophers/resource_hierarchy_impl/left_thinking.rs:25 [INFO] [stdout] 15: 0x564a0fc04910 - ::transition::ha886e8d2da0d2ae5 [INFO] [stdout] at src/dining_philosophers/resource_hierarchy_impl/left_thinking.rs:37 [INFO] [stdout] 16: 0x564a0fbf9e83 - Dining_Philosophers::dining_philosophers::resource_hierarchy_impl::left_thinking::tests::changes_to_thinking_when_right_fork_is_not_available::hce93b7149eeb0990 [INFO] [stdout] at src/dining_philosophers/resource_hierarchy_impl/left_thinking.rs:111 [INFO] [stdout] 17: 0x564a0fbf9c8a - Dining_Philosophers::dining_philosophers::resource_hierarchy_impl::left_thinking::tests::changes_to_thinking_when_right_fork_is_not_available::{{closure}}::h1a4a2469c63b761f [INFO] [stdout] at src/dining_philosophers/resource_hierarchy_impl/left_thinking.rs:106 [INFO] [stdout] 18: 0x564a0fbfb86e - core::ops::function::FnOnce::call_once::hee1221e52a39cbc6 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libcore/ops/function.rs:232 [INFO] [stdout] 19: 0x564a0fc3a452 - as core::ops::function::FnOnce>::call_once::h1efcc6525b6aa145 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/liballoc/boxed.rs:1076 [INFO] [stdout] 20: 0x564a0fc3a452 - as core::ops::function::FnOnce<()>>::call_once::hafd7ae2f3c23f399 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:318 [INFO] [stdout] 21: 0x564a0fc3a452 - std::panicking::try::do_call::h83baf26f5fc8b0a5 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:297 [INFO] [stdout] 22: 0x564a0fc3a452 - std::panicking::try::h8d28a678b90bb6ac [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:274 [INFO] [stdout] 23: 0x564a0fc3a452 - std::panic::catch_unwind::h20734e8710644f59 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:394 [INFO] [stdout] 24: 0x564a0fc3a452 - test::run_test_in_process::h2c1fb2dd0c9013bb [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 25: 0x564a0fc3a452 - test::run_test::run_test_inner::{{closure}}::h7c58b7aefdb9adf3 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 26: 0x564a0fc12726 - std::sys_common::backtrace::__rust_begin_short_backtrace::h498f21fd16bdff05 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 27: 0x564a0fc17a65 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hb35336a0a0430e6d [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/thread/mod.rs:475 [INFO] [stdout] 28: 0x564a0fc17a65 - as core::ops::function::FnOnce<()>>::call_once::h8569a86268e08ad1 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:318 [INFO] [stdout] 29: 0x564a0fc17a65 - std::panicking::try::do_call::hcc5472a0f1ff31ac [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:297 [INFO] [stdout] 30: 0x564a0fc17a65 - std::panicking::try::h774b0c4fd770945c [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:274 [INFO] [stdout] 31: 0x564a0fc17a65 - std::panic::catch_unwind::hfaf7c6beb53320e7 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:394 [INFO] [stdout] 32: 0x564a0fc17a65 - std::thread::Builder::spawn_unchecked::{{closure}}::h481343a824704446 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/thread/mod.rs:474 [INFO] [stdout] 33: 0x564a0fc17a65 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9dcbc7fc2c4c6c48 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libcore/ops/function.rs:232 [INFO] [stdout] 34: 0x564a0fc6f16a - as core::ops::function::FnOnce>::call_once::hf311c88f1fadb9b8 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/liballoc/boxed.rs:1076 [INFO] [stdout] 35: 0x564a0fc6f16a - as core::ops::function::FnOnce>::call_once::h8cfb7235b81393ef [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/liballoc/boxed.rs:1076 [INFO] [stdout] 36: 0x564a0fc6f16a - std::sys::unix::thread::Thread::new::thread_start::hf745c8cf29a89648 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 37: 0x7fdb363b3609 - start_thread [INFO] [stdout] 38: 0x7fdb362bf103 - __clone [INFO] [stdout] 39: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- dining_philosophers::resource_hierarchy_impl::right_thinking::tests::returns_right_fork_when_left_fork_is_not_available stdout ---- [INFO] [stdout] thread 'dining_philosophers::resource_hierarchy_impl::right_thinking::tests::returns_right_fork_when_left_fork_is_not_available' panicked at 'not implemented', src/dining_philosophers/resource_hierarchy_impl/thinking.rs:14:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x564a0fc66035 - backtrace::backtrace::libunwind::trace::ha215bbf14e328799 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x564a0fc66035 - backtrace::backtrace::trace_unsynchronized::h3384b099b135857a [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x564a0fc66035 - std::sys_common::backtrace::_print_fmt::hfec93740f7294682 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x564a0fc66035 - ::fmt::h5fe20777f4174074 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x564a0fc8e8bc - core::fmt::write::he14c3177144df275 [INFO] [stdout] at src/libcore/fmt/mod.rs:1076 [INFO] [stdout] 5: 0x564a0fc13265 - std::io::Write::write_fmt::ha866504c9998fe5e [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/io/mod.rs:1537 [INFO] [stdout] 6: 0x564a0fc603e1 - std::io::impls::>::write_fmt::h8f0a2af895559593 [INFO] [stdout] at src/libstd/io/impls.rs:176 [INFO] [stdout] 7: 0x564a0fc68860 - std::sys_common::backtrace::_print::h9cfa4c87526ba064 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x564a0fc68860 - std::sys_common::backtrace::print::h94936584848b3272 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x564a0fc68860 - std::panicking::default_hook::{{closure}}::h733b20cc9b496e46 [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x564a0fc6855a - std::panicking::default_hook::h556d8cff6c12a651 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x564a0fc68e97 - std::panicking::rust_panic_with_hook::ha0c7ca5b39baa9d5 [INFO] [stdout] at src/libstd/panicking.rs:486 [INFO] [stdout] 12: 0x564a0fc55059 - std::panicking::begin_panic::h01b41a7556038d9f [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:410 [INFO] [stdout] 13: 0x564a0fc1149a - Dining_Philosophers::dining_philosophers::resource_hierarchy_impl::thinking::Thinking::new::he28036b2e2fb1bd3 [INFO] [stdout] at src/dining_philosophers/resource_hierarchy_impl/thinking.rs:14 [INFO] [stdout] 14: 0x564a0fc00182 - Dining_Philosophers::dining_philosophers::resource_hierarchy_impl::right_thinking::RightThinking::drop_right::hbbf485f7adfea3f3 [INFO] [stdout] at src/dining_philosophers/resource_hierarchy_impl/right_thinking.rs:22 [INFO] [stdout] 15: 0x564a0fc00470 - ::transition::hc8ddcb69ea0a7115 [INFO] [stdout] at src/dining_philosophers/resource_hierarchy_impl/right_thinking.rs:34 [INFO] [stdout] 16: 0x564a0fbf8793 - Dining_Philosophers::dining_philosophers::resource_hierarchy_impl::right_thinking::tests::returns_right_fork_when_left_fork_is_not_available::h8f04b9ff8667d3fc [INFO] [stdout] at src/dining_philosophers/resource_hierarchy_impl/right_thinking.rs:119 [INFO] [stdout] 17: 0x564a0fbf859a - Dining_Philosophers::dining_philosophers::resource_hierarchy_impl::right_thinking::tests::returns_right_fork_when_left_fork_is_not_available::{{closure}}::hc0d1364ecb550c0c [INFO] [stdout] at src/dining_philosophers/resource_hierarchy_impl/right_thinking.rs:114 [INFO] [stdout] 18: 0x564a0fbfafbe - core::ops::function::FnOnce::call_once::h1f79279d92014428 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libcore/ops/function.rs:232 [INFO] [stdout] 19: 0x564a0fc3a452 - as core::ops::function::FnOnce>::call_once::h1efcc6525b6aa145 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/liballoc/boxed.rs:1076 [INFO] [stdout] 20: 0x564a0fc3a452 - as core::ops::function::FnOnce<()>>::call_once::hafd7ae2f3c23f399 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:318 [INFO] [stdout] 21: 0x564a0fc3a452 - std::panicking::try::do_call::h83baf26f5fc8b0a5 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:297 [INFO] [stdout] 22: 0x564a0fc3a452 - std::panicking::try::h8d28a678b90bb6ac [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:274 [INFO] [stdout] 23: 0x564a0fc3a452 - std::panic::catch_unwind::h20734e8710644f59 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:394 [INFO] [stdout] 24: 0x564a0fc3a452 - test::run_test_in_process::h2c1fb2dd0c9013bb [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 25: 0x564a0fc3a452 - test::run_test::run_test_inner::{{closure}}::h7c58b7aefdb9adf3 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 26: 0x564a0fc12726 - std::sys_common::backtrace::__rust_begin_short_backtrace::h498f21fd16bdff05 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 27: 0x564a0fc17a65 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hb35336a0a0430e6d [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/thread/mod.rs:475 [INFO] [stdout] 28: 0x564a0fc17a65 - as core::ops::function::FnOnce<()>>::call_once::h8569a86268e08ad1 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:318 [INFO] [stdout] 29: 0x564a0fc17a65 - std::panicking::try::do_call::hcc5472a0f1ff31ac [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:297 [INFO] [stdout] 30: 0x564a0fc17a65 - std::panicking::try::h774b0c4fd770945c [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:274 [INFO] [stdout] 31: 0x564a0fc17a65 - std::panic::catch_unwind::hfaf7c6beb53320e7 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:394 [INFO] [stdout] 32: 0x564a0fc17a65 - std::thread::Builder::spawn_unchecked::{{closure}}::h481343a824704446 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/thread/mod.rs:474 [INFO] [stdout] 33: 0x564a0fc17a65 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9dcbc7fc2c4c6c48 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libcore/ops/function.rs:232 [INFO] [stdout] 34: 0x564a0fc6f16a - as core::ops::function::FnOnce>::call_once::hf311c88f1fadb9b8 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/liballoc/boxed.rs:1076 [INFO] [stdout] 35: 0x564a0fc6f16a - as core::ops::function::FnOnce>::call_once::h8cfb7235b81393ef [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/liballoc/boxed.rs:1076 [INFO] [stdout] 36: 0x564a0fc6f16a - std::sys::unix::thread::Thread::new::thread_start::hf745c8cf29a89648 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 37: 0x7fdb363b3609 - start_thread [INFO] [stdout] 38: 0x7fdb362bf103 - __clone [INFO] [stdout] 39: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- dining_philosophers::resource_hierarchy_impl::right_thinking::tests::changes_to_thinking_when_left_fork_is_not_available stdout ---- [INFO] [stdout] thread 'dining_philosophers::resource_hierarchy_impl::right_thinking::tests::changes_to_thinking_when_left_fork_is_not_available' panicked at 'not implemented', src/dining_philosophers/resource_hierarchy_impl/thinking.rs:14:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x564a0fc66035 - backtrace::backtrace::libunwind::trace::ha215bbf14e328799 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x564a0fc66035 - backtrace::backtrace::trace_unsynchronized::h3384b099b135857a [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x564a0fc66035 - std::sys_common::backtrace::_print_fmt::hfec93740f7294682 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x564a0fc66035 - ::fmt::h5fe20777f4174074 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x564a0fc8e8bc - core::fmt::write::he14c3177144df275 [INFO] [stdout] at src/libcore/fmt/mod.rs:1076 [INFO] [stdout] 5: 0x564a0fc13265 - std::io::Write::write_fmt::ha866504c9998fe5e [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/io/mod.rs:1537 [INFO] [stdout] 6: 0x564a0fc603e1 - std::io::impls::>::write_fmt::h8f0a2af895559593 [INFO] [stdout] at src/libstd/io/impls.rs:176 [INFO] [stdout] 7: 0x564a0fc68860 - std::sys_common::backtrace::_print::h9cfa4c87526ba064 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x564a0fc68860 - std::sys_common::backtrace::print::h94936584848b3272 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x564a0fc68860 - std::panicking::default_hook::{{closure}}::h733b20cc9b496e46 [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x564a0fc6855a - std::panicking::default_hook::h556d8cff6c12a651 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x564a0fc68e97 - std::panicking::rust_panic_with_hook::ha0c7ca5b39baa9d5 [INFO] [stdout] at src/libstd/panicking.rs:486 [INFO] [stdout] 12: 0x564a0fc55059 - std::panicking::begin_panic::h01b41a7556038d9f [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:410 [INFO] [stdout] 13: 0x564a0fc1149a - Dining_Philosophers::dining_philosophers::resource_hierarchy_impl::thinking::Thinking::new::he28036b2e2fb1bd3 [INFO] [stdout] at src/dining_philosophers/resource_hierarchy_impl/thinking.rs:14 [INFO] [stdout] 14: 0x564a0fc00182 - Dining_Philosophers::dining_philosophers::resource_hierarchy_impl::right_thinking::RightThinking::drop_right::hbbf485f7adfea3f3 [INFO] [stdout] at src/dining_philosophers/resource_hierarchy_impl/right_thinking.rs:22 [INFO] [stdout] 15: 0x564a0fc00470 - ::transition::hc8ddcb69ea0a7115 [INFO] [stdout] at src/dining_philosophers/resource_hierarchy_impl/right_thinking.rs:34 [INFO] [stdout] 16: 0x564a0fbf82a6 - Dining_Philosophers::dining_philosophers::resource_hierarchy_impl::right_thinking::tests::changes_to_thinking_when_left_fork_is_not_available::h5fe4fe4a66f4b984 [INFO] [stdout] at src/dining_philosophers/resource_hierarchy_impl/right_thinking.rs:108 [INFO] [stdout] 17: 0x564a0fbf807a - Dining_Philosophers::dining_philosophers::resource_hierarchy_impl::right_thinking::tests::changes_to_thinking_when_left_fork_is_not_available::{{closure}}::he69ae1a662688e90 [INFO] [stdout] at src/dining_philosophers/resource_hierarchy_impl/right_thinking.rs:102 [INFO] [stdout] 18: 0x564a0fbfaf8e - core::ops::function::FnOnce::call_once::h1bb581d569f6fdb9 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libcore/ops/function.rs:232 [INFO] [stdout] 19: 0x564a0fc3a452 - as core::ops::function::FnOnce>::call_once::h1efcc6525b6aa145 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/liballoc/boxed.rs:1076 [INFO] [stdout] 20: 0x564a0fc3a452 - as core::ops::function::FnOnce<()>>::call_once::hafd7ae2f3c23f399 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:318 [INFO] [stdout] 21: 0x564a0fc3a452 - std::panicking::try::do_call::h83baf26f5fc8b0a5 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:297 [INFO] [stdout] 22: 0x564a0fc3a452 - std::panicking::try::h8d28a678b90bb6ac [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:274 [INFO] [stdout] 23: 0x564a0fc3a452 - std::panic::catch_unwind::h20734e8710644f59 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:394 [INFO] [stdout] 24: 0x564a0fc3a452 - test::run_test_in_process::h2c1fb2dd0c9013bb [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 25: 0x564a0fc3a452 - test::run_test::run_test_inner::{{closure}}::h7c58b7aefdb9adf3 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 26: 0x564a0fc12726 - std::sys_common::backtrace::__rust_begin_short_backtrace::h498f21fd16bdff05 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 27: 0x564a0fc17a65 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hb35336a0a0430e6d [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/thread/mod.rs:475 [INFO] [stdout] 28: 0x564a0fc17a65 - as core::ops::function::FnOnce<()>>::call_once::h8569a86268e08ad1 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:318 [INFO] [stdout] 29: 0x564a0fc17a65 - std::panicking::try::do_call::hcc5472a0f1ff31ac [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:297 [INFO] [stdout] 30: 0x564a0fc17a65 - std::panicking::try::h774b0c4fd770945c [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:274 [INFO] [stdout] 31: 0x564a0fc17a65 - std::panic::catch_unwind::hfaf7c6beb53320e7 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:394 [INFO] [stdout] 32: 0x564a0fc17a65 - std::thread::Builder::spawn_unchecked::{{closure}}::h481343a824704446 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/thread/mod.rs:474 [INFO] [stdout] 33: 0x564a0fc17a65 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9dcbc7fc2c4c6c48 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libcore/ops/function.rs:232 [INFO] [stdout] 34: 0x564a0fc6f16a - as core::ops::function::FnOnce>::call_once::hf311c88f1fadb9b8 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/liballoc/boxed.rs:1076 [INFO] [stdout] 35: 0x564a0fc6f16a - as core::ops::function::FnOnce>::call_once::h8cfb7235b81393ef [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/liballoc/boxed.rs:1076 [INFO] [stdout] 36: 0x564a0fc6f16a - std::sys::unix::thread::Thread::new::thread_start::hf745c8cf29a89648 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 37: 0x7fdb363b3609 - start_thread [INFO] [stdout] 38: 0x7fdb362bf103 - __clone [INFO] [stdout] 39: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- dining_philosophers::resource_hierarchy_impl::right_thinking::tests::right_thinking_drop_right_becomes_thinking stdout ---- [INFO] [stdout] thread 'dining_philosophers::resource_hierarchy_impl::right_thinking::tests::right_thinking_drop_right_becomes_thinking' panicked at 'not implemented', src/dining_philosophers/resource_hierarchy_impl/thinking.rs:14:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x564a0fc66035 - backtrace::backtrace::libunwind::trace::ha215bbf14e328799 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x564a0fc66035 - backtrace::backtrace::trace_unsynchronized::h3384b099b135857a [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x564a0fc66035 - std::sys_common::backtrace::_print_fmt::hfec93740f7294682 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x564a0fc66035 - ::fmt::h5fe20777f4174074 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x564a0fc8e8bc - core::fmt::write::he14c3177144df275 [INFO] [stdout] at src/libcore/fmt/mod.rs:1076 [INFO] [stdout] 5: 0x564a0fc13265 - std::io::Write::write_fmt::ha866504c9998fe5e [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/io/mod.rs:1537 [INFO] [stdout] 6: 0x564a0fc603e1 - std::io::impls::>::write_fmt::h8f0a2af895559593 [INFO] [stdout] at src/libstd/io/impls.rs:176 [INFO] [stdout] 7: 0x564a0fc68860 - std::sys_common::backtrace::_print::h9cfa4c87526ba064 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x564a0fc68860 - std::sys_common::backtrace::print::h94936584848b3272 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x564a0fc68860 - std::panicking::default_hook::{{closure}}::h733b20cc9b496e46 [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x564a0fc6855a - std::panicking::default_hook::h556d8cff6c12a651 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x564a0fc68e97 - std::panicking::rust_panic_with_hook::ha0c7ca5b39baa9d5 [INFO] [stdout] at src/libstd/panicking.rs:486 [INFO] [stdout] 12: 0x564a0fc55059 - std::panicking::begin_panic::h01b41a7556038d9f [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:410 [INFO] [stdout] 13: 0x564a0fc1149a - Dining_Philosophers::dining_philosophers::resource_hierarchy_impl::thinking::Thinking::new::he28036b2e2fb1bd3 [INFO] [stdout] at src/dining_philosophers/resource_hierarchy_impl/thinking.rs:14 [INFO] [stdout] 14: 0x564a0fc00182 - Dining_Philosophers::dining_philosophers::resource_hierarchy_impl::right_thinking::RightThinking::drop_right::hbbf485f7adfea3f3 [INFO] [stdout] at src/dining_philosophers/resource_hierarchy_impl/right_thinking.rs:22 [INFO] [stdout] 15: 0x564a0fbf75fa - Dining_Philosophers::dining_philosophers::resource_hierarchy_impl::right_thinking::tests::right_thinking_drop_right_becomes_thinking::haef1a9ddefc18410 [INFO] [stdout] at src/dining_philosophers/resource_hierarchy_impl/right_thinking.rs:76 [INFO] [stdout] 16: 0x564a0fbf749a - Dining_Philosophers::dining_philosophers::resource_hierarchy_impl::right_thinking::tests::right_thinking_drop_right_becomes_thinking::{{closure}}::h98260e9ca29106b0 [INFO] [stdout] at src/dining_philosophers/resource_hierarchy_impl/right_thinking.rs:71 [INFO] [stdout] 17: 0x564a0fbfb83e - core::ops::function::FnOnce::call_once::he76c02d4344f820a [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libcore/ops/function.rs:232 [INFO] [stdout] 18: 0x564a0fc3a452 - as core::ops::function::FnOnce>::call_once::h1efcc6525b6aa145 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/liballoc/boxed.rs:1076 [INFO] [stdout] 19: 0x564a0fc3a452 - as core::ops::function::FnOnce<()>>::call_once::hafd7ae2f3c23f399 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:318 [INFO] [stdout] 20: 0x564a0fc3a452 - std::panicking::try::do_call::h83baf26f5fc8b0a5 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:297 [INFO] [stdout] 21: 0x564a0fc3a452 - std::panicking::try::h8d28a678b90bb6ac [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:274 [INFO] [stdout] 22: 0x564a0fc3a452 - std::panic::catch_unwind::h20734e8710644f59 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:394 [INFO] [stdout] 23: 0x564a0fc3a452 - test::run_test_in_process::h2c1fb2dd0c9013bb [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 24: 0x564a0fc3a452 - test::run_test::run_test_inner::{{closure}}::h7c58b7aefdb9adf3 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 25: 0x564a0fc12726 - std::sys_common::backtrace::__rust_begin_short_backtrace::h498f21fd16bdff05 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 26: 0x564a0fc17a65 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hb35336a0a0430e6d [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/thread/mod.rs:475 [INFO] [stdout] 27: 0x564a0fc17a65 - as core::ops::function::FnOnce<()>>::call_once::h8569a86268e08ad1 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:318 [INFO] [stdout] 28: 0x564a0fc17a65 - std::panicking::try::do_call::hcc5472a0f1ff31ac [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:297 [INFO] [stdout] 29: 0x564a0fc17a65 - std::panicking::try::h774b0c4fd770945c [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:274 [INFO] [stdout] 30: 0x564a0fc17a65 - std::panic::catch_unwind::hfaf7c6beb53320e7 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:394 [INFO] [stdout] 31: 0x564a0fc17a65 - std::thread::Builder::spawn_unchecked::{{closure}}::h481343a824704446 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/thread/mod.rs:474 [INFO] [stdout] 32: 0x564a0fc17a65 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9dcbc7fc2c4c6c48 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libcore/ops/function.rs:232 [INFO] [stdout] 33: 0x564a0fc6f16a - as core::ops::function::FnOnce>::call_once::hf311c88f1fadb9b8 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/liballoc/boxed.rs:1076 [INFO] [stdout] 34: 0x564a0fc6f16a - as core::ops::function::FnOnce>::call_once::h8cfb7235b81393ef [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/liballoc/boxed.rs:1076 [INFO] [stdout] 35: 0x564a0fc6f16a - std::sys::unix::thread::Thread::new::thread_start::hf745c8cf29a89648 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 36: 0x7fdb363b3609 - start_thread [INFO] [stdout] 37: 0x7fdb362bf103 - __clone [INFO] [stdout] 38: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- dining_philosophers::resource_hierarchy_impl::thinking::tests::state_is_thinking stdout ---- [INFO] [stdout] thread 'dining_philosophers::resource_hierarchy_impl::thinking::tests::state_is_thinking' panicked at 'not implemented', src/dining_philosophers/resource_hierarchy_impl/thinking.rs:14:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x564a0fc66035 - backtrace::backtrace::libunwind::trace::ha215bbf14e328799 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x564a0fc66035 - backtrace::backtrace::trace_unsynchronized::h3384b099b135857a [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x564a0fc66035 - std::sys_common::backtrace::_print_fmt::hfec93740f7294682 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x564a0fc66035 - ::fmt::h5fe20777f4174074 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x564a0fc8e8bc - core::fmt::write::he14c3177144df275 [INFO] [stdout] at src/libcore/fmt/mod.rs:1076 [INFO] [stdout] 5: 0x564a0fc13265 - std::io::Write::write_fmt::ha866504c9998fe5e [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/io/mod.rs:1537 [INFO] [stdout] 6: 0x564a0fc603e1 - std::io::impls::>::write_fmt::h8f0a2af895559593 [INFO] [stdout] at src/libstd/io/impls.rs:176 [INFO] [stdout] 7: 0x564a0fc68860 - std::sys_common::backtrace::_print::h9cfa4c87526ba064 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x564a0fc68860 - std::sys_common::backtrace::print::h94936584848b3272 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x564a0fc68860 - std::panicking::default_hook::{{closure}}::h733b20cc9b496e46 [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x564a0fc6855a - std::panicking::default_hook::h556d8cff6c12a651 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x564a0fc68e97 - std::panicking::rust_panic_with_hook::ha0c7ca5b39baa9d5 [INFO] [stdout] at src/libstd/panicking.rs:486 [INFO] [stdout] 12: 0x564a0fc55059 - std::panicking::begin_panic::h01b41a7556038d9f [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:410 [INFO] [stdout] 13: 0x564a0fc1149a - Dining_Philosophers::dining_philosophers::resource_hierarchy_impl::thinking::Thinking::new::he28036b2e2fb1bd3 [INFO] [stdout] at src/dining_philosophers/resource_hierarchy_impl/thinking.rs:14 [INFO] [stdout] 14: 0x564a0fc0e843 - Dining_Philosophers::dining_philosophers::resource_hierarchy_impl::thinking::tests::state_is_thinking::h07f6444cfb7601dc [INFO] [stdout] at src/dining_philosophers/resource_hierarchy_impl/thinking.rs:42 [INFO] [stdout] 15: 0x564a0fc0e7ba - Dining_Philosophers::dining_philosophers::resource_hierarchy_impl::thinking::tests::state_is_thinking::{{closure}}::h9813e8abe9b039c2 [INFO] [stdout] at src/dining_philosophers/resource_hierarchy_impl/thinking.rs:40 [INFO] [stdout] 16: 0x564a0fbfb10e - core::ops::function::FnOnce::call_once::h42e2deb0fb842535 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libcore/ops/function.rs:232 [INFO] [stdout] 17: 0x564a0fc3a452 - as core::ops::function::FnOnce>::call_once::h1efcc6525b6aa145 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/liballoc/boxed.rs:1076 [INFO] [stdout] 18: 0x564a0fc3a452 - as core::ops::function::FnOnce<()>>::call_once::hafd7ae2f3c23f399 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:318 [INFO] [stdout] 19: 0x564a0fc3a452 - std::panicking::try::do_call::h83baf26f5fc8b0a5 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:297 [INFO] [stdout] 20: 0x564a0fc3a452 - std::panicking::try::h8d28a678b90bb6ac [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:274 [INFO] [stdout] 21: 0x564a0fc3a452 - std::panic::catch_unwind::h20734e8710644f59 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:394 [INFO] [stdout] 22: 0x564a0fc3a452 - test::run_test_in_process::h2c1fb2dd0c9013bb [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 23: 0x564a0fc3a452 - test::run_test::run_test_inner::{{closure}}::h7c58b7aefdb9adf3 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 24: 0x564a0fc12726 - std::sys_common::backtrace::__rust_begin_short_backtrace::h498f21fd16bdff05 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 25: 0x564a0fc17a65 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hb35336a0a0430e6d [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/thread/mod.rs:475 [INFO] [stdout] 26: 0x564a0fc17a65 - as core::ops::function::FnOnce<()>>::call_once::h8569a86268e08ad1 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:318 [INFO] [stdout] 27: 0x564a0fc17a65 - std::panicking::try::do_call::hcc5472a0f1ff31ac [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:297 [INFO] [stdout] 28: 0x564a0fc17a65 - std::panicking::try::h774b0c4fd770945c [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:274 [INFO] [stdout] 29: 0x564a0fc17a65 - std::panic::catch_unwind::hfaf7c6beb53320e7 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:394 [INFO] [stdout] 30: 0x564a0fc17a65 - std::thread::Builder::spawn_unchecked::{{closure}}::h481343a824704446 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/thread/mod.rs:474 [INFO] [stdout] 31: 0x564a0fc17a65 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9dcbc7fc2c4c6c48 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libcore/ops/function.rs:232 [INFO] [stdout] 32: 0x564a0fc6f16a - as core::ops::function::FnOnce>::call_once::hf311c88f1fadb9b8 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/liballoc/boxed.rs:1076 [INFO] [stdout] 33: 0x564a0fc6f16a - as core::ops::function::FnOnce>::call_once::h8cfb7235b81393ef [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/liballoc/boxed.rs:1076 [INFO] [stdout] 34: 0x564a0fc6f16a - std::sys::unix::thread::Thread::new::thread_start::hf745c8cf29a89648 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 35: 0x7fdb363b3609 - start_thread [INFO] [stdout] 36: 0x7fdb362bf103 - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] dining_philosophers::resource_hierarchy_impl::left_thinking::tests::changes_to_thinking_when_right_fork_is_not_available [INFO] [stdout] dining_philosophers::resource_hierarchy_impl::left_thinking::tests::drop_left_becomes_thinking [INFO] [stdout] dining_philosophers::resource_hierarchy_impl::left_thinking::tests::returns_left_fork_when_right_fork_is_not_available [INFO] [stdout] dining_philosophers::resource_hierarchy_impl::right_thinking::tests::changes_to_thinking_when_left_fork_is_not_available [INFO] [stdout] dining_philosophers::resource_hierarchy_impl::right_thinking::tests::returns_right_fork_when_left_fork_is_not_available [INFO] [stdout] dining_philosophers::resource_hierarchy_impl::right_thinking::tests::right_thinking_drop_right_becomes_thinking [INFO] [stdout] dining_philosophers::resource_hierarchy_impl::thinking::tests::state_is_thinking [INFO] [stdout] [INFO] [stdout] test result: FAILED. 47 passed; 7 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--bin Dining_Philosophers' [INFO] running `Command { std: "docker" "inspect" "c3f64b2f3d76f6b4deb1960c34229c733341490a39b3aef05f74f57ef76cae82", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c3f64b2f3d76f6b4deb1960c34229c733341490a39b3aef05f74f57ef76cae82", kill_on_drop: false }` [INFO] [stdout] c3f64b2f3d76f6b4deb1960c34229c733341490a39b3aef05f74f57ef76cae82