Dec 17 22:21:30.570 INFO checking jharrilim/rustler against try#0b8c5828f68d7b2840b81fa51239346dc97fef5a for pr-54252 Dec 17 22:21:30.570 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-54252/worker-7/try#0b8c5828f68d7b2840b81fa51239346dc97fef5a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-54252/sources/try#0b8c5828f68d7b2840b81fa51239346dc97fef5a/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" "+0b8c5828f68d7b2840b81fa51239346dc97fef5a-alt" "check" "--frozen" "--all" "--all-targets"` Dec 17 22:21:31.024 INFO [stdout] 711ba708cfb147e79a4c1ee68632455b20c135a9ecf6ff98319f1e6e14f1a087 Dec 17 22:21:31.026 INFO running `"docker" "start" "-a" "711ba708cfb147e79a4c1ee68632455b20c135a9ecf6ff98319f1e6e14f1a087"` Dec 17 22:21:32.692 INFO [stderr] Checking rustler v0.1.0 (/opt/crater/workdir) Dec 17 22:21:33.080 INFO [stderr] warning: unused imports: `IpAddr`, `TcpStream` Dec 17 22:21:33.080 INFO [stderr] --> src/http/request.rs:5:5 Dec 17 22:21:33.080 INFO [stderr] | Dec 17 22:21:33.080 INFO [stderr] 5 | IpAddr, Dec 17 22:21:33.080 INFO [stderr] | ^^^^^^ Dec 17 22:21:33.080 INFO [stderr] 6 | TcpStream, Dec 17 22:21:33.080 INFO [stderr] | ^^^^^^^^^ Dec 17 22:21:33.080 INFO [stderr] | Dec 17 22:21:33.080 INFO [stderr] = note: #[warn(unused_imports)] on by default Dec 17 22:21:33.080 INFO [stderr] Dec 17 22:21:33.080 INFO [stderr] warning: unused import: `std::net::TcpStream` Dec 17 22:21:33.080 INFO [stderr] --> src/http/client.rs:1:5 Dec 17 22:21:33.080 INFO [stderr] | Dec 17 22:21:33.080 INFO [stderr] 1 | use std::net::TcpStream; Dec 17 22:21:33.080 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^ Dec 17 22:21:33.080 INFO [stderr] Dec 17 22:21:33.160 INFO [stderr] error[E0599]: no method named `add` found for type `std::string::String` in the current scope Dec 17 22:21:33.160 INFO [stderr] --> src/http/request.rs:32:23 Dec 17 22:21:33.160 INFO [stderr] | Dec 17 22:21:33.161 INFO [stderr] 32 | msg = msg.add(format!("{}:{}\r\n", k, v).as_str()) Dec 17 22:21:33.161 INFO [stderr] | ^^^ Dec 17 22:21:33.161 INFO [stderr] | Dec 17 22:21:33.161 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 17 22:21:33.162 INFO [stderr] = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 17 22:21:33.162 INFO [stderr] `use std::ops::Add;` Dec 17 22:21:33.162 INFO [stderr] Dec 17 22:21:33.164 INFO [stderr] error[E0599]: no method named `add` found for type `std::string::String` in the current scope Dec 17 22:21:33.164 INFO [stderr] --> src/http/request.rs:34:19 Dec 17 22:21:33.165 INFO [stderr] | Dec 17 22:21:33.165 INFO [stderr] 34 | msg = msg.add(self.body.as_str()); Dec 17 22:21:33.165 INFO [stderr] | ^^^ Dec 17 22:21:33.165 INFO [stderr] | Dec 17 22:21:33.166 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 17 22:21:33.166 INFO [stderr] = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 17 22:21:33.166 INFO [stderr] `use std::ops::Add;` Dec 17 22:21:33.166 INFO [stderr] Dec 17 22:21:33.170 INFO [stderr] error: aborting due to 2 previous errors Dec 17 22:21:33.170 INFO [stderr] Dec 17 22:21:33.170 INFO [stderr] For more information about this error, try `rustc --explain E0599`. Dec 17 22:21:33.179 INFO [stderr] error: Could not compile `rustler`. Dec 17 22:21:33.179 INFO [stderr] warning: build failed, waiting for other jobs to finish... Dec 17 22:21:33.255 INFO [stderr] error[E0425]: cannot find value `GET` in module `methods` Dec 17 22:21:33.255 INFO [stderr] --> src/http/request.rs:50:26 Dec 17 22:21:33.255 INFO [stderr] | Dec 17 22:21:33.256 INFO [stderr] 50 | let m = methods::GET; Dec 17 22:21:33.256 INFO [stderr] | ^^^ not found in `methods` Dec 17 22:21:33.256 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Dec 17 22:21:33.256 INFO [stderr] | Dec 17 22:21:33.256 INFO [stderr] 46 | use crate::http::methods::Method::GET; Dec 17 22:21:33.256 INFO [stderr] | Dec 17 22:21:33.256 INFO [stderr] Dec 17 22:21:33.256 INFO [stderr] warning: unused imports: `IpAddr`, `TcpStream` Dec 17 22:21:33.256 INFO [stderr] --> src/http/request.rs:5:5 Dec 17 22:21:33.256 INFO [stderr] | Dec 17 22:21:33.256 INFO [stderr] 5 | IpAddr, Dec 17 22:21:33.256 INFO [stderr] | ^^^^^^ Dec 17 22:21:33.256 INFO [stderr] 6 | TcpStream, Dec 17 22:21:33.256 INFO [stderr] | ^^^^^^^^^ Dec 17 22:21:33.256 INFO [stderr] | Dec 17 22:21:33.256 INFO [stderr] = note: #[warn(unused_imports)] on by default Dec 17 22:21:33.256 INFO [stderr] Dec 17 22:21:33.256 INFO [stderr] warning: unused import: `std::net::TcpStream` Dec 17 22:21:33.256 INFO [stderr] --> src/http/client.rs:1:5 Dec 17 22:21:33.256 INFO [stderr] | Dec 17 22:21:33.256 INFO [stderr] 1 | use std::net::TcpStream; Dec 17 22:21:33.256 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^ Dec 17 22:21:33.256 INFO [stderr] Dec 17 22:21:33.320 INFO [stderr] error[E0599]: no method named `add` found for type `std::string::String` in the current scope Dec 17 22:21:33.320 INFO [stderr] --> src/http/request.rs:32:23 Dec 17 22:21:33.321 INFO [stderr] | Dec 17 22:21:33.321 INFO [stderr] 32 | msg = msg.add(format!("{}:{}\r\n", k, v).as_str()) Dec 17 22:21:33.321 INFO [stderr] | ^^^ Dec 17 22:21:33.322 INFO [stderr] | Dec 17 22:21:33.324 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 17 22:21:33.324 INFO [stderr] = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 17 22:21:33.324 INFO [stderr] `use std::ops::Add;` Dec 17 22:21:33.324 INFO [stderr] Dec 17 22:21:33.326 INFO [stderr] error[E0599]: no method named `add` found for type `std::string::String` in the current scope Dec 17 22:21:33.327 INFO [stderr] --> src/http/request.rs:34:19 Dec 17 22:21:33.327 INFO [stderr] | Dec 17 22:21:33.327 INFO [stderr] 34 | msg = msg.add(self.body.as_str()); Dec 17 22:21:33.328 INFO [stderr] | ^^^ Dec 17 22:21:33.328 INFO [stderr] | Dec 17 22:21:33.328 INFO [stderr] = help: items from traits can only be used if the trait is in scope Dec 17 22:21:33.328 INFO [stderr] = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Dec 17 22:21:33.332 INFO [stderr] `use std::ops::Add;` Dec 17 22:21:33.332 INFO [stderr] Dec 17 22:21:33.332 INFO [stderr] error: aborting due to 3 previous errors Dec 17 22:21:33.332 INFO [stderr] Dec 17 22:21:33.332 INFO [stderr] Some errors occurred: E0425, E0599. Dec 17 22:21:33.332 INFO [stderr] For more information about an error, try `rustc --explain E0425`. Dec 17 22:21:33.338 INFO [stderr] error: Could not compile `rustler`. Dec 17 22:21:33.338 INFO [stderr] Dec 17 22:21:33.338 INFO [stderr] To learn more, run the command again with --verbose. Dec 17 22:21:34.212 INFO running `"docker" "inspect" "711ba708cfb147e79a4c1ee68632455b20c135a9ecf6ff98319f1e6e14f1a087"` Dec 17 22:21:34.521 INFO running `"docker" "rm" "-f" "711ba708cfb147e79a4c1ee68632455b20c135a9ecf6ff98319f1e6e14f1a087"` Dec 17 22:21:34.881 INFO [stdout] 711ba708cfb147e79a4c1ee68632455b20c135a9ecf6ff98319f1e6e14f1a087