[INFO] fetching crate libpulse-tokio 0.1.1...
[INFO] testing libpulse-tokio-0.1.1 against 1.90.0 for beta-1.91-3
[INFO] extracting crate libpulse-tokio 0.1.1 into /workspace/builds/worker-4-tc1/source
[INFO] started tweaking crates.io crate libpulse-tokio 0.1.1
[INFO] finished tweaking crates.io crate libpulse-tokio 0.1.1
[INFO] tweaked toml for crates.io crate libpulse-tokio 0.1.1 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate libpulse-tokio 0.1.1 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] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 42 packages to latest compatible versions
[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 libpulse-sys v1.23.0
[INFO] [stderr]   Downloaded libpulse-binding v2.30.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 0ba83944a33eb168a2bfeca0cbcef8d3622f7d2edb569ed3d91856d434a3757f
[INFO] running `Command { std: "docker" "start" "-a" "0ba83944a33eb168a2bfeca0cbcef8d3622f7d2edb569ed3d91856d434a3757f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0ba83944a33eb168a2bfeca0cbcef8d3622f7d2edb569ed3d91856d434a3757f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0ba83944a33eb168a2bfeca0cbcef8d3622f7d2edb569ed3d91856d434a3757f", kill_on_drop: false }`
[INFO] [stdout] 0ba83944a33eb168a2bfeca0cbcef8d3622f7d2edb569ed3d91856d434a3757f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] b60b7bbf8bd70512908ce6bef6e4976ac35ccf885fea3225b5420b967513dc8a
[INFO] running `Command { std: "docker" "start" "-a" "b60b7bbf8bd70512908ce6bef6e4976ac35ccf885fea3225b5420b967513dc8a", kill_on_drop: false }`
[INFO] [stderr]    Compiling libpulse-sys v1.23.0
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]    Compiling bitflags v2.9.4
[INFO] [stderr]    Compiling tokio v1.47.1
[INFO] [stderr]    Compiling libpulse-binding v2.30.1
[INFO] [stderr]    Compiling libpulse-tokio v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0599]: the method `get` exists for reference `&Cell<libpulse_binding::mainloop::events::io::FlagSet>`, but its trait bounds were not satisfied
[INFO] [stdout]    --> src/lib.rs:294:31
[INFO] [stdout]     |
[INFO] [stdout] 294 |                       if events.get().contains(IoEventFlagSet::INPUT) {
[INFO] [stdout]     |                                 ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libpulse-binding-2.30.1/src/mainloop/events/io.rs:24:1
[INFO] [stdout]     |
[INFO] [stdout]  24 | / bitflags! {
[INFO] [stdout]  25 | |     /// IO event flag set.
[INFO] [stdout]  26 | |     #[repr(transparent)]
[INFO] [stdout]  27 | |     pub struct FlagSet: u32 {
[INFO] [stdout] ...   |
[INFO] [stdout]  39 | | }
[INFO] [stdout]     | |_- doesn't satisfy `_: Copy`
[INFO] [stdout]     |
[INFO] [stdout]     = note: the following trait bounds were not satisfied:
[INFO] [stdout]             `libpulse_binding::mainloop::events::io::FlagSet: Copy`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: the method `get` exists for reference `&Cell<libpulse_binding::mainloop::events::io::FlagSet>`, but its trait bounds were not satisfied
[INFO] [stdout]    --> src/lib.rs:304:31
[INFO] [stdout]     |
[INFO] [stdout] 304 |                       if events.get().contains(IoEventFlagSet::OUTPUT) {
[INFO] [stdout]     |                                 ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libpulse-binding-2.30.1/src/mainloop/events/io.rs:24:1
[INFO] [stdout]     |
[INFO] [stdout]  24 | / bitflags! {
[INFO] [stdout]  25 | |     /// IO event flag set.
[INFO] [stdout]  26 | |     #[repr(transparent)]
[INFO] [stdout]  27 | |     pub struct FlagSet: u32 {
[INFO] [stdout] ...   |
[INFO] [stdout]  39 | | }
[INFO] [stdout]     | |_- doesn't satisfy `_: Copy`
[INFO] [stdout]     |
[INFO] [stdout]     = note: the following trait bounds were not satisfied:
[INFO] [stdout]             `libpulse_binding::mainloop::events::io::FlagSet: Copy`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `libpulse_binding::mainloop::events::io::FlagSet`
[INFO] [stdout]    --> src/lib.rs:314:30
[INFO] [stdout]     |
[INFO] [stdout] 314 |                     if ready == IoEventFlagSet::NULL {
[INFO] [stdout]     |                        ----- ^^ -------------------- libpulse_binding::mainloop::events::io::FlagSet
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        libpulse_binding::mainloop::events::io::FlagSet
[INFO] [stdout]     |
[INFO] [stdout] note: the foreign item type `libpulse_binding::mainloop::events::io::FlagSet` doesn't implement `PartialEq`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libpulse-binding-2.30.1/src/mainloop/events/io.rs:24:1
[INFO] [stdout]     |
[INFO] [stdout]  24 | / bitflags! {
[INFO] [stdout]  25 | |     /// IO event flag set.
[INFO] [stdout]  26 | |     #[repr(transparent)]
[INFO] [stdout]  27 | |     pub struct FlagSet: u32 {
[INFO] [stdout] ...   |
[INFO] [stdout]  39 | | }
[INFO] [stdout]     | |_^ not implement `PartialEq`
[INFO] [stdout]     = note: this error originates in the macro `$crate::__declare_public_bitflags` which comes from the expansion of the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: the method `get` exists for reference `&Cell<libpulse_binding::mainloop::events::io::FlagSet>`, but its trait bounds were not satisfied
[INFO] [stdout]    --> src/lib.rs:325:40
[INFO] [stdout]     |
[INFO] [stdout] 325 |                       let wants = events.get();
[INFO] [stdout]     |                                          ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libpulse-binding-2.30.1/src/mainloop/events/io.rs:24:1
[INFO] [stdout]     |
[INFO] [stdout]  24 | / bitflags! {
[INFO] [stdout]  25 | |     /// IO event flag set.
[INFO] [stdout]  26 | |     #[repr(transparent)]
[INFO] [stdout]  27 | |     pub struct FlagSet: u32 {
[INFO] [stdout] ...   |
[INFO] [stdout]  39 | | }
[INFO] [stdout]     | |_- doesn't satisfy `_: Copy`
[INFO] [stdout]     |
[INFO] [stdout]     = note: the following trait bounds were not satisfied:
[INFO] [stdout]             `libpulse_binding::mainloop::events::io::FlagSet: Copy`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `libpulse-tokio` (lib) due to 4 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] Some errors have detailed explanations: E0369, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0369`.
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "b60b7bbf8bd70512908ce6bef6e4976ac35ccf885fea3225b5420b967513dc8a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b60b7bbf8bd70512908ce6bef6e4976ac35ccf885fea3225b5420b967513dc8a", kill_on_drop: false }`
[INFO] [stdout] b60b7bbf8bd70512908ce6bef6e4976ac35ccf885fea3225b5420b967513dc8a
