[INFO] fetching crate simdutf8 0.1.4... [INFO] checking simdutf8-0.1.4 against master#f609b7e0586f81fefb3523e3e17adf779ac416be for pr-129466-2 [INFO] extracting crate simdutf8 0.1.4 into /workspace/builds/worker-0-tc1/source [INFO] validating manifest of crates.io crate simdutf8 0.1.4 on toolchain f609b7e0586f81fefb3523e3e17adf779ac416be [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate simdutf8 0.1.4 [INFO] finished tweaking crates.io crate simdutf8 0.1.4 [INFO] tweaked toml for crates.io crate simdutf8 0.1.4 written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] crate crates.io crate simdutf8 0.1.4 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" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e1c5ab543f94b85a276f77eec31254b4be447b672f4d7481fc38b5e3b132b848 [INFO] running `Command { std: "docker" "start" "-a" "e1c5ab543f94b85a276f77eec31254b4be447b672f4d7481fc38b5e3b132b848", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e1c5ab543f94b85a276f77eec31254b4be447b672f4d7481fc38b5e3b132b848", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e1c5ab543f94b85a276f77eec31254b4be447b672f4d7481fc38b5e3b132b848", kill_on_drop: false }` [INFO] [stdout] e1c5ab543f94b85a276f77eec31254b4be447b672f4d7481fc38b5e3b132b848 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5b11822af2ea38b970d328a4e30a7d9168407920986656dd162cedd6e1b7a3f5 [INFO] running `Command { std: "docker" "start" "-a" "5b11822af2ea38b970d328a4e30a7d9168407920986656dd162cedd6e1b7a3f5", kill_on_drop: false }` [INFO] [stderr] Checking simdutf8 v0.1.4 (/opt/rustwide/workdir) [INFO] [stdout] error: lint `const_err` has been removed: converted into hard error, see issue #71800 for more information [INFO] [stdout] --> src/implementation/algorithm.rs:185:21 [INFO] [stdout] | [INFO] [stdout] 185 | #[allow(const_err)] // the same, but for Rust 1.38.0 [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/implementation/x86/avx2.rs:261:1 [INFO] [stdout] | [INFO] [stdout] 261 | algorithm_simd!("avx2"); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [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(renamed_and_removed_lints)]` implied by `#[deny(warnings)]` [INFO] [stdout] = note: this error originates in the macro `algorithm_simd` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: lint `const_err` has been removed: converted into hard error, see issue #71800 for more information [INFO] [stdout] --> src/implementation/algorithm.rs:185:21 [INFO] [stdout] | [INFO] [stdout] 185 | #[allow(const_err)] // the same, but for Rust 1.38.0 [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/implementation/x86/sse42.rs:245:1 [INFO] [stdout] | [INFO] [stdout] 245 | algorithm_simd!("sse4.2"); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `algorithm_simd` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: lint `const_err` has been removed: converted into hard error, see issue #71800 for more information [INFO] [stdout] --> src/implementation/algorithm.rs:185:21 [INFO] [stdout] | [INFO] [stdout] 185 | #[allow(const_err)] // the same, but for Rust 1.38.0 [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/implementation/x86/avx2.rs:261:1 [INFO] [stdout] | [INFO] [stdout] 261 | algorithm_simd!("avx2"); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [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(renamed_and_removed_lints)]` implied by `#[deny(warnings)]` [INFO] [stdout] = note: this error originates in the macro `algorithm_simd` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: lint `const_err` has been removed: converted into hard error, see issue #71800 for more information [INFO] [stdout] --> src/implementation/algorithm.rs:185:21 [INFO] [stdout] | [INFO] [stdout] 185 | #[allow(const_err)] // the same, but for Rust 1.38.0 [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/implementation/x86/sse42.rs:245:1 [INFO] [stdout] | [INFO] [stdout] 245 | algorithm_simd!("sse4.2"); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `algorithm_simd` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `simdutf8` (lib test) due to 3 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `simdutf8` (lib) due to 3 previous errors [INFO] running `Command { std: "docker" "inspect" "5b11822af2ea38b970d328a4e30a7d9168407920986656dd162cedd6e1b7a3f5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5b11822af2ea38b970d328a4e30a7d9168407920986656dd162cedd6e1b7a3f5", kill_on_drop: false }` [INFO] [stdout] 5b11822af2ea38b970d328a4e30a7d9168407920986656dd162cedd6e1b7a3f5