[INFO] updating cached repository https://github.com/hdhoang/luser [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 30235a77e0a5c24fcccf68de35e47b29e7bcfead [INFO] testing hdhoang/luser against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhdhoang%2Fluser" "work/builds/worker-0/source"` [INFO] [stderr] Cloning into 'work/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/hdhoang/luser on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/hdhoang/luser [INFO] finished tweaking git repo https://github.com/hdhoang/luser [INFO] tweaked toml for git repo https://github.com/hdhoang/luser written to work/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/hdhoang/luser already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] error: the lock file /big/crater/work/builds/worker-0/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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" "+1.38.0" "build" "--frozen"` [INFO] [stdout] bb54e5b98a71ac983a06d0ab8d176bd4f5462647f70e4a56a83a148d9ffcf8ee [INFO] running `"docker" "start" "-a" "bb54e5b98a71ac983a06d0ab8d176bd4f5462647f70e4a56a83a148d9ffcf8ee"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling ego-tree v0.6.2 [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Compiling servo_arc v0.1.1 [INFO] [stderr] Compiling tokio-timer v0.1.2 [INFO] [stderr] Compiling arrayvec v0.4.11 [INFO] [stderr] Compiling native-tls v0.2.3 [INFO] [stderr] Compiling quick-xml v0.16.1 [INFO] [stderr] Compiling string_cache_codegen v0.4.4 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling tokio-mockstream v1.1.0 [INFO] [stderr] Compiling selectors v0.21.0 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling crossbeam-epoch v0.7.2 [INFO] [stderr] Compiling tokio-uds v0.2.5 [INFO] [stderr] Compiling tokio-udp v0.1.5 [INFO] [stderr] Compiling tokio-tls v0.2.1 [INFO] [stderr] Compiling crossbeam-deque v0.7.1 [INFO] [stderr] Compiling string_cache v0.7.4 [INFO] [stderr] Compiling tokio-threadpool v0.1.16 [INFO] [stderr] Compiling tokio-fs v0.1.6 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling tokio-core v0.1.17 [INFO] [stderr] Compiling hyper v0.12.35 [INFO] [stderr] Compiling serde_derive v1.0.101 [INFO] [stderr] Compiling cssparser v0.25.9 [INFO] [stderr] Compiling cssparser-macros v0.3.6 [INFO] [stderr] Compiling html5ever v0.24.1 [INFO] [stderr] Compiling markup5ever v0.9.0 [INFO] [stderr] Compiling irc v0.13.6 [INFO] [stderr] Compiling scraper v0.11.0 [INFO] [stderr] Compiling luser v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved imports `irc::client::prelude::IrcServer`, `irc::client::prelude::Server`, `irc::client::prelude::ServerExt` [INFO] [stderr] --> src/main.rs:13:28 [INFO] [stderr] | [INFO] [stderr] 13 | use irc::client::prelude::{IrcServer, Server, ServerExt, Config, Command, Response}; [INFO] [stderr] | ^^^^^^^^^ ^^^^^^ ^^^^^^^^^ no `ServerExt` in `client::prelude` [INFO] [stderr] | | | [INFO] [stderr] | | no `Server` in `client::prelude` [INFO] [stderr] | no `IrcServer` in `client::prelude` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `hyper::header::UserAgent`, `hyper::header::Cookie`, `hyper::header::CookiePair` [INFO] [stderr] --> src/main.rs:190:25 [INFO] [stderr] | [INFO] [stderr] 190 | use hyper::header::{UserAgent, Cookie, CookiePair}; [INFO] [stderr] | ^^^^^^^^^ ^^^^^^ ^^^^^^^^^^ no `CookiePair` in `header` [INFO] [stderr] | | | [INFO] [stderr] | | no `Cookie` in `header` [INFO] [stderr] | no `UserAgent` in `header` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `hyper::header::ContentLength` [INFO] [stderr] --> src/main.rs:229:9 [INFO] [stderr] | [INFO] [stderr] 229 | use hyper::header::ContentLength; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `ContentLength` in `header` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `quick_xml::XmlReader`, `quick_xml::Event` [INFO] [stderr] --> src/main.rs:230:21 [INFO] [stderr] | [INFO] [stderr] 230 | use quick_xml::{XmlReader, Event}; [INFO] [stderr] | ^^^^^^^^^ ^^^^^ no `Event` in the root [INFO] [stderr] | | [INFO] [stderr] | no `XmlReader` in the root [INFO] [stderr] | help: a similar name exists in the module: `Reader` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `error` in `quick_xml` [INFO] [stderr] --> src/main.rs:174:20 [INFO] [stderr] | [INFO] [stderr] 174 | Xml(quick_xml::error::Error), [INFO] [stderr] | ^^^^^ could not find `error` in `quick_xml` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `serialize` in module `form_urlencoded` [INFO] [stderr] --> src/main.rs:335:46 [INFO] [stderr] | [INFO] [stderr] 335 | .body(&form_urlencoded::serialize(form.iter())) [INFO] [stderr] | ^^^^^^^^^ not found in `form_urlencoded` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:178:32 [INFO] [stderr] | [INFO] [stderr] 178 | struct Handler<'a>(Regex, &'a (Fn(&Regex, &str) -> Result)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Regex, &str) -> Result` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 1 parameter was supplied [INFO] [stderr] --> src/main.rs:193:46 [INFO] [stderr] | [INFO] [stderr] 193 | let url = regex.captures(&line).unwrap().expand("$0"); [INFO] [stderr] | ^^^^^^ expected 2 parameters [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `contains` found for type `()` in the current scope [INFO] [stderr] --> src/main.rs:194:81 [INFO] [stderr] | [INFO] [stderr] 194 | if ["imgur.com/", "smbc-comics.com/", "libgen.io/"].iter().any(|domain| url.contains(domain)) { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/main.rs:198:34 [INFO] [stderr] | [INFO] [stderr] 198 | .get(&url) [INFO] [stderr] | ^^^^ expected struct `hyper::Uri`, found &() [INFO] [stderr] | [INFO] [stderr] = note: expected type `hyper::Uri` [INFO] [stderr] found type `&()` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `header` found for type `hyper::client::ResponseFuture` in the current scope [INFO] [stderr] --> src/main.rs:199:30 [INFO] [stderr] | [INFO] [stderr] 199 | .header(UserAgent("Firefox".into())) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 1 parameter was supplied [INFO] [stderr] --> src/main.rs:235:45 [INFO] [stderr] | [INFO] [stderr] 235 | .expand("http://api.wolframalpha.\ [INFO] [stderr] | ^^^^^^ expected 2 parameters [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/main.rs:233:38 [INFO] [stderr] | [INFO] [stderr] 233 | .get(®ex.captures(&line) [INFO] [stderr] | ______________________________________^ [INFO] [stderr] 234 | | .unwrap() [INFO] [stderr] 235 | | .expand("http://api.wolframalpha.\ [INFO] [stderr] 236 | | com/v2/query?format=plaintext&appid=\ [INFO] [stderr] 237 | | 3JEW42-4XXE264A93&input=$query")) [INFO] [stderr] | |____________________________________________________________________________________^ expected struct `hyper::Uri`, found &() [INFO] [stderr] | [INFO] [stderr] = note: expected type `hyper::Uri` [INFO] [stderr] found type `&()` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `send` found for type `hyper::client::ResponseFuture` in the current scope [INFO] [stderr] --> src/main.rs:238:34 [INFO] [stderr] | [INFO] [stderr] 238 | .send() [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 1 parameter was supplied [INFO] [stderr] --> src/main.rs:274:45 [INFO] [stderr] | [INFO] [stderr] 274 | .expand("https://ajax.googleapis.\ [INFO] [stderr] | ^^^^^^ expected 2 parameters [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/main.rs:272:38 [INFO] [stderr] | [INFO] [stderr] 272 | .get(®ex.captures(&line) [INFO] [stderr] | ______________________________________^ [INFO] [stderr] 273 | | .unwrap() [INFO] [stderr] 274 | | .expand("https://ajax.googleapis.\ [INFO] [stderr] 275 | | com/ajax/services/search/web?v=1.\ [INFO] [stderr] 276 | | 0&rsz=1&q=$query")) [INFO] [stderr] | |______________________________________________________________________^ expected struct `hyper::Uri`, found &() [INFO] [stderr] | [INFO] [stderr] = note: expected type `hyper::Uri` [INFO] [stderr] found type `&()` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `send` found for type `hyper::client::ResponseFuture` in the current scope [INFO] [stderr] --> src/main.rs:277:34 [INFO] [stderr] | [INFO] [stderr] 277 | .send() [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 1 parameter was supplied [INFO] [stderr] --> src/main.rs:303:45 [INFO] [stderr] | [INFO] [stderr] 303 | .expand("https://translate.yandex.net/api/v1.5/tr.\ [INFO] [stderr] | ^^^^^^ expected 2 parameters [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/main.rs:301:38 [INFO] [stderr] | [INFO] [stderr] 301 | .get(®ex.captures(&line) [INFO] [stderr] | ______________________________________^ [INFO] [stderr] 302 | | .unwrap() [INFO] [stderr] 303 | | .expand("https://translate.yandex.net/api/v1.5/tr.\ [INFO] [stderr] 304 | | json/translate?key=trnsl.1.1.\ [INFO] [stderr] 305 | | 20160210T093900Z.c6eacf09bbb65cfb.\ [INFO] [stderr] 306 | | cc28de2ba798bc3bc118e9f8201b6e6cea697810&te\ [INFO] [stderr] 307 | | xt=$text&lang=$lang")) [INFO] [stderr] | |_________________________________________________________________________^ expected struct `hyper::Uri`, found &() [INFO] [stderr] | [INFO] [stderr] = note: expected type `hyper::Uri` [INFO] [stderr] found type `&()` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `send` found for type `hyper::client::ResponseFuture` in the current scope [INFO] [stderr] --> src/main.rs:308:34 [INFO] [stderr] | [INFO] [stderr] 308 | .send() [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `post` found for type `hyper::Client` in the current scope [INFO] [stderr] --> src/main.rs:334:23 [INFO] [stderr] | [INFO] [stderr] 334 | .post("http://ix.io") [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::io::Read` [INFO] [stderr] --> src/main.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | use std::io::Read; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 20 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0061, E0308, E0425, E0432, E0433, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0061`. [INFO] [stderr] error: Could not compile `luser`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "bb54e5b98a71ac983a06d0ab8d176bd4f5462647f70e4a56a83a148d9ffcf8ee"` [INFO] running `"docker" "rm" "-f" "bb54e5b98a71ac983a06d0ab8d176bd4f5462647f70e4a56a83a148d9ffcf8ee"` [INFO] [stdout] bb54e5b98a71ac983a06d0ab8d176bd4f5462647f70e4a56a83a148d9ffcf8ee