[INFO] crate qbittorrent 0.1.1 is already in cache
[INFO] checking qbittorrent-0.1.1 against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] extracting crate qbittorrent 0.1.1 into /workspace/builds/worker-0/source
[INFO] validating manifest of crates.io crate qbittorrent 0.1.1 on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate qbittorrent 0.1.1
[INFO] finished tweaking crates.io crate qbittorrent 0.1.1
[INFO] tweaked toml for crates.io crate qbittorrent 0.1.1 written to /workspace/builds/worker-0/source/Cargo.toml
[INFO] crate crates.io crate qbittorrent 0.1.1 already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 808690ac1619d442652341ce0dc87d37f6cacd110629ca5a4afdea91b3a6d99c
[INFO] running `"docker" "start" "-a" "808690ac1619d442652341ce0dc87d37f6cacd110629ca5a4afdea91b3a6d99c"`
[INFO] [stderr]    Compiling serde v1.0.104
[INFO] [stderr]    Compiling openssl-sys v0.9.49
[INFO] [stderr]    Compiling unicase v2.5.1
[INFO] [stderr]     Checking mio v0.6.21
[INFO] [stderr]    Compiling darling_core v0.10.2
[INFO] [stderr]    Compiling tokio-macros v0.2.3
[INFO] [stderr]    Compiling pin-project-internal v0.4.6
[INFO] [stderr]    Compiling thiserror-impl v1.0.11
[INFO] [stderr]    Compiling derive-getters v0.1.0
[INFO] [stderr]    Compiling async-trait v0.1.22
[INFO] [stderr]    Compiling mime_guess v2.0.1
[INFO] [stderr]     Checking tokio v0.2.9
[INFO] [stderr]    Compiling openssl v0.10.24
[INFO] [stderr]    Compiling native-tls v0.2.3
[INFO] [stderr]     Checking thiserror v1.0.11
[INFO] [stderr]     Checking tokio-util v0.2.0
[INFO] [stderr]     Checking pin-project v0.4.6
[INFO] [stderr]     Checking h2 v0.2.1
[INFO] [stderr]    Compiling darling_macro v0.10.2
[INFO] [stderr]     Checking tokio-tls v0.3.0
[INFO] [stderr]    Compiling darling v0.10.2
[INFO] [stderr]    Compiling derive_builder_core v0.9.0
[INFO] [stderr]     Checking serde_json v1.0.44
[INFO] [stderr]     Checking serde_urlencoded v0.6.1
[INFO] [stderr]     Checking hyper v0.13.1
[INFO] [stderr]    Compiling derive_builder v0.9.0
[INFO] [stderr]     Checking hyper-tls v0.4.1
[INFO] [stderr]     Checking reqwest v0.10.1
[INFO] [stderr]     Checking qbittorrent v0.1.1 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `queries`
[INFO] [stderr]   --> src/tests.rs:69:20
[INFO] [stderr]    |
[INFO] [stderr] 69 |     let download = queries::TorrentDownloadBuilder::default()
[INFO] [stderr]    |                    ^^^^^^^ use of undeclared type or module `queries`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `queries`
[INFO] [stderr]    --> src/tests.rs:107:20
[INFO] [stderr]     |
[INFO] [stderr] 107 |     let torrents = queries::TorrentRequestBuilder::default()
[INFO] [stderr]     |                    ^^^^^^^ use of undeclared type or module `queries`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `queries`
[INFO] [stderr]    --> src/tests.rs:108:17
[INFO] [stderr]     |
[INFO] [stderr] 108 |         .filter(queries::TorrentFilter::Completed)
[INFO] [stderr]     |                 ^^^^^^^ use of undeclared type or module `queries`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `queries`
[INFO] [stderr]    --> src/tests.rs:128:40
[INFO] [stderr]     |
[INFO] [stderr] 128 |     let torrents: Vec<data::Torrent> = queries::TorrentRequestBuilder::default()
[INFO] [stderr]     |                                        ^^^^^^^ use of undeclared type or module `queries`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `queries`
[INFO] [stderr]    --> src/tests.rs:129:17
[INFO] [stderr]     |
[INFO] [stderr] 129 |         .filter(queries::TorrentFilter::Active)
[INFO] [stderr]     |                 ^^^^^^^ use of undeclared type or module `queries`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `queries`
[INFO] [stderr]    --> src/tests.rs:159:23
[INFO] [stderr]     |
[INFO] [stderr] 159 |     let new_torrent = queries::TorrentRequestBuilder::default()
[INFO] [stderr]     |                       ^^^^^^^ use of undeclared type or module `queries`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `properties` found for struct `data::Torrent` in the current scope
[INFO] [stderr]   --> src/tests.rs:90:25
[INFO] [stderr]    |
[INFO] [stderr] 90 |     let props = torrent.properties(&api).await;
[INFO] [stderr]    |                         ^^^^^^^^^^ method not found in `data::Torrent`
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/data.rs:69:1
[INFO] [stderr]    |
[INFO] [stderr] 69 | pub struct Torrent {
[INFO] [stderr]    | ------------------ method `properties` not found for this
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/traits.rs:12:14
[INFO] [stderr]    |
[INFO] [stderr] 12 |     async fn properties(&self, other: &'_ T) -> Result<TorrentProperties, Error>;
[INFO] [stderr]    |              ----------
[INFO] [stderr]    |              |
[INFO] [stderr]    |              the method is available for `std::boxed::Box<data::Torrent>` here
[INFO] [stderr]    |              the method is available for `std::sync::Arc<data::Torrent>` here
[INFO] [stderr]    |              the method is available for `std::rc::Rc<data::Torrent>` here
[INFO] [stderr]    |
[INFO] [stderr]    = help: items from traits can only be used if the trait is in scope
[INFO] [stderr]    = note: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stderr]            `use crate::traits::TorrentData;`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `trackers` found for struct `data::Torrent` in the current scope
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/data.rs:69:1
[INFO] [stderr]    |
[INFO] [stderr] 69 | pub struct Torrent {
[INFO] [stderr]    | ------------------ method `trackers` not found for this
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/traits.rs:13:14
[INFO] [stderr]    |
[INFO] [stderr] 13 |     async fn trackers(&self, other: &'_ T) -> Result<Vec<Tracker>, Error>;
[INFO] [stderr]    |              --------
[INFO] [stderr]    |              |
[INFO] [stderr]    |              the method is available for `std::boxed::Box<data::Torrent>` here
[INFO] [stderr]    |              the method is available for `std::sync::Arc<data::Torrent>` here
[INFO] [stderr]    |              the method is available for `std::rc::Rc<data::Torrent>` here
[INFO] [stderr]   --> src/tests.rs:99:28
[INFO] [stderr]    |
[INFO] [stderr] 99 |     let trackers = torrent.trackers(&api).await;
[INFO] [stderr]    |                            ^^^^^^^^ help: there is an associated function with a similar name: `tracker`
[INFO] [stderr]    |
[INFO] [stderr]    = help: items from traits can only be used if the trait is in scope
[INFO] [stderr]    = note: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stderr]            `use crate::traits::TorrentData;`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `pause` found for reference `&data::Hash` in the current scope
[INFO] [stderr]    --> src/tests.rs:152:32
[INFO] [stderr]     |
[INFO] [stderr] 152 |     let pause = torrent.hash().pause(&api).await;
[INFO] [stderr]     |                                ^^^^^ help: there is an associated function with a similar name: `parse`
[INFO] [stderr]     |
[INFO] [stderr]     = help: items from traits can only be used if the trait is in scope
[INFO] [stderr]     = note: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stderr]             `use crate::traits::Pause;`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 9 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0433, E0599.
[INFO] [stderr] For more information about an error, try `rustc --explain E0433`.
[INFO] [stderr] error: could not compile `qbittorrent`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: build failed
[INFO] running `"docker" "inspect" "808690ac1619d442652341ce0dc87d37f6cacd110629ca5a4afdea91b3a6d99c"`
[INFO] running `"docker" "rm" "-f" "808690ac1619d442652341ce0dc87d37f6cacd110629ca5a4afdea91b3a6d99c"`
[INFO] [stdout] 808690ac1619d442652341ce0dc87d37f6cacd110629ca5a4afdea91b3a6d99c
