[INFO] fetching crate simid 0.1.0... [INFO] checking simid-0.1.0 against try#1463461488056994d1b84e8b752e7c11c7fae7aa for pr-154205 [INFO] extracting crate simid 0.1.0 into /workspace/builds/worker-3-tc2/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-3-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate simid 0.1.0 on toolchain 1463461488056994d1b84e8b752e7c11c7fae7aa [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1463461488056994d1b84e8b752e7c11c7fae7aa" "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" "+1463461488056994d1b84e8b752e7c11c7fae7aa" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [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.0) [INFO] [stderr] Adding sha1 v0.6.1 (available: v0.10.6) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1463461488056994d1b84e8b752e7c11c7fae7aa" "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-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1463461488056994d1b84e8b752e7c11c7fae7aa" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 70521a7dc21529f43d01293904a072ae982454465a07b4a900af7c7d2019a831 [INFO] running `Command { std: "docker" "start" "-a" "70521a7dc21529f43d01293904a072ae982454465a07b4a900af7c7d2019a831", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "70521a7dc21529f43d01293904a072ae982454465a07b4a900af7c7d2019a831", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "70521a7dc21529f43d01293904a072ae982454465a07b4a900af7c7d2019a831", kill_on_drop: false }` [INFO] [stdout] 70521a7dc21529f43d01293904a072ae982454465a07b4a900af7c7d2019a831 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1463461488056994d1b84e8b752e7c11c7fae7aa" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 508009196a42940eff53613b5dad9c5ed279dfb663d0aeae838a5fc1c59e9872 [INFO] running `Command { std: "docker" "start" "-a" "508009196a42940eff53613b5dad9c5ed279dfb663d0aeae838a5fc1c59e9872", 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 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] [stderr] [FMTARGS] {"crate":"simid","p":4,"ph":16,"wa":0,"pa":0,"a":16,"pos":16,"named":0,"cap":0,"ucap":0,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":16,"a_opt":16,"sz_no_dedup":256,"sz_old":256,"sz_opt":256} [INFO] [stderr] [FMTARGS] {"crate":"simid","p":4,"ph":16,"wa":0,"pa":0,"a":16,"pos":16,"named":0,"cap":0,"ucap":0,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":16,"a_opt":16,"sz_no_dedup":256,"sz_old":256,"sz_opt":256} [INFO] [stderr] [FMTARGS] {"crate":"simid","p":4,"ph":16,"wa":0,"pa":0,"a":16,"pos":16,"named":0,"cap":0,"ucap":0,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":16,"a_opt":16,"sz_no_dedup":256,"sz_old":256,"sz_opt":256} [INFO] [stderr] [FMTARGS] {"crate":"simid","p":0,"ph":6,"wa":0,"pa":0,"a":6,"pos":6,"named":0,"cap":0,"ucap":0,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":6,"a_opt":6,"sz_no_dedup":96,"sz_old":96,"sz_opt":96} [INFO] [stderr] [FMTARGS] {"crate":"simid","p":5,"ph":6,"wa":0,"pa":0,"a":6,"pos":6,"named":0,"cap":0,"ucap":0,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":6,"a_opt":6,"sz_no_dedup":96,"sz_old":96,"sz_opt":96} [INFO] [stderr] [FMTARGS] {"crate":"simid","p":5,"ph":6,"wa":0,"pa":0,"a":6,"pos":6,"named":0,"cap":0,"ucap":0,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":6,"a_opt":6,"sz_no_dedup":96,"sz_old":96,"sz_opt":96} [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: 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 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] [stderr] [FMTARGS] {"crate":"simid","p":4,"ph":16,"wa":0,"pa":0,"a":16,"pos":16,"named":0,"cap":0,"ucap":0,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":16,"a_opt":16,"sz_no_dedup":256,"sz_old":256,"sz_opt":256} [INFO] [stderr] [FMTARGS] {"crate":"simid","p":4,"ph":16,"wa":0,"pa":0,"a":16,"pos":16,"named":0,"cap":0,"ucap":0,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":16,"a_opt":16,"sz_no_dedup":256,"sz_old":256,"sz_opt":256} [INFO] [stderr] [FMTARGS] {"crate":"simid","p":4,"ph":16,"wa":0,"pa":0,"a":16,"pos":16,"named":0,"cap":0,"ucap":0,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":16,"a_opt":16,"sz_no_dedup":256,"sz_old":256,"sz_opt":256} [INFO] [stderr] [FMTARGS] {"crate":"simid","p":0,"ph":6,"wa":0,"pa":0,"a":6,"pos":6,"named":0,"cap":0,"ucap":0,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":6,"a_opt":6,"sz_no_dedup":96,"sz_old":96,"sz_opt":96} [INFO] [stderr] [FMTARGS] {"crate":"simid","p":5,"ph":6,"wa":0,"pa":0,"a":6,"pos":6,"named":0,"cap":0,"ucap":0,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":6,"a_opt":6,"sz_no_dedup":96,"sz_old":96,"sz_opt":96} [INFO] [stderr] [FMTARGS] {"crate":"simid","p":5,"ph":6,"wa":0,"pa":0,"a":6,"pos":6,"named":0,"cap":0,"ucap":0,"dup":0,"const":0,"constparam":0,"other_dup":0,"d2":0,"d3":0,"d4p":0,"deduped":0,"remaining":0,"a_old":6,"a_opt":6,"sz_no_dedup":96,"sz_old":96,"sz_opt":96} [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 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 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 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] warning: feature `test` is declared but not used [INFO] [stdout] --> benches/bench.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(test)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_features)]` (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] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.16s [INFO] running `Command { std: "docker" "inspect" "508009196a42940eff53613b5dad9c5ed279dfb663d0aeae838a5fc1c59e9872", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "508009196a42940eff53613b5dad9c5ed279dfb663d0aeae838a5fc1c59e9872", kill_on_drop: false }` [INFO] [stdout] 508009196a42940eff53613b5dad9c5ed279dfb663d0aeae838a5fc1c59e9872