Dec 19 15:13:03.123 INFO checking jharrilim/rustler against master#d99a320cba42f661aebfa1293b7b2ec3603dda75 for pr-56955 Dec 19 15:13:03.123 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56955/worker-3/master#d99a320cba42f661aebfa1293b7b2ec3603dda75:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-56955/sources/master#d99a320cba42f661aebfa1293b7b2ec3603dda75/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" "+d99a320cba42f661aebfa1293b7b2ec3603dda75-alt" "check" "--frozen" "--all" "--all-targets"` Dec 19 15:13:03.597 INFO [stdout] 6547a24cbf6af60d1a4ed34cf7887c16168d0d3fd0f220c4f40bdbf9a5bd490e Dec 19 15:13:03.599 INFO running `"docker" "start" "-a" "6547a24cbf6af60d1a4ed34cf7887c16168d0d3fd0f220c4f40bdbf9a5bd490e"` Dec 19 15:13:05.064 INFO [stderr] Checking rustler v0.1.0 (/opt/crater/workdir) Dec 19 15:13:05.280 INFO [stderr] warning: unused imports: `IpAddr`, `TcpStream` Dec 19 15:13:05.280 INFO [stderr] --> src/http/request.rs:5:5 Dec 19 15:13:05.280 INFO [stderr] | Dec 19 15:13:05.280 INFO [stderr] 5 | IpAddr, Dec 19 15:13:05.280 INFO [stderr] | ^^^^^^ Dec 19 15:13:05.280 INFO [stderr] 6 | TcpStream, Dec 19 15:13:05.280 INFO [stderr] | ^^^^^^^^^ Dec 19 15:13:05.280 INFO [stderr] | Dec 19 15:13:05.280 INFO [stderr] = note: #[warn(unused_imports)] on by default Dec 19 15:13:05.280 INFO [stderr] Dec 19 15:13:05.280 INFO [stderr] warning: unused import: `std::net::TcpStream` Dec 19 15:13:05.280 INFO [stderr] --> src/http/client.rs:1:5 Dec 19 15:13:05.280 INFO [stderr] | Dec 19 15:13:05.280 INFO [stderr] 1 | use std::net::TcpStream; Dec 19 15:13:05.280 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^ Dec 19 15:13:05.280 INFO [stderr] Dec 19 15:13:05.370 INFO [stderr] error[E0599]: no method named `add` found for type `std::string::String` in the current scope Dec 19 15:13:05.370 INFO [stderr] --> src/http/request.rs:32:23 Dec 19 15:13:05.370 INFO [stderr] | Dec 19 15:13:05.370 INFO [stderr] 32 | msg = msg.add(format!("{}:{}\r\n", k, v).as_str()) Dec 19 15:13:05.370 INFO [stderr] | ^^^ Dec 19 15:13:05.370 INFO [stderr] | Dec 19 15:13:05.370 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 19 15:13:05.370 INFO [stderr] = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 19 15:13:05.370 INFO [stderr] `use std::ops::Add;` Dec 19 15:13:05.370 INFO [stderr] Dec 19 15:13:05.370 INFO [stderr] error[E0599]: no method named `add` found for type `std::string::String` in the current scope Dec 19 15:13:05.371 INFO [stderr] --> src/http/request.rs:34:19 Dec 19 15:13:05.371 INFO [stderr] | Dec 19 15:13:05.371 INFO [stderr] 34 | msg = msg.add(self.body.as_str()); Dec 19 15:13:05.371 INFO [stderr] | ^^^ Dec 19 15:13:05.372 INFO [stderr] | Dec 19 15:13:05.372 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 19 15:13:05.372 INFO [stderr] = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 19 15:13:05.372 INFO [stderr] `use std::ops::Add;` Dec 19 15:13:05.372 INFO [stderr] Dec 19 15:13:05.376 INFO [stderr] error: aborting due to 2 previous errors Dec 19 15:13:05.376 INFO [stderr] Dec 19 15:13:05.376 INFO [stderr] For more information about this error, try `rustc --explain E0599`. Dec 19 15:13:05.383 INFO [stderr] error: Could not compile `rustler`. Dec 19 15:13:05.383 INFO [stderr] warning: build failed, waiting for other jobs to finish... Dec 19 15:13:05.456 INFO [stderr] error[E0425]: cannot find value `GET` in module `methods` Dec 19 15:13:05.456 INFO [stderr] --> src/http/request.rs:50:26 Dec 19 15:13:05.457 INFO [stderr] | Dec 19 15:13:05.457 INFO [stderr] 50 | let m = methods::GET; Dec 19 15:13:05.457 INFO [stderr] | ^^^ not found in `methods` Dec 19 15:13:05.457 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Dec 19 15:13:05.457 INFO [stderr] | Dec 19 15:13:05.457 INFO [stderr] 46 | use crate::http::methods::Method::GET; Dec 19 15:13:05.457 INFO [stderr] | Dec 19 15:13:05.457 INFO [stderr] Dec 19 15:13:05.457 INFO [stderr] warning: unused imports: `IpAddr`, `TcpStream` Dec 19 15:13:05.457 INFO [stderr] --> src/http/request.rs:5:5 Dec 19 15:13:05.457 INFO [stderr] | Dec 19 15:13:05.457 INFO [stderr] 5 | IpAddr, Dec 19 15:13:05.457 INFO [stderr] | ^^^^^^ Dec 19 15:13:05.457 INFO [stderr] 6 | TcpStream, Dec 19 15:13:05.457 INFO [stderr] | ^^^^^^^^^ Dec 19 15:13:05.457 INFO [stderr] | Dec 19 15:13:05.457 INFO [stderr] = note: #[warn(unused_imports)] on by default Dec 19 15:13:05.457 INFO [stderr] Dec 19 15:13:05.457 INFO [stderr] warning: unused import: `std::net::TcpStream` Dec 19 15:13:05.457 INFO [stderr] --> src/http/client.rs:1:5 Dec 19 15:13:05.457 INFO [stderr] | Dec 19 15:13:05.457 INFO [stderr] 1 | use std::net::TcpStream; Dec 19 15:13:05.457 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^ Dec 19 15:13:05.457 INFO [stderr] Dec 19 15:13:05.512 INFO [stderr] error[E0599]: no method named `add` found for type `std::string::String` in the current scope Dec 19 15:13:05.512 INFO [stderr] --> src/http/request.rs:32:23 Dec 19 15:13:05.512 INFO [stderr] | Dec 19 15:13:05.512 INFO [stderr] 32 | msg = msg.add(format!("{}:{}\r\n", k, v).as_str()) Dec 19 15:13:05.512 INFO [stderr] | ^^^ Dec 19 15:13:05.513 INFO [stderr] | Dec 19 15:13:05.513 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 19 15:13:05.513 INFO [stderr] = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 19 15:13:05.513 INFO [stderr] `use std::ops::Add;` Dec 19 15:13:05.513 INFO [stderr] Dec 19 15:13:05.513 INFO [stderr] error[E0599]: no method named `add` found for type `std::string::String` in the current scope Dec 19 15:13:05.513 INFO [stderr] --> src/http/request.rs:34:19 Dec 19 15:13:05.513 INFO [stderr] | Dec 19 15:13:05.513 INFO [stderr] 34 | msg = msg.add(self.body.as_str()); Dec 19 15:13:05.513 INFO [stderr] | ^^^ Dec 19 15:13:05.513 INFO [stderr] | Dec 19 15:13:05.513 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 19 15:13:05.513 INFO [stderr] = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 19 15:13:05.513 INFO [stderr] `use std::ops::Add;` Dec 19 15:13:05.513 INFO [stderr] Dec 19 15:13:05.514 INFO [stderr] error: aborting due to 3 previous errors Dec 19 15:13:05.520 INFO [stderr] Dec 19 15:13:05.520 INFO [stderr] Some errors occurred: E0425, E0599. Dec 19 15:13:05.520 INFO [stderr] For more information about an error, try `rustc --explain E0425`. Dec 19 15:13:05.524 INFO [stderr] error: Could not compile `rustler`. Dec 19 15:13:05.525 INFO [stderr] Dec 19 15:13:05.525 INFO [stderr] To learn more, run the command again with --verbose. Dec 19 15:13:06.084 INFO running `"docker" "inspect" "6547a24cbf6af60d1a4ed34cf7887c16168d0d3fd0f220c4f40bdbf9a5bd490e"` Dec 19 15:13:06.384 INFO running `"docker" "rm" "-f" "6547a24cbf6af60d1a4ed34cf7887c16168d0d3fd0f220c4f40bdbf9a5bd490e"` Dec 19 15:13:06.753 INFO [stdout] 6547a24cbf6af60d1a4ed34cf7887c16168d0d3fd0f220c4f40bdbf9a5bd490e