[INFO] fetching crate sleef 0.3.2... [INFO] testing sleef-0.3.2 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate sleef 0.3.2 into /workspace/builds/worker-1-tc1/source [INFO] removed /workspace/builds/worker-1-tc1/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-1-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate sleef 0.3.2 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "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" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded doubled v0.3.2 [INFO] [stderr] Downloaded rug v1.22.0 [INFO] [stderr] Downloaded gmp-mpfr-sys v1.6.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c043a40a939b7076a96843b79d3feeca47f7e50d6d25bb600d1cb2a5a71c8c74 [INFO] running `Command { std: "docker" "start" "-a" "c043a40a939b7076a96843b79d3feeca47f7e50d6d25bb600d1cb2a5a71c8c74", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c043a40a939b7076a96843b79d3feeca47f7e50d6d25bb600d1cb2a5a71c8c74", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c043a40a939b7076a96843b79d3feeca47f7e50d6d25bb600d1cb2a5a71c8c74", kill_on_drop: false }` [INFO] [stdout] c043a40a939b7076a96843b79d3feeca47f7e50d6d25bb600d1cb2a5a71c8c74 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 0ae64219ea3797191bbb8e0df38206a14dd20bec7e9089d4c63cc362dbe3b826 [INFO] running `Command { std: "docker" "start" "-a" "0ae64219ea3797191bbb8e0df38206a14dd20bec7e9089d4c63cc362dbe3b826", 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" "0ae64219ea3797191bbb8e0df38206a14dd20bec7e9089d4c63cc362dbe3b826", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0ae64219ea3797191bbb8e0df38206a14dd20bec7e9089d4c63cc362dbe3b826", kill_on_drop: false }` [INFO] [stdout] 0ae64219ea3797191bbb8e0df38206a14dd20bec7e9089d4c63cc362dbe3b826