[INFO] fetching crate sleef 0.3.2... [INFO] testing sleef-0.3.2 against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] extracting crate sleef 0.3.2 into /workspace/builds/worker-6-tc2/source [INFO] removed /workspace/builds/worker-6-tc2/source/rust-toolchain [INFO] started tweaking crates.io crate sleef 0.3.2 [INFO] finished tweaking crates.io crate sleef 0.3.2 [INFO] tweaked toml for crates.io crate sleef 0.3.2 written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate sleef 0.3.2 on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate sleef 0.3.2 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" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f8f9b02ccc2834ec8ccf2621f504efa26ff1a632c2ece2393557e4735bc39a75 [INFO] running `Command { std: "docker" "start" "-a" "f8f9b02ccc2834ec8ccf2621f504efa26ff1a632c2ece2393557e4735bc39a75", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f8f9b02ccc2834ec8ccf2621f504efa26ff1a632c2ece2393557e4735bc39a75", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f8f9b02ccc2834ec8ccf2621f504efa26ff1a632c2ece2393557e4735bc39a75", kill_on_drop: false }` [INFO] [stdout] f8f9b02ccc2834ec8ccf2621f504efa26ff1a632c2ece2393557e4735bc39a75 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c30f25328fe059c868b3457f658a68c11bc77968ca63c21a0e8c7dfd9006320e [INFO] running `Command { std: "docker" "start" "-a" "c30f25328fe059c868b3457f658a68c11bc77968ca63c21a0e8c7dfd9006320e", kill_on_drop: false }` [INFO] [stderr] Compiling doubled v0.3.2 [INFO] [stderr] Compiling sleef v0.3.2 (/opt/rustwide/workdir) [INFO] [stdout] error: unexpected `cfg` condition value: `enable_neon32` [INFO] [stdout] --> src/f32x/u10.rs:1370:19 [INFO] [stdout] | [INFO] [stdout] 1370 | #[cfg(any(feature = "enable_neon32", feature = "enable_neon32vfpv4"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default` [INFO] [stdout] = help: consider adding `enable_neon32` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | #![deny(warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[deny(unexpected_cfgs)]` implied by `#[deny(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unexpected `cfg` condition value: `enable_neon32vfpv4` [INFO] [stdout] --> src/f32x/u10.rs:1370:46 [INFO] [stdout] | [INFO] [stdout] 1370 | #[cfg(any(feature = "enable_neon32", feature = "enable_neon32vfpv4"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default` [INFO] [stdout] = help: consider adding `enable_neon32vfpv4` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unexpected `cfg` condition value: `enable_neon32` [INFO] [stdout] --> src/f32x/u35.rs:1162:17 [INFO] [stdout] | [INFO] [stdout] 1162 | not(feature = "enable_neon32"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default` [INFO] [stdout] = help: consider adding `enable_neon32` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unexpected `cfg` condition value: `enable_neon32vfpv4` [INFO] [stdout] --> src/f32x/u35.rs:1163:17 [INFO] [stdout] | [INFO] [stdout] 1163 | not(feature = "enable_neon32vfpv4"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default` [INFO] [stdout] = help: consider adding `enable_neon32vfpv4` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unexpected `cfg` condition value: `enable_neon32` [INFO] [stdout] --> src/f32x/u35.rs:503:25 [INFO] [stdout] | [INFO] [stdout] 503 | let mut u = if cfg!(feature = "enable_neon32") { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default` [INFO] [stdout] = help: consider adding `enable_neon32` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unexpected `cfg` condition value: `enable_neon32` [INFO] [stdout] --> src/f32x/u35.rs:576:25 [INFO] [stdout] | [INFO] [stdout] 576 | let mut u = if cfg!(feature = "enable_neon32") { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default` [INFO] [stdout] = help: consider adding `enable_neon32` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unexpected `cfg` condition value: `enable_neon32` [INFO] [stdout] --> src/f32x/u35.rs:878:13 [INFO] [stdout] | [INFO] [stdout] 878 | if cfg!(feature = "enable_neon32") || cfg!(feature = "enable_neon32vfpv4") { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default` [INFO] [stdout] = help: consider adding `enable_neon32` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unexpected `cfg` condition value: `enable_neon32vfpv4` [INFO] [stdout] --> src/f32x/u35.rs:878:48 [INFO] [stdout] | [INFO] [stdout] 878 | if cfg!(feature = "enable_neon32") || cfg!(feature = "enable_neon32vfpv4") { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default` [INFO] [stdout] = help: consider adding `enable_neon32vfpv4` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unexpected `cfg` condition value: `full_fp_rounding` [INFO] [stdout] --> src/f32x.rs:632:13 [INFO] [stdout] | [INFO] [stdout] 632 | if cfg!(feature = "full_fp_rounding") { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default` [INFO] [stdout] = help: consider adding `full_fp_rounding` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unexpected `cfg` condition value: `enable_neon32` [INFO] [stdout] --> src/f32x.rs:1037:15 [INFO] [stdout] | [INFO] [stdout] 1037 | #[cfg(any(feature = "enable_neon32", feature = "enable_neon32vfpv4"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default` [INFO] [stdout] = help: consider adding `enable_neon32` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unexpected `cfg` condition value: `enable_neon32vfpv4` [INFO] [stdout] --> src/f32x.rs:1037:42 [INFO] [stdout] | [INFO] [stdout] 1037 | #[cfg(any(feature = "enable_neon32", feature = "enable_neon32vfpv4"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default` [INFO] [stdout] = help: consider adding `enable_neon32vfpv4` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unexpected `cfg` condition value: `full_fp_rounding` [INFO] [stdout] --> src/f32x.rs:1021:17 [INFO] [stdout] | [INFO] [stdout] 1021 | if cfg!(feature = "full_fp_rounding") { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default` [INFO] [stdout] = help: consider adding `full_fp_rounding` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unexpected `cfg` condition value: `full_fp_rounding` [INFO] [stdout] --> src/f64x.rs:490:17 [INFO] [stdout] | [INFO] [stdout] 490 | if cfg!(feature = "full_fp_rounding") { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default` [INFO] [stdout] = help: consider adding `full_fp_rounding` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unexpected `cfg` condition value: `full_fp_rounding` [INFO] [stdout] --> src/f64x.rs:579:17 [INFO] [stdout] | [INFO] [stdout] 579 | if cfg!(feature = "full_fp_rounding") { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default` [INFO] [stdout] = help: consider adding `full_fp_rounding` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unexpected `cfg` condition value: `full_fp_rounding` [INFO] [stdout] --> src/f64x.rs:641:13 [INFO] [stdout] | [INFO] [stdout] 641 | if cfg!(feature = "full_fp_rounding") { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default` [INFO] [stdout] = help: consider adding `full_fp_rounding` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unexpected `cfg` condition value: `full_fp_rounding` [INFO] [stdout] --> src/f64x.rs:1055:11 [INFO] [stdout] | [INFO] [stdout] 1055 | #[cfg(feature = "full_fp_rounding")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default` [INFO] [stdout] = help: consider adding `full_fp_rounding` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unexpected `cfg` condition value: `full_fp_rounding` [INFO] [stdout] --> src/f64x.rs:1064:15 [INFO] [stdout] | [INFO] [stdout] 1064 | #[cfg(not(feature = "full_fp_rounding"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default` [INFO] [stdout] = help: consider adding `full_fp_rounding` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unexpected `cfg` condition value: `full_fp_rounding` [INFO] [stdout] --> src/f64x.rs:1115:13 [INFO] [stdout] | [INFO] [stdout] 1115 | if cfg!(feature = "full_fp_rounding") { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default` [INFO] [stdout] = help: consider adding `full_fp_rounding` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: associated functions `poly13`, `poly14`, `poly15`, `poly17`, `poly18`, and `poly20` are never used [INFO] [stdout] --> src/common.rs:269:8 [INFO] [stdout] | [INFO] [stdout] 136 | pub trait Poly: MulAdd [INFO] [stdout] | ---- associated functions in this trait [INFO] [stdout] ... [INFO] [stdout] 269 | fn poly13( [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 293 | fn poly14( [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 318 | fn poly15( [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 371 | fn poly17( [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 402 | fn poly18( [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 467 | fn poly20( [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[deny(dead_code)]` implied by `#[deny(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `sleef` (lib) due to 19 previous errors [INFO] running `Command { std: "docker" "inspect" "c30f25328fe059c868b3457f658a68c11bc77968ca63c21a0e8c7dfd9006320e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c30f25328fe059c868b3457f658a68c11bc77968ca63c21a0e8c7dfd9006320e", kill_on_drop: false }` [INFO] [stdout] c30f25328fe059c868b3457f658a68c11bc77968ca63c21a0e8c7dfd9006320e