[INFO] fetching crate bex 0.1.5... [INFO] testing bex-0.1.5 against 1.59.0 for beta-1.60-1 [INFO] extracting crate bex 0.1.5 into /workspace/builds/worker-62/source [INFO] validating manifest of crates.io crate bex 0.1.5 on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "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-62/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" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-62/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-62/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 723e3898581701170579ddb3a2447a124b4077ae15ae4ad4cb02e349322e7908 [INFO] running `Command { std: "docker" "start" "-a" "723e3898581701170579ddb3a2447a124b4077ae15ae4ad4cb02e349322e7908", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "723e3898581701170579ddb3a2447a124b4077ae15ae4ad4cb02e349322e7908", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "723e3898581701170579ddb3a2447a124b4077ae15ae4ad4cb02e349322e7908", kill_on_drop: false }` [INFO] [stdout] 723e3898581701170579ddb3a2447a124b4077ae15ae4ad4cb02e349322e7908 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-62/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-62/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5401d8ff2e2894d9e86a9875279334e0c2543ac1d4bdeddcb090cfd8496c53d9 [INFO] running `Command { std: "docker" "start" "-a" "5401d8ff2e2894d9e86a9875279334e0c2543ac1d4bdeddcb090cfd8496c53d9", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.94 [INFO] [stderr] Compiling proc-macro2 v1.0.27 [INFO] [stderr] Compiling serde v1.0.126 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling syn v1.0.72 [INFO] [stderr] Compiling once_cell v1.7.2 [INFO] [stderr] Compiling serde_derive v1.0.126 [INFO] [stderr] Compiling ahash v0.7.2 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling dirs v1.0.5 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling term v0.5.2 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling simplelog v0.5.3 [INFO] [stderr] Compiling bincode v1.3.3 [INFO] [stderr] Compiling hashbrown v0.11.2 [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 17.38s [INFO] running `Command { std: "docker" "inspect" "5401d8ff2e2894d9e86a9875279334e0c2543ac1d4bdeddcb090cfd8496c53d9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5401d8ff2e2894d9e86a9875279334e0c2543ac1d4bdeddcb090cfd8496c53d9", kill_on_drop: false }` [INFO] [stdout] 5401d8ff2e2894d9e86a9875279334e0c2543ac1d4bdeddcb090cfd8496c53d9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-62/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-62/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5547fa27b1d669b54d3a1959f7174b2139f6c379e918e84a43f343a8ec4086f2 [INFO] running `Command { std: "docker" "start" "-a" "5547fa27b1d669b54d3a1959f7174b2139f6c379e918e84a43f343a8ec4086f2", 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: 3 warnings emitted [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: 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 7.55s [INFO] running `Command { std: "docker" "inspect" "5547fa27b1d669b54d3a1959f7174b2139f6c379e918e84a43f343a8ec4086f2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5547fa27b1d669b54d3a1959f7174b2139f6c379e918e84a43f343a8ec4086f2", kill_on_drop: false }` [INFO] [stdout] 5547fa27b1d669b54d3a1959f7174b2139f6c379e918e84a43f343a8ec4086f2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-62/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-62/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 6520c8dede747ee8cbfdf0376c33220769bc3aa3fa5d85e1531b368c2ea397ce [INFO] running `Command { std: "docker" "start" "-a" "6520c8dede747ee8cbfdf0376c33220769bc3aa3fa5d85e1531b368c2ea397ce", 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] [stderr] warning: unused imports: `X32`, `X64`, `find_factors`, `swap::SwapSolver` [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.08s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/bex-8a17773c4945cdfd) [INFO] [stdout] [INFO] [stdout] running 84 tests [INFO] [stdout] test anf::test_anf_hilo ... ok [INFO] [stdout] test anf::test_anf_hilo_not ... ok [INFO] [stdout] test anf::test_anf_and3 ... ok [INFO] [stdout] test anf::test_anf_sub ... ok [INFO] [stdout] test anf::test_anf_and_big ... ok [INFO] [stdout] test anf::test_anf_and_same_head ... ok [INFO] [stdout] test anf::test_anf_and ... ok [INFO] [stdout] test anf::test_anf_sub_inv ... ok [INFO] [stdout] test anf::test_anf_terms ... ok [INFO] [stdout] test anf::test_anf_terms_not ... ok [INFO] [stdout] test anf::test_anf_terms_bug ... ok [INFO] [stdout] test anf::test_anf_xor ... ok [INFO] [stdout] test anf::test_anf_xor3 ... ok [INFO] [stdout] test anf::test_anf_xor_inv ... 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::test_base_consts ... ok [INFO] [stdout] test ast::ast_vars ... ok [INFO] [stdout] test ast::test_base_when ... ok [INFO] [stdout] test ast::ast_and ... ok [INFO] [stdout] test bdd::test_base ... ok [INFO] [stdout] test bdd::test_base_consts ... ok [INFO] [stdout] test bdd::test_base_when ... ok [INFO] [stdout] test bdd::test_bdd_solutions_i ... ok [INFO] [stdout] test bdd::test_bdd_solutions_o ... ok [INFO] [stdout] test bdd::test_bdd_solutions_simple ... ok [INFO] [stdout] test bdd::test_simple_nodes ... ok [INFO] [stdout] test int::test_add ... ok [INFO] [stdout] test int::test_eq ... ok [INFO] [stdout] test int::test_ror ... ok [INFO] [stdout] test int::test_lt ... ok [INFO] [stdout] test nid::test_cmp ... ok [INFO] [stdout] test int::test_roundtrip ... ok [INFO] [stdout] test nid::test_fun ... ok [INFO] [stdout] test nid::test_nids ... ok [INFO] [stdout] test nid::test_var ... ok [INFO] [stdout] test ops::test_flip_and ... ok [INFO] [stdout] test ops::test_flip_vel ... ok [INFO] [stdout] test ops::test_flip_xor ... ok [INFO] [stdout] test ops::test_norm ... ok [INFO] [stdout] test reg::test_bits ... ok [INFO] [stdout] test reg::test_reg_inc_hitop ... ok [INFO] [stdout] test reg::test_reg_mut ... ok [INFO] [stdout] test swap::check_swap_merge ... ok [INFO] [stdout] test swap::check_wtov_simple ... ok [INFO] [stdout] test swap::test_fun_tbl ... ok [INFO] [stdout] test int::test_mul32 ... ok [INFO] [stdout] test swap::test_plan_regroup ... ok [INFO] [stdout] test swap::test_scaffold_diagram0 ... ok [INFO] [stdout] test swap::test_scaffold_diagram1 ... ok [INFO] [stdout] test swap::test_sub_simple_0 ... ok [INFO] [stdout] test swap::test_tbl_skip ... ok [INFO] [stdout] test swap::test_tbl ... ok [INFO] [stdout] test swap::test_scaffold_diagram3 ... ok [INFO] [stdout] test swap::test_scaffold_diagram4 ... ok [INFO] [stdout] test swap::test_swap ... ok [INFO] [stdout] test swap::test_one_new ... ok [INFO] [stdout] test swap::test_tbl_inv ... ok [INFO] [stdout] test swap::test_untbl_base ... ok [INFO] [stdout] test swap::test_scaffold_diagram2 ... ok [INFO] [stdout] test swap::test_untbl ... ok [INFO] [stdout] test swap::test_xsdebug ... ok [INFO] [stdout] test swap::test_sub_simple_1 ... ok [INFO] [stdout] test swap::test_two_new ... ok [INFO] [stdout] test swap::test_two_old ... ok [INFO] [stdout] test int::test_mul64 ... ok [INFO] [stdout] test bdd::test_swarm_another ... FAILED [INFO] [stdout] test bdd::test_bdd_solutions_xor ... ok [INFO] [stdout] test bdd::test_swarm_xor ... ok [INFO] [stdout] test bdd::test_and ... ok [INFO] [stdout] test bdd::test_bdd_solutions_extra ... ok [INFO] [stdout] test bdd::test_swarm_and ... ok [INFO] [stdout] test bdd::test_xor ... ok [INFO] [stdout] test solve::test_nano_swap ... ok [INFO] [stdout] test bdd::test_swarm_ite ... ok [INFO] [stdout] test solve::test_nano_anf ... ok [INFO] [stdout] test solve::test_tiny_anf ... ok [INFO] [stdout] test solve::test_tiny_swap ... ok [INFO] [stdout] test anf::test_anf_to_base ... ok [INFO] [stdout] test solve::test_nano_bdd ... ok [INFO] [stdout] test solve::test_multi_anf ... ok [INFO] [stdout] test solve::test_multi_bdd ... ok [INFO] [stdout] test solve::test_tiny_bdd ... ok [INFO] [stdout] [INFO] [stdout] failures: [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: 0x5612f3bebdec - std::backtrace_rs::backtrace::libunwind::trace::h91c465e73bf6c785 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x5612f3bebdec - std::backtrace_rs::backtrace::trace_unsynchronized::hae9da36f5d58b5f3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x5612f3bebdec - std::sys_common::backtrace::_print_fmt::h7f499fa126a7effb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x5612f3bebdec - ::fmt::h3e2b509ce2ce6007 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x5612f3c1219c - core::fmt::write::h753c7571fa063ecb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/fmt/mod.rs:1168:17 [INFO] [stdout] 5: 0x5612f3be6dc3 - std::io::Write::write_fmt::hb649ab67f71b6655 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/io/mod.rs:1660:15 [INFO] [stdout] 6: 0x5612f3bee4c2 - std::sys_common::backtrace::_print::h64941a6fc8b0ed9b [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x5612f3bee4c2 - std::sys_common::backtrace::print::hcf25e43e1a9b0766 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x5612f3bee4c2 - std::panicking::default_hook::{{closure}}::h78d3e6cf97fc623d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:211:50 [INFO] [stdout] 9: 0x5612f3bee111 - std::panicking::default_hook::hda898f8d3ad1a5ae [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x5612f3beeb13 - std::panicking::rust_panic_with_hook::h1a5ea2d6c23051aa [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:606:17 [INFO] [stdout] 11: 0x5612f3bee830 - std::panicking::begin_panic_handler::{{closure}}::h07f549390938b73f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:502:13 [INFO] [stdout] 12: 0x5612f3bec294 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ec3758a92cfb00d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:139:18 [INFO] [stdout] 13: 0x5612f3bee569 - rust_begin_unwind [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:498:5 [INFO] [stdout] 14: 0x5612f397ff51 - core::panicking::panic_fmt::h3a79a6a99affe1d5 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:116:14 [INFO] [stdout] 15: 0x5612f3980043 - core::result::unwrap_failed::ha0327e3803285d6e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/result.rs:1690:5 [INFO] [stdout] 16: 0x5612f3a20785 - core::result::Result::unwrap::h151e23a4877af781 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/result.rs:1018:23 [INFO] [stdout] 17: 0x5612f3ac3484 - bex::bdd::test_swarm_another::h0de8e47e713da2f5 [INFO] [stdout] at /opt/rustwide/workdir/src/bdd.rs:650:22 [INFO] [stdout] 18: 0x5612f3ac341a - bex::bdd::test_swarm_another::{{closure}}::h78f129b5a5e212dd [INFO] [stdout] at /opt/rustwide/workdir/src/bdd.rs:649:9 [INFO] [stdout] 19: 0x5612f3a0977e - core::ops::function::FnOnce::call_once::hac864bd86b1d6f2c [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x5612f3b45dd3 - core::ops::function::FnOnce::call_once::h1845a80638abc06e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x5612f3b45dd3 - test::__rust_begin_short_backtrace::h4f56ccea01b9889f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x5612f3b44abf - as core::ops::function::FnOnce>::call_once::h5afedf14a39ffa74 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 23: 0x5612f3b44abf - as core::ops::function::FnOnce<()>>::call_once::hd5aaa1b551e9ce71 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x5612f3b44abf - std::panicking::try::do_call::h316eebee63f96d32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 25: 0x5612f3b44abf - std::panicking::try::h662e31e84dd7ce52 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 26: 0x5612f3b44abf - std::panic::catch_unwind::h129c1b23f076663f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 27: 0x5612f3b44abf - test::run_test_in_process::h51d800d572f878ef [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x5612f3b44abf - test::run_test::run_test_inner::{{closure}}::h71a47db430260854 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x5612f3b4de81 - test::run_test::run_test_inner::{{closure}}::h02edd5b3e2dab52a [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x5612f3b4de81 - std::sys_common::backtrace::__rust_begin_short_backtrace::h0838cfc8b0e995ec [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:123:18 [INFO] [stdout] 31: 0x5612f3b1a90f - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4c2725d7078043cd [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:477:17 [INFO] [stdout] 32: 0x5612f3b1a90f - as core::ops::function::FnOnce<()>>::call_once::hdf1aa612eed87270 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x5612f3b1a90f - std::panicking::try::do_call::hc72f8de3706d18d6 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 34: 0x5612f3b1a90f - std::panicking::try::h63f01f54dbd0fb87 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 35: 0x5612f3b1a90f - std::panic::catch_unwind::h58bc464ae9b26453 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 36: 0x5612f3b1a90f - std::thread::Builder::spawn_unchecked::{{closure}}::h6c065e19513e33e3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:476:30 [INFO] [stdout] 37: 0x5612f3b1a90f - core::ops::function::FnOnce::call_once{{vtable.shim}}::hd143450c74f35c32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x5612f3bf47d3 - as core::ops::function::FnOnce>::call_once::h49b6c7c5155a2296 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 39: 0x5612f3bf47d3 - as core::ops::function::FnOnce>::call_once::ha8b5234bfeb15105 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x5612f3bf47d3 - std::sys::unix::thread::Thread::new::thread_start::h6f207dd842d64859 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f5ba662c609 - start_thread [INFO] [stdout] 42: 0x7f5ba63fe293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] bdd::test_swarm_another [INFO] [stdout] [INFO] [stdout] test result: FAILED. 83 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 35.98s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--lib' [INFO] running `Command { std: "docker" "inspect" "6520c8dede747ee8cbfdf0376c33220769bc3aa3fa5d85e1531b368c2ea397ce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6520c8dede747ee8cbfdf0376c33220769bc3aa3fa5d85e1531b368c2ea397ce", kill_on_drop: false }` [INFO] [stdout] 6520c8dede747ee8cbfdf0376c33220769bc3aa3fa5d85e1531b368c2ea397ce