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