[INFO] cloning repository https://github.com/norcalli/chash
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/norcalli/chash" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnorcalli%2Fchash", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnorcalli%2Fchash'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 73039800cdbfa035d3d3bb4dbd4972de532a96a4
[INFO] testing norcalli/chash against 1.91.0 for beta-1.92-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnorcalli%2Fchash" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/norcalli/chash
[INFO] finished tweaking git repo https://github.com/norcalli/chash
[INFO] tweaked toml for git repo https://github.com/norcalli/chash written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/norcalli/chash on toolchain 1.91.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/norcalli/chash 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" "+1.91.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded structmeta-derive v0.1.3
[INFO] [stderr]   Downloaded parse-display-derive v0.5.1
[INFO] [stderr]   Downloaded proc-macro2 v1.0.28
[INFO] [stderr]   Downloaded indexmap v1.7.0
[INFO] [stderr]   Downloaded clang-sys v1.2.1
[INFO] [stderr]   Downloaded syn v1.0.75
[INFO] [stderr]   Downloaded parse-display v0.5.1
[INFO] [stderr]   Downloaded libc v0.2.100
[INFO] [stderr]   Downloaded itertools v0.10.1
[INFO] [stderr]   Downloaded anyhow v1.0.43
[INFO] [stderr]   Downloaded structmeta v0.1.3
[INFO] [stderr]   Downloaded clang v1.0.3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "+1.91.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c96a56686022a934c4a481f9707e9df3a017d64b00a2c4fda3a2c806fc20d599
[INFO] running `Command { std: "docker" "start" "-a" "c96a56686022a934c4a481f9707e9df3a017d64b00a2c4fda3a2c806fc20d599", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c96a56686022a934c4a481f9707e9df3a017d64b00a2c4fda3a2c806fc20d599", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c96a56686022a934c4a481f9707e9df3a017d64b00a2c4fda3a2c806fc20d599", kill_on_drop: false }`
[INFO] [stdout] c96a56686022a934c4a481f9707e9df3a017d64b00a2c4fda3a2c806fc20d599
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+1.91.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0d7276a5a450258f7e6dd711005d6c0a0b7bb4c1c2a534e7031bedd6768e3d90
[INFO] running `Command { std: "docker" "start" "-a" "0d7276a5a450258f7e6dd711005d6c0a0b7bb4c1c2a534e7031bedd6768e3d90", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.28
[INFO] [stderr]    Compiling unicode-xid v0.2.2
[INFO] [stderr]    Compiling memchr v2.4.1
[INFO] [stderr]    Compiling syn v1.0.75
[INFO] [stderr]    Compiling libc v0.2.100
[INFO] [stderr]    Compiling glob v0.3.0
[INFO] [stderr]    Compiling regex-syntax v0.6.25
[INFO] [stderr]    Compiling autocfg v1.0.1
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]    Compiling once_cell v1.8.0
[INFO] [stderr]    Compiling anyhow v1.0.43
[INFO] [stderr]    Compiling indexmap v1.7.0
[INFO] [stderr]    Compiling clang-sys v1.2.1
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling humantime v2.1.0
[INFO] [stderr]    Compiling termcolor v1.1.2
[INFO] [stderr]    Compiling hashbrown v0.11.2
[INFO] [stderr]    Compiling either v1.6.1
[INFO] [stderr]    Compiling itertools v0.10.1
[INFO] [stderr]    Compiling aho-corasick v0.7.18
[INFO] [stderr]    Compiling quote v1.0.9
[INFO] [stderr]    Compiling clang v1.0.3
[INFO] [stderr]    Compiling regex v1.5.4
[INFO] [stderr]    Compiling env_logger v0.9.0
[INFO] [stderr]    Compiling structmeta-derive v0.1.3
[INFO] [stderr]    Compiling structmeta v0.1.3
[INFO] [stderr]    Compiling parse-display-derive v0.5.1
[INFO] [stderr]    Compiling parse-display v0.5.1
[INFO] [stderr]    Compiling chash v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: struct `DebugHasher` is never constructed
[INFO] [stdout]    --> src/main.rs:266:8
[INFO] [stdout]     |
[INFO] [stdout] 266 | struct DebugHasher {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]    --> src/main.rs:272:8
[INFO] [stdout]     |
[INFO] [stdout] 271 | impl DebugHasher {
[INFO] [stdout]     | ---------------- associated function in this implementation
[INFO] [stdout] 272 |     fn new(label: impl std::fmt::Display) -> Self {
[INFO] [stdout]     |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `hash` is never used
[INFO] [stdout]    --> src/main.rs:292:4
[INFO] [stdout]     |
[INFO] [stdout] 292 | fn hash<T: Hash>(x: &T) -> u64 {
[INFO] [stdout]     |    ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `debug_hash` is never used
[INFO] [stdout]    --> src/main.rs:299:4
[INFO] [stdout]     |
[INFO] [stdout] 299 | fn debug_hash<T: Hash>(x: &T, label: impl std::fmt::Display) -> u64 {
[INFO] [stdout]     |    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.31s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: parse-display-derive v0.5.1, structmeta-derive v0.1.3
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "0d7276a5a450258f7e6dd711005d6c0a0b7bb4c1c2a534e7031bedd6768e3d90", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0d7276a5a450258f7e6dd711005d6c0a0b7bb4c1c2a534e7031bedd6768e3d90", kill_on_drop: false }`
[INFO] [stdout] 0d7276a5a450258f7e6dd711005d6c0a0b7bb4c1c2a534e7031bedd6768e3d90
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+1.91.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9df40fd514234160431c851d4baf063bbc380cd58defbd73c2c7452b394cd415
[INFO] running `Command { std: "docker" "start" "-a" "9df40fd514234160431c851d4baf063bbc380cd58defbd73c2c7452b394cd415", kill_on_drop: false }`
[INFO] [stderr]    Compiling chash v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: struct `DebugHasher` is never constructed
[INFO] [stdout]    --> src/main.rs:266:8
[INFO] [stdout]     |
[INFO] [stdout] 266 | struct DebugHasher {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]    --> src/main.rs:272:8
[INFO] [stdout]     |
[INFO] [stdout] 271 | impl DebugHasher {
[INFO] [stdout]     | ---------------- associated function in this implementation
[INFO] [stdout] 272 |     fn new(label: impl std::fmt::Display) -> Self {
[INFO] [stdout]     |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `hash` is never used
[INFO] [stdout]    --> src/main.rs:292:4
[INFO] [stdout]     |
[INFO] [stdout] 292 | fn hash<T: Hash>(x: &T) -> u64 {
[INFO] [stdout]     |    ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `debug_hash` is never used
[INFO] [stdout]    --> src/main.rs:299:4
[INFO] [stdout]     |
[INFO] [stdout] 299 | fn debug_hash<T: Hash>(x: &T, label: impl std::fmt::Display) -> u64 {
[INFO] [stdout]     |    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.46s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: parse-display-derive v0.5.1, structmeta-derive v0.1.3
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "9df40fd514234160431c851d4baf063bbc380cd58defbd73c2c7452b394cd415", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9df40fd514234160431c851d4baf063bbc380cd58defbd73c2c7452b394cd415", kill_on_drop: false }`
[INFO] [stdout] 9df40fd514234160431c851d4baf063bbc380cd58defbd73c2c7452b394cd415
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+1.91.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 28429f42de4288f2ed7836bd8b5798f6bfb4b2e8c4d4a1e41a3936138a31dcb0
[INFO] running `Command { std: "docker" "start" "-a" "28429f42de4288f2ed7836bd8b5798f6bfb4b2e8c4d4a1e41a3936138a31dcb0", kill_on_drop: false }`
[INFO] [stderr] warning: struct `DebugHasher` is never constructed
[INFO] [stderr]    --> src/main.rs:266:8
[INFO] [stderr]     |
[INFO] [stderr] 266 | struct DebugHasher {
[INFO] [stderr]     |        ^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: associated function `new` is never used
[INFO] [stderr]    --> src/main.rs:272:8
[INFO] [stderr]     |
[INFO] [stderr] 271 | impl DebugHasher {
[INFO] [stderr]     | ---------------- associated function in this implementation
[INFO] [stderr] 272 |     fn new(label: impl std::fmt::Display) -> Self {
[INFO] [stderr]     |        ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `hash` is never used
[INFO] [stderr]    --> src/main.rs:292:4
[INFO] [stderr]     |
[INFO] [stderr] 292 | fn hash<T: Hash>(x: &T) -> u64 {
[INFO] [stderr]     |    ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `debug_hash` is never used
[INFO] [stderr]    --> src/main.rs:299:4
[INFO] [stderr]     |
[INFO] [stderr] 299 | fn debug_hash<T: Hash>(x: &T, label: impl std::fmt::Display) -> u64 {
[INFO] [stderr]     |    ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `chash` (bin "chash" test) generated 4 warnings
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: parse-display-derive v0.5.1, structmeta-derive v0.1.3
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/chash-b9fb6d95c0104ce0)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "28429f42de4288f2ed7836bd8b5798f6bfb4b2e8c4d4a1e41a3936138a31dcb0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "28429f42de4288f2ed7836bd8b5798f6bfb4b2e8c4d4a1e41a3936138a31dcb0", kill_on_drop: false }`
[INFO] [stdout] 28429f42de4288f2ed7836bd8b5798f6bfb4b2e8c4d4a1e41a3936138a31dcb0
