[INFO] cloning repository https://github.com/daemontus/bn-scc-experiments [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/daemontus/bn-scc-experiments" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdaemontus%2Fbn-scc-experiments", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdaemontus%2Fbn-scc-experiments'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b25b6e27513c43e4645fe566bef0e10807dd6c08 [INFO] testing daemontus/bn-scc-experiments against 1.86.0 for beta-1.87-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdaemontus%2Fbn-scc-experiments" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/daemontus/bn-scc-experiments on toolchain 1.86.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.86.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/daemontus/bn-scc-experiments [INFO] finished tweaking git repo https://github.com/daemontus/bn-scc-experiments [INFO] tweaked toml for git repo https://github.com/daemontus/bn-scc-experiments written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/daemontus/bn-scc-experiments already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.86.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+1.86.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c22e886d668116b732af69de321a0eb0296012086f4597f91e7694e0f755bafe [INFO] running `Command { std: "docker" "start" "-a" "c22e886d668116b732af69de321a0eb0296012086f4597f91e7694e0f755bafe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c22e886d668116b732af69de321a0eb0296012086f4597f91e7694e0f755bafe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c22e886d668116b732af69de321a0eb0296012086f4597f91e7694e0f755bafe", kill_on_drop: false }` [INFO] [stdout] c22e886d668116b732af69de321a0eb0296012086f4597f91e7694e0f755bafe [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+1.86.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0f1233c922b30c244243bd7f9b5991e50bd9347c5a715cedf4b4dcc2979fb041 [INFO] running `Command { std: "docker" "start" "-a" "0f1233c922b30c244243bd7f9b5991e50bd9347c5a715cedf4b4dcc2979fb041", kill_on_drop: false }` [INFO] [stderr] Compiling spin v0.5.0 [INFO] [stderr] Compiling cfg-if v0.1.9 [INFO] [stderr] Compiling libc v0.2.59 [INFO] [stderr] Compiling arrayvec v0.4.11 [INFO] [stderr] Compiling autocfg v0.1.4 [INFO] [stderr] Compiling nodrop v0.1.13 [INFO] [stderr] Compiling ppv-lite86 v0.2.5 [INFO] [stderr] Compiling scopeguard v0.3.3 [INFO] [stderr] Compiling memoffset v0.2.1 [INFO] [stderr] Compiling smallvec v0.6.10 [INFO] [stderr] Compiling lazy_static v1.3.0 [INFO] [stderr] Compiling crossbeam-utils v0.6.5 [INFO] [stderr] Compiling rand_chacha v0.2.0 [INFO] [stderr] Compiling c2-chacha v0.2.2 [INFO] [stderr] Compiling crossbeam-channel v0.3.8 [INFO] [stderr] Compiling crossbeam-queue v0.1.2 [INFO] [stderr] Compiling crossbeam-epoch v0.7.1 [INFO] [stderr] Compiling getrandom v0.1.6 [INFO] [stderr] Compiling rand_core v0.5.0 [INFO] [stderr] Compiling crossbeam-deque v0.7.1 [INFO] [stderr] Compiling crossbeam v0.7.1 [INFO] [stderr] Compiling rand v0.7.0 [INFO] [stderr] Compiling biodivine v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/u32/models.rs:52:9 [INFO] [stdout] | [INFO] [stdout] 52 | (s | cx43_m) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 52 - (s | cx43_m) [INFO] [stdout] 52 + s | cx43_m [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/u32/models.rs:55:9 [INFO] [stdout] | [INFO] [stdout] 55 | (s | l_tlr) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 55 - (s | l_tlr) [INFO] [stdout] 55 + s | l_tlr [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/u32/models.rs:60:9 [INFO] [stdout] | [INFO] [stdout] 60 | (!(s | gsk3b_h)) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 60 - (!(s | gsk3b_h)) [INFO] [stdout] 60 + !(s | gsk3b_h) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/u32/models.rs:90:9 [INFO] [stdout] | [INFO] [stdout] 90 | (!(s | pi3kakt_h)) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 90 - (!(s | pi3kakt_h)) [INFO] [stdout] 90 + !(s | pi3kakt_h) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/u32/models.rs:114:9 [INFO] [stdout] | [INFO] [stdout] 114 | (s | l_tlr) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 114 - (s | l_tlr) [INFO] [stdout] 114 + s | l_tlr [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/u32/models.rs:135:9 [INFO] [stdout] | [INFO] [stdout] 135 | (!(s | pi3kakt_m)) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 135 - (!(s | pi3kakt_m)) [INFO] [stdout] 135 + !(s | pi3kakt_m) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/u32/models.rs:155:9 [INFO] [stdout] | [INFO] [stdout] 155 | (s | l_tlr) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 155 - (s | l_tlr) [INFO] [stdout] 155 + s | l_tlr [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/u32/models.rs:173:9 [INFO] [stdout] | [INFO] [stdout] 173 | (s | il1) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 173 - (s | il1) [INFO] [stdout] 173 + s | il1 [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/u32/models.rs:213:9 [INFO] [stdout] | [INFO] [stdout] 213 | (s | insulin) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 213 - (s | insulin) [INFO] [stdout] 213 + s | insulin [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/u32/models.rs:216:9 [INFO] [stdout] | [INFO] [stdout] 216 | (s | gf) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 216 - (s | gf) [INFO] [stdout] 216 + s | gf [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/u32/models.rs:219:9 [INFO] [stdout] | [INFO] [stdout] 219 | (s | therapy) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 219 - (s | therapy) [INFO] [stdout] 219 + s | therapy [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/u32/models.rs:246:9 [INFO] [stdout] | [INFO] [stdout] 246 | (!(s | mdm2)) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 246 - (!(s | mdm2)) [INFO] [stdout] 246 + !(s | mdm2) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/u32/models.rs:264:9 [INFO] [stdout] | [INFO] [stdout] 264 | (s | metabolism) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 264 - (s | metabolism) [INFO] [stdout] 264 + s | metabolism [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/u32/models.rs:293:9 [INFO] [stdout] | [INFO] [stdout] 293 | (!(s | cdk2)) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 293 - (!(s | cdk2)) [INFO] [stdout] 293 + !(s | cdk2) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/u32/models.rs:313:9 [INFO] [stdout] | [INFO] [stdout] 313 | (!(s | m_torc1_s6k1)) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 313 - (!(s | m_torc1_s6k1)) [INFO] [stdout] 313 + !(s | m_torc1_s6k1) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/u32/models.rs:385:9 [INFO] [stdout] | [INFO] [stdout] 385 | (s | myc) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 385 - (s | myc) [INFO] [stdout] 385 + s | myc [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/u32/models.rs:406:9 [INFO] [stdout] | [INFO] [stdout] 406 | (s | cyclin_d1) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 406 - (s | cyclin_d1) [INFO] [stdout] 406 + s | cyclin_d1 [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/u32/models.rs:425:9 [INFO] [stdout] | [INFO] [stdout] 425 | (s | egf) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 425 - (s | egf) [INFO] [stdout] 425 + s | egf [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/u32/models.rs:429:9 [INFO] [stdout] | [INFO] [stdout] 429 | (s | egf) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 429 - (s | egf) [INFO] [stdout] 429 + s | egf [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/u32/models.rs:433:9 [INFO] [stdout] | [INFO] [stdout] 433 | (s | egf) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 433 - (s | egf) [INFO] [stdout] 433 + s | egf [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/u32/models.rs:463:9 [INFO] [stdout] | [INFO] [stdout] 463 | (s | p53) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 463 - (s | p53) [INFO] [stdout] 463 + s | p53 [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/u32/models.rs:485:9 [INFO] [stdout] | [INFO] [stdout] 485 | (s | p53) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 485 - (s | p53) [INFO] [stdout] 485 + s | p53 [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/u32/models.rs:507:9 [INFO] [stdout] | [INFO] [stdout] 507 | (s | p53) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 507 - (s | p53) [INFO] [stdout] 507 + s | p53 [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/u32/models.rs:529:9 [INFO] [stdout] | [INFO] [stdout] 529 | (s | p53) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 529 - (s | p53) [INFO] [stdout] 529 + s | p53 [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::sync::atomic::AtomicU32::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/bitset.rs:81:41 [INFO] [stdout] | [INFO] [stdout] 81 | if self.values[value_index].compare_and_swap(old_value, new_value, Ordering::SeqCst) == old_value { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::sync::atomic::AtomicU32::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/u32/parallel.rs:169:43 [INFO] [stdout] | [INFO] [stdout] 169 | self.parent_pointer[item].compare_and_swap(parent as u32, parents_parent as u32, Ordering::SeqCst); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::sync::atomic::AtomicU32::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/u32/parallel.rs:186:47 [INFO] [stdout] | [INFO] [stdout] 186 | if self.parent_pointer[r].compare_and_swap(r as u32, l as u32, Ordering::SeqCst) == r as u32 { return } [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::sync::atomic::AtomicU32::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/u32/parallel.rs:188:47 [INFO] [stdout] | [INFO] [stdout] 188 | if self.parent_pointer[l].compare_and_swap(l as u32, r as u32, Ordering::SeqCst) == l as u32 { return } [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `num_vars` is never used [INFO] [stdout] --> src/bdd/mod.rs:101:8 [INFO] [stdout] | [INFO] [stdout] 73 | impl BDD { [INFO] [stdout] | -------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 101 | fn num_vars(&self) -> u32 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.59s [INFO] running `Command { std: "docker" "inspect" "0f1233c922b30c244243bd7f9b5991e50bd9347c5a715cedf4b4dcc2979fb041", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0f1233c922b30c244243bd7f9b5991e50bd9347c5a715cedf4b4dcc2979fb041", kill_on_drop: false }` [INFO] [stdout] 0f1233c922b30c244243bd7f9b5991e50bd9347c5a715cedf4b4dcc2979fb041 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+1.86.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 561d97beb86486a46b6c083eeb17276e51e6b6ce17696a9f6180d9ccd25cb93d [INFO] running `Command { std: "docker" "start" "-a" "561d97beb86486a46b6c083eeb17276e51e6b6ce17696a9f6180d9ccd25cb93d", kill_on_drop: false }` [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/u32/models.rs:52:9 [INFO] [stdout] | [INFO] [stdout] 52 | (s | cx43_m) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 52 - (s | cx43_m) [INFO] [stdout] 52 + s | cx43_m [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/u32/models.rs:55:9 [INFO] [stdout] | [INFO] [stdout] 55 | (s | l_tlr) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 55 - (s | l_tlr) [INFO] [stdout] 55 + s | l_tlr [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/u32/models.rs:60:9 [INFO] [stdout] | [INFO] [stdout] 60 | (!(s | gsk3b_h)) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 60 - (!(s | gsk3b_h)) [INFO] [stdout] 60 + !(s | gsk3b_h) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/u32/models.rs:90:9 [INFO] [stdout] | [INFO] [stdout] 90 | (!(s | pi3kakt_h)) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 90 - (!(s | pi3kakt_h)) [INFO] [stdout] 90 + !(s | pi3kakt_h) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/u32/models.rs:114:9 [INFO] [stdout] | [INFO] [stdout] 114 | (s | l_tlr) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 114 - (s | l_tlr) [INFO] [stdout] 114 + s | l_tlr [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/u32/models.rs:135:9 [INFO] [stdout] | [INFO] [stdout] 135 | (!(s | pi3kakt_m)) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 135 - (!(s | pi3kakt_m)) [INFO] [stdout] 135 + !(s | pi3kakt_m) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/u32/models.rs:155:9 [INFO] [stdout] | [INFO] [stdout] 155 | (s | l_tlr) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 155 - (s | l_tlr) [INFO] [stdout] 155 + s | l_tlr [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/u32/models.rs:173:9 [INFO] [stdout] | [INFO] [stdout] 173 | (s | il1) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 173 - (s | il1) [INFO] [stdout] 173 + s | il1 [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/u32/models.rs:213:9 [INFO] [stdout] | [INFO] [stdout] 213 | (s | insulin) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 213 - (s | insulin) [INFO] [stdout] 213 + s | insulin [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/u32/models.rs:216:9 [INFO] [stdout] | [INFO] [stdout] 216 | (s | gf) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 216 - (s | gf) [INFO] [stdout] 216 + s | gf [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/u32/models.rs:219:9 [INFO] [stdout] | [INFO] [stdout] 219 | (s | therapy) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 219 - (s | therapy) [INFO] [stdout] 219 + s | therapy [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/u32/models.rs:246:9 [INFO] [stdout] | [INFO] [stdout] 246 | (!(s | mdm2)) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 246 - (!(s | mdm2)) [INFO] [stdout] 246 + !(s | mdm2) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/u32/models.rs:264:9 [INFO] [stdout] | [INFO] [stdout] 264 | (s | metabolism) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 264 - (s | metabolism) [INFO] [stdout] 264 + s | metabolism [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/u32/models.rs:293:9 [INFO] [stdout] | [INFO] [stdout] 293 | (!(s | cdk2)) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 293 - (!(s | cdk2)) [INFO] [stdout] 293 + !(s | cdk2) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/u32/models.rs:313:9 [INFO] [stdout] | [INFO] [stdout] 313 | (!(s | m_torc1_s6k1)) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 313 - (!(s | m_torc1_s6k1)) [INFO] [stdout] 313 + !(s | m_torc1_s6k1) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/u32/models.rs:385:9 [INFO] [stdout] | [INFO] [stdout] 385 | (s | myc) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 385 - (s | myc) [INFO] [stdout] 385 + s | myc [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/u32/models.rs:406:9 [INFO] [stdout] | [INFO] [stdout] 406 | (s | cyclin_d1) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 406 - (s | cyclin_d1) [INFO] [stdout] 406 + s | cyclin_d1 [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling biodivine v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/u32/models.rs:425:9 [INFO] [stdout] | [INFO] [stdout] 425 | (s | egf) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 425 - (s | egf) [INFO] [stdout] 425 + s | egf [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/u32/models.rs:429:9 [INFO] [stdout] | [INFO] [stdout] 429 | (s | egf) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 429 - (s | egf) [INFO] [stdout] 429 + s | egf [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/u32/models.rs:433:9 [INFO] [stdout] | [INFO] [stdout] 433 | (s | egf) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 433 - (s | egf) [INFO] [stdout] 433 + s | egf [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/u32/models.rs:463:9 [INFO] [stdout] | [INFO] [stdout] 463 | (s | p53) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 463 - (s | p53) [INFO] [stdout] 463 + s | p53 [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/u32/models.rs:485:9 [INFO] [stdout] | [INFO] [stdout] 485 | (s | p53) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 485 - (s | p53) [INFO] [stdout] 485 + s | p53 [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/u32/models.rs:507:9 [INFO] [stdout] | [INFO] [stdout] 507 | (s | p53) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 507 - (s | p53) [INFO] [stdout] 507 + s | p53 [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/u32/models.rs:529:9 [INFO] [stdout] | [INFO] [stdout] 529 | (s | p53) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 529 - (s | p53) [INFO] [stdout] 529 + s | p53 [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::sync::atomic::AtomicU32::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/bitset.rs:81:41 [INFO] [stdout] | [INFO] [stdout] 81 | if self.values[value_index].compare_and_swap(old_value, new_value, Ordering::SeqCst) == old_value { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::sync::atomic::AtomicU32::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/u32/parallel.rs:169:43 [INFO] [stdout] | [INFO] [stdout] 169 | self.parent_pointer[item].compare_and_swap(parent as u32, parents_parent as u32, Ordering::SeqCst); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::sync::atomic::AtomicU32::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/u32/parallel.rs:186:47 [INFO] [stdout] | [INFO] [stdout] 186 | if self.parent_pointer[r].compare_and_swap(r as u32, l as u32, Ordering::SeqCst) == r as u32 { return } [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::sync::atomic::AtomicU32::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/u32/parallel.rs:188:47 [INFO] [stdout] | [INFO] [stdout] 188 | if self.parent_pointer[l].compare_and_swap(l as u32, r as u32, Ordering::SeqCst) == l as u32 { return } [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `num_vars` is never used [INFO] [stdout] --> src/bdd/mod.rs:101:8 [INFO] [stdout] | [INFO] [stdout] 73 | impl BDD { [INFO] [stdout] | -------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 101 | fn num_vars(&self) -> u32 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/u32/models.rs:52:9 [INFO] [stdout] | [INFO] [stdout] 52 | (s | cx43_m) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 52 - (s | cx43_m) [INFO] [stdout] 52 + s | cx43_m [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/u32/models.rs:55:9 [INFO] [stdout] | [INFO] [stdout] 55 | (s | l_tlr) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 55 - (s | l_tlr) [INFO] [stdout] 55 + s | l_tlr [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/u32/models.rs:60:9 [INFO] [stdout] | [INFO] [stdout] 60 | (!(s | gsk3b_h)) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 60 - (!(s | gsk3b_h)) [INFO] [stdout] 60 + !(s | gsk3b_h) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/u32/models.rs:90:9 [INFO] [stdout] | [INFO] [stdout] 90 | (!(s | pi3kakt_h)) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 90 - (!(s | pi3kakt_h)) [INFO] [stdout] 90 + !(s | pi3kakt_h) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/u32/models.rs:114:9 [INFO] [stdout] | [INFO] [stdout] 114 | (s | l_tlr) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 114 - (s | l_tlr) [INFO] [stdout] 114 + s | l_tlr [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/u32/models.rs:135:9 [INFO] [stdout] | [INFO] [stdout] 135 | (!(s | pi3kakt_m)) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 135 - (!(s | pi3kakt_m)) [INFO] [stdout] 135 + !(s | pi3kakt_m) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/u32/models.rs:155:9 [INFO] [stdout] | [INFO] [stdout] 155 | (s | l_tlr) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 155 - (s | l_tlr) [INFO] [stdout] 155 + s | l_tlr [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/u32/models.rs:173:9 [INFO] [stdout] | [INFO] [stdout] 173 | (s | il1) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 173 - (s | il1) [INFO] [stdout] 173 + s | il1 [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/u32/models.rs:213:9 [INFO] [stdout] | [INFO] [stdout] 213 | (s | insulin) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 213 - (s | insulin) [INFO] [stdout] 213 + s | insulin [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/u32/models.rs:216:9 [INFO] [stdout] | [INFO] [stdout] 216 | (s | gf) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 216 - (s | gf) [INFO] [stdout] 216 + s | gf [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/u32/models.rs:219:9 [INFO] [stdout] | [INFO] [stdout] 219 | (s | therapy) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 219 - (s | therapy) [INFO] [stdout] 219 + s | therapy [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/u32/models.rs:246:9 [INFO] [stdout] | [INFO] [stdout] 246 | (!(s | mdm2)) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 246 - (!(s | mdm2)) [INFO] [stdout] 246 + !(s | mdm2) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/u32/models.rs:264:9 [INFO] [stdout] | [INFO] [stdout] 264 | (s | metabolism) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 264 - (s | metabolism) [INFO] [stdout] 264 + s | metabolism [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/u32/models.rs:293:9 [INFO] [stdout] | [INFO] [stdout] 293 | (!(s | cdk2)) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 293 - (!(s | cdk2)) [INFO] [stdout] 293 + !(s | cdk2) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/u32/models.rs:313:9 [INFO] [stdout] | [INFO] [stdout] 313 | (!(s | m_torc1_s6k1)) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 313 - (!(s | m_torc1_s6k1)) [INFO] [stdout] 313 + !(s | m_torc1_s6k1) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/u32/models.rs:385:9 [INFO] [stdout] | [INFO] [stdout] 385 | (s | myc) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 385 - (s | myc) [INFO] [stdout] 385 + s | myc [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/u32/models.rs:406:9 [INFO] [stdout] | [INFO] [stdout] 406 | (s | cyclin_d1) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 406 - (s | cyclin_d1) [INFO] [stdout] 406 + s | cyclin_d1 [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/u32/models.rs:425:9 [INFO] [stdout] | [INFO] [stdout] 425 | (s | egf) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 425 - (s | egf) [INFO] [stdout] 425 + s | egf [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/u32/models.rs:429:9 [INFO] [stdout] | [INFO] [stdout] 429 | (s | egf) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 429 - (s | egf) [INFO] [stdout] 429 + s | egf [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/u32/models.rs:433:9 [INFO] [stdout] | [INFO] [stdout] 433 | (s | egf) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 433 - (s | egf) [INFO] [stdout] 433 + s | egf [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/u32/models.rs:463:9 [INFO] [stdout] | [INFO] [stdout] 463 | (s | p53) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 463 - (s | p53) [INFO] [stdout] 463 + s | p53 [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/u32/models.rs:485:9 [INFO] [stdout] | [INFO] [stdout] 485 | (s | p53) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 485 - (s | p53) [INFO] [stdout] 485 + s | p53 [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/u32/models.rs:507:9 [INFO] [stdout] | [INFO] [stdout] 507 | (s | p53) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 507 - (s | p53) [INFO] [stdout] 507 + s | p53 [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/u32/models.rs:529:9 [INFO] [stdout] | [INFO] [stdout] 529 | (s | p53) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 529 - (s | p53) [INFO] [stdout] 529 + s | p53 [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::sync::atomic::AtomicU32::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/bitset.rs:81:41 [INFO] [stdout] | [INFO] [stdout] 81 | if self.values[value_index].compare_and_swap(old_value, new_value, Ordering::SeqCst) == old_value { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::sync::atomic::AtomicU32::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/u32/parallel.rs:169:43 [INFO] [stdout] | [INFO] [stdout] 169 | self.parent_pointer[item].compare_and_swap(parent as u32, parents_parent as u32, Ordering::SeqCst); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::sync::atomic::AtomicU32::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/u32/parallel.rs:186:47 [INFO] [stdout] | [INFO] [stdout] 186 | if self.parent_pointer[r].compare_and_swap(r as u32, l as u32, Ordering::SeqCst) == r as u32 { return } [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::sync::atomic::AtomicU32::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/u32/parallel.rs:188:47 [INFO] [stdout] | [INFO] [stdout] 188 | if self.parent_pointer[l].compare_and_swap(l as u32, r as u32, Ordering::SeqCst) == l as u32 { return } [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.99s [INFO] running `Command { std: "docker" "inspect" "561d97beb86486a46b6c083eeb17276e51e6b6ce17696a9f6180d9ccd25cb93d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "561d97beb86486a46b6c083eeb17276e51e6b6ce17696a9f6180d9ccd25cb93d", kill_on_drop: false }` [INFO] [stdout] 561d97beb86486a46b6c083eeb17276e51e6b6ce17696a9f6180d9ccd25cb93d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+1.86.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] Error response from daemon: write /var/lib/docker/overlay2/632ddffaabb33e713feba79b0f4d6eb16c5236d6a5eac9f6862efcefe4e0b6a2/.tmp-lower3900226447: no space left on device