[INFO] fetching crate clock-bound-d 0.1.3...
[INFO] checking clock-bound-d-0.1.3 against try#8d0c454bea9d9cc2cc7e288388f3b7d1da19c04f for pr-114559
[INFO] extracting crate clock-bound-d 0.1.3 into /workspace/builds/worker-5-tc2/source
[INFO] validating manifest of crates.io crate clock-bound-d 0.1.3 on toolchain 8d0c454bea9d9cc2cc7e288388f3b7d1da19c04f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8d0c454bea9d9cc2cc7e288388f3b7d1da19c04f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate clock-bound-d 0.1.3
[INFO] finished tweaking crates.io crate clock-bound-d 0.1.3
[INFO] tweaked toml for crates.io crate clock-bound-d 0.1.3 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] crate crates.io crate clock-bound-d 0.1.3 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" "+8d0c454bea9d9cc2cc7e288388f3b7d1da19c04f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:5c16f4e6c37141f9fef0bc86f7a492d732943053e42aab8461035881e3f53823" "/opt/rustwide/cargo-home/bin/cargo" "+8d0c454bea9d9cc2cc7e288388f3b7d1da19c04f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b6efc671322e2319107e10f80b13ea7e4c6df4bc8f8940cb7c89c9619d0f8c77
[INFO] running `Command { std: "docker" "start" "-a" "b6efc671322e2319107e10f80b13ea7e4c6df4bc8f8940cb7c89c9619d0f8c77", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b6efc671322e2319107e10f80b13ea7e4c6df4bc8f8940cb7c89c9619d0f8c77", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b6efc671322e2319107e10f80b13ea7e4c6df4bc8f8940cb7c89c9619d0f8c77", kill_on_drop: false }`
[INFO] [stdout] b6efc671322e2319107e10f80b13ea7e4c6df4bc8f8940cb7c89c9619d0f8c77
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:5c16f4e6c37141f9fef0bc86f7a492d732943053e42aab8461035881e3f53823" "/opt/rustwide/cargo-home/bin/cargo" "+8d0c454bea9d9cc2cc7e288388f3b7d1da19c04f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 41edbbfa04c208cf17f90f76cbb4bb5310fdc63dd0cb160dc8d1e011dba1f9b5
[INFO] running `Command { std: "docker" "start" "-a" "41edbbfa04c208cf17f90f76cbb4bb5310fdc63dd0cb160dc8d1e011dba1f9b5", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.36
[INFO] [stderr]    Compiling unicode-xid v0.2.2
[INFO] [stderr]    Compiling libc v0.2.119
[INFO] [stderr]    Compiling syn v1.0.86
[INFO] [stderr]    Compiling serde v1.0.136
[INFO] [stderr]    Compiling futures-core v0.3.21
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]    Compiling futures-channel v0.3.21
[INFO] [stderr]    Compiling futures-task v0.3.21
[INFO] [stderr]    Compiling memchr v2.4.1
[INFO] [stderr]     Checking futures-sink v0.3.21
[INFO] [stderr]     Checking pin-project-lite v0.2.8
[INFO] [stderr]    Compiling futures-util v0.3.21
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]     Checking slab v0.4.5
[INFO] [stderr]     Checking futures-io v0.3.21
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]     Checking ppv-lite86 v0.2.16
[INFO] [stderr]    Compiling error-chain v0.12.4
[INFO] [stderr]    Compiling quote v1.0.15
[INFO] [stderr]     Checking unicode-width v0.1.9
[INFO] [stderr]     Checking textwrap v0.11.0
[INFO] [stderr]     Checking getrandom v0.2.5
[INFO] [stderr]     Checking socket2 v0.4.4
[INFO] [stderr]     Checking time v0.1.44
[INFO] [stderr]     Checking mio v0.8.1
[INFO] [stderr]     Checking rand_core v0.6.3
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking bytes v1.1.0
[INFO] [stderr]     Checking ansi_term v0.12.1
[INFO] [stderr]     Checking strsim v0.8.0
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking arrayvec v0.7.2
[INFO] [stderr]     Checking hex v0.4.3
[INFO] [stderr]     Checking siphasher v0.3.10
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking vec_map v0.8.2
[INFO] [stderr]     Checking syslog v5.0.0
[INFO] [stderr]     Checking clap v2.34.0
[INFO] [stderr]     Checking uds v0.2.6
[INFO] [stderr]     Checking byteorder v1.4.3
[INFO] [stderr]     Checking chrono v0.4.19
[INFO] [stderr]    Compiling toml v0.5.8
[INFO] [stderr]    Compiling thiserror-impl v1.0.30
[INFO] [stderr]    Compiling futures-macro v0.3.21
[INFO] [stderr]    Compiling tokio-macros v1.7.0
[INFO] [stderr]    Compiling chrony-candm-derive v0.1.0
[INFO] [stderr]     Checking tokio v1.18.4
[INFO] [stderr]    Compiling thiserror v1.0.30
[INFO] [stderr]    Compiling proc-macro-crate v1.1.3
[INFO] [stderr]    Compiling num_enum_derive v0.5.7
[INFO] [stderr]     Checking num_enum v0.5.7
[INFO] [stderr]     Checking futures-executor v0.3.21
[INFO] [stderr]     Checking futures v0.3.21
[INFO] [stderr]     Checking chrony-candm v0.1.1
[INFO] [stderr]     Checking clock-bound-d v0.1.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `max_clock_error`
[INFO] [stdout]    --> src/response.rs:103:5
[INFO] [stdout]     |
[INFO] [stdout] 103 |     max_clock_error: f64,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_max_clock_error`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 14.79s
[INFO] running `Command { std: "docker" "inspect" "41edbbfa04c208cf17f90f76cbb4bb5310fdc63dd0cb160dc8d1e011dba1f9b5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "41edbbfa04c208cf17f90f76cbb4bb5310fdc63dd0cb160dc8d1e011dba1f9b5", kill_on_drop: false }`
[INFO] [stdout] 41edbbfa04c208cf17f90f76cbb4bb5310fdc63dd0cb160dc8d1e011dba1f9b5
