[INFO] fetching crate slotted-egraphs 0.0.13... [INFO] testing slotted-egraphs-0.0.13 against beta-2024-10-19 for beta-1.83-1 [INFO] extracting crate slotted-egraphs 0.0.13 into /workspace/builds/worker-7-tc2/source [INFO] validating manifest of crates.io crate slotted-egraphs 0.0.13 on toolchain beta-2024-10-19 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2024-10-19" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate slotted-egraphs 0.0.13 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate slotted-egraphs 0.0.13 [INFO] tweaked toml for crates.io crate slotted-egraphs 0.0.13 written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2024-10-19" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 21 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2024-10-19" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-10-19" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 70af12918bdb493f2175f09a8ff7fede69f26321a73efb6c15606b0e9c49e9b5 [INFO] running `Command { std: "docker" "start" "-a" "70af12918bdb493f2175f09a8ff7fede69f26321a73efb6c15606b0e9c49e9b5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "70af12918bdb493f2175f09a8ff7fede69f26321a73efb6c15606b0e9c49e9b5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "70af12918bdb493f2175f09a8ff7fede69f26321a73efb6c15606b0e9c49e9b5", kill_on_drop: false }` [INFO] [stdout] 70af12918bdb493f2175f09a8ff7fede69f26321a73efb6c15606b0e9c49e9b5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-10-19" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6e17304cb0ebcb82928683aad257ae41d6f15708d865295cabda5bd6444368b5 [INFO] running `Command { std: "docker" "start" "-a" "6e17304cb0ebcb82928683aad257ae41d6f15708d865295cabda5bd6444368b5", kill_on_drop: false }` [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling slotted-egraphs v0.0.13 (/opt/rustwide/workdir) [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/egraph/mod.rs:377:95 [INFO] [stdout] | [INFO] [stdout] 377 | fn cartesian<'a, T>(input: &'a [Vec]) -> impl Iterator> /*+ use<'a, T>*/ + '_ { [INFO] [stdout] | -- lifetime `'a` declared here ^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(elided_named_lifetimes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/parse.rs:135:60 [INFO] [stdout] | [INFO] [stdout] 135 | let Token::Ident(op) = &tok[0] else { panic!("1"); return Err(ParseError::ParseState(to_vec(tok))) }; [INFO] [stdout] | ----------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable expression [INFO] [stdout] | | [INFO] [stdout] | any code following this expression is unreachable [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/parse.rs:162:60 [INFO] [stdout] | [INFO] [stdout] 162 | let Token::Ident(op) = &tok[0] else { panic!("2"); return Err(ParseError::ParseState(to_vec(tok))) }; [INFO] [stdout] | ----------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable expression [INFO] [stdout] | | [INFO] [stdout] | any code following this expression is unreachable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/egraph/add.rs:188:9 [INFO] [stdout] | [INFO] [stdout] 187 | panic!("Can't use alloc_empty_eclass if explanations are enabled!"); [INFO] [stdout] | ------------------------------------------------------------------- any code following this expression is unreachable [INFO] [stdout] 188 | self.alloc_eclass(slots, panic!()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable expression [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable call [INFO] [stdout] --> src/egraph/add.rs:188:14 [INFO] [stdout] | [INFO] [stdout] 188 | self.alloc_eclass(slots, panic!()) [INFO] [stdout] | ^^^^^^^^^^^^ -------- any code following this expression is unreachable [INFO] [stdout] | | [INFO] [stdout] | unreachable call [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `current` [INFO] [stdout] --> src/parse.rs:44:13 [INFO] [stdout] | [INFO] [stdout] 44 | let mut current = String::new(); [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_current` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/parse.rs:44:9 [INFO] [stdout] | [INFO] [stdout] 44 | let mut current = String::new(); [INFO] [stdout] | ----^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `app_id` [INFO] [stdout] --> src/explain/wrapper/perm.rs:93:13 [INFO] [stdout] | [INFO] [stdout] 93 | let app_id = AppliedId::new(i, identity); [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_app_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `reg` [INFO] [stdout] --> src/explain/wrapper/perm.rs:89:85 [INFO] [stdout] | [INFO] [stdout] 89 | pub(crate) fn identity(i: Id, slots: &HashSet, syn_slots: &HashSet, reg: ProofRegistry) -> Self { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_reg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `pai` [INFO] [stdout] --> src/explain/wrapper/applied_id.rs:12:36 [INFO] [stdout] | [INFO] [stdout] 12 | pub(crate) fn check_pai(&self, pai: &ProvenAppliedId) { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_pai` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `peq` [INFO] [stdout] --> src/explain/wrapper/applied_id.rs:62:62 [INFO] [stdout] | [INFO] [stdout] 62 | pub(crate) fn chain_pai_eq(&self, pai: &ProvenAppliedId, peq: ProvenEq) -> ProvenAppliedId { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_peq` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `pn` [INFO] [stdout] --> src/explain/wrapper/node.rs:57:35 [INFO] [stdout] | [INFO] [stdout] 57 | pub(crate) fn check_pn(&self, pn: &ProvenNode) { [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_pn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `f` [INFO] [stdout] --> src/debug.rs:38:19 [INFO] [stdout] | [INFO] [stdout] 38 | fn fmt(&self, f: &mut Formatter<'_>) -> Result { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_f` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `syn_app_id` [INFO] [stdout] --> src/egraph/add.rs:139:13 [INFO] [stdout] | [INFO] [stdout] 139 | let syn_app_id = AppliedId::new(i, SlotMap::identity(&syn_enode_fresh.slots())); [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_syn_app_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `slots` [INFO] [stdout] --> src/egraph/add.rs:186:42 [INFO] [stdout] | [INFO] [stdout] 186 | pub fn alloc_empty_eclass(&mut self, slots: &HashSet) -> Id { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_slots` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `app_id` [INFO] [stdout] --> src/egraph/add.rs:197:13 [INFO] [stdout] | [INFO] [stdout] 197 | let app_id = AppliedId::new(c_id, SlotMap::identity(&syn_slots)); [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_app_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `app_id` [INFO] [stdout] --> src/egraph/add.rs:220:13 [INFO] [stdout] | [INFO] [stdout] 220 | let app_id = self.mk_sem_identity_applied_id(c_id); [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_app_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `syn_a` [INFO] [stdout] --> src/egraph/union.rs:22:13 [INFO] [stdout] | [INFO] [stdout] 22 | let syn_a = self.synify_app_id(a.clone()); [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_syn_a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `syn_b` [INFO] [stdout] --> src/egraph/union.rs:23:13 [INFO] [stdout] | [INFO] [stdout] 23 | let syn_b = self.synify_app_id(b.clone()); [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_syn_b` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `justification` [INFO] [stdout] --> src/egraph/union.rs:18:103 [INFO] [stdout] | [INFO] [stdout] 18 | ...rn, subst: &Subst, justification: Option) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_justification` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `proof` [INFO] [stdout] --> src/egraph/union.rs:32:86 [INFO] [stdout] | [INFO] [stdout] 32 | pub(in crate::egraph) fn union_internal(&mut self, l: &AppliedId, r: &AppliedId, proof: ProvenEq) -> bool { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_proof` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `from_id` [INFO] [stdout] --> src/egraph/union.rs:161:13 [INFO] [stdout] | [INFO] [stdout] 161 | let from_id = self.mk_sem_identity_applied_id(from.id); [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_from_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `proof` [INFO] [stdout] --> src/egraph/union.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | fn move_to(&mut self, from: &AppliedId, to: &AppliedId, proof: ProvenEq) { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_proof` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `prf` [INFO] [stdout] --> src/egraph/rebuild.rs:14:13 [INFO] [stdout] | [INFO] [stdout] 14 | let prf = ghost!({ [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_prf` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `proof` [INFO] [stdout] --> src/egraph/rebuild.rs:6:73 [INFO] [stdout] | [INFO] [stdout] 6 | fn record_redundancy_witness(&mut self, i: Id, cap: &HashSet, proof: ProvenEq) { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_proof` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `theta` [INFO] [stdout] --> src/egraph/rebuild.rs:146:13 [INFO] [stdout] | [INFO] [stdout] 146 | let theta = i_orig.m.compose(&i.m.inverse()); [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_theta` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `bij2` [INFO] [stdout] --> src/egraph/rebuild.rs:212:25 [INFO] [stdout] | [INFO] [stdout] 212 | let (weak2, bij2) = pc2.node.elem.weak_shape(); [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_bij2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `proof` [INFO] [stdout] --> src/egraph/rebuild.rs:217:28 [INFO] [stdout] | [INFO] [stdout] 217 | let (a, b, proof) = self.pc_congruence(&pc1, &pc2); [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_proof` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `c` [INFO] [stdout] --> src/egraph/check.rs:66:17 [INFO] [stdout] | [INFO] [stdout] 66 | for (i, c) in &self.classes { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_c` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `i` [INFO] [stdout] --> src/egraph/check.rs:104:14 [INFO] [stdout] | [INFO] [stdout] 104 | for (i, c) in &self.classes { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `eg` [INFO] [stdout] --> src/egraph/analysis.rs:9:13 [INFO] [stdout] | [INFO] [stdout] 9 | fn make(eg: &EGraph, _: &L) {} [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_eg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `l` [INFO] [stdout] --> src/egraph/analysis.rs:10:14 [INFO] [stdout] | [INFO] [stdout] 10 | fn merge(l: (), r: ()) -> () {} [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_l` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `r` [INFO] [stdout] --> src/egraph/analysis.rs:10:21 [INFO] [stdout] | [INFO] [stdout] 10 | fn merge(l: (), r: ()) -> () {} [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_r` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `n` [INFO] [stdout] --> src/egraph/mod.rs:279:13 [INFO] [stdout] | [INFO] [stdout] 279 | let n = enode.elem.applied_id_occurences().len(); [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_n` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Token` is more private than the item `ParseError::ParseState::0` [INFO] [stdout] --> src/parse.rs:6:16 [INFO] [stdout] | [INFO] [stdout] 6 | ParseState(Vec), [INFO] [stdout] | ^^^^^^^^^^ field `ParseError::ParseState::0` is reachable at visibility `pub` [INFO] [stdout] | [INFO] [stdout] note: but type `Token` is only usable at visibility `pub(self)` [INFO] [stdout] --> src/parse.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | enum Token { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] = note: `#[warn(private_interfaces)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Token` is more private than the item `ParseError::RemainingRest::0` [INFO] [stdout] --> src/parse.rs:7:19 [INFO] [stdout] | [INFO] [stdout] 7 | RemainingRest(Vec), [INFO] [stdout] | ^^^^^^^^^^ field `ParseError::RemainingRest::0` is reachable at visibility `pub` [INFO] [stdout] | [INFO] [stdout] note: but type `Token` is only usable at visibility `pub(self)` [INFO] [stdout] --> src/parse.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | enum Token { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Token` is more private than the item `ParseError::ExpectedColonEquals::0` [INFO] [stdout] --> src/parse.rs:9:25 [INFO] [stdout] | [INFO] [stdout] 9 | ExpectedColonEquals(Vec), [INFO] [stdout] | ^^^^^^^^^^ field `ParseError::ExpectedColonEquals::0` is reachable at visibility `pub` [INFO] [stdout] | [INFO] [stdout] note: but type `Token` is only usable at visibility `pub(self)` [INFO] [stdout] --> src/parse.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | enum Token { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Token` is more private than the item `ParseError::ExpectedRBracket::0` [INFO] [stdout] --> src/parse.rs:10:22 [INFO] [stdout] | [INFO] [stdout] 10 | ExpectedRBracket(Vec) [INFO] [stdout] | ^^^^^^^^^^ field `ParseError::ExpectedRBracket::0` is reachable at visibility `pub` [INFO] [stdout] | [INFO] [stdout] note: but type `Token` is only usable at visibility `pub(self)` [INFO] [stdout] --> src/parse.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | enum Token { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `to_string` is never used [INFO] [stdout] --> src/explain/wrapper/perm.rs:105:8 [INFO] [stdout] | [INFO] [stdout] 88 | impl ProvenPerm { [INFO] [stdout] | --------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 105 | fn to_string(&self) -> String { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `chain_pai_eq` is never used [INFO] [stdout] --> src/explain/wrapper/applied_id.rs:62:19 [INFO] [stdout] | [INFO] [stdout] 11 | impl> EGraph { [INFO] [stdout] | ---------------------------------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 62 | pub(crate) fn chain_pai_eq(&self, pai: &ProvenAppliedId, peq: ProvenEq) -> ProvenAppliedId { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `chain_pc_eq` is never used [INFO] [stdout] --> src/explain/wrapper/contains.rs:74:19 [INFO] [stdout] | [INFO] [stdout] 30 | impl> EGraph { [INFO] [stdout] | ---------------------------------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 74 | pub(crate) fn chain_pc_eq(&self, start: &ProvenContains, eq: ProvenEq) -> ProvenContains { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `semify_enode` is never used [INFO] [stdout] --> src/egraph/mod.rs:349:19 [INFO] [stdout] | [INFO] [stdout] 83 | impl> EGraph { [INFO] [stdout] | ---------------------------------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 349 | pub(crate) fn semify_enode(&self, enode: L) -> L { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `proven_contains` is never used [INFO] [stdout] --> src/group/mod.rs:98:12 [INFO] [stdout] | [INFO] [stdout] 31 | impl Group

{ [INFO] [stdout] | ----------------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 98 | pub fn proven_contains(&self, p: &Perm) -> Option

{ [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s [INFO] running `Command { std: "docker" "inspect" "6e17304cb0ebcb82928683aad257ae41d6f15708d865295cabda5bd6444368b5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6e17304cb0ebcb82928683aad257ae41d6f15708d865295cabda5bd6444368b5", kill_on_drop: false }` [INFO] [stdout] 6e17304cb0ebcb82928683aad257ae41d6f15708d865295cabda5bd6444368b5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-10-19" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 935b61f33240cc8ffe9e0e114dc0dd1a697a05651351548531262e73b0e128a4 [INFO] running `Command { std: "docker" "start" "-a" "935b61f33240cc8ffe9e0e114dc0dd1a697a05651351548531262e73b0e128a4", kill_on_drop: false }` [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling once_cell v1.20.2 [INFO] [stderr] Compiling ahash v0.7.8 [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/egraph/mod.rs:377:95 [INFO] [stdout] | [INFO] [stdout] 377 | fn cartesian<'a, T>(input: &'a [Vec]) -> impl Iterator> /*+ use<'a, T>*/ + '_ { [INFO] [stdout] | -- lifetime `'a` declared here ^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(elided_named_lifetimes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/parse.rs:135:60 [INFO] [stdout] | [INFO] [stdout] 135 | let Token::Ident(op) = &tok[0] else { panic!("1"); return Err(ParseError::ParseState(to_vec(tok))) }; [INFO] [stdout] | ----------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable expression [INFO] [stdout] | | [INFO] [stdout] | any code following this expression is unreachable [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/parse.rs:162:60 [INFO] [stdout] | [INFO] [stdout] 162 | let Token::Ident(op) = &tok[0] else { panic!("2"); return Err(ParseError::ParseState(to_vec(tok))) }; [INFO] [stdout] | ----------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable expression [INFO] [stdout] | | [INFO] [stdout] | any code following this expression is unreachable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/egraph/add.rs:188:9 [INFO] [stdout] | [INFO] [stdout] 187 | panic!("Can't use alloc_empty_eclass if explanations are enabled!"); [INFO] [stdout] | ------------------------------------------------------------------- any code following this expression is unreachable [INFO] [stdout] 188 | self.alloc_eclass(slots, panic!()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable expression [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable call [INFO] [stdout] --> src/egraph/add.rs:188:14 [INFO] [stdout] | [INFO] [stdout] 188 | self.alloc_eclass(slots, panic!()) [INFO] [stdout] | ^^^^^^^^^^^^ -------- any code following this expression is unreachable [INFO] [stdout] | | [INFO] [stdout] | unreachable call [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `current` [INFO] [stdout] --> src/parse.rs:44:13 [INFO] [stdout] | [INFO] [stdout] 44 | let mut current = String::new(); [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_current` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/parse.rs:44:9 [INFO] [stdout] | [INFO] [stdout] 44 | let mut current = String::new(); [INFO] [stdout] | ----^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `app_id` [INFO] [stdout] --> src/explain/wrapper/perm.rs:93:13 [INFO] [stdout] | [INFO] [stdout] 93 | let app_id = AppliedId::new(i, identity); [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_app_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `reg` [INFO] [stdout] --> src/explain/wrapper/perm.rs:89:85 [INFO] [stdout] | [INFO] [stdout] 89 | pub(crate) fn identity(i: Id, slots: &HashSet, syn_slots: &HashSet, reg: ProofRegistry) -> Self { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_reg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `pai` [INFO] [stdout] --> src/explain/wrapper/applied_id.rs:12:36 [INFO] [stdout] | [INFO] [stdout] 12 | pub(crate) fn check_pai(&self, pai: &ProvenAppliedId) { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_pai` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `peq` [INFO] [stdout] --> src/explain/wrapper/applied_id.rs:62:62 [INFO] [stdout] | [INFO] [stdout] 62 | pub(crate) fn chain_pai_eq(&self, pai: &ProvenAppliedId, peq: ProvenEq) -> ProvenAppliedId { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_peq` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `pn` [INFO] [stdout] --> src/explain/wrapper/node.rs:57:35 [INFO] [stdout] | [INFO] [stdout] 57 | pub(crate) fn check_pn(&self, pn: &ProvenNode) { [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_pn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `f` [INFO] [stdout] --> src/debug.rs:38:19 [INFO] [stdout] | [INFO] [stdout] 38 | fn fmt(&self, f: &mut Formatter<'_>) -> Result { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_f` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `syn_app_id` [INFO] [stdout] --> src/egraph/add.rs:139:13 [INFO] [stdout] | [INFO] [stdout] 139 | let syn_app_id = AppliedId::new(i, SlotMap::identity(&syn_enode_fresh.slots())); [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_syn_app_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `slots` [INFO] [stdout] --> src/egraph/add.rs:186:42 [INFO] [stdout] | [INFO] [stdout] 186 | pub fn alloc_empty_eclass(&mut self, slots: &HashSet) -> Id { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_slots` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `app_id` [INFO] [stdout] --> src/egraph/add.rs:197:13 [INFO] [stdout] | [INFO] [stdout] 197 | let app_id = AppliedId::new(c_id, SlotMap::identity(&syn_slots)); [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_app_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `app_id` [INFO] [stdout] --> src/egraph/add.rs:220:13 [INFO] [stdout] | [INFO] [stdout] 220 | let app_id = self.mk_sem_identity_applied_id(c_id); [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_app_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `syn_a` [INFO] [stdout] --> src/egraph/union.rs:22:13 [INFO] [stdout] | [INFO] [stdout] 22 | let syn_a = self.synify_app_id(a.clone()); [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_syn_a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `syn_b` [INFO] [stdout] --> src/egraph/union.rs:23:13 [INFO] [stdout] | [INFO] [stdout] 23 | let syn_b = self.synify_app_id(b.clone()); [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_syn_b` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `justification` [INFO] [stdout] --> src/egraph/union.rs:18:103 [INFO] [stdout] | [INFO] [stdout] 18 | ...rn, subst: &Subst, justification: Option) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_justification` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `proof` [INFO] [stdout] --> src/egraph/union.rs:32:86 [INFO] [stdout] | [INFO] [stdout] 32 | pub(in crate::egraph) fn union_internal(&mut self, l: &AppliedId, r: &AppliedId, proof: ProvenEq) -> bool { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_proof` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `from_id` [INFO] [stdout] --> src/egraph/union.rs:161:13 [INFO] [stdout] | [INFO] [stdout] 161 | let from_id = self.mk_sem_identity_applied_id(from.id); [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_from_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `proof` [INFO] [stdout] --> src/egraph/union.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | fn move_to(&mut self, from: &AppliedId, to: &AppliedId, proof: ProvenEq) { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_proof` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `prf` [INFO] [stdout] --> src/egraph/rebuild.rs:14:13 [INFO] [stdout] | [INFO] [stdout] 14 | let prf = ghost!({ [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_prf` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `proof` [INFO] [stdout] --> src/egraph/rebuild.rs:6:73 [INFO] [stdout] | [INFO] [stdout] 6 | fn record_redundancy_witness(&mut self, i: Id, cap: &HashSet, proof: ProvenEq) { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_proof` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `theta` [INFO] [stdout] --> src/egraph/rebuild.rs:146:13 [INFO] [stdout] | [INFO] [stdout] 146 | let theta = i_orig.m.compose(&i.m.inverse()); [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_theta` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `bij2` [INFO] [stdout] --> src/egraph/rebuild.rs:212:25 [INFO] [stdout] | [INFO] [stdout] 212 | let (weak2, bij2) = pc2.node.elem.weak_shape(); [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_bij2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `proof` [INFO] [stdout] --> src/egraph/rebuild.rs:217:28 [INFO] [stdout] | [INFO] [stdout] 217 | let (a, b, proof) = self.pc_congruence(&pc1, &pc2); [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_proof` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `c` [INFO] [stdout] --> src/egraph/check.rs:66:17 [INFO] [stdout] | [INFO] [stdout] 66 | for (i, c) in &self.classes { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_c` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `i` [INFO] [stdout] --> src/egraph/check.rs:104:14 [INFO] [stdout] | [INFO] [stdout] 104 | for (i, c) in &self.classes { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `eg` [INFO] [stdout] --> src/egraph/analysis.rs:9:13 [INFO] [stdout] | [INFO] [stdout] 9 | fn make(eg: &EGraph, _: &L) {} [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_eg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `l` [INFO] [stdout] --> src/egraph/analysis.rs:10:14 [INFO] [stdout] | [INFO] [stdout] 10 | fn merge(l: (), r: ()) -> () {} [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_l` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `r` [INFO] [stdout] --> src/egraph/analysis.rs:10:21 [INFO] [stdout] | [INFO] [stdout] 10 | fn merge(l: (), r: ()) -> () {} [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_r` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `n` [INFO] [stdout] --> src/egraph/mod.rs:279:13 [INFO] [stdout] | [INFO] [stdout] 279 | let n = enode.elem.applied_id_occurences().len(); [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_n` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Token` is more private than the item `ParseError::ParseState::0` [INFO] [stdout] --> src/parse.rs:6:16 [INFO] [stdout] | [INFO] [stdout] 6 | ParseState(Vec), [INFO] [stdout] | ^^^^^^^^^^ field `ParseError::ParseState::0` is reachable at visibility `pub` [INFO] [stdout] | [INFO] [stdout] note: but type `Token` is only usable at visibility `pub(self)` [INFO] [stdout] --> src/parse.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | enum Token { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] = note: `#[warn(private_interfaces)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Token` is more private than the item `ParseError::RemainingRest::0` [INFO] [stdout] --> src/parse.rs:7:19 [INFO] [stdout] | [INFO] [stdout] 7 | RemainingRest(Vec), [INFO] [stdout] | ^^^^^^^^^^ field `ParseError::RemainingRest::0` is reachable at visibility `pub` [INFO] [stdout] | [INFO] [stdout] note: but type `Token` is only usable at visibility `pub(self)` [INFO] [stdout] --> src/parse.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | enum Token { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Token` is more private than the item `ParseError::ExpectedColonEquals::0` [INFO] [stdout] --> src/parse.rs:9:25 [INFO] [stdout] | [INFO] [stdout] 9 | ExpectedColonEquals(Vec), [INFO] [stdout] | ^^^^^^^^^^ field `ParseError::ExpectedColonEquals::0` is reachable at visibility `pub` [INFO] [stdout] | [INFO] [stdout] note: but type `Token` is only usable at visibility `pub(self)` [INFO] [stdout] --> src/parse.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | enum Token { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Token` is more private than the item `ParseError::ExpectedRBracket::0` [INFO] [stdout] --> src/parse.rs:10:22 [INFO] [stdout] | [INFO] [stdout] 10 | ExpectedRBracket(Vec) [INFO] [stdout] | ^^^^^^^^^^ field `ParseError::ExpectedRBracket::0` is reachable at visibility `pub` [INFO] [stdout] | [INFO] [stdout] note: but type `Token` is only usable at visibility `pub(self)` [INFO] [stdout] --> src/parse.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | enum Token { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `to_string` is never used [INFO] [stdout] --> src/explain/wrapper/perm.rs:105:8 [INFO] [stdout] | [INFO] [stdout] 88 | impl ProvenPerm { [INFO] [stdout] | --------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 105 | fn to_string(&self) -> String { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `chain_pai_eq` is never used [INFO] [stdout] --> src/explain/wrapper/applied_id.rs:62:19 [INFO] [stdout] | [INFO] [stdout] 11 | impl> EGraph { [INFO] [stdout] | ---------------------------------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 62 | pub(crate) fn chain_pai_eq(&self, pai: &ProvenAppliedId, peq: ProvenEq) -> ProvenAppliedId { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `chain_pc_eq` is never used [INFO] [stdout] --> src/explain/wrapper/contains.rs:74:19 [INFO] [stdout] | [INFO] [stdout] 30 | impl> EGraph { [INFO] [stdout] | ---------------------------------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 74 | pub(crate) fn chain_pc_eq(&self, start: &ProvenContains, eq: ProvenEq) -> ProvenContains { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `semify_enode` is never used [INFO] [stdout] --> src/egraph/mod.rs:349:19 [INFO] [stdout] | [INFO] [stdout] 83 | impl> EGraph { [INFO] [stdout] | ---------------------------------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 349 | pub(crate) fn semify_enode(&self, enode: L) -> L { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `proven_contains` is never used [INFO] [stdout] --> src/group/mod.rs:98:12 [INFO] [stdout] | [INFO] [stdout] 31 | impl Group

{ [INFO] [stdout] | ----------------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 98 | pub fn proven_contains(&self, p: &Perm) -> Option

{ [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling syn v2.0.82 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling symbol_table v0.3.0 [INFO] [stderr] Compiling zerocopy-derive v0.7.35 [INFO] [stderr] Compiling zerocopy v0.7.35 [INFO] [stderr] Compiling ppv-lite86 v0.2.20 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling slotted-egraphs v0.0.13 (/opt/rustwide/workdir) [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/egraph/mod.rs:377:95 [INFO] [stdout] | [INFO] [stdout] 377 | fn cartesian<'a, T>(input: &'a [Vec]) -> impl Iterator> /*+ use<'a, T>*/ + '_ { [INFO] [stdout] | -- lifetime `'a` declared here ^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(elided_named_lifetimes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::lambda::*` [INFO] [stdout] --> tests/lambda/build.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::lambda::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::lambda::*` [INFO] [stdout] --> tests/lambda/tst.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::lambda::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `tst::*` [INFO] [stdout] --> tests/lambda/mod.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | pub use tst::*; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::cmp::Ordering` [INFO] [stdout] --> tests/rise/my_cost.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use std::cmp::Ordering; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `my_cost::*` [INFO] [stdout] --> tests/rise/mod.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | pub use my_cost::*; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/parse.rs:135:60 [INFO] [stdout] | [INFO] [stdout] 135 | let Token::Ident(op) = &tok[0] else { panic!("1"); return Err(ParseError::ParseState(to_vec(tok))) }; [INFO] [stdout] | ----------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable expression [INFO] [stdout] | | [INFO] [stdout] | any code following this expression is unreachable [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/parse.rs:162:60 [INFO] [stdout] | [INFO] [stdout] 162 | let Token::Ident(op) = &tok[0] else { panic!("2"); return Err(ParseError::ParseState(to_vec(tok))) }; [INFO] [stdout] | ----------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable expression [INFO] [stdout] | | [INFO] [stdout] | any code following this expression is unreachable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/egraph/add.rs:188:9 [INFO] [stdout] | [INFO] [stdout] 187 | panic!("Can't use alloc_empty_eclass if explanations are enabled!"); [INFO] [stdout] | ------------------------------------------------------------------- any code following this expression is unreachable [INFO] [stdout] 188 | self.alloc_eclass(slots, panic!()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable expression [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable call [INFO] [stdout] --> src/egraph/add.rs:188:14 [INFO] [stdout] | [INFO] [stdout] 188 | self.alloc_eclass(slots, panic!()) [INFO] [stdout] | ^^^^^^^^^^^^ -------- any code following this expression is unreachable [INFO] [stdout] | | [INFO] [stdout] | unreachable call [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `current` [INFO] [stdout] --> src/parse.rs:44:13 [INFO] [stdout] | [INFO] [stdout] 44 | let mut current = String::new(); [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_current` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/parse.rs:44:9 [INFO] [stdout] | [INFO] [stdout] 44 | let mut current = String::new(); [INFO] [stdout] | ----^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `app_id` [INFO] [stdout] --> src/explain/wrapper/perm.rs:93:13 [INFO] [stdout] | [INFO] [stdout] 93 | let app_id = AppliedId::new(i, identity); [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_app_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `reg` [INFO] [stdout] --> src/explain/wrapper/perm.rs:89:85 [INFO] [stdout] | [INFO] [stdout] 89 | pub(crate) fn identity(i: Id, slots: &HashSet, syn_slots: &HashSet, reg: ProofRegistry) -> Self { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_reg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `pai` [INFO] [stdout] --> src/explain/wrapper/applied_id.rs:12:36 [INFO] [stdout] | [INFO] [stdout] 12 | pub(crate) fn check_pai(&self, pai: &ProvenAppliedId) { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_pai` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `peq` [INFO] [stdout] --> src/explain/wrapper/applied_id.rs:62:62 [INFO] [stdout] | [INFO] [stdout] 62 | pub(crate) fn chain_pai_eq(&self, pai: &ProvenAppliedId, peq: ProvenEq) -> ProvenAppliedId { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_peq` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `pn` [INFO] [stdout] --> src/explain/wrapper/node.rs:57:35 [INFO] [stdout] | [INFO] [stdout] 57 | pub(crate) fn check_pn(&self, pn: &ProvenNode) { [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_pn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `f` [INFO] [stdout] --> src/debug.rs:38:19 [INFO] [stdout] | [INFO] [stdout] 38 | fn fmt(&self, f: &mut Formatter<'_>) -> Result { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_f` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `syn_app_id` [INFO] [stdout] --> src/egraph/add.rs:139:13 [INFO] [stdout] | [INFO] [stdout] 139 | let syn_app_id = AppliedId::new(i, SlotMap::identity(&syn_enode_fresh.slots())); [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_syn_app_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `slots` [INFO] [stdout] --> src/egraph/add.rs:186:42 [INFO] [stdout] | [INFO] [stdout] 186 | pub fn alloc_empty_eclass(&mut self, slots: &HashSet) -> Id { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_slots` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `app_id` [INFO] [stdout] --> src/egraph/add.rs:197:13 [INFO] [stdout] | [INFO] [stdout] 197 | let app_id = AppliedId::new(c_id, SlotMap::identity(&syn_slots)); [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_app_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `app_id` [INFO] [stdout] --> src/egraph/add.rs:220:13 [INFO] [stdout] | [INFO] [stdout] 220 | let app_id = self.mk_sem_identity_applied_id(c_id); [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_app_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `syn_a` [INFO] [stdout] --> src/egraph/union.rs:22:13 [INFO] [stdout] | [INFO] [stdout] 22 | let syn_a = self.synify_app_id(a.clone()); [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_syn_a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `syn_b` [INFO] [stdout] --> src/egraph/union.rs:23:13 [INFO] [stdout] | [INFO] [stdout] 23 | let syn_b = self.synify_app_id(b.clone()); [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_syn_b` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `justification` [INFO] [stdout] --> src/egraph/union.rs:18:103 [INFO] [stdout] | [INFO] [stdout] 18 | ...rn, subst: &Subst, justification: Option) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_justification` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `proof` [INFO] [stdout] --> src/egraph/union.rs:32:86 [INFO] [stdout] | [INFO] [stdout] 32 | pub(in crate::egraph) fn union_internal(&mut self, l: &AppliedId, r: &AppliedId, proof: ProvenEq) -> bool { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_proof` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `from_id` [INFO] [stdout] --> src/egraph/union.rs:161:13 [INFO] [stdout] | [INFO] [stdout] 161 | let from_id = self.mk_sem_identity_applied_id(from.id); [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_from_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `proof` [INFO] [stdout] --> src/egraph/union.rs:131:61 [INFO] [stdout] | [INFO] [stdout] 131 | fn move_to(&mut self, from: &AppliedId, to: &AppliedId, proof: ProvenEq) { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_proof` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `prf` [INFO] [stdout] --> src/egraph/rebuild.rs:14:13 [INFO] [stdout] | [INFO] [stdout] 14 | let prf = ghost!({ [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_prf` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `proof` [INFO] [stdout] --> src/egraph/rebuild.rs:6:73 [INFO] [stdout] | [INFO] [stdout] 6 | fn record_redundancy_witness(&mut self, i: Id, cap: &HashSet, proof: ProvenEq) { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_proof` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `theta` [INFO] [stdout] --> src/egraph/rebuild.rs:146:13 [INFO] [stdout] | [INFO] [stdout] 146 | let theta = i_orig.m.compose(&i.m.inverse()); [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_theta` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `bij2` [INFO] [stdout] --> src/egraph/rebuild.rs:212:25 [INFO] [stdout] | [INFO] [stdout] 212 | let (weak2, bij2) = pc2.node.elem.weak_shape(); [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_bij2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `proof` [INFO] [stdout] --> src/egraph/rebuild.rs:217:28 [INFO] [stdout] | [INFO] [stdout] 217 | let (a, b, proof) = self.pc_congruence(&pc1, &pc2); [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_proof` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `c` [INFO] [stdout] --> src/egraph/check.rs:66:17 [INFO] [stdout] | [INFO] [stdout] 66 | for (i, c) in &self.classes { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_c` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `i` [INFO] [stdout] --> src/egraph/check.rs:104:14 [INFO] [stdout] | [INFO] [stdout] 104 | for (i, c) in &self.classes { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `eg` [INFO] [stdout] --> src/egraph/analysis.rs:9:13 [INFO] [stdout] | [INFO] [stdout] 9 | fn make(eg: &EGraph, _: &L) {} [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_eg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `l` [INFO] [stdout] --> src/egraph/analysis.rs:10:14 [INFO] [stdout] | [INFO] [stdout] 10 | fn merge(l: (), r: ()) -> () {} [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_l` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `r` [INFO] [stdout] --> src/egraph/analysis.rs:10:21 [INFO] [stdout] | [INFO] [stdout] 10 | fn merge(l: (), r: ()) -> () {} [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_r` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `n` [INFO] [stdout] --> src/egraph/mod.rs:279:13 [INFO] [stdout] | [INFO] [stdout] 279 | let n = enode.elem.applied_id_occurences().len(); [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_n` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> tests/lambda/step.rs:25:21 [INFO] [stdout] | [INFO] [stdout] 25 | Lambda::Lam(x, _) => { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `y` is never read [INFO] [stdout] --> tests/lambda/step.rs:90:21 [INFO] [stdout] | [INFO] [stdout] 90 | y = y2; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] = note: `#[warn(unused_assignments)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Token` is more private than the item `ParseError::ParseState::0` [INFO] [stdout] --> src/parse.rs:6:16 [INFO] [stdout] | [INFO] [stdout] 6 | ParseState(Vec), [INFO] [stdout] | ^^^^^^^^^^ field `ParseError::ParseState::0` is reachable at visibility `pub` [INFO] [stdout] | [INFO] [stdout] note: but type `Token` is only usable at visibility `pub(self)` [INFO] [stdout] --> src/parse.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | enum Token { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] = note: `#[warn(private_interfaces)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Token` is more private than the item `ParseError::RemainingRest::0` [INFO] [stdout] --> src/parse.rs:7:19 [INFO] [stdout] | [INFO] [stdout] 7 | RemainingRest(Vec), [INFO] [stdout] | ^^^^^^^^^^ field `ParseError::RemainingRest::0` is reachable at visibility `pub` [INFO] [stdout] | [INFO] [stdout] note: but type `Token` is only usable at visibility `pub(self)` [INFO] [stdout] --> src/parse.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | enum Token { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Token` is more private than the item `ParseError::ExpectedColonEquals::0` [INFO] [stdout] --> src/parse.rs:9:25 [INFO] [stdout] | [INFO] [stdout] 9 | ExpectedColonEquals(Vec), [INFO] [stdout] | ^^^^^^^^^^ field `ParseError::ExpectedColonEquals::0` is reachable at visibility `pub` [INFO] [stdout] | [INFO] [stdout] note: but type `Token` is only usable at visibility `pub(self)` [INFO] [stdout] --> src/parse.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | enum Token { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Token` is more private than the item `ParseError::ExpectedRBracket::0` [INFO] [stdout] --> src/parse.rs:10:22 [INFO] [stdout] | [INFO] [stdout] 10 | ExpectedRBracket(Vec) [INFO] [stdout] | ^^^^^^^^^^ field `ParseError::ExpectedRBracket::0` is reachable at visibility `pub` [INFO] [stdout] | [INFO] [stdout] note: but type `Token` is only usable at visibility `pub(self)` [INFO] [stdout] --> src/parse.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | enum Token { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `to_string` is never used [INFO] [stdout] --> src/explain/wrapper/perm.rs:105:8 [INFO] [stdout] | [INFO] [stdout] 88 | impl ProvenPerm { [INFO] [stdout] | --------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 105 | fn to_string(&self) -> String { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `chain_pai_eq` is never used [INFO] [stdout] --> src/explain/wrapper/applied_id.rs:62:19 [INFO] [stdout] | [INFO] [stdout] 11 | impl> EGraph { [INFO] [stdout] | ---------------------------------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 62 | pub(crate) fn chain_pai_eq(&self, pai: &ProvenAppliedId, peq: ProvenEq) -> ProvenAppliedId { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `chain_pc_eq` is never used [INFO] [stdout] --> src/explain/wrapper/contains.rs:74:19 [INFO] [stdout] | [INFO] [stdout] 30 | impl> EGraph { [INFO] [stdout] | ---------------------------------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 74 | pub(crate) fn chain_pc_eq(&self, start: &ProvenContains, eq: ProvenEq) -> ProvenContains { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `semify_enode` is never used [INFO] [stdout] --> src/egraph/mod.rs:349:19 [INFO] [stdout] | [INFO] [stdout] 83 | impl> EGraph { [INFO] [stdout] | ---------------------------------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 349 | pub(crate) fn semify_enode(&self, enode: L) -> L { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `proven_contains` is never used [INFO] [stdout] --> src/group/mod.rs:98:12 [INFO] [stdout] | [INFO] [stdout] 31 | impl Group

{ [INFO] [stdout] | ----------------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 98 | pub fn proven_contains(&self, p: &Perm) -> Option

{ [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `a2` [INFO] [stdout] --> tests/rise/rewrite.rs:227:9 [INFO] [stdout] | [INFO] [stdout] 227 | let a2 = pat.clone(); [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_a2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `a2` [INFO] [stdout] --> tests/rise/rewrite.rs:260:9 [INFO] [stdout] | [INFO] [stdout] 260 | let a2 = pat.clone(); [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_a2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `eg` [INFO] [stdout] --> tests/entry.rs:46:35 [INFO] [stdout] | [INFO] [stdout] 46 | pub fn term(s: &str, eg: &mut EGraph) -> RecExpr { [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_eg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `s1` [INFO] [stdout] --> tests/entry.rs:63:9 [INFO] [stdout] | [INFO] [stdout] 63 | let s1 = term(s1, eg); [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_s1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `s2` [INFO] [stdout] --> tests/entry.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | let s2 = term(s2, eg); [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_s2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `beta_extr` is never used [INFO] [stdout] --> tests/rise/rewrite.rs:222:4 [INFO] [stdout] | [INFO] [stdout] 222 | fn beta_extr() -> Rewrite { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 11.33s [INFO] running `Command { std: "docker" "inspect" "935b61f33240cc8ffe9e0e114dc0dd1a697a05651351548531262e73b0e128a4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "935b61f33240cc8ffe9e0e114dc0dd1a697a05651351548531262e73b0e128a4", kill_on_drop: false }` [INFO] [stdout] 935b61f33240cc8ffe9e0e114dc0dd1a697a05651351548531262e73b0e128a4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-10-19" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 753b80b2796035d0c61d0bb2aa1a9f59a24ab84a5d36df86218467d70aa35e55 [INFO] running `Command { std: "docker" "start" "-a" "753b80b2796035d0c61d0bb2aa1a9f59a24ab84a5d36df86218467d70aa35e55", kill_on_drop: false }` [INFO] [stderr] warning: elided lifetime has a name [INFO] [stderr] --> src/egraph/mod.rs:377:95 [INFO] [stderr] | [INFO] [stderr] 377 | fn cartesian<'a, T>(input: &'a [Vec]) -> impl Iterator> /*+ use<'a, T>*/ + '_ { [INFO] [stderr] | -- lifetime `'a` declared here ^^ this elided lifetime gets resolved as `'a` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(elided_named_lifetimes)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/parse.rs:135:60 [INFO] [stderr] | [INFO] [stderr] 135 | let Token::Ident(op) = &tok[0] else { panic!("1"); return Err(ParseError::ParseState(to_vec(tok))) }; [INFO] [stderr] | ----------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable expression [INFO] [stderr] | | [INFO] [stderr] | any code following this expression is unreachable [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unreachable_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/parse.rs:162:60 [INFO] [stderr] | [INFO] [stderr] 162 | let Token::Ident(op) = &tok[0] else { panic!("2"); return Err(ParseError::ParseState(to_vec(tok))) }; [INFO] [stderr] | ----------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable expression [INFO] [stderr] | | [INFO] [stderr] | any code following this expression is unreachable [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/egraph/add.rs:188:9 [INFO] [stderr] | [INFO] [stderr] 187 | panic!("Can't use alloc_empty_eclass if explanations are enabled!"); [INFO] [stderr] | ------------------------------------------------------------------- any code following this expression is unreachable [INFO] [stderr] 188 | self.alloc_eclass(slots, panic!()) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable expression [INFO] [stderr] [INFO] [stderr] warning: unreachable call [INFO] [stderr] --> src/egraph/add.rs:188:14 [INFO] [stderr] | [INFO] [stderr] 188 | self.alloc_eclass(slots, panic!()) [INFO] [stderr] | ^^^^^^^^^^^^ -------- any code following this expression is unreachable [INFO] [stderr] | | [INFO] [stderr] | unreachable call [INFO] [stderr] [INFO] [stderr] warning: unused variable: `current` [INFO] [stderr] --> src/parse.rs:44:13 [INFO] [stderr] | [INFO] [stderr] 44 | let mut current = String::new(); [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_current` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/parse.rs:44:9 [INFO] [stderr] | [INFO] [stderr] 44 | let mut current = String::new(); [INFO] [stderr] | ----^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `app_id` [INFO] [stderr] --> src/explain/wrapper/perm.rs:93:13 [INFO] [stderr] | [INFO] [stderr] 93 | let app_id = AppliedId::new(i, identity); [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_app_id` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `reg` [INFO] [stderr] --> src/explain/wrapper/perm.rs:89:85 [INFO] [stderr] | [INFO] [stderr] 89 | pub(crate) fn identity(i: Id, slots: &HashSet, syn_slots: &HashSet, reg: ProofRegistry) -> Self { [INFO] [stderr] | ^^^ help: if this is intentional, prefix it with an underscore: `_reg` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `pai` [INFO] [stderr] --> src/explain/wrapper/applied_id.rs:12:36 [INFO] [stderr] | [INFO] [stderr] 12 | pub(crate) fn check_pai(&self, pai: &ProvenAppliedId) { [INFO] [stderr] | ^^^ help: if this is intentional, prefix it with an underscore: `_pai` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `peq` [INFO] [stderr] --> src/explain/wrapper/applied_id.rs:62:62 [INFO] [stderr] | [INFO] [stderr] 62 | pub(crate) fn chain_pai_eq(&self, pai: &ProvenAppliedId, peq: ProvenEq) -> ProvenAppliedId { [INFO] [stderr] | ^^^ help: if this is intentional, prefix it with an underscore: `_peq` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `pn` [INFO] [stderr] --> src/explain/wrapper/node.rs:57:35 [INFO] [stderr] | [INFO] [stderr] 57 | pub(crate) fn check_pn(&self, pn: &ProvenNode) { [INFO] [stderr] | ^^ help: if this is intentional, prefix it with an underscore: `_pn` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `f` [INFO] [stderr] --> src/debug.rs:38:19 [INFO] [stderr] | [INFO] [stderr] 38 | fn fmt(&self, f: &mut Formatter<'_>) -> Result { [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_f` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `syn_app_id` [INFO] [stderr] --> src/egraph/add.rs:139:13 [INFO] [stderr] | [INFO] [stderr] 139 | let syn_app_id = AppliedId::new(i, SlotMap::identity(&syn_enode_fresh.slots())); [INFO] [stderr] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_syn_app_id` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `slots` [INFO] [stderr] --> src/egraph/add.rs:186:42 [INFO] [stderr] | [INFO] [stderr] 186 | pub fn alloc_empty_eclass(&mut self, slots: &HashSet) -> Id { [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_slots` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `app_id` [INFO] [stderr] --> src/egraph/add.rs:197:13 [INFO] [stderr] | [INFO] [stderr] 197 | let app_id = AppliedId::new(c_id, SlotMap::identity(&syn_slots)); [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_app_id` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `app_id` [INFO] [stderr] --> src/egraph/add.rs:220:13 [INFO] [stderr] | [INFO] [stderr] 220 | let app_id = self.mk_sem_identity_applied_id(c_id); [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_app_id` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `syn_a` [INFO] [stderr] --> src/egraph/union.rs:22:13 [INFO] [stderr] | [INFO] [stderr] 22 | let syn_a = self.synify_app_id(a.clone()); [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_syn_a` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `syn_b` [INFO] [stderr] --> src/egraph/union.rs:23:13 [INFO] [stderr] | [INFO] [stderr] 23 | let syn_b = self.synify_app_id(b.clone()); [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_syn_b` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `justification` [INFO] [stderr] --> src/egraph/union.rs:18:103 [INFO] [stderr] | [INFO] [stderr] 18 | ...rn, subst: &Subst, justification: Option) -> bool { [INFO] [stderr] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_justification` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `proof` [INFO] [stderr] --> src/egraph/union.rs:32:86 [INFO] [stderr] | [INFO] [stderr] 32 | pub(in crate::egraph) fn union_internal(&mut self, l: &AppliedId, r: &AppliedId, proof: ProvenEq) -> bool { [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_proof` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `from_id` [INFO] [stderr] --> src/egraph/union.rs:161:13 [INFO] [stderr] | [INFO] [stderr] 161 | let from_id = self.mk_sem_identity_applied_id(from.id); [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_from_id` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `proof` [INFO] [stderr] --> src/egraph/union.rs:131:61 [INFO] [stderr] | [INFO] [stderr] 131 | fn move_to(&mut self, from: &AppliedId, to: &AppliedId, proof: ProvenEq) { [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_proof` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `prf` [INFO] [stderr] --> src/egraph/rebuild.rs:14:13 [INFO] [stderr] | [INFO] [stderr] 14 | let prf = ghost!({ [INFO] [stderr] | ^^^ help: if this is intentional, prefix it with an underscore: `_prf` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `proof` [INFO] [stderr] --> src/egraph/rebuild.rs:6:73 [INFO] [stderr] | [INFO] [stderr] 6 | fn record_redundancy_witness(&mut self, i: Id, cap: &HashSet, proof: ProvenEq) { [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_proof` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `theta` [INFO] [stderr] --> src/egraph/rebuild.rs:146:13 [INFO] [stderr] | [INFO] [stderr] 146 | let theta = i_orig.m.compose(&i.m.inverse()); [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_theta` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `bij2` [INFO] [stderr] --> src/egraph/rebuild.rs:212:25 [INFO] [stderr] | [INFO] [stderr] 212 | let (weak2, bij2) = pc2.node.elem.weak_shape(); [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_bij2` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `proof` [INFO] [stderr] --> src/egraph/rebuild.rs:217:28 [INFO] [stderr] | [INFO] [stderr] 217 | let (a, b, proof) = self.pc_congruence(&pc1, &pc2); [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_proof` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `c` [INFO] [stderr] --> src/egraph/check.rs:66:17 [INFO] [stderr] | [INFO] [stderr] 66 | for (i, c) in &self.classes { [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_c` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `i` [INFO] [stderr] --> src/egraph/check.rs:104:14 [INFO] [stderr] | [INFO] [stderr] 104 | for (i, c) in &self.classes { [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `eg` [INFO] [stderr] --> src/egraph/analysis.rs:9:13 [INFO] [stderr] | [INFO] [stderr] 9 | fn make(eg: &EGraph, _: &L) {} [INFO] [stderr] | ^^ help: if this is intentional, prefix it with an underscore: `_eg` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `l` [INFO] [stderr] --> src/egraph/analysis.rs:10:14 [INFO] [stderr] | [INFO] [stderr] 10 | fn merge(l: (), r: ()) -> () {} [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_l` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `r` [INFO] [stderr] --> src/egraph/analysis.rs:10:21 [INFO] [stderr] | [INFO] [stderr] 10 | fn merge(l: (), r: ()) -> () {} [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_r` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `n` [INFO] [stderr] --> src/egraph/mod.rs:279:13 [INFO] [stderr] | [INFO] [stderr] 279 | let n = enode.elem.applied_id_occurences().len(); [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_n` [INFO] [stderr] [INFO] [stderr] warning: type `Token` is more private than the item `ParseError::ParseState::0` [INFO] [stderr] --> src/parse.rs:6:16 [INFO] [stderr] | [INFO] [stderr] 6 | ParseState(Vec), [INFO] [stderr] | ^^^^^^^^^^ field `ParseError::ParseState::0` is reachable at visibility `pub` [INFO] [stderr] | [INFO] [stderr] note: but type `Token` is only usable at visibility `pub(self)` [INFO] [stderr] --> src/parse.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | enum Token { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] = note: `#[warn(private_interfaces)]` on by default [INFO] [stderr] [INFO] [stderr] warning: type `Token` is more private than the item `ParseError::RemainingRest::0` [INFO] [stderr] --> src/parse.rs:7:19 [INFO] [stderr] | [INFO] [stderr] 7 | RemainingRest(Vec), [INFO] [stderr] | ^^^^^^^^^^ field `ParseError::RemainingRest::0` is reachable at visibility `pub` [INFO] [stderr] | [INFO] [stderr] note: but type `Token` is only usable at visibility `pub(self)` [INFO] [stderr] --> src/parse.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | enum Token { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: type `Token` is more private than the item `ParseError::ExpectedColonEquals::0` [INFO] [stderr] --> src/parse.rs:9:25 [INFO] [stderr] | [INFO] [stderr] 9 | ExpectedColonEquals(Vec), [INFO] [stderr] | ^^^^^^^^^^ field `ParseError::ExpectedColonEquals::0` is reachable at visibility `pub` [INFO] [stderr] | [INFO] [stderr] note: but type `Token` is only usable at visibility `pub(self)` [INFO] [stderr] --> src/parse.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | enum Token { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: type `Token` is more private than the item `ParseError::ExpectedRBracket::0` [INFO] [stderr] --> src/parse.rs:10:22 [INFO] [stderr] | [INFO] [stderr] 10 | ExpectedRBracket(Vec) [INFO] [stderr] | ^^^^^^^^^^ field `ParseError::ExpectedRBracket::0` is reachable at visibility `pub` [INFO] [stderr] | [INFO] [stderr] note: but type `Token` is only usable at visibility `pub(self)` [INFO] [stderr] --> src/parse.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | enum Token { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method `to_string` is never used [INFO] [stderr] --> src/explain/wrapper/perm.rs:105:8 [INFO] [stderr] | [INFO] [stderr] 88 | impl ProvenPerm { [INFO] [stderr] | --------------- method in this implementation [INFO] [stderr] ... [INFO] [stderr] 105 | fn to_string(&self) -> String { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: method `chain_pai_eq` is never used [INFO] [stderr] --> src/explain/wrapper/applied_id.rs:62:19 [INFO] [stderr] | [INFO] [stderr] 11 | impl> EGraph { [INFO] [stderr] | ---------------------------------------------- method in this implementation [INFO] [stderr] ... [INFO] [stderr] 62 | pub(crate) fn chain_pai_eq(&self, pai: &ProvenAppliedId, peq: ProvenEq) -> ProvenAppliedId { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method `chain_pc_eq` is never used [INFO] [stderr] --> src/explain/wrapper/contains.rs:74:19 [INFO] [stderr] | [INFO] [stderr] 30 | impl> EGraph { [INFO] [stderr] | ---------------------------------------------- method in this implementation [INFO] [stderr] ... [INFO] [stderr] 74 | pub(crate) fn chain_pc_eq(&self, start: &ProvenContains, eq: ProvenEq) -> ProvenContains { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method `semify_enode` is never used [INFO] [stderr] --> src/egraph/mod.rs:349:19 [INFO] [stderr] | [INFO] [stderr] 83 | impl> EGraph { [INFO] [stderr] | ---------------------------------------------- method in this implementation [INFO] [stderr] ... [INFO] [stderr] 349 | pub(crate) fn semify_enode(&self, enode: L) -> L { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method `proven_contains` is never used [INFO] [stderr] --> src/group/mod.rs:98:12 [INFO] [stderr] | [INFO] [stderr] 31 | impl Group

{ [INFO] [stderr] | ----------------------------- method in this implementation [INFO] [stderr] ... [INFO] [stderr] 98 | pub fn proven_contains(&self, p: &Perm) -> Option

{ [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `slotted-egraphs` (lib) generated 43 warnings (run `cargo fix --lib -p slotted-egraphs` to apply 1 suggestion) [INFO] [stderr] warning: unused import: `crate::lambda::*` [INFO] [stderr] --> tests/lambda/build.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use crate::lambda::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `crate::lambda::*` [INFO] [stderr] --> tests/lambda/tst.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use crate::lambda::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `tst::*` [INFO] [stderr] --> tests/lambda/mod.rs:10:9 [INFO] [stderr] | [INFO] [stderr] 10 | pub use tst::*; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::cmp::Ordering` [INFO] [stderr] --> tests/rise/my_cost.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use std::cmp::Ordering; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `my_cost::*` [INFO] [stderr] --> tests/rise/mod.rs:10:9 [INFO] [stderr] | [INFO] [stderr] 10 | pub use my_cost::*; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused variable: `x` [INFO] [stderr] --> tests/lambda/step.rs:25:21 [INFO] [stderr] | [INFO] [stderr] 25 | Lambda::Lam(x, _) => { [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: value assigned to `y` is never read [INFO] [stderr] --> tests/lambda/step.rs:90:21 [INFO] [stderr] | [INFO] [stderr] 90 | y = y2; [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = help: maybe it is overwritten before being read? [INFO] [stderr] = note: `#[warn(unused_assignments)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `a2` [INFO] [stderr] --> tests/rise/rewrite.rs:227:9 [INFO] [stderr] | [INFO] [stderr] 227 | let a2 = pat.clone(); [INFO] [stderr] | ^^ help: if this is intentional, prefix it with an underscore: `_a2` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `a2` [INFO] [stderr] --> tests/rise/rewrite.rs:260:9 [INFO] [stderr] | [INFO] [stderr] 260 | let a2 = pat.clone(); [INFO] [stderr] | ^^ help: if this is intentional, prefix it with an underscore: `_a2` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `eg` [INFO] [stderr] --> tests/entry.rs:46:35 [INFO] [stderr] | [INFO] [stderr] 46 | pub fn term(s: &str, eg: &mut EGraph) -> RecExpr { [INFO] [stderr] | ^^ help: if this is intentional, prefix it with an underscore: `_eg` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `s1` [INFO] [stderr] --> tests/entry.rs:63:9 [INFO] [stderr] | [INFO] [stderr] 63 | let s1 = term(s1, eg); [INFO] [stderr] | ^^ help: if this is intentional, prefix it with an underscore: `_s1` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `s2` [INFO] [stderr] --> tests/entry.rs:64:9 [INFO] [stderr] | [INFO] [stderr] 64 | let s2 = term(s2, eg); [INFO] [stderr] | ^^ help: if this is intentional, prefix it with an underscore: `_s2` [INFO] [stderr] [INFO] [stderr] warning: function `beta_extr` is never used [INFO] [stderr] --> tests/rise/rewrite.rs:222:4 [INFO] [stderr] | [INFO] [stderr] 222 | fn beta_extr() -> Rewrite { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `slotted-egraphs` (lib test) generated 43 warnings (43 duplicates) [INFO] [stderr] warning: `slotted-egraphs` (test "entry") generated 13 warnings (run `cargo fix --test "entry"` to apply 5 suggestions) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/slotted_egraphs-2dd940eb6f51b3ad) [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test egraph::cartesian1 ... ok [INFO] [stdout] test group::tst::group_test3 ... ok [INFO] [stdout] test group::tst::group_test1 ... ok [INFO] [stdout] test slotmap::test_slotmap ... ok [INFO] [stdout] test group::tst::group_test2 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/entry.rs (/opt/rustwide/target/debug/deps/entry-f5865400589172f3) [INFO] [stdout] [INFO] [stdout] running 76 tests [INFO] [stdout] test arith::const_prop::const_prop ... ok [INFO] [stdout] test arith::const_prop::const_prop_union ... ok [INFO] [stdout] test arith::tst::t6 ... ok [INFO] [stdout] test arith::tst::t1 ... ok [INFO] [stdout] test array::tst::tile_3d ... ignored [INFO] [stdout] test lambda::lambda_small_step::nested_identity1 ... ok [INFO] [stdout] test fgh::transitive_symmetry ... ok [INFO] [stdout] test lambda::lambda_small_step::self_rec ... ok [INFO] [stdout] test lambda::lambda_small_step::nested_identity2 ... ok [INFO] [stdout] test lambda::lambda_small_step::redundant_slot ... ok [INFO] [stdout] test arith::tst::t2 ... ok [INFO] [stdout] test lambda::lambda_small_step::redundant_slot2 ... ok [INFO] [stdout] test lambda::lambda_small_step::nested_identity3 ... ok [INFO] [stdout] test lambda::lambda_small_step::t_shift ... ok [INFO] [stdout] test arith::tst::t3 ... ok [INFO] [stdout] test lambda::lambda_small_step::simple_beta ... ok [INFO] [stdout] test lambda::let_small_step::nested_identity1 ... ok [INFO] [stdout] test lambda::let_small_step::nested_identity2 ... ok [INFO] [stdout] test arith::tst::t5 ... ok [INFO] [stdout] test lambda::let_small_step::nested_identity3 ... ok [INFO] [stdout] test arith::tst::t4 ... ok [INFO] [stdout] test lambda::let_small_step::redundant_slot2 ... ok [INFO] [stdout] test lambda::let_small_step::redundant_slot ... ok [INFO] [stdout] test lambda::let_small_step::self_rec ... ok [INFO] [stdout] test lambda::lambda_small_step::add_y_step ... ok [INFO] [stdout] test lambda::let_small_step::t_shift ... ok [INFO] [stdout] test lambda::let_small_step::simple_beta ... ok [INFO] [stdout] test lambda::lambda_small_step::cannot_simplify ... ok [INFO] [stdout] test lambda::let_small_step::add_y_step ... ok [INFO] [stdout] test lambda::native::add_y_step ... ok [INFO] [stdout] test lambda::native::nested_identity1 ... ok [INFO] [stdout] test lambda::native::nested_identity2 ... ok [INFO] [stdout] test lambda::lambda_small_step::inf_loop ... ok [INFO] [stdout] test lambda::native::nested_identity3 ... ok [INFO] [stdout] test lambda::native::redundant_slot ... ok [INFO] [stdout] test lambda::native::self_rec ... ok [INFO] [stdout] test lambda::native::redundant_slot2 ... ok [INFO] [stdout] test lambda::native::t_shift ... ok [INFO] [stdout] test lambda::native::simple_beta ... ok [INFO] [stdout] test rise::tst::binomial ... ignored [INFO] [stdout] test lambda::native::cannot_simplify ... ok [INFO] [stdout] test array::tst::tile_1d ... ok [INFO] [stdout] test rise::tst::small10 ... ok [INFO] [stdout] test rise::tst::small11 ... ok [INFO] [stdout] test rise::tst::small12 ... ok [INFO] [stdout] test rise::tst::small13 ... ok [INFO] [stdout] test rise::tst::small14 ... ok [INFO] [stdout] test rise::tst::small15 ... ok [INFO] [stdout] test rise::tst::small2 ... ok [INFO] [stdout] test rise::tst::small3 ... ok [INFO] [stdout] test rise::tst::small5 ... ok [INFO] [stdout] test rise::tst::small6 ... ok [INFO] [stdout] test rise::tst::small7 ... ok [INFO] [stdout] test rise::tst::small8 ... ok [INFO] [stdout] test rise::tst::small9 ... ok [INFO] [stdout] test sdql::rewrite::t1 ... ok [INFO] [stdout] test sym::parse_roundtrip ... ok [INFO] [stdout] test sym::tst::tile_1d ... ok [INFO] [stdout] test lambda::native::inf_loop ... ok [INFO] [stdout] test sym::tst::tile_3d ... ignored [INFO] [stdout] test var::xy_eq_yz_causes_redundancy ... ok [INFO] [stdout] test sym::tst::tile_2d ... ok [INFO] [stdout] test lambda::native::add00 ... ok [INFO] [stdout] test lambda::let_small_step::inf_loop ... ok [INFO] [stdout] test lambda::let_small_step::add00 ... ok [INFO] [stdout] test lambda::native::add01 ... ok [INFO] [stdout] test lambda::let_small_step::cannot_simplify ... ok [INFO] [stdout] test lambda::let_small_step::add01 ... ok [INFO] [stdout] test lambda::let_small_step::y_identity ... ok [INFO] [stdout] test lambda::native::y_identity ... ok [INFO] [stdout] test array::tst::tile_2d ... ok [INFO] [stdout] test lambda::lambda_small_step::add00 has been running for over 60 seconds [INFO] [stdout] test lambda::lambda_small_step::add01 has been running for over 60 seconds [INFO] [stdout] test lambda::lambda_small_step::y_identity has been running for over 60 seconds [INFO] [stdout] test rise::tst::fission has been running for over 60 seconds [INFO] [stdout] test rise::tst::reduction has been running for over 60 seconds [INFO] [stdout] test rise::tst::fission ... ok [INFO] [stdout] test lambda::lambda_small_step::y_identity ... ok [INFO] [stdout] test lambda::lambda_small_step::add00 ... ok [INFO] [stdout] test rise::tst::reduction ... ok [INFO] [stdout] test lambda::lambda_small_step::add01 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 73 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 688.33s [INFO] [stdout] [INFO] [stderr] Doc-tests slotted_egraphs [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] running `Command { std: "docker" "inspect" "753b80b2796035d0c61d0bb2aa1a9f59a24ab84a5d36df86218467d70aa35e55", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "753b80b2796035d0c61d0bb2aa1a9f59a24ab84a5d36df86218467d70aa35e55", kill_on_drop: false }` [INFO] [stdout] 753b80b2796035d0c61d0bb2aa1a9f59a24ab84a5d36df86218467d70aa35e55