Nov 30 00:58:27.814 INFO checking jharrilim/rustler against try#32252761328f59ccfadb1bafb8148c685bc830b3 for pr-56323 Nov 30 00:58:27.814 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56323/worker-2/try#32252761328f59ccfadb1bafb8148c685bc830b3:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-56323/try#32252761328f59ccfadb1bafb8148c685bc830b3:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +32252761328f59ccfadb1bafb8148c685bc830b3-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 30 00:58:28.220 INFO [stdout] 35f9732a4d09a431e8a8b0dba36047df6ff2ccf85771092b040a62b4423a8809 Nov 30 00:58:28.222 INFO running `"docker" "start" "-a" "35f9732a4d09a431e8a8b0dba36047df6ff2ccf85771092b040a62b4423a8809"` Nov 30 00:58:30.003 INFO [stderr] usermod: no changes Nov 30 00:58:30.072 INFO [stderr] Checking rustler v0.1.0 (/source) Nov 30 00:58:30.509 INFO [stderr] warning: unused imports: `IpAddr`, `TcpStream` Nov 30 00:58:30.509 INFO [stderr] --> src/http/request.rs:5:5 Nov 30 00:58:30.509 INFO [stderr] | Nov 30 00:58:30.509 INFO [stderr] 5 | IpAddr, Nov 30 00:58:30.509 INFO [stderr] | ^^^^^^ Nov 30 00:58:30.509 INFO [stderr] 6 | TcpStream, Nov 30 00:58:30.509 INFO [stderr] | ^^^^^^^^^ Nov 30 00:58:30.509 INFO [stderr] | Nov 30 00:58:30.509 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 30 00:58:30.509 INFO [stderr] Nov 30 00:58:30.509 INFO [stderr] warning: unused import: `std::net::TcpStream` Nov 30 00:58:30.509 INFO [stderr] --> src/http/client.rs:1:5 Nov 30 00:58:30.509 INFO [stderr] | Nov 30 00:58:30.509 INFO [stderr] 1 | use std::net::TcpStream; Nov 30 00:58:30.509 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^ Nov 30 00:58:30.509 INFO [stderr] Nov 30 00:58:30.600 INFO [stderr] error[E0599]: no method named `add` found for type `std::string::String` in the current scope Nov 30 00:58:30.600 INFO [stderr] --> src/http/request.rs:32:23 Nov 30 00:58:30.600 INFO [stderr] | Nov 30 00:58:30.600 INFO [stderr] 32 | msg = msg.add(format!("{}:{}\r\n", k, v).as_str()) Nov 30 00:58:30.600 INFO [stderr] | ^^^ Nov 30 00:58:30.600 INFO [stderr] | Nov 30 00:58:30.600 INFO [stderr] = help: items from traits can only be used if the trait is in scope Nov 30 00:58:30.600 INFO [stderr] = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Nov 30 00:58:30.600 INFO [stderr] `use std::ops::Add;` Nov 30 00:58:30.600 INFO [stderr] Nov 30 00:58:30.600 INFO [stderr] error[E0599]: no method named `add` found for type `std::string::String` in the current scope Nov 30 00:58:30.600 INFO [stderr] --> src/http/request.rs:34:19 Nov 30 00:58:30.600 INFO [stderr] | Nov 30 00:58:30.600 INFO [stderr] 34 | msg = msg.add(self.body.as_str()); Nov 30 00:58:30.600 INFO [stderr] | ^^^ Nov 30 00:58:30.600 INFO [stderr] | Nov 30 00:58:30.600 INFO [stderr] = help: items from traits can only be used if the trait is in scope Nov 30 00:58:30.600 INFO [stderr] = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Nov 30 00:58:30.600 INFO [stderr] `use std::ops::Add;` Nov 30 00:58:30.600 INFO [stderr] Nov 30 00:58:30.606 INFO [stderr] error: aborting due to 2 previous errors Nov 30 00:58:30.606 INFO [stderr] Nov 30 00:58:30.606 INFO [stderr] For more information about this error, try `rustc --explain E0599`. Nov 30 00:58:30.628 INFO [stderr] error: Could not compile `rustler`. Nov 30 00:58:30.628 INFO [stderr] warning: build failed, waiting for other jobs to finish... Nov 30 00:58:30.712 INFO [stderr] error[E0425]: cannot find value `GET` in module `methods` Nov 30 00:58:30.712 INFO [stderr] --> src/http/request.rs:50:26 Nov 30 00:58:30.712 INFO [stderr] | Nov 30 00:58:30.712 INFO [stderr] 50 | let m = methods::GET; Nov 30 00:58:30.712 INFO [stderr] | ^^^ not found in `methods` Nov 30 00:58:30.712 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 30 00:58:30.712 INFO [stderr] | Nov 30 00:58:30.712 INFO [stderr] 46 | use crate::http::methods::Method::GET; Nov 30 00:58:30.712 INFO [stderr] | Nov 30 00:58:30.712 INFO [stderr] Nov 30 00:58:30.712 INFO [stderr] warning: unused imports: `IpAddr`, `TcpStream` Nov 30 00:58:30.712 INFO [stderr] --> src/http/request.rs:5:5 Nov 30 00:58:30.712 INFO [stderr] | Nov 30 00:58:30.712 INFO [stderr] 5 | IpAddr, Nov 30 00:58:30.712 INFO [stderr] | ^^^^^^ Nov 30 00:58:30.712 INFO [stderr] 6 | TcpStream, Nov 30 00:58:30.712 INFO [stderr] | ^^^^^^^^^ Nov 30 00:58:30.712 INFO [stderr] | Nov 30 00:58:30.712 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 30 00:58:30.712 INFO [stderr] Nov 30 00:58:30.712 INFO [stderr] warning: unused import: `std::net::TcpStream` Nov 30 00:58:30.712 INFO [stderr] --> src/http/client.rs:1:5 Nov 30 00:58:30.712 INFO [stderr] | Nov 30 00:58:30.712 INFO [stderr] 1 | use std::net::TcpStream; Nov 30 00:58:30.712 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^ Nov 30 00:58:30.712 INFO [stderr] Nov 30 00:58:30.772 INFO [stderr] error[E0599]: no method named `add` found for type `std::string::String` in the current scope Nov 30 00:58:30.772 INFO [stderr] --> src/http/request.rs:32:23 Nov 30 00:58:30.772 INFO [stderr] | Nov 30 00:58:30.772 INFO [stderr] 32 | msg = msg.add(format!("{}:{}\r\n", k, v).as_str()) Nov 30 00:58:30.772 INFO [stderr] | ^^^ Nov 30 00:58:30.772 INFO [stderr] | Nov 30 00:58:30.772 INFO [stderr] = help: items from traits can only be used if the trait is in scope Nov 30 00:58:30.772 INFO [stderr] = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Nov 30 00:58:30.772 INFO [stderr] `use std::ops::Add;` Nov 30 00:58:30.772 INFO [stderr] Nov 30 00:58:30.772 INFO [stderr] error[E0599]: no method named `add` found for type `std::string::String` in the current scope Nov 30 00:58:30.772 INFO [stderr] --> src/http/request.rs:34:19 Nov 30 00:58:30.772 INFO [stderr] | Nov 30 00:58:30.772 INFO [stderr] 34 | msg = msg.add(self.body.as_str()); Nov 30 00:58:30.772 INFO [stderr] | ^^^ Nov 30 00:58:30.772 INFO [stderr] | Nov 30 00:58:30.772 INFO [stderr] = help: items from traits can only be used if the trait is in scope Nov 30 00:58:30.772 INFO [stderr] = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Nov 30 00:58:30.772 INFO [stderr] `use std::ops::Add;` Nov 30 00:58:30.772 INFO [stderr] Nov 30 00:58:30.784 INFO [stderr] error: aborting due to 3 previous errors Nov 30 00:58:30.784 INFO [stderr] Nov 30 00:58:30.784 INFO [stderr] Some errors occurred: E0425, E0599. Nov 30 00:58:30.784 INFO [stderr] For more information about an error, try `rustc --explain E0425`. Nov 30 00:58:30.784 INFO [stderr] error: Could not compile `rustler`. Nov 30 00:58:30.784 INFO [stderr] Nov 30 00:58:30.784 INFO [stderr] To learn more, run the command again with --verbose. Nov 30 00:58:30.784 INFO [stderr] su: No module specific data is present Nov 30 00:58:31.534 INFO running `"docker" "inspect" "35f9732a4d09a431e8a8b0dba36047df6ff2ccf85771092b040a62b4423a8809"` Nov 30 00:58:31.766 INFO running `"docker" "rm" "-f" "35f9732a4d09a431e8a8b0dba36047df6ff2ccf85771092b040a62b4423a8809"` Nov 30 00:58:31.988 INFO [stdout] 35f9732a4d09a431e8a8b0dba36047df6ff2ccf85771092b040a62b4423a8809