[INFO] cloning repository https://github.com/kfoq7/grrs-cli
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kfoq7/grrs-cli" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkfoq7%2Fgrrs-cli", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkfoq7%2Fgrrs-cli'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 3d1e1704f48fcfd9c7187c80e8be377b708f7b92
[INFO] testing kfoq7/grrs-cli against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkfoq7%2Fgrrs-cli" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/kfoq7/grrs-cli
[INFO] finished tweaking git repo https://github.com/kfoq7/grrs-cli
[INFO] tweaked toml for git repo https://github.com/kfoq7/grrs-cli written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/kfoq7/grrs-cli on toolchain 33835004928d3bf65db4d4712e1330766263b0bd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/kfoq7/grrs-cli 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" "+33835004928d3bf65db4d4712e1330766263b0bd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f930461f27ded70336b167a2977ccdc441d63fc5981bc3db5008ddf5ce118d34
[INFO] running `Command { std: "docker" "start" "-a" "f930461f27ded70336b167a2977ccdc441d63fc5981bc3db5008ddf5ce118d34", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f930461f27ded70336b167a2977ccdc441d63fc5981bc3db5008ddf5ce118d34", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f930461f27ded70336b167a2977ccdc441d63fc5981bc3db5008ddf5ce118d34", kill_on_drop: false }`
[INFO] [stdout] f930461f27ded70336b167a2977ccdc441d63fc5981bc3db5008ddf5ce118d34
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 232f66c238683214dcf54d01994cba1cef5cf1c85462bb8572a6cff7cb994f6e
[INFO] running `Command { std: "docker" "start" "-a" "232f66c238683214dcf54d01994cba1cef5cf1c85462bb8572a6cff7cb994f6e", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling structopt-derive v0.4.18
[INFO] [stderr]    Compiling structopt v0.3.26
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling chrono v0.4.40
[INFO] [stderr]    Compiling grrs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0425]: cannot find function `to_write` in crate `serde_json`
[INFO] [stdout]     --> src/tasks.rs:38:17
[INFO] [stdout]      |
[INFO] [stdout]   38 |       serde_json::to_write(file, &tasks)?;
[INFO] [stdout]      |                   ^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.140/src/ser.rs:2169:1
[INFO] [stdout]      |
[INFO] [stdout] 2169 | / pub fn to_writer<W, T>(writer: W, value: &T) -> Result<()>
[INFO] [stdout] 2170 | | where
[INFO] [stdout] 2171 | |     W: io::Write,
[INFO] [stdout] 2172 | |     T: ?Sized + Serialize,
[INFO] [stdout]      | |__________________________- similarly named function `to_writer` defined here
[INFO] [stdout]      |
[INFO] [stdout] help: a function with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout]   38 |     serde_json::to_writer(file, &tasks)?;
[INFO] [stdout]      |                         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `BufReader`
[INFO] [stdout]  --> src/tasks.rs:4:15
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::io::{BufReader, Result, Seek, SeekFrom};
[INFO] [stdout]   |               ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `ts_second` in this scope
[INFO] [stdout]   --> src/tasks.rs:11:20
[INFO] [stdout]    |
[INFO] [stdout] 11 |     #[serde(with = "ts_second")]
[INFO] [stdout]    |                    ^^^^^^^^^^^ use of unresolved module or unlinked crate `ts_second`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `ts_second`, use `cargo add ts_second` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `grrs` (bin "grrs") due to 2 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "232f66c238683214dcf54d01994cba1cef5cf1c85462bb8572a6cff7cb994f6e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "232f66c238683214dcf54d01994cba1cef5cf1c85462bb8572a6cff7cb994f6e", kill_on_drop: false }`
[INFO] [stdout] 232f66c238683214dcf54d01994cba1cef5cf1c85462bb8572a6cff7cb994f6e
