[INFO] cloning repository https://github.com/j-mcavoy/antboat [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/j-mcavoy/antboat" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fj-mcavoy%2Fantboat", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fj-mcavoy%2Fantboat'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 6265533139618f97ed7c4a9f0e44a942c38f3a63 [INFO] checking j-mcavoy/antboat against try#d336647335db03a0fc5b24fc5325cd3905c5b8e8 for pr-151146 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fj-mcavoy%2Fantboat" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/j-mcavoy/antboat [INFO] finished tweaking git repo https://github.com/j-mcavoy/antboat [INFO] tweaked toml for git repo https://github.com/j-mcavoy/antboat written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/j-mcavoy/antboat on toolchain d336647335db03a0fc5b24fc5325cd3905c5b8e8 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d336647335db03a0fc5b24fc5325cd3905c5b8e8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/j-mcavoy/antboat 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" "+d336647335db03a0fc5b24fc5325cd3905c5b8e8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+d336647335db03a0fc5b24fc5325cd3905c5b8e8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] df2d278e86f99e0c352f783d498ff8db561d0f313beded263fe82f76c702db62 [INFO] running `Command { std: "docker" "start" "-a" "df2d278e86f99e0c352f783d498ff8db561d0f313beded263fe82f76c702db62", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "df2d278e86f99e0c352f783d498ff8db561d0f313beded263fe82f76c702db62", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "df2d278e86f99e0c352f783d498ff8db561d0f313beded263fe82f76c702db62", kill_on_drop: false }` [INFO] [stdout] df2d278e86f99e0c352f783d498ff8db561d0f313beded263fe82f76c702db62 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+d336647335db03a0fc5b24fc5325cd3905c5b8e8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ee549c42dcb290ed888163d9a85bdd73d071f2420c6739c8386d9f2db861caa6 [INFO] running `Command { std: "docker" "start" "-a" "ee549c42dcb290ed888163d9a85bdd73d071f2420c6739c8386d9f2db861caa6", kill_on_drop: false }` [INFO] [stderr] Compiling libsqlite3-sys v0.18.0 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Checking linked-hash-map v0.5.3 [INFO] [stderr] Checking fallible-streaming-iterator v0.1.9 [INFO] [stderr] Checking time v0.1.43 [INFO] [stderr] Checking lru-cache v0.1.2 [INFO] [stderr] Checking rusqlite v0.23.1 [INFO] [stderr] Checking antboat v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: ambiguous glob re-exports [INFO] [stdout] --> src/main.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | pub use newsboat::*; [INFO] [stdout] | ^^^^^^^^^^^ the name `Metadata` in the type namespace is first re-exported here [INFO] [stdout] ... [INFO] [stdout] 7 | pub use antennapod::*; [INFO] [stdout] | ------------- but the name `Metadata` in the type namespace is also re-exported here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #107880 [INFO] [stdout] = note: `#[deny(ambiguous_glob_reexports)]` (part of `#[deny(future_incompatible)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Metadata` is never constructed [INFO] [stdout] --> src/newsboat.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | pub struct Metadata { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Metadata` is never constructed [INFO] [stdout] --> src/antennapod.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | pub struct Metadata { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pubDate` should have a snake case name [INFO] [stdout] --> src/newsboat.rs:32:9 [INFO] [stdout] | [INFO] [stdout] 32 | pub pubDate: i32, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `pub_date` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `feedItem` should have a snake case name [INFO] [stdout] --> src/antennapod.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | pub feedItem: i32, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `feed_item` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `feedItem` should have a snake case name [INFO] [stdout] --> src/antennapod.rs:21:9 [INFO] [stdout] | [INFO] [stdout] 21 | pub feedItem: u64, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `feed_item` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pubDate` should have a snake case name [INFO] [stdout] --> src/antennapod.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 73 | pub pubDate: u64, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `pub_date` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `antboat` (bin "antboat") due to 2 previous errors; 6 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: ambiguous glob re-exports [INFO] [stdout] --> src/main.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | pub use newsboat::*; [INFO] [stdout] | ^^^^^^^^^^^ the name `Metadata` in the type namespace is first re-exported here [INFO] [stdout] ... [INFO] [stdout] 7 | pub use antennapod::*; [INFO] [stdout] | ------------- but the name `Metadata` in the type namespace is also re-exported here [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #107880 [INFO] [stdout] = note: `#[deny(ambiguous_glob_reexports)]` (part of `#[deny(future_incompatible)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Metadata` is never constructed [INFO] [stdout] --> src/newsboat.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | pub struct Metadata { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Metadata` is never constructed [INFO] [stdout] --> src/antennapod.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | pub struct Metadata { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pubDate` should have a snake case name [INFO] [stdout] --> src/newsboat.rs:32:9 [INFO] [stdout] | [INFO] [stdout] 32 | pub pubDate: i32, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `pub_date` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `feedItem` should have a snake case name [INFO] [stdout] --> src/antennapod.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | pub feedItem: i32, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `feed_item` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `feedItem` should have a snake case name [INFO] [stdout] --> src/antennapod.rs:21:9 [INFO] [stdout] | [INFO] [stdout] 21 | pub feedItem: u64, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `feed_item` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `pubDate` should have a snake case name [INFO] [stdout] --> src/antennapod.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 73 | pub pubDate: u64, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `pub_date` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `antboat` (bin "antboat" test) due to 2 previous errors; 6 warnings emitted [INFO] running `Command { std: "docker" "inspect" "ee549c42dcb290ed888163d9a85bdd73d071f2420c6739c8386d9f2db861caa6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ee549c42dcb290ed888163d9a85bdd73d071f2420c6739c8386d9f2db861caa6", kill_on_drop: false }` [INFO] [stdout] ee549c42dcb290ed888163d9a85bdd73d071f2420c6739c8386d9f2db861caa6