[INFO] fetching crate softposit 0.3.9... [INFO] building softposit-0.3.9 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate softposit 0.3.9 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate softposit 0.3.9 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate softposit 0.3.9 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate softposit 0.3.9 [INFO] tweaked toml for crates.io crate softposit 0.3.9 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate crates.io crate softposit 0.3.9 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 45f53d88506bfdcda596816454f363accb2db66193bcbec986e981182d07a352 [INFO] running `Command { std: "docker" "start" "-a" "45f53d88506bfdcda596816454f363accb2db66193bcbec986e981182d07a352", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "45f53d88506bfdcda596816454f363accb2db66193bcbec986e981182d07a352", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "45f53d88506bfdcda596816454f363accb2db66193bcbec986e981182d07a352", kill_on_drop: false }` [INFO] [stdout] 45f53d88506bfdcda596816454f363accb2db66193bcbec986e981182d07a352 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1c9c0ed77e51e9cd3a7560c1a8ce0152aa4e5be2d2bdaaf9ce7b6406a5a58e6f [INFO] running `Command { std: "docker" "start" "-a" "1c9c0ed77e51e9cd3a7560c1a8ce0152aa4e5be2d2bdaaf9ce7b6406a5a58e6f", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling autocfg v0.1.4 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling softposit v0.3.9 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/p16e1/math.rs:1127:9 [INFO] [stdout] | [INFO] [stdout] 1127 | ((f * (0x_2C5C_8000 + s)) >> 24) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 1127 - ((f * (0x_2C5C_8000 + s)) >> 24) [INFO] [stdout] 1127 + (f * (0x_2C5C_8000 + s)) >> 24 [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/p32e2/math/sleef.rs:274:9 [INFO] [stdout] | [INFO] [stdout] 274 | (if x.signum() == -ONE { P32E2::PI } else { ZERO }) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 274 - (if x.signum() == -ONE { P32E2::PI } else { ZERO }) [INFO] [stdout] 274 + if x.signum() == -ONE { P32E2::PI } else { ZERO } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/p32e2/math/sleef.rs:594:31 [INFO] [stdout] | [INFO] [stdout] 594 | let r = if o { u } else { (P32E2::FRAC_PI_2 - TWO * u) }; [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 594 - let r = if o { u } else { (P32E2::FRAC_PI_2 - TWO * u) }; [INFO] [stdout] 594 + let r = if o { u } else { P32E2::FRAC_PI_2 - TWO * u }; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.59s [INFO] running `Command { std: "docker" "inspect" "1c9c0ed77e51e9cd3a7560c1a8ce0152aa4e5be2d2bdaaf9ce7b6406a5a58e6f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1c9c0ed77e51e9cd3a7560c1a8ce0152aa4e5be2d2bdaaf9ce7b6406a5a58e6f", kill_on_drop: false }` [INFO] [stdout] 1c9c0ed77e51e9cd3a7560c1a8ce0152aa4e5be2d2bdaaf9ce7b6406a5a58e6f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ff359fb530fd056aeba1511cae4fb7fc334328615448d6d09373078778d78bc5 [INFO] running `Command { std: "docker" "start" "-a" "ff359fb530fd056aeba1511cae4fb7fc334328615448d6d09373078778d78bc5", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.58 [INFO] [stderr] Compiling rand_core v0.4.0 [INFO] [stderr] Compiling lazy_static v1.3.0 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling arrayvec v0.4.10 [INFO] [stderr] Compiling serde v1.0.94 [INFO] [stderr] Compiling cfg-if v0.1.9 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling nodrop v0.1.13 [INFO] [stderr] Compiling memchr v2.2.0 [INFO] [stderr] Compiling ryu v0.2.8 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling scopeguard v0.3.3 [INFO] [stderr] Compiling memoffset v0.2.1 [INFO] [stderr] Compiling syn v0.15.39 [INFO] [stderr] Compiling bitflags v1.1.0 [INFO] [stderr] Compiling ryu v1.0.0 [INFO] [stderr] Compiling itoa v0.4.4 [INFO] [stderr] Compiling either v1.5.2 [INFO] [stderr] Compiling rayon-core v1.5.0 [INFO] [stderr] Compiling unicode-width v0.1.5 [INFO] [stderr] Compiling cast v0.2.2 [INFO] [stderr] Compiling same-file v1.0.4 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/p16e1/math.rs:1127:9 [INFO] [stdout] | [INFO] [stdout] 1127 | ((f * (0x_2C5C_8000 + s)) >> 24) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 1127 - ((f * (0x_2C5C_8000 + s)) >> 24) [INFO] [stdout] 1127 + (f * (0x_2C5C_8000 + s)) >> 24 [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/p32e2/math/sleef.rs:274:9 [INFO] [stdout] | [INFO] [stdout] 274 | (if x.signum() == -ONE { P32E2::PI } else { ZERO }) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 274 - (if x.signum() == -ONE { P32E2::PI } else { ZERO }) [INFO] [stdout] 274 + if x.signum() == -ONE { P32E2::PI } else { ZERO } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/p32e2/math/sleef.rs:594:31 [INFO] [stdout] | [INFO] [stdout] 594 | let r = if o { u } else { (P32E2::FRAC_PI_2 - TWO * u) }; [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 594 - let r = if o { u } else { (P32E2::FRAC_PI_2 - TWO * u) }; [INFO] [stdout] 594 + let r = if o { u } else { P32E2::FRAC_PI_2 - TWO * u }; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling crossbeam-utils v0.6.5 [INFO] [stderr] Compiling itertools v0.8.0 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_jitter v0.1.4 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling walkdir v2.2.8 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling crossbeam-queue v0.1.2 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling num_cpus v1.10.1 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling quote v0.6.12 [INFO] [stderr] Compiling crossbeam-epoch v0.7.1 [INFO] [stderr] Compiling regex-automata v0.1.7 [INFO] [stderr] Compiling criterion-plot v0.3.1 [INFO] [stderr] Compiling rand_xoshiro v0.1.0 [INFO] [stderr] Compiling csv-core v0.1.6 [INFO] [stderr] Compiling crossbeam-deque v0.6.3 [INFO] [stderr] Compiling rayon v1.1.0 [INFO] [stderr] Compiling serde_derive v1.0.94 [INFO] [stderr] Compiling bstr v0.2.1 [INFO] [stderr] Compiling serde_json v1.0.39 [INFO] [stderr] Compiling csv v1.1.0 [INFO] [stderr] Compiling tinytemplate v1.0.2 [INFO] [stderr] Compiling criterion v0.2.11 [INFO] [stderr] Compiling softposit v0.3.9 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/p16e1/math.rs:1127:9 [INFO] [stdout] | [INFO] [stdout] 1127 | ((f * (0x_2C5C_8000 + s)) >> 24) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 1127 - ((f * (0x_2C5C_8000 + s)) >> 24) [INFO] [stdout] 1127 + (f * (0x_2C5C_8000 + s)) >> 24 [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/p32e2/math/sleef.rs:274:9 [INFO] [stdout] | [INFO] [stdout] 274 | (if x.signum() == -ONE { P32E2::PI } else { ZERO }) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 274 - (if x.signum() == -ONE { P32E2::PI } else { ZERO }) [INFO] [stdout] 274 + if x.signum() == -ONE { P32E2::PI } else { ZERO } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/p32e2/math/sleef.rs:594:31 [INFO] [stdout] | [INFO] [stdout] 594 | let r = if o { u } else { (P32E2::FRAC_PI_2 - TWO * u) }; [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 594 - let r = if o { u } else { (P32E2::FRAC_PI_2 - TWO * u) }; [INFO] [stdout] 594 + let r = if o { u } else { P32E2::FRAC_PI_2 - TWO * u }; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 30.03s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/softposit-838dd5e0e011130f) [INFO] running `Command { std: "docker" "inspect" "ff359fb530fd056aeba1511cae4fb7fc334328615448d6d09373078778d78bc5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ff359fb530fd056aeba1511cae4fb7fc334328615448d6d09373078778d78bc5", kill_on_drop: false }` [INFO] [stdout] ff359fb530fd056aeba1511cae4fb7fc334328615448d6d09373078778d78bc5