[INFO] fetching crate sound-tts 0.1.5...
[INFO] testing sound-tts-0.1.5 against 1.90.0 for beta-1.91-3
[INFO] extracting crate sound-tts 0.1.5 into /workspace/builds/worker-5-tc1/source
[INFO] started tweaking crates.io crate sound-tts 0.1.5
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate sound-tts 0.1.5
[INFO] tweaked toml for crates.io crate sound-tts 0.1.5 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate sound-tts 0.1.5 on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate sound-tts 0.1.5 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" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded proc-macro2 v1.0.89
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 609759d27ecd7f22a228a2040898e45d0b41d89d0b735c39092a4f4da6ed433e
[INFO] running `Command { std: "docker" "start" "-a" "609759d27ecd7f22a228a2040898e45d0b41d89d0b735c39092a4f4da6ed433e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "609759d27ecd7f22a228a2040898e45d0b41d89d0b735c39092a4f4da6ed433e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "609759d27ecd7f22a228a2040898e45d0b41d89d0b735c39092a4f4da6ed433e", kill_on_drop: false }`
[INFO] [stdout] 609759d27ecd7f22a228a2040898e45d0b41d89d0b735c39092a4f4da6ed433e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 01b72083755adb1910da4d41f036390fa4c5a53d576f928ca9f1f111ed0376c8
[INFO] running `Command { std: "docker" "start" "-a" "01b72083755adb1910da4d41f036390fa4c5a53d576f928ca9f1f111ed0376c8", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.167
[INFO] [stderr]    Compiling sound-tts v0.1.5 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `context`
[INFO] [stdout]   --> src/mark/linux.rs:32:25
[INFO] [stdout]    |
[INFO] [stdout] 32 |         fn speak(&self, context: SoundValue, interrupt: bool) -> Result<(), Error> {
[INFO] [stdout]    |                         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_context`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `interrupt`
[INFO] [stdout]   --> src/mark/linux.rs:32:46
[INFO] [stdout]    |
[INFO] [stdout] 32 |         fn speak(&self, context: SoundValue, interrupt: bool) -> Result<(), Error> {
[INFO] [stdout]    |                                              ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_interrupt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `play_count` and `play_interval` are never read
[INFO] [stdout]    --> src/lib.rs:192:5
[INFO] [stdout]     |
[INFO] [stdout] 189 | pub struct SoundValue {
[INFO] [stdout]     |            ---------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 192 |     play_count: u64,
[INFO] [stdout]     |     ^^^^^^^^^^
[INFO] [stdout] 193 |     play_interval: u64,
[INFO] [stdout]     |     ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `SoundValue` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `player` and `device_name` are never read
[INFO] [stdout]   --> src/mark/linux.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 11 |     pub(crate) struct LinuxTTs {
[INFO] [stdout]    |                       -------- fields in this struct
[INFO] [stdout] 12 |         player: u8,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 13 |         device_name: String,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `LinuxTTs` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.19s
[INFO] running `Command { std: "docker" "inspect" "01b72083755adb1910da4d41f036390fa4c5a53d576f928ca9f1f111ed0376c8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "01b72083755adb1910da4d41f036390fa4c5a53d576f928ca9f1f111ed0376c8", kill_on_drop: false }`
[INFO] [stdout] 01b72083755adb1910da4d41f036390fa4c5a53d576f928ca9f1f111ed0376c8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5c1cb289ba862b281a4469abd0516c16cd2883a1215cec3ddb36ea502d96c6d2
[INFO] running `Command { std: "docker" "start" "-a" "5c1cb289ba862b281a4469abd0516c16cd2883a1215cec3ddb36ea502d96c6d2", kill_on_drop: false }`
[INFO] [stdout] warning: unused variable: `context`
[INFO] [stdout]   --> src/mark/linux.rs:32:25
[INFO] [stdout]    |
[INFO] [stdout] 32 |         fn speak(&self, context: SoundValue, interrupt: bool) -> Result<(), Error> {
[INFO] [stdout]    |                         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_context`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `interrupt`
[INFO] [stdout]   --> src/mark/linux.rs:32:46
[INFO] [stdout]    |
[INFO] [stdout] 32 |         fn speak(&self, context: SoundValue, interrupt: bool) -> Result<(), Error> {
[INFO] [stdout]    |                                              ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_interrupt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `play_count` and `play_interval` are never read
[INFO] [stdout]    --> src/lib.rs:192:5
[INFO] [stdout]     |
[INFO] [stdout] 189 | pub struct SoundValue {
[INFO] [stdout]     |            ---------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 192 |     play_count: u64,
[INFO] [stdout]     |     ^^^^^^^^^^
[INFO] [stdout] 193 |     play_interval: u64,
[INFO] [stdout]     |     ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `SoundValue` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `player` and `device_name` are never read
[INFO] [stdout]   --> src/mark/linux.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 11 |     pub(crate) struct LinuxTTs {
[INFO] [stdout]    |                       -------- fields in this struct
[INFO] [stdout] 12 |         player: u8,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 13 |         device_name: String,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `LinuxTTs` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling sound-tts v0.1.5 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused imports: `SoundTTs` and `SoundValue`
[INFO] [stdout]  --> examples/test.rs:1:17
[INFO] [stdout]   |
[INFO] [stdout] 1 | use sound_tts::{SoundTTs, SoundValue};
[INFO] [stdout]   |                 ^^^^^^^^  ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0601]: `main` function not found in crate `test`
[INFO] [stdout]   --> examples/test.rs:24:2
[INFO] [stdout]    |
[INFO] [stdout] 24 | }
[INFO] [stdout]    |  ^ consider adding a `main` function to `examples/test.rs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0601`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `sound-tts` (example "test") due to 1 previous error; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: unused variable: `context`
[INFO] [stdout]   --> src/mark/linux.rs:32:25
[INFO] [stdout]    |
[INFO] [stdout] 32 |         fn speak(&self, context: SoundValue, interrupt: bool) -> Result<(), Error> {
[INFO] [stdout]    |                         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_context`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `interrupt`
[INFO] [stdout]   --> src/mark/linux.rs:32:46
[INFO] [stdout]    |
[INFO] [stdout] 32 |         fn speak(&self, context: SoundValue, interrupt: bool) -> Result<(), Error> {
[INFO] [stdout]    |                                              ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_interrupt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `play_count` and `play_interval` are never read
[INFO] [stdout]    --> src/lib.rs:192:5
[INFO] [stdout]     |
[INFO] [stdout] 189 | pub struct SoundValue {
[INFO] [stdout]     |            ---------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 192 |     play_count: u64,
[INFO] [stdout]     |     ^^^^^^^^^^
[INFO] [stdout] 193 |     play_interval: u64,
[INFO] [stdout]     |     ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `SoundValue` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `player` and `device_name` are never read
[INFO] [stdout]   --> src/mark/linux.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 11 |     pub(crate) struct LinuxTTs {
[INFO] [stdout]    |                       -------- fields in this struct
[INFO] [stdout] 12 |         player: u8,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 13 |         device_name: String,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `LinuxTTs` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "5c1cb289ba862b281a4469abd0516c16cd2883a1215cec3ddb36ea502d96c6d2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5c1cb289ba862b281a4469abd0516c16cd2883a1215cec3ddb36ea502d96c6d2", kill_on_drop: false }`
[INFO] [stdout] 5c1cb289ba862b281a4469abd0516c16cd2883a1215cec3ddb36ea502d96c6d2
