[INFO] fetching crate timens 0.1.9...
[INFO] building timens-0.1.9 against try#d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 for pr-146237-1
[INFO] extracting crate timens 0.1.9 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate timens 0.1.9
[INFO] finished tweaking crates.io crate timens 0.1.9
[INFO] tweaked toml for crates.io crate timens 0.1.9 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate timens 0.1.9 on toolchain d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate timens 0.1.9 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" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] dc55d8b142fd8e47615bce435269dafa6045944423c29545be6481d1debda81d
[INFO] running `Command { std: "docker" "start" "-a" "dc55d8b142fd8e47615bce435269dafa6045944423c29545be6481d1debda81d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "dc55d8b142fd8e47615bce435269dafa6045944423c29545be6481d1debda81d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dc55d8b142fd8e47615bce435269dafa6045944423c29545be6481d1debda81d", kill_on_drop: false }`
[INFO] [stdout] dc55d8b142fd8e47615bce435269dafa6045944423c29545be6481d1debda81d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f820ddc716ccf70a39646e71f057de01f649b141ecfff9df84508e069ae603ef
[INFO] running `Command { std: "docker" "start" "-a" "f820ddc716ccf70a39646e71f057de01f649b141ecfff9df84508e069ae603ef", kill_on_drop: false }`
[INFO] [stderr]    Compiling memchr v2.4.1
[INFO] [stderr]    Compiling proc-macro2 v1.0.32
[INFO] [stderr]    Compiling regex-syntax v0.6.25
[INFO] [stderr]    Compiling syn v1.0.81
[INFO] [stderr]    Compiling serde v1.0.153
[INFO] [stderr]    Compiling md5 v0.7.0
[INFO] [stderr]    Compiling rsexp v0.2.3
[INFO] [stderr]    Compiling aho-corasick v0.7.18
[INFO] [stderr]    Compiling quote v1.0.10
[INFO] [stderr]    Compiling regex v1.5.4
[INFO] [stderr]    Compiling parse-zoneinfo v0.3.0
[INFO] [stderr]    Compiling binprot_derive v0.1.6
[INFO] [stderr]    Compiling timens v0.1.9 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling binprot v0.1.6
[INFO] [stdout] warning: unexpected `cfg` condition value: `with-chrono`
[INFO] [stdout]   --> src/lib.rs:19:7
[INFO] [stdout]    |
[INFO] [stdout] 19 | #[cfg(feature = "with-chrono")]
[INFO] [stdout]    |       ^^^^^^^^^^-------------
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 help: there is a expected value with a similar name: `"with_chrono"`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `binio`, `binprot`, `chrono`, `chrono-tz`, `default`, `rsexp`, `serde`, `sexp`, `with_chrono`, and `with_serde`
[INFO] [stdout]    = help: consider adding `with-chrono` as a feature in `Cargo.toml`
[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] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `with-chrono`
[INFO] [stdout]   --> src/lib.rs:21:7
[INFO] [stdout]    |
[INFO] [stdout] 21 | #[cfg(feature = "with-chrono")]
[INFO] [stdout]    |       ^^^^^^^^^^-------------
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 help: there is a expected value with a similar name: `"with_chrono"`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `binio`, `binprot`, `chrono`, `chrono-tz`, `default`, `rsexp`, `serde`, `sexp`, `with_chrono`, and `with_serde`
[INFO] [stdout]    = help: consider adding `with-chrono` as a feature in `Cargo.toml`
[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] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `with-chrono`
[INFO] [stdout]  --> src/time.rs:4:7
[INFO] [stdout]   |
[INFO] [stdout] 4 | #[cfg(feature = "with-chrono")]
[INFO] [stdout]   |       ^^^^^^^^^^-------------
[INFO] [stdout]   |                 |
[INFO] [stdout]   |                 help: there is a expected value with a similar name: `"with_chrono"`
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `binio`, `binprot`, `chrono`, `chrono-tz`, `default`, `rsexp`, `serde`, `sexp`, `with_chrono`, and `with_serde`
[INFO] [stdout]   = help: consider adding `with-chrono` as a feature in `Cargo.toml`
[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] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `with-chrono`
[INFO] [stdout]    --> src/time.rs:295:7
[INFO] [stdout]     |
[INFO] [stdout] 295 | #[cfg(feature = "with-chrono")]
[INFO] [stdout]     |       ^^^^^^^^^^-------------
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: there is a expected value with a similar name: `"with_chrono"`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `binio`, `binprot`, `chrono`, `chrono-tz`, `default`, `rsexp`, `serde`, `sexp`, `with_chrono`, and `with_serde`
[INFO] [stdout]     = help: consider adding `with-chrono` as a feature in `Cargo.toml`
[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] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.53s
[INFO] running `Command { std: "docker" "inspect" "f820ddc716ccf70a39646e71f057de01f649b141ecfff9df84508e069ae603ef", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f820ddc716ccf70a39646e71f057de01f649b141ecfff9df84508e069ae603ef", kill_on_drop: false }`
[INFO] [stdout] f820ddc716ccf70a39646e71f057de01f649b141ecfff9df84508e069ae603ef
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1620c6d9d22b2400be6deb8f0afb5395eea1e3200c83dbf798c74e2f008dbad4
[INFO] running `Command { std: "docker" "start" "-a" "1620c6d9d22b2400be6deb8f0afb5395eea1e3200c83dbf798c74e2f008dbad4", kill_on_drop: false }`
[INFO] [stderr]    Compiling anyhow v1.0.49
[INFO] [stdout] warning: unexpected `cfg` condition value: `with-chrono`
[INFO] [stdout]   --> src/lib.rs:19:7
[INFO] [stdout]    |
[INFO] [stdout] 19 | #[cfg(feature = "with-chrono")]
[INFO] [stdout]    |       ^^^^^^^^^^-------------
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 help: there is a expected value with a similar name: `"with_chrono"`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `binio`, `binprot`, `chrono`, `chrono-tz`, `default`, `rsexp`, `serde`, `sexp`, `with_chrono`, and `with_serde`
[INFO] [stdout]    = help: consider adding `with-chrono` as a feature in `Cargo.toml`
[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] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `with-chrono`
[INFO] [stdout]   --> src/lib.rs:21:7
[INFO] [stdout]    |
[INFO] [stdout] 21 | #[cfg(feature = "with-chrono")]
[INFO] [stdout]    |       ^^^^^^^^^^-------------
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 help: there is a expected value with a similar name: `"with_chrono"`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `binio`, `binprot`, `chrono`, `chrono-tz`, `default`, `rsexp`, `serde`, `sexp`, `with_chrono`, and `with_serde`
[INFO] [stdout]    = help: consider adding `with-chrono` as a feature in `Cargo.toml`
[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] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `with-chrono`
[INFO] [stdout]  --> src/time.rs:4:7
[INFO] [stdout]   |
[INFO] [stdout] 4 | #[cfg(feature = "with-chrono")]
[INFO] [stdout]   |       ^^^^^^^^^^-------------
[INFO] [stdout]   |                 |
[INFO] [stdout]   |                 help: there is a expected value with a similar name: `"with_chrono"`
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `binio`, `binprot`, `chrono`, `chrono-tz`, `default`, `rsexp`, `serde`, `sexp`, `with_chrono`, and `with_serde`
[INFO] [stdout]   = help: consider adding `with-chrono` as a feature in `Cargo.toml`
[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] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `with-chrono`
[INFO] [stdout]    --> src/time.rs:295:7
[INFO] [stdout]     |
[INFO] [stdout] 295 | #[cfg(feature = "with-chrono")]
[INFO] [stdout]     |       ^^^^^^^^^^-------------
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: there is a expected value with a similar name: `"with_chrono"`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `binio`, `binprot`, `chrono`, `chrono-tz`, `default`, `rsexp`, `serde`, `sexp`, `with_chrono`, and `with_serde`
[INFO] [stdout]     = help: consider adding `with-chrono` as a feature in `Cargo.toml`
[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] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling timens v0.1.9 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `with-chrono`
[INFO] [stdout]   --> src/lib.rs:19:7
[INFO] [stdout]    |
[INFO] [stdout] 19 | #[cfg(feature = "with-chrono")]
[INFO] [stdout]    |       ^^^^^^^^^^-------------
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 help: there is a expected value with a similar name: `"with_chrono"`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `binio`, `binprot`, `chrono`, `chrono-tz`, `default`, `rsexp`, `serde`, `sexp`, `with_chrono`, and `with_serde`
[INFO] [stdout]    = help: consider adding `with-chrono` as a feature in `Cargo.toml`
[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] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `with-chrono`
[INFO] [stdout]   --> src/lib.rs:21:7
[INFO] [stdout]    |
[INFO] [stdout] 21 | #[cfg(feature = "with-chrono")]
[INFO] [stdout]    |       ^^^^^^^^^^-------------
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 help: there is a expected value with a similar name: `"with_chrono"`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `binio`, `binprot`, `chrono`, `chrono-tz`, `default`, `rsexp`, `serde`, `sexp`, `with_chrono`, and `with_serde`
[INFO] [stdout]    = help: consider adding `with-chrono` as a feature in `Cargo.toml`
[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] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `with-chrono`
[INFO] [stdout]  --> src/time.rs:4:7
[INFO] [stdout]   |
[INFO] [stdout] 4 | #[cfg(feature = "with-chrono")]
[INFO] [stdout]   |       ^^^^^^^^^^-------------
[INFO] [stdout]   |                 |
[INFO] [stdout]   |                 help: there is a expected value with a similar name: `"with_chrono"`
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `binio`, `binprot`, `chrono`, `chrono-tz`, `default`, `rsexp`, `serde`, `sexp`, `with_chrono`, and `with_serde`
[INFO] [stdout]   = help: consider adding `with-chrono` as a feature in `Cargo.toml`
[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] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `with-chrono`
[INFO] [stdout]    --> src/time.rs:295:7
[INFO] [stdout]     |
[INFO] [stdout] 295 | #[cfg(feature = "with-chrono")]
[INFO] [stdout]     |       ^^^^^^^^^^-------------
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: there is a expected value with a similar name: `"with_chrono"`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `binio`, `binprot`, `chrono`, `chrono-tz`, `default`, `rsexp`, `serde`, `sexp`, `with_chrono`, and `with_serde`
[INFO] [stdout]     = help: consider adding `with-chrono` as a feature in `Cargo.toml`
[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] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.47s
[INFO] running `Command { std: "docker" "inspect" "1620c6d9d22b2400be6deb8f0afb5395eea1e3200c83dbf798c74e2f008dbad4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1620c6d9d22b2400be6deb8f0afb5395eea1e3200c83dbf798c74e2f008dbad4", kill_on_drop: false }`
[INFO] [stdout] 1620c6d9d22b2400be6deb8f0afb5395eea1e3200c83dbf798c74e2f008dbad4
