[INFO] fetching crate bex 0.1.5... [INFO] testing bex-0.1.5 against beta-2021-09-08 for beta-1.56-1 [INFO] extracting crate bex 0.1.5 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate bex 0.1.5 on toolchain beta-2021-09-08 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate bex 0.1.5 [INFO] finished tweaking crates.io crate bex 0.1.5 [INFO] tweaked toml for crates.io crate bex 0.1.5 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate crates.io crate bex 0.1.5 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b0bfb24b26cd4025c8b429d1733b8c17893af91dd946819751e60023ff7c0535 [INFO] running `Command { std: "docker" "start" "-a" "b0bfb24b26cd4025c8b429d1733b8c17893af91dd946819751e60023ff7c0535", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b0bfb24b26cd4025c8b429d1733b8c17893af91dd946819751e60023ff7c0535", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b0bfb24b26cd4025c8b429d1733b8c17893af91dd946819751e60023ff7c0535", kill_on_drop: false }` [INFO] [stdout] b0bfb24b26cd4025c8b429d1733b8c17893af91dd946819751e60023ff7c0535 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 521df079947d110c670dc195a854e1e9c44f8274e998944e72241061f1f5cdc7 [INFO] running `Command { std: "docker" "start" "-a" "521df079947d110c670dc195a854e1e9c44f8274e998944e72241061f1f5cdc7", kill_on_drop: false }` [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling once_cell v1.7.2 [INFO] [stderr] Compiling ahash v0.7.2 [INFO] [stderr] Compiling syn v1.0.72 [INFO] [stderr] Compiling dirs v1.0.5 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling bincode v1.3.3 [INFO] [stderr] Compiling term v0.5.2 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling simplelog v0.5.3 [INFO] [stderr] Compiling serde_derive v1.0.126 [INFO] [stderr] Compiling bex v0.1.5 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/nid.rs:250:64 [INFO] [stdout] | [INFO] [stdout] 250 | macro_rules! p { ($x:expr) => { res = permute_bits(res, $x); }} [INFO] [stdout] | ^ [INFO] [stdout] 251 | if flip(4) { p!(&[16,17,18,19,20,21,22,23,16,17,18,19,20,21,22,23,8 ,9 ,10,11,12,13,14,15,8 ,9 ,10,11,12,13,14,15]) } [INFO] [stdout] | ------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `p` [INFO] [stdout] = note: this warning originates in the macro `p` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/nid.rs:250:64 [INFO] [stdout] | [INFO] [stdout] 250 | macro_rules! p { ($x:expr) => { res = permute_bits(res, $x); }} [INFO] [stdout] | ^ [INFO] [stdout] 251 | if flip(4) { p!(&[16,17,18,19,20,21,22,23,16,17,18,19,20,21,22,23,8 ,9 ,10,11,12,13,14,15,8 ,9 ,10,11,12,13,14,15]) } [INFO] [stdout] 252 | if flip(3) { p!(&[8 ,9 ,10,11,12,13,14,15,0 ,1 ,2 ,3 ,4 ,5 ,6 ,7 ,24,25,26,27,28,29,30,31,16,17,18,19,20,21,22,23]) } [INFO] [stdout] | ------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `p` [INFO] [stdout] = note: this warning originates in the macro `p` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/nid.rs:250:64 [INFO] [stdout] | [INFO] [stdout] 250 | macro_rules! p { ($x:expr) => { res = permute_bits(res, $x); }} [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 253 | if flip(2) { p!(&[4 ,5 ,6 ,7 ,0 ,1 ,2 ,3 ,12,13,14,15,8 ,9 ,10,11,20,21,22,23,16,17,18,19,28,29,30,31,24,25,26,27]) } [INFO] [stdout] | ------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `p` [INFO] [stdout] = note: this warning originates in the macro `p` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/nid.rs:250:64 [INFO] [stdout] | [INFO] [stdout] 250 | macro_rules! p { ($x:expr) => { res = permute_bits(res, $x); }} [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 254 | if flip(1) { p!(&[2 ,3 ,0 ,1 ,6 ,7 ,4 ,5 ,10,11,8 ,9 ,14,15,12,13,18,19,16,17,22,23,20,21,26,27,24,25,30,31,28,29]) } [INFO] [stdout] | ------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `p` [INFO] [stdout] = note: this warning originates in the macro `p` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/nid.rs:250:64 [INFO] [stdout] | [INFO] [stdout] 250 | macro_rules! p { ($x:expr) => { res = permute_bits(res, $x); }} [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 255 | if flip(0) { p!(&[1 ,0 ,3 ,2 ,5 ,4 ,7 ,6 ,9 ,8 ,11,10,13,12,15,14,17,16,19,18,21,20,23,22,25,24,27,26,29,28,31,30]) } [INFO] [stdout] | ------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `p` [INFO] [stdout] = note: this warning originates in the macro `p` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/bdd.rs:552:85 [INFO] [stdout] | [INFO] [stdout] 552 | macro_rules! w { ($x:expr $(,$xs:expr)*) => { writeln!(wr, $x $(,$xs)*).unwrap(); }} [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 558 | self.walk(n, &mut |n,_,_,_| w!(" \"{}\"[label=\"{}\"];", n, n.vid())); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `w` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/bdd.rs:552:85 [INFO] [stdout] | [INFO] [stdout] 552 | macro_rules! w { ($x:expr $(,$xs:expr)*) => { writeln!(wr, $x $(,$xs)*).unwrap(); }} [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 560 | self.walk(n, &mut |n,_,t,_| w!(" \"{}\"->\"{}\";", n, t)); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `w` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/bdd.rs:552:85 [INFO] [stdout] | [INFO] [stdout] 552 | macro_rules! w { ($x:expr $(,$xs:expr)*) => { writeln!(wr, $x $(,$xs)*).unwrap(); }} [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 562 | self.walk(n, &mut |n,_,_,e| w!(" \"{}\"->\"{}\";", n, e)); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `w` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/anf.rs:65:70 [INFO] [stdout] | [INFO] [stdout] 65 | ($x:expr $(,$xs:expr)*) => { writeln!(wr, $x $(,$xs)*).unwrap(); }} [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 72 | self.walk(n, &mut |n,_,_h,_l| w!(" \"{}\"[label=\"{:?}\"];", n, n.vid())); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `w` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/anf.rs:65:70 [INFO] [stdout] | [INFO] [stdout] 65 | ($x:expr $(,$xs:expr)*) => { writeln!(wr, $x $(,$xs)*).unwrap(); }} [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 74 | self.walk(n, &mut |n,_,hi,_l| w!(" \"{:?}\"->\"{:?}\";", n, hi)); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `w` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/anf.rs:65:70 [INFO] [stdout] | [INFO] [stdout] 65 | ($x:expr $(,$xs:expr)*) => { writeln!(wr, $x $(,$xs)*).unwrap(); }} [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 76 | self.walk(n, &mut |n,_,__,lo| w!(" \"{:?}\"->\"{:?}\";", n, lo)); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `w` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/swap.rs:719:85 [INFO] [stdout] | [INFO] [stdout] 719 | macro_rules! w { ($x:expr $(,$xs:expr)*) => { writeln!(wr, $x $(,$xs)*).unwrap(); }} [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 731 | w!("}}") } [INFO] [stdout] | -------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `w` [INFO] [stdout] = note: this warning originates in the macro `w` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `is_var` [INFO] [stdout] --> src/swap.rs:79:6 [INFO] [stdout] | [INFO] [stdout] 79 | fn is_var(&self)->bool { self.v.is_var() && self.hi == XID_I && self.lo == XID_O }} [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `swap` [INFO] [stdout] --> src/swap.rs:397:6 [INFO] [stdout] | [INFO] [stdout] 397 | fn swap(&mut self, vu:VID) { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `XSDebug` [INFO] [stdout] --> src/swap.rs:1052:8 [INFO] [stdout] | [INFO] [stdout] 1052 | struct XSDebug { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/swap.rs:1059:10 [INFO] [stdout] | [INFO] [stdout] 1059 | pub fn new(vars:&str)->Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `var` [INFO] [stdout] --> src/swap.rs:1065:6 [INFO] [stdout] | [INFO] [stdout] 1065 | fn var(&mut self, i:usize, c:char) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `vids` [INFO] [stdout] --> src/swap.rs:1068:6 [INFO] [stdout] | [INFO] [stdout] 1068 | fn vids(&self)->String { self.xs.vids.iter().map(|v| *self.vc.get(v).unwrap()).collect() } [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `name_var` [INFO] [stdout] --> src/swap.rs:1069:6 [INFO] [stdout] | [INFO] [stdout] 1069 | fn name_var(&mut self, v:VID, c:char) { self.vc.insert(v, c); self.cv.insert(c, v); } [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `pop` [INFO] [stdout] --> src/swap.rs:1070:6 [INFO] [stdout] | [INFO] [stdout] 1070 | fn pop(&mut self)->XID { self.ds.pop().expect("stack underflow") } [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `xid` [INFO] [stdout] --> src/swap.rs:1071:6 [INFO] [stdout] | [INFO] [stdout] 1071 | fn xid(&mut self, s:&str)->XID { self.run(s); self.pop() } [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `vid` [INFO] [stdout] --> src/swap.rs:1072:6 [INFO] [stdout] | [INFO] [stdout] 1072 | fn vid(&self, c:char)->VID { *self.cv.get(&c).unwrap() } [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `run` [INFO] [stdout] --> src/swap.rs:1073:6 [INFO] [stdout] | [INFO] [stdout] 1073 | fn run(&mut self, s:&str)->String { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `ite` [INFO] [stdout] --> src/swap.rs:1095:6 [INFO] [stdout] | [INFO] [stdout] 1095 | fn ite(&mut self, vx:XID, hi:XID, lo:XID)->XID { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `fmt` [INFO] [stdout] --> src/swap.rs:1101:6 [INFO] [stdout] | [INFO] [stdout] 1101 | fn fmt(&self, x:XID)->String { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 25 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 20.11s [INFO] running `Command { std: "docker" "inspect" "521df079947d110c670dc195a854e1e9c44f8274e998944e72241061f1f5cdc7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "521df079947d110c670dc195a854e1e9c44f8274e998944e72241061f1f5cdc7", kill_on_drop: false }` [INFO] [stdout] 521df079947d110c670dc195a854e1e9c44f8274e998944e72241061f1f5cdc7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fa8ef5611bb4abd65119a52e5b82048fb2b51c167d952f5415f500a3ea9f5fee [INFO] running `Command { std: "docker" "start" "-a" "fa8ef5611bb4abd65119a52e5b82048fb2b51c167d952f5415f500a3ea9f5fee", kill_on_drop: false }` [INFO] [stderr] Compiling bencher v0.1.5 [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/nid.rs:250:64 [INFO] [stdout] | [INFO] [stdout] 250 | macro_rules! p { ($x:expr) => { res = permute_bits(res, $x); }} [INFO] [stdout] | ^ [INFO] [stdout] 251 | if flip(4) { p!(&[16,17,18,19,20,21,22,23,16,17,18,19,20,21,22,23,8 ,9 ,10,11,12,13,14,15,8 ,9 ,10,11,12,13,14,15]) } [INFO] [stdout] | ------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `p` [INFO] [stdout] = note: this warning originates in the macro `p` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/nid.rs:250:64 [INFO] [stdout] | [INFO] [stdout] 250 | macro_rules! p { ($x:expr) => { res = permute_bits(res, $x); }} [INFO] [stdout] | ^ [INFO] [stdout] 251 | if flip(4) { p!(&[16,17,18,19,20,21,22,23,16,17,18,19,20,21,22,23,8 ,9 ,10,11,12,13,14,15,8 ,9 ,10,11,12,13,14,15]) } [INFO] [stdout] 252 | if flip(3) { p!(&[8 ,9 ,10,11,12,13,14,15,0 ,1 ,2 ,3 ,4 ,5 ,6 ,7 ,24,25,26,27,28,29,30,31,16,17,18,19,20,21,22,23]) } [INFO] [stdout] | ------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `p` [INFO] [stdout] = note: this warning originates in the macro `p` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/nid.rs:250:64 [INFO] [stdout] | [INFO] [stdout] 250 | macro_rules! p { ($x:expr) => { res = permute_bits(res, $x); }} [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 253 | if flip(2) { p!(&[4 ,5 ,6 ,7 ,0 ,1 ,2 ,3 ,12,13,14,15,8 ,9 ,10,11,20,21,22,23,16,17,18,19,28,29,30,31,24,25,26,27]) } [INFO] [stdout] | ------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `p` [INFO] [stdout] = note: this warning originates in the macro `p` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/nid.rs:250:64 [INFO] [stdout] | [INFO] [stdout] 250 | macro_rules! p { ($x:expr) => { res = permute_bits(res, $x); }} [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 254 | if flip(1) { p!(&[2 ,3 ,0 ,1 ,6 ,7 ,4 ,5 ,10,11,8 ,9 ,14,15,12,13,18,19,16,17,22,23,20,21,26,27,24,25,30,31,28,29]) } [INFO] [stdout] | ------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `p` [INFO] [stdout] = note: this warning originates in the macro `p` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/nid.rs:250:64 [INFO] [stdout] | [INFO] [stdout] 250 | macro_rules! p { ($x:expr) => { res = permute_bits(res, $x); }} [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 255 | if flip(0) { p!(&[1 ,0 ,3 ,2 ,5 ,4 ,7 ,6 ,9 ,8 ,11,10,13,12,15,14,17,16,19,18,21,20,23,22,25,24,27,26,29,28,31,30]) } [INFO] [stdout] | ------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `p` [INFO] [stdout] = note: this warning originates in the macro `p` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/bdd.rs:552:85 [INFO] [stdout] | [INFO] [stdout] 552 | macro_rules! w { ($x:expr $(,$xs:expr)*) => { writeln!(wr, $x $(,$xs)*).unwrap(); }} [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 558 | self.walk(n, &mut |n,_,_,_| w!(" \"{}\"[label=\"{}\"];", n, n.vid())); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `w` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/bdd.rs:552:85 [INFO] [stdout] | [INFO] [stdout] 552 | macro_rules! w { ($x:expr $(,$xs:expr)*) => { writeln!(wr, $x $(,$xs)*).unwrap(); }} [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 560 | self.walk(n, &mut |n,_,t,_| w!(" \"{}\"->\"{}\";", n, t)); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `w` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/bdd.rs:552:85 [INFO] [stdout] | [INFO] [stdout] 552 | macro_rules! w { ($x:expr $(,$xs:expr)*) => { writeln!(wr, $x $(,$xs)*).unwrap(); }} [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 562 | self.walk(n, &mut |n,_,_,e| w!(" \"{}\"->\"{}\";", n, e)); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `w` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/anf.rs:65:70 [INFO] [stdout] | [INFO] [stdout] 65 | ($x:expr $(,$xs:expr)*) => { writeln!(wr, $x $(,$xs)*).unwrap(); }} [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 72 | self.walk(n, &mut |n,_,_h,_l| w!(" \"{}\"[label=\"{:?}\"];", n, n.vid())); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `w` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/anf.rs:65:70 [INFO] [stdout] | [INFO] [stdout] 65 | ($x:expr $(,$xs:expr)*) => { writeln!(wr, $x $(,$xs)*).unwrap(); }} [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 74 | self.walk(n, &mut |n,_,hi,_l| w!(" \"{:?}\"->\"{:?}\";", n, hi)); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `w` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/anf.rs:65:70 [INFO] [stdout] | [INFO] [stdout] 65 | ($x:expr $(,$xs:expr)*) => { writeln!(wr, $x $(,$xs)*).unwrap(); }} [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 76 | self.walk(n, &mut |n,_,__,lo| w!(" \"{:?}\"->\"{:?}\";", n, lo)); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `w` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/swap.rs:719:85 [INFO] [stdout] | [INFO] [stdout] 719 | macro_rules! w { ($x:expr $(,$xs:expr)*) => { writeln!(wr, $x $(,$xs)*).unwrap(); }} [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 731 | w!("}}") } [INFO] [stdout] | -------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `w` [INFO] [stdout] = note: this warning originates in the macro `w` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `is_var` [INFO] [stdout] --> src/swap.rs:79:6 [INFO] [stdout] | [INFO] [stdout] 79 | fn is_var(&self)->bool { self.v.is_var() && self.hi == XID_I && self.lo == XID_O }} [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `swap` [INFO] [stdout] --> src/swap.rs:397:6 [INFO] [stdout] | [INFO] [stdout] 397 | fn swap(&mut self, vu:VID) { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `XSDebug` [INFO] [stdout] --> src/swap.rs:1052:8 [INFO] [stdout] | [INFO] [stdout] 1052 | struct XSDebug { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/swap.rs:1059:10 [INFO] [stdout] | [INFO] [stdout] 1059 | pub fn new(vars:&str)->Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `var` [INFO] [stdout] --> src/swap.rs:1065:6 [INFO] [stdout] | [INFO] [stdout] 1065 | fn var(&mut self, i:usize, c:char) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `vids` [INFO] [stdout] --> src/swap.rs:1068:6 [INFO] [stdout] | [INFO] [stdout] 1068 | fn vids(&self)->String { self.xs.vids.iter().map(|v| *self.vc.get(v).unwrap()).collect() } [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `name_var` [INFO] [stdout] --> src/swap.rs:1069:6 [INFO] [stdout] | [INFO] [stdout] 1069 | fn name_var(&mut self, v:VID, c:char) { self.vc.insert(v, c); self.cv.insert(c, v); } [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `pop` [INFO] [stdout] --> src/swap.rs:1070:6 [INFO] [stdout] | [INFO] [stdout] 1070 | fn pop(&mut self)->XID { self.ds.pop().expect("stack underflow") } [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `xid` [INFO] [stdout] --> src/swap.rs:1071:6 [INFO] [stdout] | [INFO] [stdout] 1071 | fn xid(&mut self, s:&str)->XID { self.run(s); self.pop() } [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `vid` [INFO] [stdout] --> src/swap.rs:1072:6 [INFO] [stdout] | [INFO] [stdout] 1072 | fn vid(&self, c:char)->VID { *self.cv.get(&c).unwrap() } [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `run` [INFO] [stdout] --> src/swap.rs:1073:6 [INFO] [stdout] | [INFO] [stdout] 1073 | fn run(&mut self, s:&str)->String { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `ite` [INFO] [stdout] --> src/swap.rs:1095:6 [INFO] [stdout] | [INFO] [stdout] 1095 | fn ite(&mut self, vx:XID, hi:XID, lo:XID)->XID { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `fmt` [INFO] [stdout] --> src/swap.rs:1101:6 [INFO] [stdout] | [INFO] [stdout] 1101 | fn fmt(&self, x:XID)->String { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 25 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling bex v0.1.5 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused imports: `X32`, `X64`, `find_factors`, `swap::SwapSolver` [INFO] [stdout] --> examples/solve/bdd-solve.rs:1321:11 [INFO] [stdout] | [INFO] [stdout] 1321 | use bex::{swap::SwapSolver, find_factors, int::{X32, X64}}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^ ^^^ ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `bex::reg::Reg` [INFO] [stdout] --> examples/solve/bdd-solve.rs:1322:5 [INFO] [stdout] | [INFO] [stdout] 1322 | use bex::reg::Reg; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `hashbrown::HashSet` [INFO] [stdout] --> examples/solve/bdd-solve.rs:1323:5 [INFO] [stdout] | [INFO] [stdout] 1323 | use hashbrown::HashSet; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/nid.rs:250:64 [INFO] [stdout] | [INFO] [stdout] 250 | macro_rules! p { ($x:expr) => { res = permute_bits(res, $x); }} [INFO] [stdout] | ^ [INFO] [stdout] 251 | if flip(4) { p!(&[16,17,18,19,20,21,22,23,16,17,18,19,20,21,22,23,8 ,9 ,10,11,12,13,14,15,8 ,9 ,10,11,12,13,14,15]) } [INFO] [stdout] | ------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `p` [INFO] [stdout] = note: this warning originates in the macro `p` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/nid.rs:250:64 [INFO] [stdout] | [INFO] [stdout] 250 | macro_rules! p { ($x:expr) => { res = permute_bits(res, $x); }} [INFO] [stdout] | ^ [INFO] [stdout] 251 | if flip(4) { p!(&[16,17,18,19,20,21,22,23,16,17,18,19,20,21,22,23,8 ,9 ,10,11,12,13,14,15,8 ,9 ,10,11,12,13,14,15]) } [INFO] [stdout] 252 | if flip(3) { p!(&[8 ,9 ,10,11,12,13,14,15,0 ,1 ,2 ,3 ,4 ,5 ,6 ,7 ,24,25,26,27,28,29,30,31,16,17,18,19,20,21,22,23]) } [INFO] [stdout] | ------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `p` [INFO] [stdout] = note: this warning originates in the macro `p` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/nid.rs:250:64 [INFO] [stdout] | [INFO] [stdout] 250 | macro_rules! p { ($x:expr) => { res = permute_bits(res, $x); }} [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 253 | if flip(2) { p!(&[4 ,5 ,6 ,7 ,0 ,1 ,2 ,3 ,12,13,14,15,8 ,9 ,10,11,20,21,22,23,16,17,18,19,28,29,30,31,24,25,26,27]) } [INFO] [stdout] | ------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `p` [INFO] [stdout] = note: this warning originates in the macro `p` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/nid.rs:250:64 [INFO] [stdout] | [INFO] [stdout] 250 | macro_rules! p { ($x:expr) => { res = permute_bits(res, $x); }} [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 254 | if flip(1) { p!(&[2 ,3 ,0 ,1 ,6 ,7 ,4 ,5 ,10,11,8 ,9 ,14,15,12,13,18,19,16,17,22,23,20,21,26,27,24,25,30,31,28,29]) } [INFO] [stdout] | ------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `p` [INFO] [stdout] = note: this warning originates in the macro `p` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/nid.rs:250:64 [INFO] [stdout] | [INFO] [stdout] 250 | macro_rules! p { ($x:expr) => { res = permute_bits(res, $x); }} [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 255 | if flip(0) { p!(&[1 ,0 ,3 ,2 ,5 ,4 ,7 ,6 ,9 ,8 ,11,10,13,12,15,14,17,16,19,18,21,20,23,22,25,24,27,26,29,28,31,30]) } [INFO] [stdout] | ------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `p` [INFO] [stdout] = note: this warning originates in the macro `p` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/bdd.rs:552:85 [INFO] [stdout] | [INFO] [stdout] 552 | macro_rules! w { ($x:expr $(,$xs:expr)*) => { writeln!(wr, $x $(,$xs)*).unwrap(); }} [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 558 | self.walk(n, &mut |n,_,_,_| w!(" \"{}\"[label=\"{}\"];", n, n.vid())); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `w` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/bdd.rs:552:85 [INFO] [stdout] | [INFO] [stdout] 552 | macro_rules! w { ($x:expr $(,$xs:expr)*) => { writeln!(wr, $x $(,$xs)*).unwrap(); }} [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 560 | self.walk(n, &mut |n,_,t,_| w!(" \"{}\"->\"{}\";", n, t)); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `w` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/bdd.rs:552:85 [INFO] [stdout] | [INFO] [stdout] 552 | macro_rules! w { ($x:expr $(,$xs:expr)*) => { writeln!(wr, $x $(,$xs)*).unwrap(); }} [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 562 | self.walk(n, &mut |n,_,_,e| w!(" \"{}\"->\"{}\";", n, e)); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `w` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/anf.rs:65:70 [INFO] [stdout] | [INFO] [stdout] 65 | ($x:expr $(,$xs:expr)*) => { writeln!(wr, $x $(,$xs)*).unwrap(); }} [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 72 | self.walk(n, &mut |n,_,_h,_l| w!(" \"{}\"[label=\"{:?}\"];", n, n.vid())); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `w` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/anf.rs:65:70 [INFO] [stdout] | [INFO] [stdout] 65 | ($x:expr $(,$xs:expr)*) => { writeln!(wr, $x $(,$xs)*).unwrap(); }} [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 74 | self.walk(n, &mut |n,_,hi,_l| w!(" \"{:?}\"->\"{:?}\";", n, hi)); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `w` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/anf.rs:65:70 [INFO] [stdout] | [INFO] [stdout] 65 | ($x:expr $(,$xs:expr)*) => { writeln!(wr, $x $(,$xs)*).unwrap(); }} [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 76 | self.walk(n, &mut |n,_,__,lo| w!(" \"{:?}\"->\"{:?}\";", n, lo)); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `w` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/swap.rs:719:85 [INFO] [stdout] | [INFO] [stdout] 719 | macro_rules! w { ($x:expr $(,$xs:expr)*) => { writeln!(wr, $x $(,$xs)*).unwrap(); }} [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 731 | w!("}}") } [INFO] [stdout] | -------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `w` [INFO] [stdout] = note: this warning originates in the macro `w` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 9.06s [INFO] running `Command { std: "docker" "inspect" "fa8ef5611bb4abd65119a52e5b82048fb2b51c167d952f5415f500a3ea9f5fee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fa8ef5611bb4abd65119a52e5b82048fb2b51c167d952f5415f500a3ea9f5fee", kill_on_drop: false }` [INFO] [stdout] fa8ef5611bb4abd65119a52e5b82048fb2b51c167d952f5415f500a3ea9f5fee [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 235fa99fa7d7c4b1f60d30acf5de49e5f2255c82d8e52687bf3fda01ca303f63 [INFO] running `Command { std: "docker" "start" "-a" "235fa99fa7d7c4b1f60d30acf5de49e5f2255c82d8e52687bf3fda01ca303f63", kill_on_drop: false }` [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/nid.rs:250:64 [INFO] [stderr] | [INFO] [stderr] 250 | macro_rules! p { ($x:expr) => { res = permute_bits(res, $x); }} [INFO] [stderr] | ^ [INFO] [stderr] 251 | if flip(4) { p!(&[16,17,18,19,20,21,22,23,16,17,18,19,20,21,22,23,8 ,9 ,10,11,12,13,14,15,8 ,9 ,10,11,12,13,14,15]) } [INFO] [stderr] | ------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `p` [INFO] [stderr] = note: this warning originates in the macro `p` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/nid.rs:250:64 [INFO] [stderr] | [INFO] [stderr] 250 | macro_rules! p { ($x:expr) => { res = permute_bits(res, $x); }} [INFO] [stderr] | ^ [INFO] [stderr] 251 | if flip(4) { p!(&[16,17,18,19,20,21,22,23,16,17,18,19,20,21,22,23,8 ,9 ,10,11,12,13,14,15,8 ,9 ,10,11,12,13,14,15]) } [INFO] [stderr] 252 | if flip(3) { p!(&[8 ,9 ,10,11,12,13,14,15,0 ,1 ,2 ,3 ,4 ,5 ,6 ,7 ,24,25,26,27,28,29,30,31,16,17,18,19,20,21,22,23]) } [INFO] [stderr] | ------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `p` [INFO] [stderr] = note: this warning originates in the macro `p` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/nid.rs:250:64 [INFO] [stderr] | [INFO] [stderr] 250 | macro_rules! p { ($x:expr) => { res = permute_bits(res, $x); }} [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 253 | if flip(2) { p!(&[4 ,5 ,6 ,7 ,0 ,1 ,2 ,3 ,12,13,14,15,8 ,9 ,10,11,20,21,22,23,16,17,18,19,28,29,30,31,24,25,26,27]) } [INFO] [stderr] | ------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `p` [INFO] [stderr] = note: this warning originates in the macro `p` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/nid.rs:250:64 [INFO] [stderr] | [INFO] [stderr] 250 | macro_rules! p { ($x:expr) => { res = permute_bits(res, $x); }} [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 254 | if flip(1) { p!(&[2 ,3 ,0 ,1 ,6 ,7 ,4 ,5 ,10,11,8 ,9 ,14,15,12,13,18,19,16,17,22,23,20,21,26,27,24,25,30,31,28,29]) } [INFO] [stderr] | ------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `p` [INFO] [stderr] = note: this warning originates in the macro `p` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/nid.rs:250:64 [INFO] [stderr] | [INFO] [stderr] 250 | macro_rules! p { ($x:expr) => { res = permute_bits(res, $x); }} [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 255 | if flip(0) { p!(&[1 ,0 ,3 ,2 ,5 ,4 ,7 ,6 ,9 ,8 ,11,10,13,12,15,14,17,16,19,18,21,20,23,22,25,24,27,26,29,28,31,30]) } [INFO] [stderr] | ------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `p` [INFO] [stderr] = note: this warning originates in the macro `p` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/bdd.rs:552:85 [INFO] [stderr] | [INFO] [stderr] 552 | macro_rules! w { ($x:expr $(,$xs:expr)*) => { writeln!(wr, $x $(,$xs)*).unwrap(); }} [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 558 | self.walk(n, &mut |n,_,_,_| w!(" \"{}\"[label=\"{}\"];", n, n.vid())); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `w` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/bdd.rs:552:85 [INFO] [stderr] | [INFO] [stderr] 552 | macro_rules! w { ($x:expr $(,$xs:expr)*) => { writeln!(wr, $x $(,$xs)*).unwrap(); }} [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 560 | self.walk(n, &mut |n,_,t,_| w!(" \"{}\"->\"{}\";", n, t)); [INFO] [stderr] | ----------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `w` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/bdd.rs:552:85 [INFO] [stderr] | [INFO] [stderr] 552 | macro_rules! w { ($x:expr $(,$xs:expr)*) => { writeln!(wr, $x $(,$xs)*).unwrap(); }} [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 562 | self.walk(n, &mut |n,_,_,e| w!(" \"{}\"->\"{}\";", n, e)); [INFO] [stderr] | ----------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `w` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/anf.rs:65:70 [INFO] [stderr] | [INFO] [stderr] 65 | ($x:expr $(,$xs:expr)*) => { writeln!(wr, $x $(,$xs)*).unwrap(); }} [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 72 | self.walk(n, &mut |n,_,_h,_l| w!(" \"{}\"[label=\"{:?}\"];", n, n.vid())); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `w` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/anf.rs:65:70 [INFO] [stderr] | [INFO] [stderr] 65 | ($x:expr $(,$xs:expr)*) => { writeln!(wr, $x $(,$xs)*).unwrap(); }} [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 74 | self.walk(n, &mut |n,_,hi,_l| w!(" \"{:?}\"->\"{:?}\";", n, hi)); [INFO] [stderr] | ---------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `w` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/anf.rs:65:70 [INFO] [stderr] | [INFO] [stderr] 65 | ($x:expr $(,$xs:expr)*) => { writeln!(wr, $x $(,$xs)*).unwrap(); }} [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 76 | self.walk(n, &mut |n,_,__,lo| w!(" \"{:?}\"->\"{:?}\";", n, lo)); [INFO] [stderr] | ---------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `w` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/swap.rs:719:85 [INFO] [stderr] | [INFO] [stderr] 719 | macro_rules! w { ($x:expr $(,$xs:expr)*) => { writeln!(wr, $x $(,$xs)*).unwrap(); }} [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 731 | w!("}}") } [INFO] [stderr] | -------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `w` [INFO] [stderr] = note: this warning originates in the macro `w` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `is_var` [INFO] [stderr] --> src/swap.rs:79:6 [INFO] [stderr] | [INFO] [stderr] 79 | fn is_var(&self)->bool { self.v.is_var() && self.hi == XID_I && self.lo == XID_O }} [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `swap` [INFO] [stderr] --> src/swap.rs:397:6 [INFO] [stderr] | [INFO] [stderr] 397 | fn swap(&mut self, vu:VID) { [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: struct is never constructed: `XSDebug` [INFO] [stderr] --> src/swap.rs:1052:8 [INFO] [stderr] | [INFO] [stderr] 1052 | struct XSDebug { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `new` [INFO] [stderr] --> src/swap.rs:1059:10 [INFO] [stderr] | [INFO] [stderr] 1059 | pub fn new(vars:&str)->Self { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `var` [INFO] [stderr] --> src/swap.rs:1065:6 [INFO] [stderr] | [INFO] [stderr] 1065 | fn var(&mut self, i:usize, c:char) { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `vids` [INFO] [stderr] --> src/swap.rs:1068:6 [INFO] [stderr] | [INFO] [stderr] 1068 | fn vids(&self)->String { self.xs.vids.iter().map(|v| *self.vc.get(v).unwrap()).collect() } [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `name_var` [INFO] [stderr] --> src/swap.rs:1069:6 [INFO] [stderr] | [INFO] [stderr] 1069 | fn name_var(&mut self, v:VID, c:char) { self.vc.insert(v, c); self.cv.insert(c, v); } [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `pop` [INFO] [stderr] --> src/swap.rs:1070:6 [INFO] [stderr] | [INFO] [stderr] 1070 | fn pop(&mut self)->XID { self.ds.pop().expect("stack underflow") } [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `xid` [INFO] [stderr] --> src/swap.rs:1071:6 [INFO] [stderr] | [INFO] [stderr] 1071 | fn xid(&mut self, s:&str)->XID { self.run(s); self.pop() } [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `vid` [INFO] [stderr] --> src/swap.rs:1072:6 [INFO] [stderr] | [INFO] [stderr] 1072 | fn vid(&self, c:char)->VID { *self.cv.get(&c).unwrap() } [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `run` [INFO] [stderr] --> src/swap.rs:1073:6 [INFO] [stderr] | [INFO] [stderr] 1073 | fn run(&mut self, s:&str)->String { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `ite` [INFO] [stderr] --> src/swap.rs:1095:6 [INFO] [stderr] | [INFO] [stderr] 1095 | fn ite(&mut self, vx:XID, hi:XID, lo:XID)->XID { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `fmt` [INFO] [stderr] --> src/swap.rs:1101:6 [INFO] [stderr] | [INFO] [stderr] 1101 | fn fmt(&self, x:XID)->String { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: `bex` (lib) generated 25 warnings [INFO] [stderr] warning: `bex` (lib test) generated 12 warnings (12 duplicates) [INFO] [stdout] [INFO] [stderr] warning: unused imports: `X32`, `X64`, `find_factors`, `swap::SwapSolver` [INFO] [stdout] running 84 tests [INFO] [stderr] --> examples/solve/bdd-solve.rs:1321:11 [INFO] [stderr] | [INFO] [stderr] 1321 | use bex::{swap::SwapSolver, find_factors, int::{X32, X64}}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^ ^^^ ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `bex::reg::Reg` [INFO] [stderr] --> examples/solve/bdd-solve.rs:1322:5 [INFO] [stderr] | [INFO] [stderr] 1322 | use bex::reg::Reg; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `hashbrown::HashSet` [INFO] [stderr] --> examples/solve/bdd-solve.rs:1323:5 [INFO] [stderr] | [INFO] [stderr] 1323 | use hashbrown::HashSet; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `bex` (bin "bdd-solve" test) generated 3 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/bex-1d7903eb5b28eb8b) [INFO] [stdout] test anf::test_anf_and3 ... ok [INFO] [stdout] test anf::test_anf_and ... ok [INFO] [stdout] test anf::test_anf_and_big ... ok [INFO] [stdout] test ast::test_base_when ... ok [INFO] [stdout] test anf::test_anf_xor3 ... ok [INFO] [stdout] test anf::test_anf_xor_inv ... ok [INFO] [stdout] test ast::test_base_consts ... ok [INFO] [stdout] test bdd::test_base ... ok [INFO] [stdout] test anf::test_anf_hilo ... ok [INFO] [stdout] test ast::ast_and ... ok [INFO] [stdout] test anf::test_base_consts ... ok [INFO] [stdout] test anf::test_anf_xtb ... ok [INFO] [stdout] test anf::test_base_when ... ok [INFO] [stdout] test ast::ast_vars ... ok [INFO] [stdout] test bdd::test_bdd_solutions_o ... ok [INFO] [stdout] test anf::test_anf_hilo_not ... ok [INFO] [stdout] test anf::test_anf_xor ... ok [INFO] [stdout] test bdd::test_base_consts ... ok [INFO] [stdout] test bdd::test_base_when ... ok [INFO] [stdout] test anf::test_anf_sub ... ok [INFO] [stdout] test anf::test_anf_sub_inv ... ok [INFO] [stdout] test nid::test_fun ... ok [INFO] [stdout] test nid::test_nids ... ok [INFO] [stdout] test ops::test_flip_and ... ok [INFO] [stdout] test nid::test_cmp ... ok [INFO] [stdout] test nid::test_var ... ok [INFO] [stdout] test ops::test_flip_vel ... ok [INFO] [stdout] test bdd::test_simple_nodes ... ok [INFO] [stdout] test anf::test_anf_and_same_head ... ok [INFO] [stdout] test anf::test_anf_terms_not ... ok [INFO] [stdout] test int::test_roundtrip ... ok [INFO] [stdout] test int::test_mul32 ... ok [INFO] [stdout] test int::test_add ... ok [INFO] [stdout] test anf::test_anf_terms_bug ... ok [INFO] [stdout] test int::test_lt ... ok [INFO] [stdout] test int::test_eq ... ok [INFO] [stdout] test bdd::test_bdd_solutions_simple ... ok [INFO] [stdout] test bdd::test_bdd_solutions_i ... ok [INFO] [stdout] test int::test_ror ... ok [INFO] [stdout] test bdd::test_swarm_xor ... ok [INFO] [stdout] test ops::test_flip_xor ... ok [INFO] [stdout] test anf::test_anf_terms ... ok [INFO] [stdout] test int::test_mul64 ... ok [INFO] [stdout] test bdd::test_bdd_solutions_xor ... ok [INFO] [stdout] test reg::test_reg_inc_hitop ... ok [INFO] [stdout] test swap::test_scaffold_diagram3 ... ok [INFO] [stdout] test ops::test_norm ... ok [INFO] [stdout] test reg::test_bits ... ok [INFO] [stdout] test swap::test_fun_tbl ... ok [INFO] [stdout] test swap::check_wtov_simple ... ok [INFO] [stdout] test swap::check_swap_merge ... ok [INFO] [stdout] test swap::test_plan_regroup ... ok [INFO] [stdout] test reg::test_reg_mut ... ok [INFO] [stdout] test bdd::test_swarm_and ... ok [INFO] [stdout] test swap::test_two_new ... ok [INFO] [stdout] test swap::test_tbl ... ok [INFO] [stdout] test swap::test_swap ... ok [INFO] [stdout] test swap::test_tbl_inv ... ok [INFO] [stdout] test swap::test_tbl_skip ... ok [INFO] [stdout] test bdd::test_bdd_solutions_extra ... ok [INFO] [stdout] test swap::test_untbl ... ok [INFO] [stdout] test swap::test_untbl_base ... ok [INFO] [stdout] test swap::test_scaffold_diagram0 ... ok [INFO] [stdout] test swap::test_scaffold_diagram2 ... ok [INFO] [stdout] test bdd::test_and ... ok [INFO] [stdout] test swap::test_sub_simple_0 ... ok [INFO] [stdout] test bdd::test_xor ... ok [INFO] [stdout] test swap::test_xsdebug ... ok [INFO] [stdout] test swap::test_scaffold_diagram1 ... ok [INFO] [stdout] test swap::test_two_old ... ok [INFO] [stdout] test swap::test_sub_simple_1 ... ok [INFO] [stdout] test swap::test_one_new ... ok [INFO] [stdout] test swap::test_scaffold_diagram4 ... FAILED [INFO] [stdout] test bdd::test_swarm_another ... FAILED [INFO] [stdout] test bdd::test_swarm_ite ... ok [INFO] [stdout] test solve::test_nano_swap ... ok [INFO] [stdout] test solve::test_nano_anf ... ok [INFO] [stdout] test anf::test_anf_to_base ... ok [INFO] [stdout] test solve::test_tiny_anf ... ok [INFO] [stdout] test solve::test_nano_bdd ... ok [INFO] [stdout] test solve::test_tiny_swap ... ok [INFO] [stdout] test solve::test_multi_bdd ... ok [INFO] [stdout] test solve::test_tiny_bdd ... ok [INFO] [stdout] test solve::test_multi_anf ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- swap::test_scaffold_diagram4 stdout ---- [INFO] [stdout] %swapped: vu:v1 vd:v2 [INFO] [stdout] %stats: dnews:2 unews:1 dels:0 [INFO] [stdout] %vids: [x0, x20, x1, x21, x2, x22, x3, x23, x4, x5, x6, x7, x8, x9, v0, v2, v1, v4] [INFO] [stdout] %counts: [0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 4, 2, 1, 4] [INFO] [stdout] thread 'swap::test_scaffold_diagram4' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `#18`, [INFO] [stdout] right: `#19`: wrong .hi for node n3', src/test-swap-scaffold.rs:458:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55d6c8ac6a1c - std::backtrace_rs::backtrace::libunwind::trace::h51faa62df48810e4 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55d6c8ac6a1c - std::backtrace_rs::backtrace::trace_unsynchronized::h91de4d8e16d607e4 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55d6c8ac6a1c - std::sys_common::backtrace::_print_fmt::h71b0935f97e4322c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55d6c8ac6a1c - ::fmt::h9a78218788c14e18 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55d6c8aea95c - core::fmt::write::h3381b3176fe2b3d3 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/fmt/mod.rs:1150:17 [INFO] [stdout] 5: 0x55d6c8ac3315 - std::io::Write::write_fmt::hb6383f24fe197d3c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/io/mod.rs:1667:15 [INFO] [stdout] 6: 0x55d6c8ac86d0 - std::sys_common::backtrace::_print::h4b77abc4d907ed0e [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55d6c8ac86d0 - std::sys_common::backtrace::print::hb170c60b542377ad [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55d6c8ac86d0 - std::panicking::default_hook::{{closure}}::h12bbda9af8901ee3 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:210:50 [INFO] [stdout] 9: 0x55d6c8ac82c2 - std::panicking::default_hook::h8c6c66d3f3ba6768 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:224:9 [INFO] [stdout] 10: 0x55d6c8ac8d84 - std::panicking::rust_panic_with_hook::h36f2fa0bb09f4069 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:624:17 [INFO] [stdout] 11: 0x55d6c8ac8860 - std::panicking::begin_panic_handler::{{closure}}::h9c42b65a42d06a7a [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:521:13 [INFO] [stdout] 12: 0x55d6c8ac6ee4 - std::sys_common::backtrace::__rust_end_short_backtrace::hc791bddfe31e532c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55d6c8ac87c9 - rust_begin_unwind [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:517:5 [INFO] [stdout] 14: 0x55d6c884b7e1 - core::panicking::panic_fmt::hf9de31d4acbce4db [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panicking.rs:101:14 [INFO] [stdout] 15: 0x55d6c8ae8d4e - core::panicking::assert_failed_inner::h62e8cb2847a6e7ec [INFO] [stdout] 16: 0x55d6c89347aa - core::panicking::assert_failed::hde6312edc6a8c6b2 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panicking.rs:140:5 [INFO] [stdout] 17: 0x55d6c88c6942 - bex::swap::test_scaffold_diagram4::hd7c83369de4479bf [INFO] [stdout] at /opt/rustwide/workdir/src/test-swap-scaffold.rs:458:5 [INFO] [stdout] 18: 0x55d6c88c432a - bex::swap::test_scaffold_diagram4::{{closure}}::h1d150840028e5a4e [INFO] [stdout] at /opt/rustwide/workdir/src/test-swap-scaffold.rs:386:9 [INFO] [stdout] 19: 0x55d6c88d707e - core::ops::function::FnOnce::call_once::hdbf6c6009827de71 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55d6c8a216d3 - core::ops::function::FnOnce::call_once::h61555a204318cc58 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55d6c8a216d3 - test::__rust_begin_short_backtrace::h8331e7b1cc7a6e62 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:578:5 [INFO] [stdout] 22: 0x55d6c8a20158 - as core::ops::function::FnOnce>::call_once::h98582e597fa7f145 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 23: 0x55d6c8a20158 - as core::ops::function::FnOnce<()>>::call_once::h38fa7a0826ecff45 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55d6c8a20158 - std::panicking::try::do_call::h5b27d1cfffaa9f87 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:403:40 [INFO] [stdout] 25: 0x55d6c8a20158 - std::panicking::try::h86f7124b3264bcbe [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:367:19 [INFO] [stdout] 26: 0x55d6c8a20158 - std::panic::catch_unwind::h42dadf3598df7528 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panic.rs:129:14 [INFO] [stdout] 27: 0x55d6c8a20158 - test::run_test_in_process::h9d4b7510f0910050 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:601:18 [INFO] [stdout] 28: 0x55d6c8a20158 - test::run_test::run_test_inner::{{closure}}::h9b17f1fd181fe294 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:493:39 [INFO] [stdout] 29: 0x55d6c89edcae - test::run_test::run_test_inner::{{closure}}::h476f9211dfec6075 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:520:37 [INFO] [stdout] 30: 0x55d6c89edcae - std::sys_common::backtrace::__rust_begin_short_backtrace::h5c2db6945645950d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 31: 0x55d6c89f2548 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h791169ea9ba5492d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/mod.rs:481:17 [INFO] [stdout] 32: 0x55d6c89f2548 - as core::ops::function::FnOnce<()>>::call_once::he930357ede3f4b4d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55d6c89f2548 - std::panicking::try::do_call::h0de4b1dd08a9aa80 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:403:40 [INFO] [stdout] 34: 0x55d6c89f2548 - std::panicking::try::hf5b5c530df698d97 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:367:19 [INFO] [stdout] 35: 0x55d6c89f2548 - std::panic::catch_unwind::hed97078f17dbf191 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panic.rs:129:14 [INFO] [stdout] 36: 0x55d6c89f2548 - std::thread::Builder::spawn_unchecked::{{closure}}::h2e673950929cba93 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/mod.rs:480:30 [INFO] [stdout] 37: 0x55d6c89f2548 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8e18ddd18a52f010 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55d6c8acdbd3 - as core::ops::function::FnOnce>::call_once::hbbbb32ef11ea0ad2 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 39: 0x55d6c8acdbd3 - as core::ops::function::FnOnce>::call_once::h3b8ef23699fc5385 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 40: 0x55d6c8acdbd3 - std::sys::unix::thread::Thread::new::thread_start::ha57f5cba35f709b7 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys/unix/thread.rs:106:17 [INFO] [stdout] 41: 0x7f6a831a7609 - start_thread [INFO] [stdout] 42: 0x7f6a82f79293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- bdd::test_swarm_another stdout ---- [INFO] [stdout] thread 'bdd::test_swarm_another' panicked at 'called `Result::unwrap()` on an `Err` value: Term', src/bdd.rs:650:78 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55d6c8ac6a1c - std::backtrace_rs::backtrace::libunwind::trace::h51faa62df48810e4 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55d6c8ac6a1c - std::backtrace_rs::backtrace::trace_unsynchronized::h91de4d8e16d607e4 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55d6c8ac6a1c - std::sys_common::backtrace::_print_fmt::h71b0935f97e4322c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55d6c8ac6a1c - ::fmt::h9a78218788c14e18 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55d6c8aea95c - core::fmt::write::h3381b3176fe2b3d3 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/fmt/mod.rs:1150:17 [INFO] [stdout] 5: 0x55d6c8ac3315 - std::io::Write::write_fmt::hb6383f24fe197d3c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/io/mod.rs:1667:15 [INFO] [stdout] 6: 0x55d6c8ac86d0 - std::sys_common::backtrace::_print::h4b77abc4d907ed0e [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55d6c8ac86d0 - std::sys_common::backtrace::print::hb170c60b542377ad [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55d6c8ac86d0 - std::panicking::default_hook::{{closure}}::h12bbda9af8901ee3 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:210:50 [INFO] [stdout] 9: 0x55d6c8ac82c2 - std::panicking::default_hook::h8c6c66d3f3ba6768 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:224:9 [INFO] [stdout] 10: 0x55d6c8ac8d84 - std::panicking::rust_panic_with_hook::h36f2fa0bb09f4069 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:624:17 [INFO] [stdout] 11: 0x55d6c8ac8860 - std::panicking::begin_panic_handler::{{closure}}::h9c42b65a42d06a7a [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:521:13 [INFO] [stdout] 12: 0x55d6c8ac6ee4 - std::sys_common::backtrace::__rust_end_short_backtrace::hc791bddfe31e532c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55d6c8ac87c9 - rust_begin_unwind [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:517:5 [INFO] [stdout] 14: 0x55d6c884b7e1 - core::panicking::panic_fmt::hf9de31d4acbce4db [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panicking.rs:101:14 [INFO] [stdout] 15: 0x55d6c884b8d3 - core::result::unwrap_failed::ha0c84e81219e5878 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/result.rs:1617:5 [INFO] [stdout] 16: 0x55d6c88e0685 - core::result::Result::unwrap::h36a1d0e5dad9cc99 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/result.rs:1299:23 [INFO] [stdout] 17: 0x55d6c89a6774 - bex::bdd::test_swarm_another::hec0d240b915d765d [INFO] [stdout] at /opt/rustwide/workdir/src/bdd.rs:650:22 [INFO] [stdout] 18: 0x55d6c89a670a - bex::bdd::test_swarm_another::{{closure}}::hd2b982cdf307a469 [INFO] [stdout] at /opt/rustwide/workdir/src/bdd.rs:649:9 [INFO] [stdout] 19: 0x55d6c88d5c6e - core::ops::function::FnOnce::call_once::h138ee0bedd8f6e3a [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55d6c8a216d3 - core::ops::function::FnOnce::call_once::h61555a204318cc58 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55d6c8a216d3 - test::__rust_begin_short_backtrace::h8331e7b1cc7a6e62 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:578:5 [INFO] [stdout] 22: 0x55d6c8a20158 - as core::ops::function::FnOnce>::call_once::h98582e597fa7f145 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 23: 0x55d6c8a20158 - as core::ops::function::FnOnce<()>>::call_once::h38fa7a0826ecff45 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x55d6c8a20158 - std::panicking::try::do_call::h5b27d1cfffaa9f87 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:403:40 [INFO] [stdout] 25: 0x55d6c8a20158 - std::panicking::try::h86f7124b3264bcbe [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:367:19 [INFO] [stdout] 26: 0x55d6c8a20158 - std::panic::catch_unwind::h42dadf3598df7528 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panic.rs:129:14 [INFO] [stdout] 27: 0x55d6c8a20158 - test::run_test_in_process::h9d4b7510f0910050 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:601:18 [INFO] [stdout] 28: 0x55d6c8a20158 - test::run_test::run_test_inner::{{closure}}::h9b17f1fd181fe294 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:493:39 [INFO] [stdout] 29: 0x55d6c89edcae - test::run_test::run_test_inner::{{closure}}::h476f9211dfec6075 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:520:37 [INFO] [stdout] 30: 0x55d6c89edcae - std::sys_common::backtrace::__rust_begin_short_backtrace::h5c2db6945645950d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 31: 0x55d6c89f2548 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h791169ea9ba5492d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/mod.rs:481:17 [INFO] [stdout] 32: 0x55d6c89f2548 - as core::ops::function::FnOnce<()>>::call_once::he930357ede3f4b4d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x55d6c89f2548 - std::panicking::try::do_call::h0de4b1dd08a9aa80 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:403:40 [INFO] [stdout] 34: 0x55d6c89f2548 - std::panicking::try::hf5b5c530df698d97 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:367:19 [INFO] [stdout] 35: 0x55d6c89f2548 - std::panic::catch_unwind::hed97078f17dbf191 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panic.rs:129:14 [INFO] [stdout] 36: 0x55d6c89f2548 - std::thread::Builder::spawn_unchecked::{{closure}}::h2e673950929cba93 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/mod.rs:480:30 [INFO] [stdout] 37: 0x55d6c89f2548 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8e18ddd18a52f010 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x55d6c8acdbd3 - as core::ops::function::FnOnce>::call_once::hbbbb32ef11ea0ad2 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 39: 0x55d6c8acdbd3 - as core::ops::function::FnOnce>::call_once::h3b8ef23699fc5385 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 40: 0x55d6c8acdbd3 - std::sys::unix::thread::Thread::new::thread_start::ha57f5cba35f709b7 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys/unix/thread.rs:106:17 [INFO] [stdout] 41: 0x7f6a831a7609 - start_thread [INFO] [stdout] 42: 0x7f6a82f79293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] bdd::test_swarm_another [INFO] [stdout] swap::test_scaffold_diagram4 [INFO] [stdout] [INFO] [stdout] test result: FAILED. 82 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 16.10s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--lib' [INFO] running `Command { std: "docker" "inspect" "235fa99fa7d7c4b1f60d30acf5de49e5f2255c82d8e52687bf3fda01ca303f63", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "235fa99fa7d7c4b1f60d30acf5de49e5f2255c82d8e52687bf3fda01ca303f63", kill_on_drop: false }` [INFO] [stdout] 235fa99fa7d7c4b1f60d30acf5de49e5f2255c82d8e52687bf3fda01ca303f63