[INFO] fetching crate simid 0.1.0...
[INFO] checking simid-0.1.0 against 1.95.0 for pr-155915
[INFO] extracting crate simid 0.1.0 into /workspace/builds/worker-6-tc1/source
[INFO] started tweaking crates.io crate simid 0.1.0
[INFO] finished tweaking crates.io crate simid 0.1.0
[INFO] tweaked toml for crates.io crate simid 0.1.0 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate simid 0.1.0 on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "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" "+1.95.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 27 packages to latest compatible versions
[INFO] [stderr]       Adding md5 v0.7.0 (available: v0.8.0)
[INFO] [stderr]       Adding rand v0.7.3 (available: v0.10.1)
[INFO] [stderr]       Adding sha1 v0.6.1 (available: v0.11.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8af24d397ad3e2c09c50c80b796a7fdef5ab43e0f204eabf5a10063b87cfe18a
[INFO] running `Command { std: "docker" "start" "-a" "8af24d397ad3e2c09c50c80b796a7fdef5ab43e0f204eabf5a10063b87cfe18a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8af24d397ad3e2c09c50c80b796a7fdef5ab43e0f204eabf5a10063b87cfe18a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8af24d397ad3e2c09c50c80b796a7fdef5ab43e0f204eabf5a10063b87cfe18a", kill_on_drop: false }`
[INFO] [stdout] 8af24d397ad3e2c09c50c80b796a7fdef5ab43e0f204eabf5a10063b87cfe18a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5a76ee2a1d75e2d303494756b3655adb748c66d0827ef26a141e58f7ccee4275
[INFO] running `Command { std: "docker" "start" "-a" "5a76ee2a1d75e2d303494756b3655adb748c66d0827ef26a141e58f7ccee4275", kill_on_drop: false }`
[INFO] [stderr]     Checking simid v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition name: `feauture`
[INFO] [stdout]  --> src/name.rs:1:34
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![cfg(any(feature = "hash_md5", feauture = "hash_sha1"))]
[INFO] [stdout]   |                                  ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]   |
[INFO] [stdout] 1 - #![cfg(any(feature = "hash_md5", feauture = "hash_sha1"))]
[INFO] [stdout] 1 + #![cfg(any(feature = "hash_md5", feature = "hash_sha1"))]
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `feauture`
[INFO] [stdout]  --> src/name.rs:1:34
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![cfg(any(feature = "hash_md5", feauture = "hash_sha1"))]
[INFO] [stdout]   |                                  ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]   |
[INFO] [stdout] 1 - #![cfg(any(feature = "hash_md5", feauture = "hash_sha1"))]
[INFO] [stdout] 1 + #![cfg(any(feature = "hash_md5", feature = "hash_sha1"))]
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/lib.rs:300:21
[INFO] [stdout]     |
[INFO] [stdout] 300 | pub struct ClockSeq(u16);
[INFO] [stdout]     |            -------- ^^^
[INFO] [stdout]     |            |
[INFO] [stdout]     |            field in this struct
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider removing this field
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/lib.rs:300:21
[INFO] [stdout]     |
[INFO] [stdout] 300 | pub struct ClockSeq(u16);
[INFO] [stdout]     |            -------- ^^^
[INFO] [stdout]     |            |
[INFO] [stdout]     |            field in this struct
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider removing this field
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel
[INFO] [stdout]  --> benches/bench.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(test)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `feauture`
[INFO] [stdout]  --> benches/bench.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 |     feauture = "hash_sha1",
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]   |
[INFO] [stdout] 4 -     feauture = "hash_sha1",
[INFO] [stdout] 4 +     feature = "hash_sha1",
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `feauture`
[INFO] [stdout]  --> benches/bench.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 |     feauture = "random",
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]   |
[INFO] [stdout] 5 -     feauture = "random",
[INFO] [stdout] 5 +     feature = "random",
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `feauture`
[INFO] [stdout]  --> benches/bench.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 |     feauture = "mac"
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]   |
[INFO] [stdout] 6 -     feauture = "mac"
[INFO] [stdout] 6 +     feature = "mac"
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0554`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `simid` (bench "bench") due to 1 previous error; 3 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "5a76ee2a1d75e2d303494756b3655adb748c66d0827ef26a141e58f7ccee4275", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5a76ee2a1d75e2d303494756b3655adb748c66d0827ef26a141e58f7ccee4275", kill_on_drop: false }`
[INFO] [stdout] 5a76ee2a1d75e2d303494756b3655adb748c66d0827ef26a141e58f7ccee4275
