[INFO] fetching crate gerrit-rust 0.1.24...
[INFO] testing gerrit-rust-0.1.24 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate gerrit-rust 0.1.24 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate gerrit-rust 0.1.24
[INFO] finished tweaking crates.io crate gerrit-rust 0.1.24
[INFO] tweaked toml for crates.io crate gerrit-rust 0.1.24 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate gerrit-rust 0.1.24 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]      Locking 118 packages to latest compatible versions
[INFO] [stderr]       Adding clap v2.34.0 (available: v4.5.51)
[INFO] [stderr]       Adding env_logger v0.5.13 (available: v0.11.8)
[INFO] [stderr]       Adding git2 v0.6.11 (available: v0.20.2)
[INFO] [stderr]       Adding regex v0.2.11 (available: v1.12.2)
[INFO] [stderr]       Adding url v1.7.2 (available: v2.5.7)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently
[INFO] [stderr] disables Cargo from automatically inferring other binary targets.
[INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following
[INFO] [stderr] files will be included as a binary target:
[INFO] [stderr] 
[INFO] [stderr] * src/bin/changes.rs
[INFO] [stderr] * src/bin/gerritapi.rs
[INFO] [stderr] * src/bin/config.rs
[INFO] [stderr] * src/bin/topic.rs
[INFO] [stderr] 
[INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be
[INFO] [stderr] ready to be compiled as a binary target today. You can future-proof yourself
[INFO] [stderr] and disable this warning by adding `autobins = false` to your [package]
[INFO] [stderr] section. You may also move the files to a location where Cargo would not
[INFO] [stderr] automatically infer them to be a target, such as in subfolders.
[INFO] [stderr] 
[INFO] [stderr] For more information on this warning you can consult
[INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f021cb145a96e64b92125a9f812c51c528c312d922f63b879dc25ce14e6cdad7
[INFO] running `Command { std: "docker" "start" "-a" "f021cb145a96e64b92125a9f812c51c528c312d922f63b879dc25ce14e6cdad7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f021cb145a96e64b92125a9f812c51c528c312d922f63b879dc25ce14e6cdad7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f021cb145a96e64b92125a9f812c51c528c312d922f63b879dc25ce14e6cdad7", kill_on_drop: false }`
[INFO] [stdout] f021cb145a96e64b92125a9f812c51c528c312d922f63b879dc25ce14e6cdad7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e4f674c496063bfdcc048d0e479df8e209d74379a443d9dae2ed0c8310ebe635
[INFO] running `Command { std: "docker" "start" "-a" "e4f674c496063bfdcc048d0e479df8e209d74379a443d9dae2ed0c8310ebe635", kill_on_drop: false }`
[INFO] [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently
[INFO] [stderr] disables Cargo from automatically inferring other binary targets.
[INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following
[INFO] [stderr] files will be included as a binary target:
[INFO] [stderr] 
[INFO] [stderr] * src/bin/changes.rs
[INFO] [stderr] * src/bin/gerritapi.rs
[INFO] [stderr] * src/bin/config.rs
[INFO] [stderr] * src/bin/topic.rs
[INFO] [stderr] 
[INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be
[INFO] [stderr] ready to be compiled as a binary target today. You can future-proof yourself
[INFO] [stderr] and disable this warning by adding `autobins = false` to your [package]
[INFO] [stderr] section. You may also move the files to a location where Cargo would not
[INFO] [stderr] automatically infer them to be a target, such as in subfolders.
[INFO] [stderr] 
[INFO] [stderr] For more information on this warning you can consult
[INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling libz-sys v1.1.22
[INFO] [stderr]    Compiling curl-sys v0.4.84+curl-8.17.0
[INFO] [stderr]    Compiling libssh2-sys v0.2.23
[INFO] [stderr]    Compiling cmake v0.1.54
[INFO] [stderr]    Compiling curl v0.4.49
[INFO] [stderr]    Compiling bitflags v0.9.1
[INFO] [stderr]    Compiling regex v0.2.11
[INFO] [stderr]    Compiling semver-parser v0.7.0
[INFO] [stderr]    Compiling socket2 v0.6.1
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling ucd-util v0.1.10
[INFO] [stderr]    Compiling syn v2.0.110
[INFO] [stderr]    Compiling thread_local v0.3.6
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling toml v0.1.30
[INFO] [stderr]    Compiling aho-corasick v0.6.10
[INFO] [stderr]    Compiling semver v0.9.0
[INFO] [stderr]    Compiling log v0.3.9
[INFO] [stderr]    Compiling regex-syntax v0.5.6
[INFO] [stderr]    Compiling utf8-ranges v1.0.5
[INFO] [stderr]    Compiling strsim v0.8.0
[INFO] [stderr]    Compiling gerrit-rust v0.1.24 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling ansi_term v0.12.1
[INFO] [stderr]    Compiling libgit2-sys v0.6.19
[INFO] [stderr]    Compiling env_logger v0.5.13
[INFO] [stderr]    Compiling gron v0.4.0
[INFO] [stderr]    Compiling netrc v0.4.1
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]    Compiling toml-config v0.4.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling git2 v0.6.11
[INFO] [stderr]    Compiling libgerrit v0.2.8
[INFO] [stdout] error: cannot find derive macro `RustcDecodable` in this scope
[INFO] [stdout]   --> src/bin/config.rs:47:10
[INFO] [stdout]    |
[INFO] [stdout] 47 | #[derive(RustcDecodable, RustcEncodable)]
[INFO] [stdout]    |          ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `RustcEncodable` in this scope
[INFO] [stdout]   --> src/bin/config.rs:47:26
[INFO] [stdout]    |
[INFO] [stdout] 47 | #[derive(RustcDecodable, RustcEncodable)]
[INFO] [stdout]    |                          ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/bin/config.rs:38:14
[INFO] [stdout]    |
[INFO] [stdout] 38 |     let cf = try!(ConfigFile::discover(".", ".ggr.conf"));
[INFO] [stdout]    |              ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/bin/config.rs:79:9
[INFO] [stdout]    |
[INFO] [stdout] 79 |         try!(writeln!(f, "* url ......... : {api}",
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/bin/config.rs:82:9
[INFO] [stdout]    |
[INFO] [stdout] 82 |         try!(writeln!(f, "  user/pass ... : from .netrc file"));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/bin/config.rs:145:19
[INFO] [stdout]     |
[INFO] [stdout] 145 |         let cwd = try!(env::current_dir());
[INFO] [stdout]     |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/bin/config.rs:161:26
[INFO] [stdout]     |
[INFO] [stdout] 161 |             for entry in try!(fs::read_dir(path)) {
[INFO] [stdout]     |                          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/bin/config.rs:162:29
[INFO] [stdout]     |
[INFO] [stdout] 162 |                 let entry = try!(entry);
[INFO] [stdout]     |                             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]     --> src/bin/topic.rs:1124:27
[INFO] [stdout]      |
[INFO] [stdout] 1124 |     let output_checkout = try!(Command::new("git")
[INFO] [stdout]      |                           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `config::Config: Encodable` is not satisfied
[INFO] [stdout]    --> src/bin/config.rs:90:30
[INFO] [stdout]     |
[INFO] [stdout]  90 |         let config: Config = toml_config::ConfigFactory::load(cf.file.path().as_path());
[INFO] [stdout]     |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `Encodable` is not implemented for `config::Config`
[INFO] [stdout]    --> src/bin/config.rs:48:1
[INFO] [stdout]     |
[INFO] [stdout]  48 | pub struct Config {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: the following other types implement trait `Encodable`:
[INFO] [stdout]               &'a T
[INFO] [stdout]               ()
[INFO] [stdout]               (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11)
[INFO] [stdout]               (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11)
[INFO] [stdout]               (T10, T11)
[INFO] [stdout]               (T11,)
[INFO] [stdout]               (T2, T3, T4, T5, T6, T7, T8, T9, T10, T11)
[INFO] [stdout]               (T3, T4, T5, T6, T7, T8, T9, T10, T11)
[INFO] [stdout]             and 76 others
[INFO] [stdout] note: required by a bound in `ConfigFactory::load`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/toml-config-0.4.0/src/lib.rs:161:47
[INFO] [stdout]     |
[INFO] [stdout] 161 |     pub fn load<T>(path: &Path) -> T where T: Encodable + Decodable + Default {
[INFO] [stdout]     |                                               ^^^^^^^^^ required by this bound in `ConfigFactory::load`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `config::Config: Decodable` is not satisfied
[INFO] [stdout]    --> src/bin/config.rs:90:30
[INFO] [stdout]     |
[INFO] [stdout]  90 |         let config: Config = toml_config::ConfigFactory::load(cf.file.path().as_path());
[INFO] [stdout]     |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `Decodable` is not implemented for `config::Config`
[INFO] [stdout]    --> src/bin/config.rs:48:1
[INFO] [stdout]     |
[INFO] [stdout]  48 | pub struct Config {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: the following other types implement trait `Decodable`:
[INFO] [stdout]               ()
[INFO] [stdout]               (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11)
[INFO] [stdout]               (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11)
[INFO] [stdout]               (T10, T11)
[INFO] [stdout]               (T11,)
[INFO] [stdout]               (T2, T3, T4, T5, T6, T7, T8, T9, T10, T11)
[INFO] [stdout]               (T3, T4, T5, T6, T7, T8, T9, T10, T11)
[INFO] [stdout]               (T4, T5, T6, T7, T8, T9, T10, T11)
[INFO] [stdout]             and 71 others
[INFO] [stdout] note: required by a bound in `ConfigFactory::load`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/toml-config-0.4.0/src/lib.rs:161:59
[INFO] [stdout]     |
[INFO] [stdout] 161 |     pub fn load<T>(path: &Path) -> T where T: Encodable + Decodable + Default {
[INFO] [stdout]     |                                                           ^^^^^^^^^ required by this bound in `ConfigFactory::load`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::cause`: replaced by Error::source, which can support downcasting
[INFO] [stdout]    --> src/bin/gerrit-rust.rs:100:32
[INFO] [stdout]     |
[INFO] [stdout] 100 |         if let Some(cause) = e.cause() {
[INFO] [stdout]     |                                ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `gerrit-rust` (bin "gerrit-rust") due to 4 previous errors; 8 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "e4f674c496063bfdcc048d0e479df8e209d74379a443d9dae2ed0c8310ebe635", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e4f674c496063bfdcc048d0e479df8e209d74379a443d9dae2ed0c8310ebe635", kill_on_drop: false }`
[INFO] [stdout] e4f674c496063bfdcc048d0e479df8e209d74379a443d9dae2ed0c8310ebe635
