[INFO] fetching crate adapton 0.3.31...
[INFO] testing adapton-0.3.31 against try#db823df02fd0c2cf67b43025ac3fef3f2d743245 for pr-150681
[INFO] extracting crate adapton 0.3.31 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate adapton 0.3.31
[INFO] finished tweaking crates.io crate adapton 0.3.31
[INFO] tweaked toml for crates.io crate adapton 0.3.31 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate adapton 0.3.31 on toolchain db823df02fd0c2cf67b43025ac3fef3f2d743245
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7e06b7756ed7f7171a3bca5c681c3447c81980ad886c8ff71c2b0b78d1b7eb6a
[INFO] running `Command { std: "docker" "start" "-a" "7e06b7756ed7f7171a3bca5c681c3447c81980ad886c8ff71c2b0b78d1b7eb6a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7e06b7756ed7f7171a3bca5c681c3447c81980ad886c8ff71c2b0b78d1b7eb6a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7e06b7756ed7f7171a3bca5c681c3447c81980ad886c8ff71c2b0b78d1b7eb6a", kill_on_drop: false }`
[INFO] [stdout] 7e06b7756ed7f7171a3bca5c681c3447c81980ad886c8ff71c2b0b78d1b7eb6a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5acd1dc2b99f9d63dcbe9f955da41d2b52d897c8f681a84d47f2cf420d5244d3
[INFO] running `Command { std: "docker" "start" "-a" "5acd1dc2b99f9d63dcbe9f955da41d2b52d897c8f681a84d47f2cf420d5244d3", kill_on_drop: false }`
[INFO] [stderr]    Compiling adapton v0.3.31 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]     --> src/engine.rs:263:9
[INFO] [stdout]      |
[INFO] [stdout]  263 |         /// An effect without an extent (without nested effects)
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout] ...
[INFO] [stdout] 1020 |                 dcg_effect!(reflect::trace::Effect::CleanEdge, Some(loc), succ);
[INFO] [stdout]      |                 --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout]      = note: `#[warn(unused_doc_comments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout]      = note: this warning originates in the macro `dcg_effect` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]     --> src/engine.rs:263:9
[INFO] [stdout]      |
[INFO] [stdout]  263 |         /// An effect without an extent (without nested effects)
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout] ...
[INFO] [stdout] 1268 |         dcg_effect!(reflect::trace::Effect::Remove, Some(src), succ);
[INFO] [stdout]      |         ------------------------------------------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout]      = note: this warning originates in the macro `dcg_effect` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]     --> src/engine.rs:263:9
[INFO] [stdout]      |
[INFO] [stdout]  263 |           /// An effect without an extent (without nested effects)
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout] ...
[INFO] [stdout] 1843 | /                         dcg_effect!(
[INFO] [stdout] 1844 | |                             // TODO-Someday: Reflect the fact that we are doing a mapping here
[INFO] [stdout] 1845 | |                             reflect::trace::Effect::Force(reflect::trace::ForceCase::RefGet),
[INFO] [stdout] 1846 | |                             current_loc!(*g.borrow()),
[INFO] [stdout] ...    |
[INFO] [stdout] 1852 | |                                 is_dup:false,
[INFO] [stdout] 1853 | |                             });
[INFO] [stdout]      | |______________________________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout]      = note: this warning originates in the macro `dcg_effect` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]     --> src/engine.rs:263:9
[INFO] [stdout]      |
[INFO] [stdout]  263 |           /// An effect without an extent (without nested effects)
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout] ...
[INFO] [stdout] 1910 | /                         dcg_effect!(
[INFO] [stdout] 1911 | |                             // TODO-Someday: Reflect the fact that we are doing a mapping here
[INFO] [stdout] 1912 | |                             reflect::trace::Effect::Force(reflect::trace::ForceCase::RefGet),
[INFO] [stdout] 1913 | |                             current_loc!(*g.borrow()),
[INFO] [stdout] ...    |
[INFO] [stdout] 1919 | |                                 is_dup:false,
[INFO] [stdout] 1920 | |                             });
[INFO] [stdout]      | |______________________________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout]      = note: this warning originates in the macro `dcg_effect` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]     --> src/engine.rs:263:9
[INFO] [stdout]      |
[INFO] [stdout]  263 |           /// An effect without an extent (without nested effects)
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout] ...
[INFO] [stdout] 2056 | /                             dcg_effect!(
[INFO] [stdout] 2057 | |                                 reflect::trace::Effect::Force(reflect::trace::ForceCase::RefGet),
[INFO] [stdout] 2058 | |                                 current_loc!(*g.borrow()),
[INFO] [stdout] 2059 | |                                 reflect::Succ{
[INFO] [stdout] ...    |
[INFO] [stdout] 2064 | |                                     is_dup:is_dup,
[INFO] [stdout] 2065 | |                                 });
[INFO] [stdout]      | |__________________________________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout]      = note: this warning originates in the macro `dcg_effect` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]    --> src/catalog/trie.rs:270:9
[INFO] [stdout]     |
[INFO] [stdout] 269 |         let root_mfn_art = panic!("todo"); //put(Self::root_mfn(nm.clone(), nm_, trie, elt));
[INFO] [stdout]     |                            -------------- any code following this expression is unreachable
[INFO] [stdout] 270 |         Self::name(nm, Self::art(root_mfn_art))
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable expression
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unreachable_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `trie`
[INFO] [stdout]    --> src/catalog/trie.rs:266:25
[INFO] [stdout]     |
[INFO] [stdout] 266 |     fn extend(nm: Name, trie: Self, elt: X) -> Self {
[INFO] [stdout]     |                         ^^^^ help: if this is intentional, prefix it with an underscore: `_trie`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `elt`
[INFO] [stdout]    --> src/catalog/trie.rs:266:37
[INFO] [stdout]     |
[INFO] [stdout] 266 |     fn extend(nm: Name, trie: Self, elt: X) -> Self {
[INFO] [stdout]     |                                     ^^^ help: if this is intentional, prefix it with an underscore: `_elt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `nm`
[INFO] [stdout]    --> src/catalog/trie.rs:267:14
[INFO] [stdout]     |
[INFO] [stdout] 267 |         let (nm, nm_) = name_fork(nm);
[INFO] [stdout]     |              ^^ help: if this is intentional, prefix it with an underscore: `_nm`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `nm_`
[INFO] [stdout]    --> src/catalog/trie.rs:267:18
[INFO] [stdout]     |
[INFO] [stdout] 267 |         let (nm, nm_) = name_fork(nm);
[INFO] [stdout]     |                  ^^^ help: if this is intentional, prefix it with an underscore: `_nm_`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `root_mfn_art`
[INFO] [stdout]    --> src/catalog/trie.rs:269:13
[INFO] [stdout]     |
[INFO] [stdout] 269 |         let root_mfn_art = panic!("todo"); //put(Self::root_mfn(nm.clone(), nm_, trie, elt));
[INFO] [stdout]     |             ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_root_mfn_art`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `hash_seeded` is never used
[INFO] [stdout]    --> src/engine.rs:492:8
[INFO] [stdout]     |
[INFO] [stdout] 483 | trait GraphNode : Debug + reflect::Reflect<reflect::Node> {
[INFO] [stdout]     |       --------- method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 492 |     fn hash_seeded     (self:&Self, _: u64) -> u64 ;
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `eq` is never used
[INFO] [stdout]    --> src/engine.rs:710:8
[INFO] [stdout]     |
[INFO] [stdout] 706 | trait Producer<Res> : Debug {
[INFO] [stdout]     |       -------- method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 710 |     fn eq(self:&Self, other:&dyn Producer<Res>) -> bool;
[INFO] [stdout]     |        ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `val` is never read
[INFO] [stdout]     --> src/engine.rs:1038:31
[INFO] [stdout]      |
[INFO] [stdout] 1038 | struct AllocNominalThunk<T> { val:T }
[INFO] [stdout]      |        -----------------      ^^^
[INFO] [stdout]      |        |
[INFO] [stdout]      |        field in this struct
[INFO] [stdout]      |
[INFO] [stdout]      = note: `AllocNominalThunk` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `val` is never read
[INFO] [stdout]     --> src/engine.rs:1046:23
[INFO] [stdout]      |
[INFO] [stdout] 1046 | struct AllocCell<T> { val:T }
[INFO] [stdout]      |        ---------      ^^^
[INFO] [stdout]      |        |
[INFO] [stdout]      |        field in this struct
[INFO] [stdout]      |
[INFO] [stdout]      = note: `AllocCell` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `AbsDiff` is never used
[INFO] [stdout]     --> src/engine.rs:1109:7
[INFO] [stdout]      |
[INFO] [stdout] 1109 | trait AbsDiff<T> {
[INFO] [stdout]      |       ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `map` is never read
[INFO] [stdout]     --> src/engine.rs:1120:5
[INFO] [stdout]      |
[INFO] [stdout] 1116 | struct ForceAbsDep<Arg,Abs,T,DiffT,S> {
[INFO] [stdout]      |        ----------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 1120 |     map:(Abs, Box<dyn AbsMapFam<Arg,Abs,T,DiffT,S>>),
[INFO] [stdout]      |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `put` is never used
[INFO] [stdout]     --> src/engine.rs:1432:8
[INFO] [stdout]      |
[INFO] [stdout] 1420 | trait Adapton : Debug+PartialEq+Eq+Hash+Clone {
[INFO] [stdout]      |       ------- method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 1432 |     fn put<T:Eq+Debug+Clone> (self:&mut Self, _: T) -> AbsArt<T,Self::Loc> ;
[INFO] [stdout]      |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `copy` is never used
[INFO] [stdout]     --> src/engine.rs:2160:8
[INFO] [stdout]      |
[INFO] [stdout] 2158 | trait Force<T> {
[INFO] [stdout]      |       ----- method in this trait
[INFO] [stdout] 2159 |     fn force(&self) -> T;
[INFO] [stdout] 2160 |     fn copy(self:&Self) -> Box<dyn Force<T>>;
[INFO] [stdout]      |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::drop` with a reference instead of an owned value does nothing
[INFO] [stdout]    --> src/engine.rs:955:9
[INFO] [stdout]     |
[INFO] [stdout] 955 |         drop(st);  // End mutable borrow of global RefCell
[INFO] [stdout]     |         ^^^^^--^
[INFO] [stdout]     |              |
[INFO] [stdout]     |              argument has type `&mut engine::DCG`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dropping_references)]` on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]     |
[INFO] [stdout] 955 -         drop(st);  // End mutable borrow of global RefCell
[INFO] [stdout] 955 +         let _ = st;  // End mutable borrow of global RefCell
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used
[INFO] [stdout]    --> src/engine.rs:985:17
[INFO] [stdout]     |
[INFO] [stdout] 985 |                 replace(&mut node.succs, frame.succs.into_iter().map(|(succ,_)|succ).collect() ) ;
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: if you don't need the old value, you can just assign the new value directly
[INFO] [stdout]     = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 985 |                 let _ = replace(&mut node.succs, frame.succs.into_iter().map(|(succ,_)|succ).collect() ) ;
[INFO] [stdout]     |                 +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used
[INFO] [stdout]     --> src/engine.rs:1319:17
[INFO] [stdout]      |
[INFO] [stdout] 1319 |                 replace(&mut succ.dirty, true);
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: if you don't need the old value, you can just assign the new value directly
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]      |
[INFO] [stdout] 1319 |                 let _ = replace(&mut succ.dirty, true);
[INFO] [stdout]      |                 +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used
[INFO] [stdout]     --> src/engine.rs:1338:17
[INFO] [stdout]      |
[INFO] [stdout] 1338 |                 replace(&mut succ.dirty, true);
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: if you don't need the old value, you can just assign the new value directly
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]      |
[INFO] [stdout] 1338 |                 let _ = replace(&mut succ.dirty, true);
[INFO] [stdout]      |                 +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used
[INFO] [stdout]     --> src/engine.rs:1375:25
[INFO] [stdout]      |
[INFO] [stdout] 1375 |                         replace(&mut nd.val, val) ;
[INFO] [stdout]      |                         ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: if you don't need the old value, you can just assign the new value directly
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]      |
[INFO] [stdout] 1375 |                         let _ = replace(&mut nd.val, val) ;
[INFO] [stdout]      |                         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::drop` with a reference instead of an owned value does nothing
[INFO] [stdout]     --> src/engine.rs:1950:13
[INFO] [stdout]      |
[INFO] [stdout] 1950 |             drop(st)
[INFO] [stdout]      |             ^^^^^--^
[INFO] [stdout]      |                  |
[INFO] [stdout]      |                  argument has type `&mut engine::DCG`
[INFO] [stdout]      |
[INFO] [stdout]      = note: use `let _ = ...` to ignore the expression or result
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message contains an unused formatting placeholder
[INFO] [stdout]     --> src/engine.rs:2651:25
[INFO] [stdout]      |
[INFO] [stdout] 2651 |                 panic!("{:?}: Constrained to be both clean and dirty: Inconsistent status => DCG is not well-formed.")
[INFO] [stdout]      |                         ^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]      = note: this message is not used as a format string when given without arguments, but will be in Rust 2021
[INFO] [stdout]      = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: add the missing argument
[INFO] [stdout]      |
[INFO] [stdout] 2651 |                 panic!("{:?}: Constrained to be both clean and dirty: Inconsistent status => DCG is not well-formed.", ...)
[INFO] [stdout]      |                                                                                                                      +++++
[INFO] [stdout] help: or add a "{}" format string to use the message literally
[INFO] [stdout]      |
[INFO] [stdout] 2651 |                 panic!("{}", "{:?}: Constrained to be both clean and dirty: Inconsistent status => DCG is not well-formed.")
[INFO] [stdout]      |                        +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s
[INFO] running `Command { std: "docker" "inspect" "5acd1dc2b99f9d63dcbe9f955da41d2b52d897c8f681a84d47f2cf420d5244d3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5acd1dc2b99f9d63dcbe9f955da41d2b52d897c8f681a84d47f2cf420d5244d3", kill_on_drop: false }`
[INFO] [stdout] 5acd1dc2b99f9d63dcbe9f955da41d2b52d897c8f681a84d47f2cf420d5244d3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8600866d462c0e6eaab59b501fde5503730ec60d10d69e896e8ef5d88078354a
[INFO] running `Command { std: "docker" "start" "-a" "8600866d462c0e6eaab59b501fde5503730ec60d10d69e896e8ef5d88078354a", kill_on_drop: false }`
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]     --> src/engine.rs:263:9
[INFO] [stdout]      |
[INFO] [stdout]  263 |         /// An effect without an extent (without nested effects)
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout] ...
[INFO] [stdout] 1020 |                 dcg_effect!(reflect::trace::Effect::CleanEdge, Some(loc), succ);
[INFO] [stdout]      |                 --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout]      = note: `#[warn(unused_doc_comments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout]      = note: this warning originates in the macro `dcg_effect` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]     --> src/engine.rs:263:9
[INFO] [stdout]      |
[INFO] [stdout]  263 |         /// An effect without an extent (without nested effects)
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout] ...
[INFO] [stdout] 1268 |         dcg_effect!(reflect::trace::Effect::Remove, Some(src), succ);
[INFO] [stdout]      |         ------------------------------------------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout]      = note: this warning originates in the macro `dcg_effect` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]     --> src/engine.rs:263:9
[INFO] [stdout]      |
[INFO] [stdout]  263 |           /// An effect without an extent (without nested effects)
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout] ...
[INFO] [stdout] 1843 | /                         dcg_effect!(
[INFO] [stdout] 1844 | |                             // TODO-Someday: Reflect the fact that we are doing a mapping here
[INFO] [stdout] 1845 | |                             reflect::trace::Effect::Force(reflect::trace::ForceCase::RefGet),
[INFO] [stdout] 1846 | |                             current_loc!(*g.borrow()),
[INFO] [stdout] ...    |
[INFO] [stdout] 1852 | |                                 is_dup:false,
[INFO] [stdout] 1853 | |                             });
[INFO] [stdout]      | |______________________________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout]      = note: this warning originates in the macro `dcg_effect` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]     --> src/engine.rs:263:9
[INFO] [stdout]      |
[INFO] [stdout]  263 |           /// An effect without an extent (without nested effects)
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout] ...
[INFO] [stdout] 1910 | /                         dcg_effect!(
[INFO] [stdout] 1911 | |                             // TODO-Someday: Reflect the fact that we are doing a mapping here
[INFO] [stdout] 1912 | |                             reflect::trace::Effect::Force(reflect::trace::ForceCase::RefGet),
[INFO] [stdout] 1913 | |                             current_loc!(*g.borrow()),
[INFO] [stdout] ...    |
[INFO] [stdout] 1919 | |                                 is_dup:false,
[INFO] [stdout] 1920 | |                             });
[INFO] [stdout]      | |______________________________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout]      = note: this warning originates in the macro `dcg_effect` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]     --> src/engine.rs:263:9
[INFO] [stdout]      |
[INFO] [stdout]  263 |           /// An effect without an extent (without nested effects)
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout] ...
[INFO] [stdout] 2056 | /                             dcg_effect!(
[INFO] [stdout] 2057 | |                                 reflect::trace::Effect::Force(reflect::trace::ForceCase::RefGet),
[INFO] [stdout] 2058 | |                                 current_loc!(*g.borrow()),
[INFO] [stdout] 2059 | |                                 reflect::Succ{
[INFO] [stdout] ...    |
[INFO] [stdout] 2064 | |                                     is_dup:is_dup,
[INFO] [stdout] 2065 | |                                 });
[INFO] [stdout]      | |__________________________________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout]      = note: this warning originates in the macro `dcg_effect` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]    --> src/catalog/trie.rs:270:9
[INFO] [stdout]     |
[INFO] [stdout] 269 |         let root_mfn_art = panic!("todo"); //put(Self::root_mfn(nm.clone(), nm_, trie, elt));
[INFO] [stdout]     |                            -------------- any code following this expression is unreachable
[INFO] [stdout] 270 |         Self::name(nm, Self::art(root_mfn_art))
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable expression
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unreachable_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `trie`
[INFO] [stdout]    --> src/catalog/trie.rs:266:25
[INFO] [stdout]     |
[INFO] [stdout] 266 |     fn extend(nm: Name, trie: Self, elt: X) -> Self {
[INFO] [stdout]     |                         ^^^^ help: if this is intentional, prefix it with an underscore: `_trie`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `elt`
[INFO] [stdout]    --> src/catalog/trie.rs:266:37
[INFO] [stdout]     |
[INFO] [stdout] 266 |     fn extend(nm: Name, trie: Self, elt: X) -> Self {
[INFO] [stdout]     |                                     ^^^ help: if this is intentional, prefix it with an underscore: `_elt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `nm`
[INFO] [stdout]    --> src/catalog/trie.rs:267:14
[INFO] [stdout]     |
[INFO] [stdout] 267 |         let (nm, nm_) = name_fork(nm);
[INFO] [stdout]     |              ^^ help: if this is intentional, prefix it with an underscore: `_nm`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `nm_`
[INFO] [stdout]    --> src/catalog/trie.rs:267:18
[INFO] [stdout]     |
[INFO] [stdout] 267 |         let (nm, nm_) = name_fork(nm);
[INFO] [stdout]     |                  ^^^ help: if this is intentional, prefix it with an underscore: `_nm_`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `root_mfn_art`
[INFO] [stdout]    --> src/catalog/trie.rs:269:13
[INFO] [stdout]     |
[INFO] [stdout] 269 |         let root_mfn_art = panic!("todo"); //put(Self::root_mfn(nm.clone(), nm_, trie, elt));
[INFO] [stdout]     |             ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_root_mfn_art`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `hash_seeded` is never used
[INFO] [stdout]    --> src/engine.rs:492:8
[INFO] [stdout]     |
[INFO] [stdout] 483 | trait GraphNode : Debug + reflect::Reflect<reflect::Node> {
[INFO] [stdout]     |       --------- method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 492 |     fn hash_seeded     (self:&Self, _: u64) -> u64 ;
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `eq` is never used
[INFO] [stdout]    --> src/engine.rs:710:8
[INFO] [stdout]     |
[INFO] [stdout] 706 | trait Producer<Res> : Debug {
[INFO] [stdout]     |       -------- method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 710 |     fn eq(self:&Self, other:&dyn Producer<Res>) -> bool;
[INFO] [stdout]     |        ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `val` is never read
[INFO] [stdout]     --> src/engine.rs:1038:31
[INFO] [stdout]      |
[INFO] [stdout] 1038 | struct AllocNominalThunk<T> { val:T }
[INFO] [stdout]      |        -----------------      ^^^
[INFO] [stdout]      |        |
[INFO] [stdout]      |        field in this struct
[INFO] [stdout]      |
[INFO] [stdout]      = note: `AllocNominalThunk` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `val` is never read
[INFO] [stdout]     --> src/engine.rs:1046:23
[INFO] [stdout]      |
[INFO] [stdout] 1046 | struct AllocCell<T> { val:T }
[INFO] [stdout]      |        ---------      ^^^
[INFO] [stdout]      |        |
[INFO] [stdout]      |        field in this struct
[INFO] [stdout]      |
[INFO] [stdout]      = note: `AllocCell` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling adapton v0.3.31 (/opt/rustwide/workdir)
[INFO] [stdout] warning: trait `AbsDiff` is never used
[INFO] [stdout]     --> src/engine.rs:1109:7
[INFO] [stdout]      |
[INFO] [stdout] 1109 | trait AbsDiff<T> {
[INFO] [stdout]      |       ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `map` is never read
[INFO] [stdout]     --> src/engine.rs:1120:5
[INFO] [stdout]      |
[INFO] [stdout] 1116 | struct ForceAbsDep<Arg,Abs,T,DiffT,S> {
[INFO] [stdout]      |        ----------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 1120 |     map:(Abs, Box<dyn AbsMapFam<Arg,Abs,T,DiffT,S>>),
[INFO] [stdout]      |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `put` is never used
[INFO] [stdout]     --> src/engine.rs:1432:8
[INFO] [stdout]      |
[INFO] [stdout] 1420 | trait Adapton : Debug+PartialEq+Eq+Hash+Clone {
[INFO] [stdout]      |       ------- method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 1432 |     fn put<T:Eq+Debug+Clone> (self:&mut Self, _: T) -> AbsArt<T,Self::Loc> ;
[INFO] [stdout]      |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `copy` is never used
[INFO] [stdout]     --> src/engine.rs:2160:8
[INFO] [stdout]      |
[INFO] [stdout] 2158 | trait Force<T> {
[INFO] [stdout]      |       ----- method in this trait
[INFO] [stdout] 2159 |     fn force(&self) -> T;
[INFO] [stdout] 2160 |     fn copy(self:&Self) -> Box<dyn Force<T>>;
[INFO] [stdout]      |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::drop` with a reference instead of an owned value does nothing
[INFO] [stdout]    --> src/engine.rs:955:9
[INFO] [stdout]     |
[INFO] [stdout] 955 |         drop(st);  // End mutable borrow of global RefCell
[INFO] [stdout]     |         ^^^^^--^
[INFO] [stdout]     |              |
[INFO] [stdout]     |              argument has type `&mut engine::DCG`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dropping_references)]` on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]     |
[INFO] [stdout] 955 -         drop(st);  // End mutable borrow of global RefCell
[INFO] [stdout] 955 +         let _ = st;  // End mutable borrow of global RefCell
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used
[INFO] [stdout]    --> src/engine.rs:985:17
[INFO] [stdout]     |
[INFO] [stdout] 985 |                 replace(&mut node.succs, frame.succs.into_iter().map(|(succ,_)|succ).collect() ) ;
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: if you don't need the old value, you can just assign the new value directly
[INFO] [stdout]     = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 985 |                 let _ = replace(&mut node.succs, frame.succs.into_iter().map(|(succ,_)|succ).collect() ) ;
[INFO] [stdout]     |                 +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used
[INFO] [stdout]     --> src/engine.rs:1319:17
[INFO] [stdout]      |
[INFO] [stdout] 1319 |                 replace(&mut succ.dirty, true);
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: if you don't need the old value, you can just assign the new value directly
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]      |
[INFO] [stdout] 1319 |                 let _ = replace(&mut succ.dirty, true);
[INFO] [stdout]      |                 +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used
[INFO] [stdout]     --> src/engine.rs:1338:17
[INFO] [stdout]      |
[INFO] [stdout] 1338 |                 replace(&mut succ.dirty, true);
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: if you don't need the old value, you can just assign the new value directly
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]      |
[INFO] [stdout] 1338 |                 let _ = replace(&mut succ.dirty, true);
[INFO] [stdout]      |                 +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used
[INFO] [stdout]     --> src/engine.rs:1375:25
[INFO] [stdout]      |
[INFO] [stdout] 1375 |                         replace(&mut nd.val, val) ;
[INFO] [stdout]      |                         ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: if you don't need the old value, you can just assign the new value directly
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]      |
[INFO] [stdout] 1375 |                         let _ = replace(&mut nd.val, val) ;
[INFO] [stdout]      |                         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::drop` with a reference instead of an owned value does nothing
[INFO] [stdout]     --> src/engine.rs:1950:13
[INFO] [stdout]      |
[INFO] [stdout] 1950 |             drop(st)
[INFO] [stdout]      |             ^^^^^--^
[INFO] [stdout]      |                  |
[INFO] [stdout]      |                  argument has type `&mut engine::DCG`
[INFO] [stdout]      |
[INFO] [stdout]      = note: use `let _ = ...` to ignore the expression or result
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message contains an unused formatting placeholder
[INFO] [stdout]     --> src/engine.rs:2651:25
[INFO] [stdout]      |
[INFO] [stdout] 2651 |                 panic!("{:?}: Constrained to be both clean and dirty: Inconsistent status => DCG is not well-formed.")
[INFO] [stdout]      |                         ^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]      = note: this message is not used as a format string when given without arguments, but will be in Rust 2021
[INFO] [stdout]      = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: add the missing argument
[INFO] [stdout]      |
[INFO] [stdout] 2651 |                 panic!("{:?}: Constrained to be both clean and dirty: Inconsistent status => DCG is not well-formed.", ...)
[INFO] [stdout]      |                                                                                                                      +++++
[INFO] [stdout] help: or add a "{}" format string to use the message literally
[INFO] [stdout]      |
[INFO] [stdout] 2651 |                 panic!("{}", "{:?}: Constrained to be both clean and dirty: Inconsistent status => DCG is not well-formed.")
[INFO] [stdout]      |                        +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/macros.rs:875:6
[INFO] [stdout]     |
[INFO] [stdout] 875 |     };
[INFO] [stdout]     |      ^ help: remove this semicolon
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(redundant_semicolons)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]     --> src/engine.rs:263:9
[INFO] [stdout]      |
[INFO] [stdout]  263 |         /// An effect without an extent (without nested effects)
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout] ...
[INFO] [stdout] 1020 |                 dcg_effect!(reflect::trace::Effect::CleanEdge, Some(loc), succ);
[INFO] [stdout]      |                 --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout]      = note: `#[warn(unused_doc_comments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout]      = note: this warning originates in the macro `dcg_effect` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]     --> src/engine.rs:263:9
[INFO] [stdout]      |
[INFO] [stdout]  263 |         /// An effect without an extent (without nested effects)
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout] ...
[INFO] [stdout] 1268 |         dcg_effect!(reflect::trace::Effect::Remove, Some(src), succ);
[INFO] [stdout]      |         ------------------------------------------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout]      = note: this warning originates in the macro `dcg_effect` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]     --> src/engine.rs:263:9
[INFO] [stdout]      |
[INFO] [stdout]  263 |           /// An effect without an extent (without nested effects)
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout] ...
[INFO] [stdout] 1843 | /                         dcg_effect!(
[INFO] [stdout] 1844 | |                             // TODO-Someday: Reflect the fact that we are doing a mapping here
[INFO] [stdout] 1845 | |                             reflect::trace::Effect::Force(reflect::trace::ForceCase::RefGet),
[INFO] [stdout] 1846 | |                             current_loc!(*g.borrow()),
[INFO] [stdout] ...    |
[INFO] [stdout] 1852 | |                                 is_dup:false,
[INFO] [stdout] 1853 | |                             });
[INFO] [stdout]      | |______________________________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout]      = note: this warning originates in the macro `dcg_effect` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]     --> src/engine.rs:263:9
[INFO] [stdout]      |
[INFO] [stdout]  263 |           /// An effect without an extent (without nested effects)
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout] ...
[INFO] [stdout] 1910 | /                         dcg_effect!(
[INFO] [stdout] 1911 | |                             // TODO-Someday: Reflect the fact that we are doing a mapping here
[INFO] [stdout] 1912 | |                             reflect::trace::Effect::Force(reflect::trace::ForceCase::RefGet),
[INFO] [stdout] 1913 | |                             current_loc!(*g.borrow()),
[INFO] [stdout] ...    |
[INFO] [stdout] 1919 | |                                 is_dup:false,
[INFO] [stdout] 1920 | |                             });
[INFO] [stdout]      | |______________________________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout]      = note: this warning originates in the macro `dcg_effect` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]     --> src/engine.rs:263:9
[INFO] [stdout]      |
[INFO] [stdout]  263 |           /// An effect without an extent (without nested effects)
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stdout] ...
[INFO] [stdout] 2056 | /                             dcg_effect!(
[INFO] [stdout] 2057 | |                                 reflect::trace::Effect::Force(reflect::trace::ForceCase::RefGet),
[INFO] [stdout] 2058 | |                                 current_loc!(*g.borrow()),
[INFO] [stdout] 2059 | |                                 reflect::Succ{
[INFO] [stdout] ...    |
[INFO] [stdout] 2064 | |                                     is_dup:is_dup,
[INFO] [stdout] 2065 | |                                 });
[INFO] [stdout]      | |__________________________________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stdout]      = note: this warning originates in the macro `dcg_effect` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]     --> src/catalog/collections.rs:1222:4
[INFO] [stdout]      |
[INFO] [stdout] 1222 |   };
[INFO] [stdout]      |    ^ help: remove this semicolon
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]     --> src/catalog/collections.rs:1230:4
[INFO] [stdout]      |
[INFO] [stdout] 1230 |   };
[INFO] [stdout]      |    ^ help: remove this semicolon
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]     --> src/catalog/collections.rs:1282:4
[INFO] [stdout]      |
[INFO] [stdout] 1282 |   };
[INFO] [stdout]      |    ^ help: remove this semicolon
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]     --> src/catalog/collections.rs:1335:4
[INFO] [stdout]      |
[INFO] [stdout] 1335 |   };
[INFO] [stdout]      |    ^ help: remove this semicolon
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]    --> src/catalog/trie.rs:270:9
[INFO] [stdout]     |
[INFO] [stdout] 269 |         let root_mfn_art = panic!("todo"); //put(Self::root_mfn(nm.clone(), nm_, trie, elt));
[INFO] [stdout]     |                            -------------- any code following this expression is unreachable
[INFO] [stdout] 270 |         Self::name(nm, Self::art(root_mfn_art))
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable expression
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unreachable_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function cannot return without recursing
[INFO] [stdout]     --> src/engine.rs:2810:5
[INFO] [stdout]      |
[INFO] [stdout] 2810 |     fn explore_rec(cur_n:usize) -> Vec<usize> {
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot return without recursing
[INFO] [stdout] ...
[INFO] [stdout] 2813 |         let mut av = explore_rec(a);
[INFO] [stdout]      |                      -------------- recursive call site
[INFO] [stdout]      |
[INFO] [stdout]      = help: a `loop` may express intention better if this is on purpose
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]     --> src/engine.rs:2809:12
[INFO] [stdout]      |
[INFO] [stdout] 2809 |     #[warn(unconditional_recursion)]
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `trie`
[INFO] [stdout]    --> src/catalog/trie.rs:266:25
[INFO] [stdout]     |
[INFO] [stdout] 266 |     fn extend(nm: Name, trie: Self, elt: X) -> Self {
[INFO] [stdout]     |                         ^^^^ help: if this is intentional, prefix it with an underscore: `_trie`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `elt`
[INFO] [stdout]    --> src/catalog/trie.rs:266:37
[INFO] [stdout]     |
[INFO] [stdout] 266 |     fn extend(nm: Name, trie: Self, elt: X) -> Self {
[INFO] [stdout]     |                                     ^^^ help: if this is intentional, prefix it with an underscore: `_elt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `nm`
[INFO] [stdout]    --> src/catalog/trie.rs:267:14
[INFO] [stdout]     |
[INFO] [stdout] 267 |         let (nm, nm_) = name_fork(nm);
[INFO] [stdout]     |              ^^ help: if this is intentional, prefix it with an underscore: `_nm`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `nm_`
[INFO] [stdout]    --> src/catalog/trie.rs:267:18
[INFO] [stdout]     |
[INFO] [stdout] 267 |         let (nm, nm_) = name_fork(nm);
[INFO] [stdout]     |                  ^^^ help: if this is intentional, prefix it with an underscore: `_nm_`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `root_mfn_art`
[INFO] [stdout]    --> src/catalog/trie.rs:269:13
[INFO] [stdout]     |
[INFO] [stdout] 269 |         let root_mfn_art = panic!("todo"); //put(Self::root_mfn(nm.clone(), nm_, trie, elt));
[INFO] [stdout]     |             ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_root_mfn_art`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `hash_seeded` is never used
[INFO] [stdout]    --> src/engine.rs:492:8
[INFO] [stdout]     |
[INFO] [stdout] 483 | trait GraphNode : Debug + reflect::Reflect<reflect::Node> {
[INFO] [stdout]     |       --------- method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 492 |     fn hash_seeded     (self:&Self, _: u64) -> u64 ;
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `eq` is never used
[INFO] [stdout]    --> src/engine.rs:710:8
[INFO] [stdout]     |
[INFO] [stdout] 706 | trait Producer<Res> : Debug {
[INFO] [stdout]     |       -------- method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 710 |     fn eq(self:&Self, other:&dyn Producer<Res>) -> bool;
[INFO] [stdout]     |        ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `val` is never read
[INFO] [stdout]     --> src/engine.rs:1038:31
[INFO] [stdout]      |
[INFO] [stdout] 1038 | struct AllocNominalThunk<T> { val:T }
[INFO] [stdout]      |        -----------------      ^^^
[INFO] [stdout]      |        |
[INFO] [stdout]      |        field in this struct
[INFO] [stdout]      |
[INFO] [stdout]      = note: `AllocNominalThunk` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `val` is never read
[INFO] [stdout]     --> src/engine.rs:1046:23
[INFO] [stdout]      |
[INFO] [stdout] 1046 | struct AllocCell<T> { val:T }
[INFO] [stdout]      |        ---------      ^^^
[INFO] [stdout]      |        |
[INFO] [stdout]      |        field in this struct
[INFO] [stdout]      |
[INFO] [stdout]      = note: `AllocCell` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `AbsDiff` is never used
[INFO] [stdout]     --> src/engine.rs:1109:7
[INFO] [stdout]      |
[INFO] [stdout] 1109 | trait AbsDiff<T> {
[INFO] [stdout]      |       ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `map` is never read
[INFO] [stdout]     --> src/engine.rs:1120:5
[INFO] [stdout]      |
[INFO] [stdout] 1116 | struct ForceAbsDep<Arg,Abs,T,DiffT,S> {
[INFO] [stdout]      |        ----------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 1120 |     map:(Abs, Box<dyn AbsMapFam<Arg,Abs,T,DiffT,S>>),
[INFO] [stdout]      |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `put` is never used
[INFO] [stdout]     --> src/engine.rs:1432:8
[INFO] [stdout]      |
[INFO] [stdout] 1420 | trait Adapton : Debug+PartialEq+Eq+Hash+Clone {
[INFO] [stdout]      |       ------- method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 1432 |     fn put<T:Eq+Debug+Clone> (self:&mut Self, _: T) -> AbsArt<T,Self::Loc> ;
[INFO] [stdout]      |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `copy` is never used
[INFO] [stdout]     --> src/engine.rs:2160:8
[INFO] [stdout]      |
[INFO] [stdout] 2158 | trait Force<T> {
[INFO] [stdout]      |       ----- method in this trait
[INFO] [stdout] 2159 |     fn force(&self) -> T;
[INFO] [stdout] 2160 |     fn copy(self:&Self) -> Box<dyn Force<T>>;
[INFO] [stdout]      |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `explore_rec` is never used
[INFO] [stdout]     --> src/engine.rs:2810:8
[INFO] [stdout]      |
[INFO] [stdout] 2810 |     fn explore_rec(cur_n:usize) -> Vec<usize> {
[INFO] [stdout]      |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::drop` with a reference instead of an owned value does nothing
[INFO] [stdout]    --> src/engine.rs:955:9
[INFO] [stdout]     |
[INFO] [stdout] 955 |         drop(st);  // End mutable borrow of global RefCell
[INFO] [stdout]     |         ^^^^^--^
[INFO] [stdout]     |              |
[INFO] [stdout]     |              argument has type `&mut engine::DCG`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dropping_references)]` on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]     |
[INFO] [stdout] 955 -         drop(st);  // End mutable borrow of global RefCell
[INFO] [stdout] 955 +         let _ = st;  // End mutable borrow of global RefCell
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used
[INFO] [stdout]    --> src/engine.rs:985:17
[INFO] [stdout]     |
[INFO] [stdout] 985 |                 replace(&mut node.succs, frame.succs.into_iter().map(|(succ,_)|succ).collect() ) ;
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: if you don't need the old value, you can just assign the new value directly
[INFO] [stdout]     = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 985 |                 let _ = replace(&mut node.succs, frame.succs.into_iter().map(|(succ,_)|succ).collect() ) ;
[INFO] [stdout]     |                 +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used
[INFO] [stdout]     --> src/engine.rs:1319:17
[INFO] [stdout]      |
[INFO] [stdout] 1319 |                 replace(&mut succ.dirty, true);
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: if you don't need the old value, you can just assign the new value directly
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]      |
[INFO] [stdout] 1319 |                 let _ = replace(&mut succ.dirty, true);
[INFO] [stdout]      |                 +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used
[INFO] [stdout]     --> src/engine.rs:1338:17
[INFO] [stdout]      |
[INFO] [stdout] 1338 |                 replace(&mut succ.dirty, true);
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: if you don't need the old value, you can just assign the new value directly
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]      |
[INFO] [stdout] 1338 |                 let _ = replace(&mut succ.dirty, true);
[INFO] [stdout]      |                 +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used
[INFO] [stdout]     --> src/engine.rs:1375:25
[INFO] [stdout]      |
[INFO] [stdout] 1375 |                         replace(&mut nd.val, val) ;
[INFO] [stdout]      |                         ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: if you don't need the old value, you can just assign the new value directly
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]      |
[INFO] [stdout] 1375 |                         let _ = replace(&mut nd.val, val) ;
[INFO] [stdout]      |                         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::drop` with a reference instead of an owned value does nothing
[INFO] [stdout]     --> src/engine.rs:1950:13
[INFO] [stdout]      |
[INFO] [stdout] 1950 |             drop(st)
[INFO] [stdout]      |             ^^^^^--^
[INFO] [stdout]      |                  |
[INFO] [stdout]      |                  argument has type `&mut engine::DCG`
[INFO] [stdout]      |
[INFO] [stdout]      = note: use `let _ = ...` to ignore the expression or result
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message contains an unused formatting placeholder
[INFO] [stdout]     --> src/engine.rs:2651:25
[INFO] [stdout]      |
[INFO] [stdout] 2651 |                 panic!("{:?}: Constrained to be both clean and dirty: Inconsistent status => DCG is not well-formed.")
[INFO] [stdout]      |                         ^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]      = note: this message is not used as a format string when given without arguments, but will be in Rust 2021
[INFO] [stdout]      = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: add the missing argument
[INFO] [stdout]      |
[INFO] [stdout] 2651 |                 panic!("{:?}: Constrained to be both clean and dirty: Inconsistent status => DCG is not well-formed.", ...)
[INFO] [stdout]      |                                                                                                                      +++++
[INFO] [stdout] help: or add a "{}" format string to use the message literally
[INFO] [stdout]      |
[INFO] [stdout] 2651 |                 panic!("{}", "{:?}: Constrained to be both clean and dirty: Inconsistent status => DCG is not well-formed.")
[INFO] [stdout]      |                        +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 3.79s
[INFO] running `Command { std: "docker" "inspect" "8600866d462c0e6eaab59b501fde5503730ec60d10d69e896e8ef5d88078354a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8600866d462c0e6eaab59b501fde5503730ec60d10d69e896e8ef5d88078354a", kill_on_drop: false }`
[INFO] [stdout] 8600866d462c0e6eaab59b501fde5503730ec60d10d69e896e8ef5d88078354a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 15291b4c81a54f45e9fff90ef64b39d9bf817ba465e7c9c1634318d44af68f45
[INFO] running `Command { std: "docker" "start" "-a" "15291b4c81a54f45e9fff90ef64b39d9bf817ba465e7c9c1634318d44af68f45", kill_on_drop: false }`
[INFO] [stderr] warning: unused doc comment
[INFO] [stderr]     --> src/engine.rs:263:9
[INFO] [stderr]      |
[INFO] [stderr]  263 |         /// An effect without an extent (without nested effects)
[INFO] [stderr]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stderr] ...
[INFO] [stderr] 1020 |                 dcg_effect!(reflect::trace::Effect::CleanEdge, Some(loc), succ);
[INFO] [stderr]      |                 --------------------------------------------------------------- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stderr]      = note: `#[warn(unused_doc_comments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr]      = note: this warning originates in the macro `dcg_effect` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unused doc comment
[INFO] [stderr]     --> src/engine.rs:263:9
[INFO] [stderr]      |
[INFO] [stderr]  263 |         /// An effect without an extent (without nested effects)
[INFO] [stderr]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stderr] ...
[INFO] [stderr] 1268 |         dcg_effect!(reflect::trace::Effect::Remove, Some(src), succ);
[INFO] [stderr]      |         ------------------------------------------------------------ in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stderr]      = note: this warning originates in the macro `dcg_effect` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unused doc comment
[INFO] [stderr]     --> src/engine.rs:263:9
[INFO] [stderr]      |
[INFO] [stderr]  263 |           /// An effect without an extent (without nested effects)
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stderr] ...
[INFO] [stderr] 1843 | /                         dcg_effect!(
[INFO] [stderr] 1844 | |                             // TODO-Someday: Reflect the fact that we are doing a mapping here
[INFO] [stderr] 1845 | |                             reflect::trace::Effect::Force(reflect::trace::ForceCase::RefGet),
[INFO] [stderr] 1846 | |                             current_loc!(*g.borrow()),
[INFO] [stderr] ...    |
[INFO] [stderr] 1852 | |                                 is_dup:false,
[INFO] [stderr] 1853 | |                             });
[INFO] [stderr]      | |______________________________- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stderr]      = note: this warning originates in the macro `dcg_effect` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unused doc comment
[INFO] [stderr]     --> src/engine.rs:263:9
[INFO] [stderr]      |
[INFO] [stderr]  263 |           /// An effect without an extent (without nested effects)
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stderr] ...
[INFO] [stderr] 1910 | /                         dcg_effect!(
[INFO] [stderr] 1911 | |                             // TODO-Someday: Reflect the fact that we are doing a mapping here
[INFO] [stderr] 1912 | |                             reflect::trace::Effect::Force(reflect::trace::ForceCase::RefGet),
[INFO] [stderr] 1913 | |                             current_loc!(*g.borrow()),
[INFO] [stderr] ...    |
[INFO] [stderr] 1919 | |                                 is_dup:false,
[INFO] [stderr] 1920 | |                             });
[INFO] [stderr]      | |______________________________- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stderr]      = note: this warning originates in the macro `dcg_effect` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unused doc comment
[INFO] [stderr]     --> src/engine.rs:263:9
[INFO] [stderr]      |
[INFO] [stderr]  263 |           /// An effect without an extent (without nested effects)
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations
[INFO] [stderr] ...
[INFO] [stderr] 2056 | /                             dcg_effect!(
[INFO] [stderr] 2057 | |                                 reflect::trace::Effect::Force(reflect::trace::ForceCase::RefGet),
[INFO] [stderr] 2058 | |                                 current_loc!(*g.borrow()),
[INFO] [stderr] 2059 | |                                 reflect::Succ{
[INFO] [stderr] ...    |
[INFO] [stderr] 2064 | |                                     is_dup:is_dup,
[INFO] [stderr] 2065 | |                                 });
[INFO] [stderr]      | |__________________________________- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion
[INFO] [stderr]      = note: this warning originates in the macro `dcg_effect` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unreachable expression
[INFO] [stderr]    --> src/catalog/trie.rs:270:9
[INFO] [stderr]     |
[INFO] [stderr] 269 |         let root_mfn_art = panic!("todo"); //put(Self::root_mfn(nm.clone(), nm_, trie, elt));
[INFO] [stderr]     |                            -------------- any code following this expression is unreachable
[INFO] [stderr] 270 |         Self::name(nm, Self::art(root_mfn_art))
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable expression
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unreachable_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `trie`
[INFO] [stderr]    --> src/catalog/trie.rs:266:25
[INFO] [stderr]     |
[INFO] [stderr] 266 |     fn extend(nm: Name, trie: Self, elt: X) -> Self {
[INFO] [stderr]     |                         ^^^^ help: if this is intentional, prefix it with an underscore: `_trie`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `elt`
[INFO] [stderr]    --> src/catalog/trie.rs:266:37
[INFO] [stderr]     |
[INFO] [stderr] 266 |     fn extend(nm: Name, trie: Self, elt: X) -> Self {
[INFO] [stderr]     |                                     ^^^ help: if this is intentional, prefix it with an underscore: `_elt`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `nm`
[INFO] [stderr]    --> src/catalog/trie.rs:267:14
[INFO] [stderr]     |
[INFO] [stderr] 267 |         let (nm, nm_) = name_fork(nm);
[INFO] [stderr]     |              ^^ help: if this is intentional, prefix it with an underscore: `_nm`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `nm_`
[INFO] [stderr]    --> src/catalog/trie.rs:267:18
[INFO] [stderr]     |
[INFO] [stderr] 267 |         let (nm, nm_) = name_fork(nm);
[INFO] [stderr]     |                  ^^^ help: if this is intentional, prefix it with an underscore: `_nm_`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `root_mfn_art`
[INFO] [stderr]    --> src/catalog/trie.rs:269:13
[INFO] [stderr]     |
[INFO] [stderr] 269 |         let root_mfn_art = panic!("todo"); //put(Self::root_mfn(nm.clone(), nm_, trie, elt));
[INFO] [stderr]     |             ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_root_mfn_art`
[INFO] [stderr] 
[INFO] [stderr] warning: method `hash_seeded` is never used
[INFO] [stderr]    --> src/engine.rs:492:8
[INFO] [stderr]     |
[INFO] [stderr] 483 | trait GraphNode : Debug + reflect::Reflect<reflect::Node> {
[INFO] [stderr]     |       --------- method in this trait
[INFO] [stderr] ...
[INFO] [stderr] 492 |     fn hash_seeded     (self:&Self, _: u64) -> u64 ;
[INFO] [stderr]     |        ^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: method `eq` is never used
[INFO] [stderr]    --> src/engine.rs:710:8
[INFO] [stderr]     |
[INFO] [stderr] 706 | trait Producer<Res> : Debug {
[INFO] [stderr]     |       -------- method in this trait
[INFO] [stderr] ...
[INFO] [stderr] 710 |     fn eq(self:&Self, other:&dyn Producer<Res>) -> bool;
[INFO] [stderr]     |        ^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `val` is never read
[INFO] [stderr]     --> src/engine.rs:1038:31
[INFO] [stderr]      |
[INFO] [stderr] 1038 | struct AllocNominalThunk<T> { val:T }
[INFO] [stderr]      |        -----------------      ^^^
[INFO] [stderr]      |        |
[INFO] [stderr]      |        field in this struct
[INFO] [stderr]      |
[INFO] [stderr]      = note: `AllocNominalThunk` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: field `val` is never read
[INFO] [stderr]     --> src/engine.rs:1046:23
[INFO] [stderr]      |
[INFO] [stderr] 1046 | struct AllocCell<T> { val:T }
[INFO] [stderr]      |        ---------      ^^^
[INFO] [stderr]      |        |
[INFO] [stderr]      |        field in this struct
[INFO] [stderr]      |
[INFO] [stderr]      = note: `AllocCell` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: trait `AbsDiff` is never used
[INFO] [stderr]     --> src/engine.rs:1109:7
[INFO] [stderr]      |
[INFO] [stderr] 1109 | trait AbsDiff<T> {
[INFO] [stderr]      |       ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `map` is never read
[INFO] [stderr]     --> src/engine.rs:1120:5
[INFO] [stderr]      |
[INFO] [stderr] 1116 | struct ForceAbsDep<Arg,Abs,T,DiffT,S> {
[INFO] [stderr]      |        ----------- field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 1120 |     map:(Abs, Box<dyn AbsMapFam<Arg,Abs,T,DiffT,S>>),
[INFO] [stderr]      |     ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `put` is never used
[INFO] [stderr]     --> src/engine.rs:1432:8
[INFO] [stderr]      |
[INFO] [stderr] 1420 | trait Adapton : Debug+PartialEq+Eq+Hash+Clone {
[INFO] [stderr]      |       ------- method in this trait
[INFO] [stderr] ...
[INFO] [stderr] 1432 |     fn put<T:Eq+Debug+Clone> (self:&mut Self, _: T) -> AbsArt<T,Self::Loc> ;
[INFO] [stderr]      |        ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `copy` is never used
[INFO] [stderr]     --> src/engine.rs:2160:8
[INFO] [stderr]      |
[INFO] [stderr] 2158 | trait Force<T> {
[INFO] [stderr]      |       ----- method in this trait
[INFO] [stderr] 2159 |     fn force(&self) -> T;
[INFO] [stderr] 2160 |     fn copy(self:&Self) -> Box<dyn Force<T>>;
[INFO] [stderr]      |        ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: calls to `std::mem::drop` with a reference instead of an owned value does nothing
[INFO] [stderr]    --> src/engine.rs:955:9
[INFO] [stderr]     |
[INFO] [stderr] 955 |         drop(st);  // End mutable borrow of global RefCell
[INFO] [stderr]     |         ^^^^^--^
[INFO] [stderr]     |              |
[INFO] [stderr]     |              argument has type `&mut engine::DCG`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dropping_references)]` on by default
[INFO] [stderr] help: use `let _ = ...` to ignore the expression or result
[INFO] [stderr]     |
[INFO] [stderr] 955 -         drop(st);  // End mutable borrow of global RefCell
[INFO] [stderr] 955 +         let _ = st;  // End mutable borrow of global RefCell
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unused return value of `std::mem::replace` that must be used
[INFO] [stderr]    --> src/engine.rs:985:17
[INFO] [stderr]     |
[INFO] [stderr] 985 |                 replace(&mut node.succs, frame.succs.into_iter().map(|(succ,_)|succ).collect() ) ;
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: if you don't need the old value, you can just assign the new value directly
[INFO] [stderr]     = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 985 |                 let _ = replace(&mut node.succs, frame.succs.into_iter().map(|(succ,_)|succ).collect() ) ;
[INFO] [stderr]     |                 +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: unused return value of `std::mem::replace` that must be used
[INFO] [stderr]     --> src/engine.rs:1319:17
[INFO] [stderr]      |
[INFO] [stderr] 1319 |                 replace(&mut succ.dirty, true);
[INFO] [stderr]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: if you don't need the old value, you can just assign the new value directly
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]      |
[INFO] [stderr] 1319 |                 let _ = replace(&mut succ.dirty, true);
[INFO] [stderr]      |                 +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: unused return value of `std::mem::replace` that must be used
[INFO] [stderr]     --> src/engine.rs:1338:17
[INFO] [stderr]      |
[INFO] [stderr] 1338 |                 replace(&mut succ.dirty, true);
[INFO] [stderr]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: if you don't need the old value, you can just assign the new value directly
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]      |
[INFO] [stderr] 1338 |                 let _ = replace(&mut succ.dirty, true);
[INFO] [stderr]      |                 +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: unused return value of `std::mem::replace` that must be used
[INFO] [stderr]     --> src/engine.rs:1375:25
[INFO] [stderr]      |
[INFO] [stderr] 1375 |                         replace(&mut nd.val, val) ;
[INFO] [stderr]      |                         ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: if you don't need the old value, you can just assign the new value directly
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]      |
[INFO] [stderr] 1375 |                         let _ = replace(&mut nd.val, val) ;
[INFO] [stderr]      |                         +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: calls to `std::mem::drop` with a reference instead of an owned value does nothing
[INFO] [stderr]     --> src/engine.rs:1950:13
[INFO] [stderr]      |
[INFO] [stderr] 1950 |             drop(st)
[INFO] [stderr]      |             ^^^^^--^
[INFO] [stderr]      |                  |
[INFO] [stderr]      |                  argument has type `&mut engine::DCG`
[INFO] [stderr]      |
[INFO] [stderr]      = note: use `let _ = ...` to ignore the expression or result
[INFO] [stderr] 
[INFO] [stderr] warning: panic message contains an unused formatting placeholder
[INFO] [stderr]     --> src/engine.rs:2651:25
[INFO] [stderr]      |
[INFO] [stderr] 2651 |                 panic!("{:?}: Constrained to be both clean and dirty: Inconsistent status => DCG is not well-formed.")
[INFO] [stderr]      |                         ^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]      = note: this message is not used as a format string when given without arguments, but will be in Rust 2021
[INFO] [stderr]      = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stderr] help: add the missing argument
[INFO] [stderr]      |
[INFO] [stderr] 2651 |                 panic!("{:?}: Constrained to be both clean and dirty: Inconsistent status => DCG is not well-formed.", ...)
[INFO] [stderr]      |                                                                                                                      +++++
[INFO] [stderr] help: or add a "{}" format string to use the message literally
[INFO] [stderr]      |
[INFO] [stderr] 2651 |                 panic!("{}", "{:?}: Constrained to be both clean and dirty: Inconsistent status => DCG is not well-formed.")
[INFO] [stderr]      |                        +++++
[INFO] [stderr] 
[INFO] [stderr] warning: `adapton` (lib) generated 26 warnings (run `cargo fix --lib -p adapton` to apply 6 suggestions)
[INFO] [stderr] warning: unnecessary trailing semicolon
[INFO] [stderr]    --> src/macros.rs:875:6
[INFO] [stderr]     |
[INFO] [stderr] 875 |     };
[INFO] [stderr]     |      ^ help: remove this semicolon
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(redundant_semicolons)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary trailing semicolon
[INFO] [stderr]     --> src/catalog/collections.rs:1222:4
[INFO] [stderr]      |
[INFO] [stderr] 1222 |   };
[INFO] [stderr]      |    ^ help: remove this semicolon
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary trailing semicolon
[INFO] [stderr]     --> src/catalog/collections.rs:1230:4
[INFO] [stderr]      |
[INFO] [stderr] 1230 |   };
[INFO] [stderr]      |    ^ help: remove this semicolon
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary trailing semicolon
[INFO] [stderr]     --> src/catalog/collections.rs:1282:4
[INFO] [stderr]      |
[INFO] [stderr] 1282 |   };
[INFO] [stderr]      |    ^ help: remove this semicolon
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary trailing semicolon
[INFO] [stderr]     --> src/catalog/collections.rs:1335:4
[INFO] [stderr]      |
[INFO] [stderr] 1335 |   };
[INFO] [stderr]      |    ^ help: remove this semicolon
[INFO] [stderr] 
[INFO] [stderr] warning: function cannot return without recursing
[INFO] [stderr]     --> src/engine.rs:2810:5
[INFO] [stderr]      |
[INFO] [stderr] 2810 |     fn explore_rec(cur_n:usize) -> Vec<usize> {
[INFO] [stderr]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot return without recursing
[INFO] [stderr] ...
[INFO] [stderr] 2813 |         let mut av = explore_rec(a);
[INFO] [stderr]      |                      -------------- recursive call site
[INFO] [stderr]      |
[INFO] [stderr]      = help: a `loop` may express intention better if this is on purpose
[INFO] [stderr] note: the lint level is defined here
[INFO] [stderr]     --> src/engine.rs:2809:12
[INFO] [stderr]      |
[INFO] [stderr] 2809 |     #[warn(unconditional_recursion)]
[INFO] [stderr]      |            ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `explore_rec` is never used
[INFO] [stderr]     --> src/engine.rs:2810:8
[INFO] [stderr]      |
[INFO] [stderr] 2810 |     fn explore_rec(cur_n:usize) -> Vec<usize> {
[INFO] [stderr]      |        ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `adapton` (lib test) generated 33 warnings (26 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/adapton-16cf72d5d71296c8)
[INFO] [stdout] 
[INFO] [stdout] running 13 tests
[INFO] [stdout] test catalog::bitstring::test_flip ... ok
[INFO] [stdout] test catalog::bitstring::test_is_set ... ok
[INFO] [stdout] test catalog::bitstring::test_prepend ... ok
[INFO] [stdout] test catalog::bitstring::test_pow ... ok
[INFO] [stdout] test catalog::bitstring::test_shift_left ... ok
[INFO] [stdout] test catalog::collections::test_mergesort1 ... ok
[INFO] [stdout] test macros::test_let_cell_let_thunk_macros ... ok
[INFO] [stdout] test engine::test_cycles ... ok
[INFO] [stdout] test catalog::collections::test_mergesort2 ... ok
[INFO] [stdout] test catalog::collections::test_tree_filter ... ok
[INFO] [stdout] test catalog::collections::test_tree_of_list ... ok
[INFO] [stdout] test catalog::collections::test_engine_alternation ... ok
[INFO] [stdout] test macros::test_memo_macros ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/countgraph.rs (/opt/rustwide/target/debug/deps/countgraph-9f4e9da54036e226)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/engine.rs (/opt/rustwide/target/debug/deps/engine-80c79b675c2ef98f)
[INFO] [stdout] 
[INFO] [stdout] running 9 tests
[INFO] [stdout] test engine_api::force_cell ... ok
[INFO] [stdout] test engine_api::force_map_cell_project ... ok
[INFO] [stdout] test engine_api::force_map_cell ... ok
[INFO] [stdout] test engine_api::force_map_prunes_dirty_traversal ... ok
[INFO] [stdout] test engine_api::force_map_thunk ... ok
[INFO] [stdout] test engine_is_from_scratch_consistent::avoid_divide_by_zero ... ok
[INFO] [stdout] test engine_is_from_scratch_consistent::avoid_expensive_subcomp ... ok
[INFO] [stdout] test engine_is_typesafe::engine_dynamic_type_error_as_archivist - should panic ... ok
[INFO] [stderr]      Running tests/listedit.rs (/opt/rustwide/target/debug/deps/listedit-19cb48b80dadc4f7)
[INFO] [stdout] test engine_is_typesafe::engine_dynamic_type_error_as_editor - should panic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stderr]      Running tests/listzipper.rs (/opt/rustwide/target/debug/deps/listzipper-77a3d91ffa1995df)
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/purecaching.rs (/opt/rustwide/target/debug/deps/purecaching-9f1b2c002b830fcb)
[INFO] [stdout] 
[INFO] [stderr]      Running tests/triesets.rs (/opt/rustwide/target/debug/deps/triesets-1a7f1e98f1090bf1)
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test test_equal ... FAILED
[INFO] [stdout] test test_is_empty ... FAILED
[INFO] [stdout] test test_set ... FAILED
[INFO] [stdout] test test_set_equal ... FAILED
[INFO] [stdout] test test_set_fold ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- test_equal stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_equal' (52) panicked at src/catalog/trie.rs:269:28:
[INFO] [stdout] todo
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5d703fdfc602 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5d703fdfc602 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5d703fdfc602 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5d703fdfc602 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5d703fe116ea - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5d703fe116ea - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x5d703fe01516 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5d703fe01516 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5d703fddad5f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5d703fddad5f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5d703fdf4939 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5d703fd6880e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x5d703fd6880e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5d703fdf4af2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x5d703fdf4af2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5d703fdda32c - std[3f03f8b59f91bef1]::panicking::begin_panic::<&str>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:762:9
[INFO] [stdout]   16:     0x5d703fdcffb9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::begin_panic<&str>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5d703fdcd2d0 - std[3f03f8b59f91bef1]::panicking::begin_panic::<&str>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:761:5
[INFO] [stdout]   18:     0x5d703fd5582b - <adapton[3dadc3c0c7794116]::catalog::trie::Trie<usize> as adapton[3dadc3c0c7794116]::catalog::trie::TrieIntro<usize>>::extend
[INFO] [stdout]                                at /opt/rustwide/workdir/src/catalog/trie.rs:269:28
[INFO] [stdout]   19:     0x5d703fd55916 - <adapton[3dadc3c0c7794116]::catalog::trie::Trie<usize> as adapton[3dadc3c0c7794116]::catalog::trie::TrieIntro<usize>>::singleton
[INFO] [stdout]                                at /opt/rustwide/workdir/src/catalog/trie.rs:263:9
[INFO] [stdout]   20:     0x5d703fd4301b - triesets[c1e214a94a132876]::test_equal
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/triesets.rs:26:23
[INFO] [stdout]   21:     0x5d703fd42b57 - triesets[c1e214a94a132876]::test_equal::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/triesets.rs:22:16
[INFO] [stdout]   22:     0x5d703fd5c7f6 - <triesets[c1e214a94a132876]::test_equal::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr] error: test failed, to rerun pass `--test triesets`
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x5d703fd5cbbb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5d703fd5cbbb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   25:     0x5d703fd6941a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   26:     0x5d703fd6941a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   27:     0x5d703fd6941a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   28:     0x5d703fd6941a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   29:     0x5d703fd6941a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x5d703fd6941a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   31:     0x5d703fd6941a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   32:     0x5d703fd638e4 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   33:     0x5d703fd638e4 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   34:     0x5d703fd6bf12 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   35:     0x5d703fd6bf12 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x5d703fd6bf12 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x5d703fd6bf12 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   38:     0x5d703fd6bf12 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   39:     0x5d703fd6bf12 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   40:     0x5d703fd6bf12 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5d703fdfbeaf - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   42:     0x5d703fdfbeaf - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   43:     0x7e5c5e7f8aa4 - <unknown>
[INFO] [stdout]   44:     0x7e5c5e885a64 - clone
[INFO] [stdout]   45:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_is_empty stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_is_empty' (53) panicked at src/catalog/trie.rs:269:28:
[INFO] [stdout] todo
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5d703fdfc602 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5d703fdfc602 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5d703fdfc602 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5d703fdfc602 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5d703fe116ea - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5d703fe116ea - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x5d703fe01516 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5d703fe01516 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5d703fddad5f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5d703fddad5f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5d703fdf4939 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5d703fd6880e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x5d703fd6880e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5d703fdf4af2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x5d703fdf4af2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5d703fdda32c - std[3f03f8b59f91bef1]::panicking::begin_panic::<&str>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:762:9
[INFO] [stdout]   16:     0x5d703fdcffb9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::begin_panic<&str>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5d703fdcd2d0 - std[3f03f8b59f91bef1]::panicking::begin_panic::<&str>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:761:5
[INFO] [stdout]   18:     0x5d703fd5582b - <adapton[3dadc3c0c7794116]::catalog::trie::Trie<usize> as adapton[3dadc3c0c7794116]::catalog::trie::TrieIntro<usize>>::extend
[INFO] [stdout]                                at /opt/rustwide/workdir/src/catalog/trie.rs:269:28
[INFO] [stdout]   19:     0x5d703fd55916 - <adapton[3dadc3c0c7794116]::catalog::trie::Trie<usize> as adapton[3dadc3c0c7794116]::catalog::trie::TrieIntro<usize>>::singleton
[INFO] [stdout]                                at /opt/rustwide/workdir/src/catalog/trie.rs:263:9
[INFO] [stdout]   20:     0x5d703fd434f6 - triesets[c1e214a94a132876]::test_is_empty
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/triesets.rs:13:21
[INFO] [stdout]   21:     0x5d703fd42b87 - triesets[c1e214a94a132876]::test_is_empty::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/triesets.rs:9:19
[INFO] [stdout]   22:     0x5d703fd5c836 - <triesets[c1e214a94a132876]::test_is_empty::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x5d703fd5cbbb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5d703fd5cbbb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   25:     0x5d703fd6941a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   26:     0x5d703fd6941a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   27:     0x5d703fd6941a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   28:     0x5d703fd6941a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   29:     0x5d703fd6941a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x5d703fd6941a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   31:     0x5d703fd6941a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   32:     0x5d703fd638e4 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   33:     0x5d703fd638e4 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   34:     0x5d703fd6bf12 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   35:     0x5d703fd6bf12 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x5d703fd6bf12 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x5d703fd6bf12 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   38:     0x5d703fd6bf12 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   39:     0x5d703fd6bf12 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   40:     0x5d703fd6bf12 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5d703fdfbeaf - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   42:     0x5d703fdfbeaf - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   43:     0x7e5c5e7f8aa4 - <unknown>
[INFO] [stdout]   44:     0x7e5c5e885a64 - clone
[INFO] [stdout]   45:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_set stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_set' (54) panicked at src/catalog/trie.rs:269:28:
[INFO] [stdout] todo
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5d703fdfc602 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5d703fdfc602 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5d703fdfc602 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5d703fdfc602 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5d703fe116ea - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5d703fe116ea - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x5d703fe01516 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5d703fe01516 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5d703fddad5f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5d703fddad5f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5d703fdf4939 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5d703fd6880e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x5d703fd6880e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5d703fdf4af2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x5d703fdf4af2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5d703fdda32c - std[3f03f8b59f91bef1]::panicking::begin_panic::<&str>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:762:9
[INFO] [stdout]   16:     0x5d703fdcffb9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::begin_panic<&str>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5d703fdcd2d0 - std[3f03f8b59f91bef1]::panicking::begin_panic::<&str>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:761:5
[INFO] [stdout]   18:     0x5d703fd5582b - <adapton[3dadc3c0c7794116]::catalog::trie::Trie<usize> as adapton[3dadc3c0c7794116]::catalog::trie::TrieIntro<usize>>::extend
[INFO] [stdout]                                at /opt/rustwide/workdir/src/catalog/trie.rs:269:28
[INFO] [stdout]   19:     0x5d703fd53cb4 - <adapton[3dadc3c0c7794116]::catalog::trie::Trie<usize> as adapton[3dadc3c0c7794116]::catalog::trie::SetIntro<usize>>::add
[INFO] [stdout]                                at /opt/rustwide/workdir/src/catalog/trie.rs:446:9
[INFO] [stdout]   20:     0x5d703fd442bb - triesets[c1e214a94a132876]::test_set
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/triesets.rs:46:13
[INFO] [stdout]   21:     0x5d703fd42c17 - triesets[c1e214a94a132876]::test_set::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/triesets.rs:41:14
[INFO] [stdout]   22:     0x5d703fd5c8f6 - <triesets[c1e214a94a132876]::test_set::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x5d703fd5cbbb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5d703fd5cbbb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   25:     0x5d703fd6941a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   26:     0x5d703fd6941a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   27:     0x5d703fd6941a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   28:     0x5d703fd6941a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   29:     0x5d703fd6941a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x5d703fd6941a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   31:     0x5d703fd6941a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   32:     0x5d703fd638e4 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   33:     0x5d703fd638e4 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   34:     0x5d703fd6bf12 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   35:     0x5d703fd6bf12 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x5d703fd6bf12 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x5d703fd6bf12 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   38:     0x5d703fd6bf12 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   39:     0x5d703fd6bf12 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   40:     0x5d703fd6bf12 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5d703fdfbeaf - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   42:     0x5d703fdfbeaf - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   43:     0x7e5c5e7f8aa4 - <unknown>
[INFO] [stdout]   44:     0x7e5c5e885a64 - clone
[INFO] [stdout]   45:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_set_equal stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_set_equal' (55) panicked at src/catalog/trie.rs:269:28:
[INFO] [stdout] todo
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5d703fdfc602 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5d703fdfc602 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5d703fdfc602 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5d703fdfc602 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5d703fe116ea - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5d703fe116ea - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x5d703fe01516 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5d703fe01516 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5d703fddad5f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5d703fddad5f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5d703fdf4939 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5d703fd6880e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x5d703fd6880e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5d703fdf4af2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x5d703fdf4af2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5d703fdda32c - std[3f03f8b59f91bef1]::panicking::begin_panic::<&str>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:762:9
[INFO] [stdout]   16:     0x5d703fdcffb9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::begin_panic<&str>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5d703fdcd2d0 - std[3f03f8b59f91bef1]::panicking::begin_panic::<&str>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:761:5
[INFO] [stdout]   18:     0x5d703fd5582b - <adapton[3dadc3c0c7794116]::catalog::trie::Trie<usize> as adapton[3dadc3c0c7794116]::catalog::trie::TrieIntro<usize>>::extend
[INFO] [stdout]                                at /opt/rustwide/workdir/src/catalog/trie.rs:269:28
[INFO] [stdout]   19:     0x5d703fd53cb4 - <adapton[3dadc3c0c7794116]::catalog::trie::Trie<usize> as adapton[3dadc3c0c7794116]::catalog::trie::SetIntro<usize>>::add
[INFO] [stdout]                                at /opt/rustwide/workdir/src/catalog/trie.rs:446:9
[INFO] [stdout]   20:     0x5d703fd43f1f - triesets[c1e214a94a132876]::test_set_equal
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/triesets.rs:60:13
[INFO] [stdout]   21:     0x5d703fd42be7 - triesets[c1e214a94a132876]::test_set_equal::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/triesets.rs:57:20
[INFO] [stdout]   22:     0x5d703fd5c8b6 - <triesets[c1e214a94a132876]::test_set_equal::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x5d703fd5cbbb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5d703fd5cbbb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   25:     0x5d703fd6941a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   26:     0x5d703fd6941a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   27:     0x5d703fd6941a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   28:     0x5d703fd6941a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   29:     0x5d703fd6941a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x5d703fd6941a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   31:     0x5d703fd6941a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   32:     0x5d703fd638e4 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   33:     0x5d703fd638e4 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   34:     0x5d703fd6bf12 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   35:     0x5d703fd6bf12 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x5d703fd6bf12 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x5d703fd6bf12 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   38:     0x5d703fd6bf12 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   39:     0x5d703fd6bf12 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   40:     0x5d703fd6bf12 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5d703fdfbeaf - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   42:     0x5d703fdfbeaf - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   43:     0x7e5c5e7f8aa4 - <unknown>
[INFO] [stdout]   44:     0x7e5c5e885a64 - clone
[INFO] [stdout]   45:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_set_fold stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_set_fold' (56) panicked at src/catalog/trie.rs:269:28:
[INFO] [stdout] todo
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5d703fdfc602 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5d703fdfc602 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5d703fdfc602 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5d703fdfc602 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5d703fe116ea - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5d703fe116ea - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x5d703fe01516 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5d703fe01516 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5d703fddad5f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5d703fddad5f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5d703fdf4939 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5d703fd6880e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x5d703fd6880e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5d703fdf4af2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x5d703fdf4af2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5d703fdda32c - std[3f03f8b59f91bef1]::panicking::begin_panic::<&str>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:762:9
[INFO] [stdout]   16:     0x5d703fdcffb9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::begin_panic<&str>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5d703fdcd2d0 - std[3f03f8b59f91bef1]::panicking::begin_panic::<&str>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:761:5
[INFO] [stdout]   18:     0x5d703fd5582b - <adapton[3dadc3c0c7794116]::catalog::trie::Trie<usize> as adapton[3dadc3c0c7794116]::catalog::trie::TrieIntro<usize>>::extend
[INFO] [stdout]                                at /opt/rustwide/workdir/src/catalog/trie.rs:269:28
[INFO] [stdout]   19:     0x5d703fd42ed0 - triesets[c1e214a94a132876]::push_input
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/triesets.rs:75:5
[INFO] [stdout]   20:     0x5d703fd439d1 - triesets[c1e214a94a132876]::test_set_fold
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/triesets.rs:91:23
[INFO] [stdout]   21:     0x5d703fd42bb7 - triesets[c1e214a94a132876]::test_set_fold::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/triesets.rs:79:19
[INFO] [stdout]   22:     0x5d703fd5c876 - <triesets[c1e214a94a132876]::test_set_fold::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x5d703fd5cbbb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5d703fd5cbbb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   25:     0x5d703fd6941a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   26:     0x5d703fd6941a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   27:     0x5d703fd6941a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   28:     0x5d703fd6941a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   29:     0x5d703fd6941a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x5d703fd6941a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   31:     0x5d703fd6941a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   32:     0x5d703fd638e4 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   33:     0x5d703fd638e4 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   34:     0x5d703fd6bf12 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   35:     0x5d703fd6bf12 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x5d703fd6bf12 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x5d703fd6bf12 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   38:     0x5d703fd6bf12 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   39:     0x5d703fd6bf12 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   40:     0x5d703fd6bf12 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5d703fdfbeaf - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   42:     0x5d703fdfbeaf - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   43:     0x7e5c5e7f8aa4 - <unknown>
[INFO] [stdout]   44:     0x7e5c5e885a64 - clone
[INFO] [stdout]   45:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     test_equal
[INFO] [stdout]     test_is_empty
[INFO] [stdout]     test_set
[INFO] [stdout]     test_set_equal
[INFO] [stdout]     test_set_fold
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 5 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "15291b4c81a54f45e9fff90ef64b39d9bf817ba465e7c9c1634318d44af68f45", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "15291b4c81a54f45e9fff90ef64b39d9bf817ba465e7c9c1634318d44af68f45", kill_on_drop: false }`
[INFO] [stdout] 15291b4c81a54f45e9fff90ef64b39d9bf817ba465e7c9c1634318d44af68f45
