[INFO] fetching crate byte_muck 1.0.0... [INFO] testing byte_muck-1.0.0 against master#1ef7943ee607160a564655b6596f83670ef95df5 for pr-146098-6 [INFO] extracting crate byte_muck 1.0.0 into /workspace/builds/worker-2-tc1/source [INFO] started tweaking crates.io crate byte_muck 1.0.0 [INFO] finished tweaking crates.io crate byte_muck 1.0.0 [INFO] tweaked toml for crates.io crate byte_muck 1.0.0 written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate byte_muck 1.0.0 on toolchain 1ef7943ee607160a564655b6596f83670ef95df5 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9c42c365919092175e91872135bd5d07f48c577271e47eae6cbb00c2be5e1307 [INFO] running `Command { std: "docker" "start" "-a" "9c42c365919092175e91872135bd5d07f48c577271e47eae6cbb00c2be5e1307", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9c42c365919092175e91872135bd5d07f48c577271e47eae6cbb00c2be5e1307", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9c42c365919092175e91872135bd5d07f48c577271e47eae6cbb00c2be5e1307", kill_on_drop: false }` [INFO] [stdout] 9c42c365919092175e91872135bd5d07f48c577271e47eae6cbb00c2be5e1307 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4a55263bbec4828c78447680678d1dbe19eaeee1d3beffcc675dad88b9f3f586 [INFO] running `Command { std: "docker" "start" "-a" "4a55263bbec4828c78447680678d1dbe19eaeee1d3beffcc675dad88b9f3f586", kill_on_drop: false }` [INFO] [stderr] Compiling byte_muck v1.0.0 (/opt/rustwide/workdir) [INFO] [stdout] error: You probably want the `bytemuck` crate instead. [INFO] [stdout] --> src/lib.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | compile_error!("You probably want the `bytemuck` crate instead."); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `docs_rs` [INFO] [stdout] --> src/lib.rs:7:11 [INFO] [stdout] | [INFO] [stdout] 7 | #[cfg(not(docs_rs))] [INFO] [stdout] | ^^^^^^^ help: there is a config with a similar name: `docsrs` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(docs_rs)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(docs_rs)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `byte_muck` (lib) due to 1 previous error; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "4a55263bbec4828c78447680678d1dbe19eaeee1d3beffcc675dad88b9f3f586", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4a55263bbec4828c78447680678d1dbe19eaeee1d3beffcc675dad88b9f3f586", kill_on_drop: false }` [INFO] [stdout] 4a55263bbec4828c78447680678d1dbe19eaeee1d3beffcc675dad88b9f3f586