Dec 19 15:13:02.682 INFO checking jharrilim/rustler against try#e70472fc501b855c9080f3772432c10fe20b8866 for pr-56955 Dec 19 15:13:02.682 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56955/worker-5/try#e70472fc501b855c9080f3772432c10fe20b8866:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-56955/sources/try#e70472fc501b855c9080f3772432c10fe20b8866/gh/jharrilim/rustler:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e70472fc501b855c9080f3772432c10fe20b8866-alt" "check" "--frozen" "--all" "--all-targets"` Dec 19 15:13:03.084 INFO [stdout] 4b6ea7d33fe3e904b4bfbc5d16c0bc7878d42ef8586f1f8a649467a62f992014 Dec 19 15:13:03.084 INFO running `"docker" "start" "-a" "4b6ea7d33fe3e904b4bfbc5d16c0bc7878d42ef8586f1f8a649467a62f992014"` Dec 19 15:13:04.596 INFO [stderr] Checking rustler v0.1.0 (/opt/crater/workdir) Dec 19 15:13:04.942 INFO [stderr] warning: unused imports: `IpAddr`, `TcpStream` Dec 19 15:13:04.942 INFO [stderr] --> src/http/request.rs:5:5 Dec 19 15:13:04.942 INFO [stderr] | Dec 19 15:13:04.942 INFO [stderr] 5 | IpAddr, Dec 19 15:13:04.942 INFO [stderr] | ^^^^^^ Dec 19 15:13:04.942 INFO [stderr] 6 | TcpStream, Dec 19 15:13:04.942 INFO [stderr] | ^^^^^^^^^ Dec 19 15:13:04.942 INFO [stderr] | Dec 19 15:13:04.942 INFO [stderr] = note: #[warn(unused_imports)] on by default Dec 19 15:13:04.942 INFO [stderr] Dec 19 15:13:04.942 INFO [stderr] warning: unused import: `std::net::TcpStream` Dec 19 15:13:04.942 INFO [stderr] --> src/http/client.rs:1:5 Dec 19 15:13:04.942 INFO [stderr] | Dec 19 15:13:04.942 INFO [stderr] 1 | use std::net::TcpStream; Dec 19 15:13:04.942 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^ Dec 19 15:13:04.942 INFO [stderr] Dec 19 15:13:04.988 INFO [stderr] error[E0425]: cannot find value `GET` in module `methods` Dec 19 15:13:04.988 INFO [stderr] --> src/http/request.rs:50:26 Dec 19 15:13:04.988 INFO [stderr] | Dec 19 15:13:04.988 INFO [stderr] 50 | let m = methods::GET; Dec 19 15:13:04.988 INFO [stderr] | ^^^ not found in `methods` Dec 19 15:13:04.988 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Dec 19 15:13:04.988 INFO [stderr] | Dec 19 15:13:04.988 INFO [stderr] 46 | use crate::http::methods::Method::GET; Dec 19 15:13:04.988 INFO [stderr] | Dec 19 15:13:04.988 INFO [stderr] Dec 19 15:13:04.988 INFO [stderr] warning: unused imports: `IpAddr`, `TcpStream` Dec 19 15:13:04.988 INFO [stderr] --> src/http/request.rs:5:5 Dec 19 15:13:04.988 INFO [stderr] | Dec 19 15:13:04.988 INFO [stderr] 5 | IpAddr, Dec 19 15:13:04.988 INFO [stderr] | ^^^^^^ Dec 19 15:13:04.988 INFO [stderr] 6 | TcpStream, Dec 19 15:13:04.988 INFO [stderr] | ^^^^^^^^^ Dec 19 15:13:04.988 INFO [stderr] | Dec 19 15:13:04.988 INFO [stderr] = note: #[warn(unused_imports)] on by default Dec 19 15:13:04.989 INFO [stderr] Dec 19 15:13:04.989 INFO [stderr] warning: unused import: `std::net::TcpStream` Dec 19 15:13:04.989 INFO [stderr] --> src/http/client.rs:1:5 Dec 19 15:13:04.989 INFO [stderr] | Dec 19 15:13:04.989 INFO [stderr] 1 | use std::net::TcpStream; Dec 19 15:13:04.989 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^ Dec 19 15:13:04.989 INFO [stderr] Dec 19 15:13:04.996 INFO [stderr] error[E0599]: no method named `add` found for type `std::string::String` in the current scope Dec 19 15:13:04.996 INFO [stderr] --> src/http/request.rs:32:23 Dec 19 15:13:04.996 INFO [stderr] | Dec 19 15:13:04.996 INFO [stderr] 32 | msg = msg.add(format!("{}:{}\r\n", k, v).as_str()) Dec 19 15:13:04.996 INFO [stderr] | ^^^ Dec 19 15:13:04.996 INFO [stderr] | Dec 19 15:13:05.000 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 19 15:13:05.000 INFO [stderr] = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 19 15:13:05.000 INFO [stderr] `use std::ops::Add;` Dec 19 15:13:05.000 INFO [stderr] Dec 19 15:13:05.000 INFO [stderr] error[E0599]: no method named `add` found for type `std::string::String` in the current scope Dec 19 15:13:05.000 INFO [stderr] --> src/http/request.rs:34:19 Dec 19 15:13:05.000 INFO [stderr] | Dec 19 15:13:05.000 INFO [stderr] 34 | msg = msg.add(self.body.as_str()); Dec 19 15:13:05.000 INFO [stderr] | ^^^ Dec 19 15:13:05.000 INFO [stderr] | Dec 19 15:13:05.000 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 19 15:13:05.000 INFO [stderr] = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 19 15:13:05.000 INFO [stderr] `use std::ops::Add;` Dec 19 15:13:05.000 INFO [stderr] Dec 19 15:13:05.004 INFO [stderr] error: aborting due to 2 previous errors Dec 19 15:13:05.004 INFO [stderr] Dec 19 15:13:05.004 INFO [stderr] For more information about this error, try `rustc --explain E0599`. Dec 19 15:13:05.016 INFO [stderr] error: Could not compile `rustler`. Dec 19 15:13:05.016 INFO [stderr] warning: build failed, waiting for other jobs to finish... Dec 19 15:13:05.063 INFO [stderr] error[E0599]: no method named `add` found for type `std::string::String` in the current scope Dec 19 15:13:05.063 INFO [stderr] --> src/http/request.rs:32:23 Dec 19 15:13:05.063 INFO [stderr] | Dec 19 15:13:05.063 INFO [stderr] 32 | msg = msg.add(format!("{}:{}\r\n", k, v).as_str()) Dec 19 15:13:05.063 INFO [stderr] | ^^^ Dec 19 15:13:05.063 INFO [stderr] | Dec 19 15:13:05.063 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 19 15:13:05.063 INFO [stderr] = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 19 15:13:05.063 INFO [stderr] `use std::ops::Add;` Dec 19 15:13:05.063 INFO [stderr] Dec 19 15:13:05.063 INFO [stderr] error[E0599]: no method named `add` found for type `std::string::String` in the current scope Dec 19 15:13:05.063 INFO [stderr] --> src/http/request.rs:34:19 Dec 19 15:13:05.063 INFO [stderr] | Dec 19 15:13:05.063 INFO [stderr] 34 | msg = msg.add(self.body.as_str()); Dec 19 15:13:05.063 INFO [stderr] | ^^^ Dec 19 15:13:05.063 INFO [stderr] | Dec 19 15:13:05.063 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 19 15:13:05.063 INFO [stderr] = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 19 15:13:05.063 INFO [stderr] `use std::ops::Add;` Dec 19 15:13:05.063 INFO [stderr] Dec 19 15:13:05.063 INFO [stderr] error: aborting due to 3 previous errors Dec 19 15:13:05.063 INFO [stderr] Dec 19 15:13:05.063 INFO [stderr] Some errors occurred: E0425, E0599. Dec 19 15:13:05.063 INFO [stderr] For more information about an error, try `rustc --explain E0425`. Dec 19 15:13:05.063 INFO [stderr] error: Could not compile `rustler`. Dec 19 15:13:05.063 INFO [stderr] Dec 19 15:13:05.063 INFO [stderr] To learn more, run the command again with --verbose. Dec 19 15:13:05.860 INFO running `"docker" "inspect" "4b6ea7d33fe3e904b4bfbc5d16c0bc7878d42ef8586f1f8a649467a62f992014"` Dec 19 15:13:06.150 INFO running `"docker" "rm" "-f" "4b6ea7d33fe3e904b4bfbc5d16c0bc7878d42ef8586f1f8a649467a62f992014"` Dec 19 15:13:06.433 INFO [stdout] 4b6ea7d33fe3e904b4bfbc5d16c0bc7878d42ef8586f1f8a649467a62f992014