[INFO] cloning repository https://github.com/longfangsong/flaeck
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/longfangsong/flaeck" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flongfangsong%2Fflaeck", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flongfangsong%2Fflaeck'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 3d1c27d4e6b7bd6c759adbc19f5a499e6c415555
[INFO] testing longfangsong/flaeck against 1.97.0-beta.6 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flongfangsong%2Fflaeck" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/longfangsong/flaeck
[INFO] finished tweaking git repo https://github.com/longfangsong/flaeck
[INFO] tweaked toml for git repo https://github.com/longfangsong/flaeck written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/longfangsong/flaeck on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/longfangsong/flaeck 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" "+1.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded is_sorted v0.1.1
[INFO] [stderr]   Downloaded oxidd-dump v0.5.0
[INFO] [stderr]   Downloaded oxidd v0.10.0
[INFO] [stderr]   Downloaded oxidd-core v0.10.0
[INFO] [stderr]   Downloaded linear-hashtbl v0.1.2
[INFO] [stderr]   Downloaded oxidd-rules-tdd v0.5.0
[INFO] [stderr]   Downloaded oxidd-cache v0.10.0
[INFO] [stderr]   Downloaded hugealloc v0.1.1
[INFO] [stderr]   Downloaded oxidd-reorder v0.5.0
[INFO] [stderr]   Downloaded oxidd-rules-mtbdd v0.5.0
[INFO] [stderr]   Downloaded sptr v0.3.2
[INFO] [stderr]   Downloaded oxidd-derive v0.10.0
[INFO] [stderr]   Downloaded oxidd-rules-zbdd v0.10.0
[INFO] [stderr]   Downloaded oxidd-rules-bdd v0.10.0
[INFO] [stderr]   Downloaded oxidd-manager-index v0.10.0
[INFO] [stderr]   Downloaded petgraph v0.8.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 941a15b69d012e16c0008bbc8b2a7fab77c4eae370704ce6ff352718f960f048
[INFO] running `Command { std: "docker" "start" "941a15b69d012e16c0008bbc8b2a7fab77c4eae370704ce6ff352718f960f048", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "941a15b69d012e16c0008bbc8b2a7fab77c4eae370704ce6ff352718f960f048", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "941a15b69d012e16c0008bbc8b2a7fab77c4eae370704ce6ff352718f960f048" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "941a15b69d012e16c0008bbc8b2a7fab77c4eae370704ce6ff352718f960f048", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "941a15b69d012e16c0008bbc8b2a7fab77c4eae370704ce6ff352718f960f048" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling nanorand v0.7.0
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling litrs v0.4.1
[INFO] [stderr]    Compiling is_sorted v0.1.1
[INFO] [stderr]    Compiling allocator-api2 v0.2.21
[INFO] [stderr]    Compiling lock_api v0.4.13
[INFO] [stderr]    Compiling wyz v0.5.1
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling sptr v0.3.2
[INFO] [stderr]    Compiling linear-hashtbl v0.1.2
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling syn v2.0.103
[INFO] [stderr]    Compiling fixedbitset v0.5.7
[INFO] [stderr]    Compiling bit-set v0.8.0
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling bimap v0.6.3
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling bitvec v1.0.1
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling oxidd-core v0.10.0
[INFO] [stderr]    Compiling parking_lot v0.12.4
[INFO] [stderr]    Compiling flume v0.11.1
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling hashbrown v0.15.4
[INFO] [stderr]    Compiling hugealloc v0.1.1
[INFO] [stderr]    Compiling document-features v0.2.11
[INFO] [stderr]    Compiling oxidd-cache v0.10.0
[INFO] [stderr]    Compiling indexmap v2.9.0
[INFO] [stderr]    Compiling petgraph v0.8.2
[INFO] [stderr]    Compiling oxidd-derive v0.10.0
[INFO] [stderr]    Compiling oxidd-reorder v0.5.0
[INFO] [stderr]    Compiling oxidd-dump v0.5.0
[INFO] [stderr]    Compiling oxidd-manager-index v0.10.0
[INFO] [stderr]    Compiling oxidd-rules-zbdd v0.10.0
[INFO] [stderr]    Compiling oxidd-rules-mtbdd v0.5.0
[INFO] [stderr]    Compiling oxidd-rules-bdd v0.10.0
[INFO] [stderr]    Compiling oxidd v0.10.0
[INFO] [stderr]    Compiling flaeck v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `polyfill::bdd::zbdd::to_variable`
[INFO] [stdout]  --> src/twa.rs:1:13
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::{polyfill::bdd::zbdd::to_variable, utils::BiHashMap};
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::polyfill::bdd::zbdd`
[INFO] [stdout]   --> src/twa.rs:80:5
[INFO] [stdout]    |
[INFO] [stdout] 80 | use crate::polyfill::bdd::zbdd;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `node`
[INFO] [stdout]   --> src/twa.rs:49:13
[INFO] [stdout]    |
[INFO] [stdout] 49 |         let node = manager.get_node(f_edge);
[INFO] [stdout]    |             ^^^^ help: if this is intentional, prefix it with an underscore: `_node`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Cube` is never constructed
[INFO] [stdout]   --> src/polyfill/bdd/isop.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct Cube {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new` and `format` are never used
[INFO] [stdout]   --> src/polyfill/bdd/isop.rs:18:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | impl Cube {
[INFO] [stdout]    | --------- associated items in this implementation
[INFO] [stdout] 18 |     pub fn new(contains: BitSet, positive: BitSet) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 22 |     pub fn format<S: AsRef<str>>(&self, vairable_names: &[S]) -> String {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ZBDDCubeIterator` is never constructed
[INFO] [stdout]   --> src/polyfill/bdd/isop.rs:34:12
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub struct ZBDDCubeIterator<'a> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ISOP` is never constructed
[INFO] [stdout]   --> src/polyfill/bdd/isop.rs:93:12
[INFO] [stdout]    |
[INFO] [stdout] 93 | pub struct ISOP(ZBDDFunction);
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `isop_impl` is never used
[INFO] [stdout]   --> src/polyfill/bdd/isop.rs:95:4
[INFO] [stdout]    |
[INFO] [stdout] 95 | fn isop_impl(
[INFO] [stdout]    |    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `isop` is never used
[INFO] [stdout]    --> src/polyfill/bdd/isop.rs:159:8
[INFO] [stdout]     |
[INFO] [stdout] 159 | pub fn isop(
[INFO] [stdout]     |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `iter` is never used
[INFO] [stdout]    --> src/polyfill/bdd/isop.rs:174:12
[INFO] [stdout]     |
[INFO] [stdout] 173 | impl ISOP {
[INFO] [stdout]     | --------- method in this implementation
[INFO] [stdout] 174 |     pub fn iter<'a>(&'a self, zbdd_variable_manager: &'a ZBDDVariableManager) -> ZBDDCubeIterator {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `atom_property_names` is never read
[INFO] [stdout]  --> src/twa.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct TwAContext {
[INFO] [stdout]   |            ---------- field in this struct
[INFO] [stdout] 8 |     // Atom property's name <-> Atom property in BDD form
[INFO] [stdout] 9 |     atom_property_names: BiHashMap<String, ZBDDFunction>,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `format_BDD_function` is never used
[INFO] [stdout]   --> src/twa.rs:42:4
[INFO] [stdout]    |
[INFO] [stdout] 42 | fn format_BDD_function(
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `graph` and `start_state` are never read
[INFO] [stdout]   --> src/twa.rs:71:5
[INFO] [stdout]    |
[INFO] [stdout] 70 | pub struct TwAGraph {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout] 71 |     graph: DiGraph<(), EdgeData>,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 72 |     start_state: DefaultIx,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `TwAGraph` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/polyfill/bdd/isop.rs:174:82
[INFO] [stdout]     |
[INFO] [stdout] 174 |     pub fn iter<'a>(&'a self, zbdd_variable_manager: &'a ZBDDVariableManager) -> ZBDDCubeIterator {
[INFO] [stdout]     |                      --                               --                         ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |                                |
[INFO] [stdout]     |                      the lifetime is named here       the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 174 |     pub fn iter<'a>(&'a self, zbdd_variable_manager: &'a ZBDDVariableManager) -> ZBDDCubeIterator<'a> {
[INFO] [stdout]     |                                                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `debug_format_BDD_function` should have a snake case name
[INFO] [stdout]   --> src/twa.rs:17:4
[INFO] [stdout]    |
[INFO] [stdout] 17 | fn debug_format_BDD_function(
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `debug_format_bdd_function`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `format_BDD_function` should have a snake case name
[INFO] [stdout]   --> src/twa.rs:42:4
[INFO] [stdout]    |
[INFO] [stdout] 42 | fn format_BDD_function(
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `format_bdd_function`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.18s
[INFO] running `Command { std: "docker" "inspect" "941a15b69d012e16c0008bbc8b2a7fab77c4eae370704ce6ff352718f960f048", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "941a15b69d012e16c0008bbc8b2a7fab77c4eae370704ce6ff352718f960f048" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] warning: unused import: `polyfill::bdd::zbdd::to_variable`
[INFO] [stdout]  --> src/twa.rs:1:13
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::{polyfill::bdd::zbdd::to_variable, utils::BiHashMap};
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::polyfill::bdd::zbdd`
[INFO] [stdout]   --> src/twa.rs:80:5
[INFO] [stdout]    |
[INFO] [stdout] 80 | use crate::polyfill::bdd::zbdd;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `node`
[INFO] [stdout]   --> src/twa.rs:49:13
[INFO] [stdout]    |
[INFO] [stdout] 49 |         let node = manager.get_node(f_edge);
[INFO] [stdout]    |             ^^^^ help: if this is intentional, prefix it with an underscore: `_node`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Cube` is never constructed
[INFO] [stdout]   --> src/polyfill/bdd/isop.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct Cube {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new` and `format` are never used
[INFO] [stdout]   --> src/polyfill/bdd/isop.rs:18:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | impl Cube {
[INFO] [stdout]    | --------- associated items in this implementation
[INFO] [stdout] 18 |     pub fn new(contains: BitSet, positive: BitSet) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 22 |     pub fn format<S: AsRef<str>>(&self, vairable_names: &[S]) -> String {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ZBDDCubeIterator` is never constructed
[INFO] [stdout]   --> src/polyfill/bdd/isop.rs:34:12
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub struct ZBDDCubeIterator<'a> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ISOP` is never constructed
[INFO] [stdout]   --> src/polyfill/bdd/isop.rs:93:12
[INFO] [stdout]    |
[INFO] [stdout] 93 | pub struct ISOP(ZBDDFunction);
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `isop_impl` is never used
[INFO] [stdout]   --> src/polyfill/bdd/isop.rs:95:4
[INFO] [stdout]    |
[INFO] [stdout] 95 | fn isop_impl(
[INFO] [stdout]    |    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `isop` is never used
[INFO] [stdout]    --> src/polyfill/bdd/isop.rs:159:8
[INFO] [stdout]     |
[INFO] [stdout] 159 | pub fn isop(
[INFO] [stdout]     |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `iter` is never used
[INFO] [stdout]    --> src/polyfill/bdd/isop.rs:174:12
[INFO] [stdout]     |
[INFO] [stdout] 173 | impl ISOP {
[INFO] [stdout]     | --------- method in this implementation
[INFO] [stdout] 174 |     pub fn iter<'a>(&'a self, zbdd_variable_manager: &'a ZBDDVariableManager) -> ZBDDCubeIterator {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `atom_property_names` is never read
[INFO] [stdout]  --> src/twa.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct TwAContext {
[INFO] [stdout]   |            ---------- field in this struct
[INFO] [stdout] 8 |     // Atom property's name <-> Atom property in BDD form
[INFO] [stdout] 9 |     atom_property_names: BiHashMap<String, ZBDDFunction>,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `format_BDD_function` is never used
[INFO] [stdout]   --> src/twa.rs:42:4
[INFO] [stdout]    |
[INFO] [stdout] 42 | fn format_BDD_function(
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `graph` and `start_state` are never read
[INFO] [stdout]   --> src/twa.rs:71:5
[INFO] [stdout]    |
[INFO] [stdout] 70 | pub struct TwAGraph {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout] 71 |     graph: DiGraph<(), EdgeData>,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 72 |     start_state: DefaultIx,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `TwAGraph` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/polyfill/bdd/isop.rs:174:82
[INFO] [stdout]     |
[INFO] [stdout] 174 |     pub fn iter<'a>(&'a self, zbdd_variable_manager: &'a ZBDDVariableManager) -> ZBDDCubeIterator {
[INFO] [stdout]     |                      --                               --                         ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |                                |
[INFO] [stdout]     |                      the lifetime is named here       the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 174 |     pub fn iter<'a>(&'a self, zbdd_variable_manager: &'a ZBDDVariableManager) -> ZBDDCubeIterator<'a> {
[INFO] [stdout]     |                                                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `debug_format_BDD_function` should have a snake case name
[INFO] [stdout]   --> src/twa.rs:17:4
[INFO] [stdout]    |
[INFO] [stdout] 17 | fn debug_format_BDD_function(
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `debug_format_bdd_function`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `format_BDD_function` should have a snake case name
[INFO] [stdout]   --> src/twa.rs:42:4
[INFO] [stdout]    |
[INFO] [stdout] 42 | fn format_BDD_function(
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `format_bdd_function`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling flaeck v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `a`
[INFO] [stdout]    --> src/polyfill/bdd/zbdd.rs:217:14
[INFO] [stdout]     |
[INFO] [stdout] 217 |         let (a, na) = zbdd_variable_manager.get_variable(0);
[INFO] [stdout]     |              ^ help: if this is intentional, prefix it with an underscore: `_a`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `nb`
[INFO] [stdout]    --> src/polyfill/bdd/zbdd.rs:218:17
[INFO] [stdout]     |
[INFO] [stdout] 218 |         let (b, nb) = zbdd_variable_manager.get_variable(1);
[INFO] [stdout]     |                 ^^ help: if this is intentional, prefix it with an underscore: `_nb`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `nc`
[INFO] [stdout]    --> src/polyfill/bdd/zbdd.rs:219:17
[INFO] [stdout]     |
[INFO] [stdout] 219 |         let (c, nc) = zbdd_variable_manager.get_variable(2);
[INFO] [stdout]     |                 ^^ help: if this is intentional, prefix it with an underscore: `_nc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `node`
[INFO] [stdout]   --> src/twa.rs:49:13
[INFO] [stdout]    |
[INFO] [stdout] 49 |         let node = manager.get_node(f_edge);
[INFO] [stdout]    |             ^^^^ help: if this is intentional, prefix it with an underscore: `_node`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `vc`
[INFO] [stdout]   --> src/twa.rs:95:9
[INFO] [stdout]    |
[INFO] [stdout] 95 |     let vc = to_variable(&c);
[INFO] [stdout]    |         ^^ help: if this is intentional, prefix it with an underscore: `_vc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `atom_property_names` is never read
[INFO] [stdout]  --> src/twa.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct TwAContext {
[INFO] [stdout]   |            ---------- field in this struct
[INFO] [stdout] 8 |     // Atom property's name <-> Atom property in BDD form
[INFO] [stdout] 9 |     atom_property_names: BiHashMap<String, ZBDDFunction>,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `format_BDD_function` is never used
[INFO] [stdout]   --> src/twa.rs:42:4
[INFO] [stdout]    |
[INFO] [stdout] 42 | fn format_BDD_function(
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `graph` and `start_state` are never read
[INFO] [stdout]   --> src/twa.rs:71:5
[INFO] [stdout]    |
[INFO] [stdout] 70 | pub struct TwAGraph {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout] 71 |     graph: DiGraph<(), EdgeData>,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 72 |     start_state: DefaultIx,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `TwAGraph` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/polyfill/bdd/isop.rs:174:82
[INFO] [stdout]     |
[INFO] [stdout] 174 |     pub fn iter<'a>(&'a self, zbdd_variable_manager: &'a ZBDDVariableManager) -> ZBDDCubeIterator {
[INFO] [stdout]     |                      --                               --                         ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |                                |
[INFO] [stdout]     |                      the lifetime is named here       the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 174 |     pub fn iter<'a>(&'a self, zbdd_variable_manager: &'a ZBDDVariableManager) -> ZBDDCubeIterator<'a> {
[INFO] [stdout]     |                                                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `debug_format_BDD_function` should have a snake case name
[INFO] [stdout]   --> src/twa.rs:17:4
[INFO] [stdout]    |
[INFO] [stdout] 17 | fn debug_format_BDD_function(
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `debug_format_bdd_function`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `format_BDD_function` should have a snake case name
[INFO] [stdout]   --> src/twa.rs:42:4
[INFO] [stdout]    |
[INFO] [stdout] 42 | fn format_BDD_function(
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `format_bdd_function`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.73s
[INFO] running `Command { std: "docker" "inspect" "941a15b69d012e16c0008bbc8b2a7fab77c4eae370704ce6ff352718f960f048", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "941a15b69d012e16c0008bbc8b2a7fab77c4eae370704ce6ff352718f960f048" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `polyfill::bdd::zbdd::to_variable`
[INFO] [stderr]  --> src/twa.rs:1:13
[INFO] [stderr]   |
[INFO] [stderr] 1 | use crate::{polyfill::bdd::zbdd::to_variable, utils::BiHashMap};
[INFO] [stderr]   |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `crate::polyfill::bdd::zbdd`
[INFO] [stderr]   --> src/twa.rs:80:5
[INFO] [stderr]    |
[INFO] [stderr] 80 | use crate::polyfill::bdd::zbdd;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `node`
[INFO] [stderr]   --> src/twa.rs:49:13
[INFO] [stderr]    |
[INFO] [stderr] 49 |         let node = manager.get_node(f_edge);
[INFO] [stderr]    |             ^^^^ help: if this is intentional, prefix it with an underscore: `_node`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Cube` is never constructed
[INFO] [stderr]   --> src/polyfill/bdd/isop.rs:12:12
[INFO] [stderr]    |
[INFO] [stderr] 12 | pub struct Cube {
[INFO] [stderr]    |            ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: associated items `new` and `format` are never used
[INFO] [stderr]   --> src/polyfill/bdd/isop.rs:18:12
[INFO] [stderr]    |
[INFO] [stderr] 17 | impl Cube {
[INFO] [stderr]    | --------- associated items in this implementation
[INFO] [stderr] 18 |     pub fn new(contains: BitSet, positive: BitSet) -> Self {
[INFO] [stderr]    |            ^^^
[INFO] [stderr] ...
[INFO] [stderr] 22 |     pub fn format<S: AsRef<str>>(&self, vairable_names: &[S]) -> String {
[INFO] [stderr]    |            ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `ZBDDCubeIterator` is never constructed
[INFO] [stderr]   --> src/polyfill/bdd/isop.rs:34:12
[INFO] [stderr]    |
[INFO] [stderr] 34 | pub struct ZBDDCubeIterator<'a> {
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `ISOP` is never constructed
[INFO] [stderr]   --> src/polyfill/bdd/isop.rs:93:12
[INFO] [stderr]    |
[INFO] [stderr] 93 | pub struct ISOP(ZBDDFunction);
[INFO] [stderr]    |            ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `isop_impl` is never used
[INFO] [stderr]   --> src/polyfill/bdd/isop.rs:95:4
[INFO] [stderr]    |
[INFO] [stderr] 95 | fn isop_impl(
[INFO] [stderr]    |    ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `isop` is never used
[INFO] [stderr]    --> src/polyfill/bdd/isop.rs:159:8
[INFO] [stderr]     |
[INFO] [stderr] 159 | pub fn isop(
[INFO] [stderr]     |        ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `iter` is never used
[INFO] [stderr]    --> src/polyfill/bdd/isop.rs:174:12
[INFO] [stderr]     |
[INFO] [stderr] 173 | impl ISOP {
[INFO] [stderr]     | --------- method in this implementation
[INFO] [stderr] 174 |     pub fn iter<'a>(&'a self, zbdd_variable_manager: &'a ZBDDVariableManager) -> ZBDDCubeIterator {
[INFO] [stderr]     |            ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `atom_property_names` is never read
[INFO] [stderr]  --> src/twa.rs:9:5
[INFO] [stderr]   |
[INFO] [stderr] 7 | pub struct TwAContext {
[INFO] [stderr]   |            ---------- field in this struct
[INFO] [stderr] 8 |     // Atom property's name <-> Atom property in BDD form
[INFO] [stderr] 9 |     atom_property_names: BiHashMap<String, ZBDDFunction>,
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `format_BDD_function` is never used
[INFO] [stderr]   --> src/twa.rs:42:4
[INFO] [stderr]    |
[INFO] [stderr] 42 | fn format_BDD_function(
[INFO] [stderr]    |    ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: fields `graph` and `start_state` are never read
[INFO] [stderr]   --> src/twa.rs:71:5
[INFO] [stderr]    |
[INFO] [stderr] 70 | pub struct TwAGraph {
[INFO] [stderr]    |            -------- fields in this struct
[INFO] [stderr] 71 |     graph: DiGraph<(), EdgeData>,
[INFO] [stderr]    |     ^^^^^
[INFO] [stderr] 72 |     start_state: DefaultIx,
[INFO] [stderr]    |     ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `TwAGraph` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/polyfill/bdd/isop.rs:174:82
[INFO] [stderr]     |
[INFO] [stderr] 174 |     pub fn iter<'a>(&'a self, zbdd_variable_manager: &'a ZBDDVariableManager) -> ZBDDCubeIterator {
[INFO] [stderr]     |                      --                               --                         ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                      |                                |
[INFO] [stderr]     |                      the lifetime is named here       the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 174 |     pub fn iter<'a>(&'a self, zbdd_variable_manager: &'a ZBDDVariableManager) -> ZBDDCubeIterator<'a> {
[INFO] [stderr]     |                                                                                                  ++++
[INFO] [stderr] 
[INFO] [stderr] warning: function `debug_format_BDD_function` should have a snake case name
[INFO] [stderr]   --> src/twa.rs:17:4
[INFO] [stderr]    |
[INFO] [stderr] 17 | fn debug_format_BDD_function(
[INFO] [stderr]    |    ^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `debug_format_bdd_function`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: function `format_BDD_function` should have a snake case name
[INFO] [stderr]   --> src/twa.rs:42:4
[INFO] [stderr]    |
[INFO] [stderr] 42 | fn format_BDD_function(
[INFO] [stderr]    |    ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `format_bdd_function`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `a`
[INFO] [stderr]    --> src/polyfill/bdd/zbdd.rs:217:14
[INFO] [stderr]     |
[INFO] [stderr] 217 |         let (a, na) = zbdd_variable_manager.get_variable(0);
[INFO] [stderr]     |              ^ help: if this is intentional, prefix it with an underscore: `_a`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `nb`
[INFO] [stderr]    --> src/polyfill/bdd/zbdd.rs:218:17
[INFO] [stderr]     |
[INFO] [stderr] 218 |         let (b, nb) = zbdd_variable_manager.get_variable(1);
[INFO] [stderr]     |                 ^^ help: if this is intentional, prefix it with an underscore: `_nb`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `nc`
[INFO] [stderr]    --> src/polyfill/bdd/zbdd.rs:219:17
[INFO] [stderr]     |
[INFO] [stderr] 219 |         let (c, nc) = zbdd_variable_manager.get_variable(2);
[INFO] [stderr]     |                 ^^ help: if this is intentional, prefix it with an underscore: `_nc`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `node`
[INFO] [stderr]   --> src/twa.rs:49:13
[INFO] [stderr]    |
[INFO] [stderr] 49 |         let node = manager.get_node(f_edge);
[INFO] [stderr]    |             ^^^^ help: if this is intentional, prefix it with an underscore: `_node`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `vc`
[INFO] [stderr]   --> src/twa.rs:95:9
[INFO] [stderr]    |
[INFO] [stderr] 95 |     let vc = to_variable(&c);
[INFO] [stderr]    |         ^^ help: if this is intentional, prefix it with an underscore: `_vc`
[INFO] [stderr] 
[INFO] [stderr] warning: field `atom_property_names` is never read
[INFO] [stderr]  --> src/twa.rs:9:5
[INFO] [stderr]   |
[INFO] [stderr] 7 | pub struct TwAContext {
[INFO] [stderr]   |            ---------- field in this struct
[INFO] [stderr] 8 |     // Atom property's name <-> Atom property in BDD form
[INFO] [stderr] 9 |     atom_property_names: BiHashMap<String, ZBDDFunction>,
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `flaeck` (lib) generated 16 warnings (run `cargo fix --lib -p flaeck` to apply 4 suggestions)
[INFO] [stderr] warning: `flaeck` (lib test) generated 11 warnings (5 duplicates) (run `cargo fix --lib -p flaeck --tests` to apply 5 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/flaeck-83358b7b7c7659c6)
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test polyfill::bdd::tests::test_get_or_create_variable ... ok
[INFO] [stdout] test polyfill::bdd::isop::tests::test_isop ... ok
[INFO] [stdout] test polyfill::bdd::zbdd::tests::test_prepend ... ok
[INFO] [stdout] test polyfill::bdd::zbdd::tests::test_to_bdd ... ok
[INFO] [stdout] test tests::it_works ... ok
[INFO] [stdout] test twa::test ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- twa::test stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'twa::test' (644) panicked at src/twa.rs:106:53:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6203a2808b78 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x6203a2808b78 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x6203a2808b78 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x6203a2808b78 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] [stdout]    4:     0x6203a281cfca - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x6203a281cfca - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x6203a280d942 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x6203a280d942 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x6203a27e7726 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6203a27e7726 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x6203a2800fd9 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x6203a27392bc - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x6203a27392bc - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x6203a2801252 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x6203a2801252 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x6203a27e77e2 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x6203a27dc459 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x6203a27e85ed - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x6203a281d78c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x6203a281d4d2 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x6203a26ea7b6 - <core[8fb95b77d25ab6c8]::result::Result<std[10d71ac2c42b111e]::fs::File, std[10d71ac2c42b111e]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x6203a26ea7b6 - flaeck[e250ad4a46c4f191]::twa::test::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/twa.rs:106:53
[INFO] [stdout]   22:     0x6203a2724304 - <oxidd_manager_index[9b8ffdce2eb3eca8]::manager::ManagerRef<oxidd_manager_index[9b8ffdce2eb3eca8]::node::fixed_arity::NodeWithLevelCons<2usize>, (), oxidd_manager_index[9b8ffdce2eb3eca8]::terminal_manager::static::StaticTerminalManagerCons<oxidd_rules_zbdd[a00010c85a77e07e]::ZBDDTerminal>, oxidd[fb4035fcc6ed688c]::zbdd::index::ZBDDRulesCons, oxidd[fb4035fcc6ed688c]::zbdd::index::ZBDDManagerDataCons, 2usize> as oxidd_core[2ac62734164087d4]::ManagerRef>::with_manager_exclusive::<flaeck[e250ad4a46c4f191]::twa::test::{closure#1}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/oxidd-manager-index-0.10.0/src/manager.rs:1951:19
[INFO] [stdout]   23:     0x6203a26d21fa - <oxidd[fb4035fcc6ed688c]::zbdd::index::ZBDDManagerRef as oxidd_core[2ac62734164087d4]::ManagerRef>::with_manager_exclusive::<flaeck[e250ad4a46c4f191]::twa::test::{closure#1}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/oxidd-0.10.0/src/util/mod.rs:214:24
[INFO] [stdout]   24:     0x6203a26ec732 - flaeck[e250ad4a46c4f191]::twa::test
[INFO] [stdout]                                at /opt/rustwide/workdir/src/twa.rs:104:17
[INFO] [stdout]   25:     0x6203a26ea3a7 - flaeck[e250ad4a46c4f191]::twa::test::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/twa.rs:83:10
[INFO] [stdout]   26:     0x6203a26ee706 - <flaeck[e250ad4a46c4f191]::twa::test::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   27:     0x6203a272c39b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   28:     0x6203a272c39b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   29:     0x6203a2739c15 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   30:     0x6203a2739c15 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   31:     0x6203a2739c15 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   32:     0x6203a2739c15 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   33:     0x6203a2739c15 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   34:     0x6203a2739c15 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   35:     0x6203a2739c15 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   36:     0x6203a2733524 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   37:     0x6203a2733524 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   38:     0x6203a273cc92 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   39:     0x6203a273cc92 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   40:     0x6203a273cc92 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   41:     0x6203a273cc92 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   42:     0x6203a273cc92 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   43:     0x6203a273cc92 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   44:     0x6203a273cc92 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x6203a28084cf - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   46:     0x6203a28084cf - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   47:     0x7383d9d38aa4 - <unknown>
[INFO] [stdout]   48:     0x7383d9dc5a64 - clone
[INFO] [stdout]   49:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     twa::test
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 5 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "941a15b69d012e16c0008bbc8b2a7fab77c4eae370704ce6ff352718f960f048", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "941a15b69d012e16c0008bbc8b2a7fab77c4eae370704ce6ff352718f960f048", kill_on_drop: false }`
[INFO] [stdout] 941a15b69d012e16c0008bbc8b2a7fab77c4eae370704ce6ff352718f960f048
