Nov 28 03:21:59.855 INFO checking jharrilim/rustler against master#0b9f19dff1347e29bf4362ab5a8fab84b43023b5 for pr-56074 Nov 28 03:21:59.857 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56074/worker-2/master#0b9f19dff1347e29bf4362ab5a8fab84b43023b5:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-56074/master#0b9f19dff1347e29bf4362ab5a8fab84b43023b5:/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 +0b9f19dff1347e29bf4362ab5a8fab84b43023b5-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 28 03:22:00.331 INFO [stdout] 1ba159ad2432c75aebd856a0ceb09207ebb87c157331b89032ebb7cd15c24942 Nov 28 03:22:00.340 INFO running `"docker" "start" "-a" "1ba159ad2432c75aebd856a0ceb09207ebb87c157331b89032ebb7cd15c24942"` Nov 28 03:22:02.358 INFO [stderr] usermod: no changes Nov 28 03:22:02.396 INFO [stderr] Checking rustler v0.1.0 (/source) Nov 28 03:22:02.830 INFO [stderr] warning: unused imports: `IpAddr`, `TcpStream` Nov 28 03:22:02.830 INFO [stderr] --> src/http/request.rs:5:5 Nov 28 03:22:02.830 INFO [stderr] | Nov 28 03:22:02.830 INFO [stderr] 5 | IpAddr, Nov 28 03:22:02.830 INFO [stderr] | ^^^^^^ Nov 28 03:22:02.830 INFO [stderr] 6 | TcpStream, Nov 28 03:22:02.830 INFO [stderr] | ^^^^^^^^^ Nov 28 03:22:02.830 INFO [stderr] | Nov 28 03:22:02.830 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 28 03:22:02.830 INFO [stderr] Nov 28 03:22:02.830 INFO [stderr] warning: unused import: `std::net::TcpStream` Nov 28 03:22:02.830 INFO [stderr] --> src/http/client.rs:1:5 Nov 28 03:22:02.830 INFO [stderr] | Nov 28 03:22:02.830 INFO [stderr] 1 | use std::net::TcpStream; Nov 28 03:22:02.830 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^ Nov 28 03:22:02.830 INFO [stderr] Nov 28 03:22:02.920 INFO [stderr] error[E0599]: no method named `add` found for type `std::string::String` in the current scope Nov 28 03:22:02.920 INFO [stderr] --> src/http/request.rs:32:23 Nov 28 03:22:02.920 INFO [stderr] | Nov 28 03:22:02.920 INFO [stderr] 32 | msg = msg.add(format!("{}:{}\r\n", k, v).as_str()) Nov 28 03:22:02.920 INFO [stderr] | ^^^ Nov 28 03:22:02.920 INFO [stderr] | Nov 28 03:22:02.921 INFO [stderr] = help: items from traits can only be used if the trait is in scope Nov 28 03:22:02.921 INFO [stderr] = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Nov 28 03:22:02.921 INFO [stderr] `use std::ops::Add;` Nov 28 03:22:02.921 INFO [stderr] Nov 28 03:22:02.923 INFO [stderr] error[E0599]: no method named `add` found for type `std::string::String` in the current scope Nov 28 03:22:02.923 INFO [stderr] --> src/http/request.rs:34:19 Nov 28 03:22:02.923 INFO [stderr] | Nov 28 03:22:02.923 INFO [stderr] 34 | msg = msg.add(self.body.as_str()); Nov 28 03:22:02.923 INFO [stderr] | ^^^ Nov 28 03:22:02.923 INFO [stderr] | Nov 28 03:22:02.923 INFO [stderr] = help: items from traits can only be used if the trait is in scope Nov 28 03:22:02.923 INFO [stderr] = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Nov 28 03:22:02.923 INFO [stderr] `use std::ops::Add;` Nov 28 03:22:02.923 INFO [stderr] Nov 28 03:22:02.936 INFO [stderr] error: aborting due to 2 previous errors Nov 28 03:22:02.936 INFO [stderr] Nov 28 03:22:02.936 INFO [stderr] For more information about this error, try `rustc --explain E0599`. Nov 28 03:22:02.943 INFO [stderr] error: Could not compile `rustler`. Nov 28 03:22:02.943 INFO [stderr] warning: build failed, waiting for other jobs to finish... Nov 28 03:22:02.959 INFO [stderr] error[E0425]: cannot find value `GET` in module `methods` Nov 28 03:22:02.959 INFO [stderr] --> src/http/request.rs:50:26 Nov 28 03:22:02.959 INFO [stderr] | Nov 28 03:22:02.959 INFO [stderr] 50 | let m = methods::GET; Nov 28 03:22:02.959 INFO [stderr] | ^^^ not found in `methods` Nov 28 03:22:02.959 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 28 03:22:02.959 INFO [stderr] | Nov 28 03:22:02.959 INFO [stderr] 46 | use crate::http::methods::Method::GET; Nov 28 03:22:02.959 INFO [stderr] | Nov 28 03:22:02.959 INFO [stderr] Nov 28 03:22:02.959 INFO [stderr] warning: unused imports: `IpAddr`, `TcpStream` Nov 28 03:22:02.959 INFO [stderr] --> src/http/request.rs:5:5 Nov 28 03:22:02.959 INFO [stderr] | Nov 28 03:22:02.959 INFO [stderr] 5 | IpAddr, Nov 28 03:22:02.959 INFO [stderr] | ^^^^^^ Nov 28 03:22:02.959 INFO [stderr] 6 | TcpStream, Nov 28 03:22:02.959 INFO [stderr] | ^^^^^^^^^ Nov 28 03:22:02.959 INFO [stderr] | Nov 28 03:22:02.959 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 28 03:22:02.959 INFO [stderr] Nov 28 03:22:02.959 INFO [stderr] warning: unused import: `std::net::TcpStream` Nov 28 03:22:02.959 INFO [stderr] --> src/http/client.rs:1:5 Nov 28 03:22:02.959 INFO [stderr] | Nov 28 03:22:02.959 INFO [stderr] 1 | use std::net::TcpStream; Nov 28 03:22:02.959 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^ Nov 28 03:22:02.959 INFO [stderr] Nov 28 03:22:03.021 INFO [stderr] error[E0599]: no method named `add` found for type `std::string::String` in the current scope Nov 28 03:22:03.021 INFO [stderr] --> src/http/request.rs:32:23 Nov 28 03:22:03.021 INFO [stderr] | Nov 28 03:22:03.021 INFO [stderr] 32 | msg = msg.add(format!("{}:{}\r\n", k, v).as_str()) Nov 28 03:22:03.021 INFO [stderr] | ^^^ Nov 28 03:22:03.021 INFO [stderr] | Nov 28 03:22:03.022 INFO [stderr] = help: items from traits can only be used if the trait is in scope Nov 28 03:22:03.022 INFO [stderr] = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Nov 28 03:22:03.022 INFO [stderr] `use std::ops::Add;` Nov 28 03:22:03.022 INFO [stderr] Nov 28 03:22:03.022 INFO [stderr] error[E0599]: no method named `add` found for type `std::string::String` in the current scope Nov 28 03:22:03.022 INFO [stderr] --> src/http/request.rs:34:19 Nov 28 03:22:03.023 INFO [stderr] | Nov 28 03:22:03.023 INFO [stderr] 34 | msg = msg.add(self.body.as_str()); Nov 28 03:22:03.023 INFO [stderr] | ^^^ Nov 28 03:22:03.023 INFO [stderr] | Nov 28 03:22:03.023 INFO [stderr] = help: items from traits can only be used if the trait is in scope Nov 28 03:22:03.023 INFO [stderr] = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Nov 28 03:22:03.023 INFO [stderr] `use std::ops::Add;` Nov 28 03:22:03.024 INFO [stderr] Nov 28 03:22:03.029 INFO [stderr] error: aborting due to 3 previous errors Nov 28 03:22:03.029 INFO [stderr] Nov 28 03:22:03.029 INFO [stderr] Some errors occurred: E0425, E0599. Nov 28 03:22:03.029 INFO [stderr] For more information about an error, try `rustc --explain E0425`. Nov 28 03:22:03.034 INFO [stderr] error: Could not compile `rustler`. Nov 28 03:22:03.034 INFO [stderr] Nov 28 03:22:03.034 INFO [stderr] To learn more, run the command again with --verbose. Nov 28 03:22:03.036 INFO [stderr] su: No module specific data is present Nov 28 03:22:03.884 INFO running `"docker" "inspect" "1ba159ad2432c75aebd856a0ceb09207ebb87c157331b89032ebb7cd15c24942"` Nov 28 03:22:04.146 INFO running `"docker" "rm" "-f" "1ba159ad2432c75aebd856a0ceb09207ebb87c157331b89032ebb7cd15c24942"` Nov 28 03:22:04.518 INFO [stdout] 1ba159ad2432c75aebd856a0ceb09207ebb87c157331b89032ebb7cd15c24942