Sep 20 04:21:32.283 INFO checking blub-0.0.1 against master#ff6422d7a392acfc8af28994d65af2bbaecea4f6 for pr-54346 Sep 20 04:21:32.283 INFO running: cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets Sep 20 04:21:32.283 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54346/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-6/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 04:21:32.433 INFO blam! debd3387d084a0d2b4f4020847e347f9ce0ab0b4f8d0dbb6a93c5abac6a3fcb6 Sep 20 04:21:32.436 INFO running `"docker" "start" "-a" "debd3387d084a0d2b4f4020847e347f9ce0ab0b4f8d0dbb6a93c5abac6a3fcb6"` Sep 20 04:21:33.473 INFO kablam! usermod: no changes Sep 20 04:21:33.835 INFO kablam! Checking clap v2.32.0 Sep 20 04:21:33.839 INFO kablam! Checking syntect v2.1.0 Sep 20 04:21:33.842 INFO kablam! Checking reqwest v0.8.8 Sep 20 04:21:38.056 INFO kablam! Checking mdcat v0.8.0 Sep 20 04:21:42.183 INFO kablam! Checking blub v0.0.1 (/source) Sep 20 04:21:45.282 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 04:21:45.282 INFO kablam! --> src/main.rs:172:28 Sep 20 04:21:45.282 INFO kablam! | Sep 20 04:21:45.282 INFO kablam! 172 | let mut cli = App::new(clap::crate_name!()) Sep 20 04:21:45.282 INFO kablam! | ^^^^ Sep 20 04:21:45.282 INFO kablam! | Sep 20 04:21:45.282 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 04:21:45.282 INFO kablam! Sep 20 04:21:45.282 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 04:21:45.282 INFO kablam! --> src/main.rs:173:18 Sep 20 04:21:45.282 INFO kablam! | Sep 20 04:21:45.282 INFO kablam! 173 | .version(clap::crate_version!()) Sep 20 04:21:45.282 INFO kablam! | ^^^^ Sep 20 04:21:45.282 INFO kablam! | Sep 20 04:21:45.282 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 04:21:45.282 INFO kablam! Sep 20 04:21:45.283 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 04:21:45.283 INFO kablam! --> src/main.rs:174:16 Sep 20 04:21:45.283 INFO kablam! | Sep 20 04:21:45.283 INFO kablam! 174 | .about(clap::crate_description!()) Sep 20 04:21:45.283 INFO kablam! | ^^^^ Sep 20 04:21:45.283 INFO kablam! | Sep 20 04:21:45.283 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 04:21:45.283 INFO kablam! Sep 20 04:21:45.283 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 04:21:45.283 INFO kablam! --> src/main.rs:214:44 Sep 20 04:21:45.283 INFO kablam! | Sep 20 04:21:45.283 INFO kablam! 214 | let app_info = app_dirs::AppInfo{name: clap::crate_name!(), author: clap::crate_authors!()}; Sep 20 04:21:45.283 INFO kablam! | ^^^^ Sep 20 04:21:45.283 INFO kablam! | Sep 20 04:21:45.283 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 04:21:45.283 INFO kablam! Sep 20 04:21:45.283 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 04:21:45.283 INFO kablam! --> src/main.rs:214:73 Sep 20 04:21:45.283 INFO kablam! | Sep 20 04:21:45.283 INFO kablam! 214 | let app_info = app_dirs::AppInfo{name: clap::crate_name!(), author: clap::crate_authors!()}; Sep 20 04:21:45.283 INFO kablam! | ^^^^ Sep 20 04:21:45.283 INFO kablam! | Sep 20 04:21:45.283 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 04:21:45.283 INFO kablam! Sep 20 04:21:45.284 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 04:21:45.284 INFO kablam! --> src/config.rs:21:57 Sep 20 04:21:45.284 INFO kablam! | Sep 20 04:21:45.284 INFO kablam! 21 | let mut file = fs::File::open(path).map_err(|e| std::format!("{}", e))?; Sep 20 04:21:45.284 INFO kablam! | ^^^ Sep 20 04:21:45.284 INFO kablam! | Sep 20 04:21:45.284 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 04:21:45.284 INFO kablam! Sep 20 04:21:45.284 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 04:21:45.284 INFO kablam! --> src/config.rs:23:58 Sep 20 04:21:45.284 INFO kablam! | Sep 20 04:21:45.284 INFO kablam! 23 | file.read_to_end(&mut file_contents).map_err(|e| std::format!("{}", e))?; Sep 20 04:21:45.284 INFO kablam! | ^^^ Sep 20 04:21:45.284 INFO kablam! | Sep 20 04:21:45.284 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 04:21:45.284 INFO kablam! Sep 20 04:21:45.284 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 04:21:45.284 INFO kablam! --> src/config.rs:24:54 Sep 20 04:21:45.284 INFO kablam! | Sep 20 04:21:45.284 INFO kablam! 24 | toml::from_slice(&file_contents).map_err(|e| std::format!("{}", e)) Sep 20 04:21:45.284 INFO kablam! | ^^^ Sep 20 04:21:45.284 INFO kablam! | Sep 20 04:21:45.284 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 04:21:45.284 INFO kablam! Sep 20 04:21:45.284 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 04:21:45.284 INFO kablam! --> src/config.rs:28:52 Sep 20 04:21:45.285 INFO kablam! | Sep 20 04:21:45.285 INFO kablam! 28 | let data = toml::to_vec(&self).map_err(|e| std::format!("{}", e))?; Sep 20 04:21:45.285 INFO kablam! | ^^^ Sep 20 04:21:45.285 INFO kablam! | Sep 20 04:21:45.285 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 04:21:45.285 INFO kablam! Sep 20 04:21:45.285 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 04:21:45.285 INFO kablam! --> src/config.rs:29:59 Sep 20 04:21:45.285 INFO kablam! | Sep 20 04:21:45.285 INFO kablam! 29 | let mut file = fs::File::create(path).map_err(|e| std::format!("{}", e))?; Sep 20 04:21:45.285 INFO kablam! | ^^^ Sep 20 04:21:45.285 INFO kablam! | Sep 20 04:21:45.285 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 04:21:45.285 INFO kablam! Sep 20 04:21:45.285 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 04:21:45.285 INFO kablam! --> src/config.rs:30:39 Sep 20 04:21:45.285 INFO kablam! | Sep 20 04:21:45.285 INFO kablam! 30 | file.write(&data).map_err(|e| std::format!("{}", e)).map(|_| ()) Sep 20 04:21:45.285 INFO kablam! | ^^^ Sep 20 04:21:45.285 INFO kablam! | Sep 20 04:21:45.285 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 04:21:45.285 INFO kablam! Sep 20 04:21:45.288 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 04:21:45.288 INFO kablam! --> src/github.rs:35:109 Sep 20 04:21:45.288 INFO kablam! | Sep 20 04:21:45.288 INFO kablam! 35 | let mut request : hyper::client::Request = hyper::client::Request::new(method, hyper::Uri::from_str(std::format!("https://{}{}", self.api_url, endpoint).as_str()).unwrap()); Sep 20 04:21:45.288 INFO kablam! | ^^^ Sep 20 04:21:45.288 INFO kablam! | Sep 20 04:21:45.288 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 04:21:45.288 INFO kablam! Sep 20 04:21:45.288 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 04:21:45.288 INFO kablam! --> src/github.rs:37:64 Sep 20 04:21:45.288 INFO kablam! | Sep 20 04:21:45.288 INFO kablam! 37 | request.headers_mut().set(hyper::header::Authorization(std::format!("token {}", self.token.clone().unwrap()))); Sep 20 04:21:45.288 INFO kablam! | ^^^ Sep 20 04:21:45.288 INFO kablam! | Sep 20 04:21:45.288 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 04:21:45.288 INFO kablam! Sep 20 04:21:45.288 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 04:21:45.288 INFO kablam! --> src/github.rs:54:64 Sep 20 04:21:45.288 INFO kablam! | Sep 20 04:21:45.288 INFO kablam! 54 | request.headers_mut().set(hyper::header::Authorization(std::format!("token {}", self.token.clone().unwrap()))); Sep 20 04:21:45.288 INFO kablam! | ^^^ Sep 20 04:21:45.288 INFO kablam! | Sep 20 04:21:45.288 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 04:21:45.288 INFO kablam! Sep 20 04:21:45.288 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 04:21:45.288 INFO kablam! --> src/github.rs:197:13 Sep 20 04:21:45.288 INFO kablam! | Sep 20 04:21:45.288 INFO kablam! 197 | std::format!("https://{}/{}/{}/{}", self.base_url, project.org, project.project, content) Sep 20 04:21:45.288 INFO kablam! | ^^^ Sep 20 04:21:45.288 INFO kablam! | Sep 20 04:21:45.288 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 04:21:45.288 INFO kablam! Sep 20 04:21:45.288 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 04:21:45.288 INFO kablam! --> src/github.rs:199:13 Sep 20 04:21:45.288 INFO kablam! | Sep 20 04:21:45.288 INFO kablam! 199 | std::format!("https://{}/{}/{}", self.base_url, project.org, project.project) Sep 20 04:21:45.288 INFO kablam! | ^^^ Sep 20 04:21:45.289 INFO kablam! | Sep 20 04:21:45.289 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 04:21:45.289 INFO kablam! Sep 20 04:21:45.289 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 04:21:45.289 INFO kablam! --> src/github.rs:208:17 Sep 20 04:21:45.289 INFO kablam! | Sep 20 04:21:45.289 INFO kablam! 208 | Err(std::format!("{} not found", readme_url)) Sep 20 04:21:45.289 INFO kablam! | ^^^ Sep 20 04:21:45.289 INFO kablam! | Sep 20 04:21:45.289 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 04:21:45.289 INFO kablam! Sep 20 04:21:45.289 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 04:21:45.289 INFO kablam! --> src/github.rs:210:17 Sep 20 04:21:45.289 INFO kablam! | Sep 20 04:21:45.289 INFO kablam! 210 | Err(std::format!("{}: {}", readme_url, code)) Sep 20 04:21:45.289 INFO kablam! | ^^^ Sep 20 04:21:45.289 INFO kablam! | Sep 20 04:21:45.289 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 04:21:45.289 INFO kablam! Sep 20 04:21:45.292 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 04:21:45.292 INFO kablam! --> src/github.rs:248:19 Sep 20 04:21:45.292 INFO kablam! | Sep 20 04:21:45.293 INFO kablam! 248 | let url = std::format!("/repos/{}/{}/contents/{}", project.org, project.project, path); Sep 20 04:21:45.293 INFO kablam! | ^^^ Sep 20 04:21:45.293 INFO kablam! | Sep 20 04:21:45.293 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 04:21:45.293 INFO kablam! Sep 20 04:21:45.317 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 04:21:45.317 INFO kablam! --> src/main.rs:172:28 Sep 20 04:21:45.317 INFO kablam! | Sep 20 04:21:45.317 INFO kablam! 172 | let mut cli = App::new(clap::crate_name!()) Sep 20 04:21:45.317 INFO kablam! | ^^^^ Sep 20 04:21:45.317 INFO kablam! | Sep 20 04:21:45.317 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 04:21:45.317 INFO kablam! Sep 20 04:21:45.318 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 04:21:45.318 INFO kablam! --> src/main.rs:173:18 Sep 20 04:21:45.318 INFO kablam! | Sep 20 04:21:45.318 INFO kablam! 173 | .version(clap::crate_version!()) Sep 20 04:21:45.318 INFO kablam! | ^^^^ Sep 20 04:21:45.318 INFO kablam! | Sep 20 04:21:45.318 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 04:21:45.318 INFO kablam! Sep 20 04:21:45.319 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 04:21:45.319 INFO kablam! --> src/main.rs:174:16 Sep 20 04:21:45.319 INFO kablam! | Sep 20 04:21:45.319 INFO kablam! 174 | .about(clap::crate_description!()) Sep 20 04:21:45.319 INFO kablam! | ^^^^ Sep 20 04:21:45.319 INFO kablam! | Sep 20 04:21:45.319 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 04:21:45.319 INFO kablam! Sep 20 04:21:45.319 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 04:21:45.319 INFO kablam! --> src/main.rs:214:44 Sep 20 04:21:45.319 INFO kablam! | Sep 20 04:21:45.319 INFO kablam! 214 | let app_info = app_dirs::AppInfo{name: clap::crate_name!(), author: clap::crate_authors!()}; Sep 20 04:21:45.319 INFO kablam! | ^^^^ Sep 20 04:21:45.319 INFO kablam! | Sep 20 04:21:45.319 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 04:21:45.319 INFO kablam! Sep 20 04:21:45.319 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 04:21:45.319 INFO kablam! --> src/main.rs:214:73 Sep 20 04:21:45.319 INFO kablam! | Sep 20 04:21:45.319 INFO kablam! 214 | let app_info = app_dirs::AppInfo{name: clap::crate_name!(), author: clap::crate_authors!()}; Sep 20 04:21:45.319 INFO kablam! | ^^^^ Sep 20 04:21:45.319 INFO kablam! | Sep 20 04:21:45.319 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 04:21:45.319 INFO kablam! Sep 20 04:21:45.322 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 04:21:45.322 INFO kablam! --> src/config.rs:21:57 Sep 20 04:21:45.322 INFO kablam! | Sep 20 04:21:45.322 INFO kablam! 21 | let mut file = fs::File::open(path).map_err(|e| std::format!("{}", e))?; Sep 20 04:21:45.322 INFO kablam! | ^^^ Sep 20 04:21:45.322 INFO kablam! | Sep 20 04:21:45.322 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 04:21:45.322 INFO kablam! Sep 20 04:21:45.322 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 04:21:45.322 INFO kablam! --> src/config.rs:23:58 Sep 20 04:21:45.322 INFO kablam! | Sep 20 04:21:45.322 INFO kablam! 23 | file.read_to_end(&mut file_contents).map_err(|e| std::format!("{}", e))?; Sep 20 04:21:45.322 INFO kablam! | ^^^ Sep 20 04:21:45.322 INFO kablam! | Sep 20 04:21:45.322 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 04:21:45.322 INFO kablam! Sep 20 04:21:45.322 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 04:21:45.322 INFO kablam! --> src/config.rs:24:54 Sep 20 04:21:45.322 INFO kablam! | Sep 20 04:21:45.322 INFO kablam! 24 | toml::from_slice(&file_contents).map_err(|e| std::format!("{}", e)) Sep 20 04:21:45.322 INFO kablam! | ^^^ Sep 20 04:21:45.322 INFO kablam! | Sep 20 04:21:45.322 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 04:21:45.322 INFO kablam! Sep 20 04:21:45.322 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 04:21:45.322 INFO kablam! --> src/config.rs:28:52 Sep 20 04:21:45.322 INFO kablam! | Sep 20 04:21:45.322 INFO kablam! 28 | let data = toml::to_vec(&self).map_err(|e| std::format!("{}", e))?; Sep 20 04:21:45.322 INFO kablam! | ^^^ Sep 20 04:21:45.322 INFO kablam! | Sep 20 04:21:45.322 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 04:21:45.322 INFO kablam! Sep 20 04:21:45.322 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 04:21:45.323 INFO kablam! --> src/config.rs:29:59 Sep 20 04:21:45.323 INFO kablam! | Sep 20 04:21:45.323 INFO kablam! 29 | let mut file = fs::File::create(path).map_err(|e| std::format!("{}", e))?; Sep 20 04:21:45.323 INFO kablam! | ^^^ Sep 20 04:21:45.323 INFO kablam! | Sep 20 04:21:45.323 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 04:21:45.323 INFO kablam! Sep 20 04:21:45.323 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 04:21:45.323 INFO kablam! --> src/config.rs:30:39 Sep 20 04:21:45.323 INFO kablam! | Sep 20 04:21:45.323 INFO kablam! 30 | file.write(&data).map_err(|e| std::format!("{}", e)).map(|_| ()) Sep 20 04:21:45.323 INFO kablam! | ^^^ Sep 20 04:21:45.323 INFO kablam! | Sep 20 04:21:45.323 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 04:21:45.323 INFO kablam! Sep 20 04:21:45.324 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 04:21:45.324 INFO kablam! --> src/github.rs:35:109 Sep 20 04:21:45.324 INFO kablam! | Sep 20 04:21:45.324 INFO kablam! 35 | let mut request : hyper::client::Request = hyper::client::Request::new(method, hyper::Uri::from_str(std::format!("https://{}{}", self.api_url, endpoint).as_str()).unwrap()); Sep 20 04:21:45.324 INFO kablam! | ^^^ Sep 20 04:21:45.324 INFO kablam! | Sep 20 04:21:45.324 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 04:21:45.324 INFO kablam! Sep 20 04:21:45.324 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 04:21:45.324 INFO kablam! --> src/github.rs:37:64 Sep 20 04:21:45.324 INFO kablam! | Sep 20 04:21:45.324 INFO kablam! 37 | request.headers_mut().set(hyper::header::Authorization(std::format!("token {}", self.token.clone().unwrap()))); Sep 20 04:21:45.324 INFO kablam! | ^^^ Sep 20 04:21:45.324 INFO kablam! | Sep 20 04:21:45.324 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 04:21:45.324 INFO kablam! Sep 20 04:21:45.324 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 04:21:45.324 INFO kablam! --> src/github.rs:54:64 Sep 20 04:21:45.324 INFO kablam! | Sep 20 04:21:45.324 INFO kablam! 54 | request.headers_mut().set(hyper::header::Authorization(std::format!("token {}", self.token.clone().unwrap()))); Sep 20 04:21:45.324 INFO kablam! | ^^^ Sep 20 04:21:45.324 INFO kablam! | Sep 20 04:21:45.324 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 04:21:45.324 INFO kablam! Sep 20 04:21:45.324 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 04:21:45.324 INFO kablam! --> src/github.rs:197:13 Sep 20 04:21:45.325 INFO kablam! | Sep 20 04:21:45.325 INFO kablam! 197 | std::format!("https://{}/{}/{}/{}", self.base_url, project.org, project.project, content) Sep 20 04:21:45.325 INFO kablam! | ^^^ Sep 20 04:21:45.325 INFO kablam! | Sep 20 04:21:45.325 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 04:21:45.325 INFO kablam! Sep 20 04:21:45.325 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 04:21:45.325 INFO kablam! --> src/github.rs:199:13 Sep 20 04:21:45.325 INFO kablam! | Sep 20 04:21:45.325 INFO kablam! 199 | std::format!("https://{}/{}/{}", self.base_url, project.org, project.project) Sep 20 04:21:45.325 INFO kablam! | ^^^ Sep 20 04:21:45.325 INFO kablam! | Sep 20 04:21:45.325 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 04:21:45.325 INFO kablam! Sep 20 04:21:45.325 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 04:21:45.325 INFO kablam! --> src/github.rs:208:17 Sep 20 04:21:45.325 INFO kablam! | Sep 20 04:21:45.325 INFO kablam! 208 | Err(std::format!("{} not found", readme_url)) Sep 20 04:21:45.325 INFO kablam! | ^^^ Sep 20 04:21:45.325 INFO kablam! | Sep 20 04:21:45.325 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 04:21:45.325 INFO kablam! Sep 20 04:21:45.325 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 04:21:45.325 INFO kablam! --> src/github.rs:210:17 Sep 20 04:21:45.325 INFO kablam! | Sep 20 04:21:45.325 INFO kablam! 210 | Err(std::format!("{}: {}", readme_url, code)) Sep 20 04:21:45.325 INFO kablam! | ^^^ Sep 20 04:21:45.325 INFO kablam! | Sep 20 04:21:45.325 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 04:21:45.325 INFO kablam! Sep 20 04:21:45.328 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 04:21:45.328 INFO kablam! --> src/github.rs:248:19 Sep 20 04:21:45.328 INFO kablam! | Sep 20 04:21:45.328 INFO kablam! 248 | let url = std::format!("/repos/{}/{}/contents/{}", project.org, project.project, path); Sep 20 04:21:45.328 INFO kablam! | ^^^ Sep 20 04:21:45.328 INFO kablam! | Sep 20 04:21:45.328 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 04:21:45.328 INFO kablam! Sep 20 04:21:45.598 INFO kablam! error: aborting due to 19 previous errors Sep 20 04:21:45.598 INFO kablam! Sep 20 04:21:45.598 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 20 04:21:45.612 INFO kablam! error: Could not compile `blub`. Sep 20 04:21:45.612 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 04:21:45.614 INFO kablam! error: aborting due to 19 previous errors Sep 20 04:21:45.614 INFO kablam! Sep 20 04:21:45.614 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 20 04:21:45.641 INFO kablam! error: Could not compile `blub`. Sep 20 04:21:45.641 INFO kablam! Sep 20 04:21:45.641 INFO kablam! To learn more, run the command again with --verbose. Sep 20 04:21:45.644 INFO kablam! su: No module specific data is present Sep 20 04:21:46.357 INFO running `"docker" "rm" "-f" "debd3387d084a0d2b4f4020847e347f9ce0ab0b4f8d0dbb6a93c5abac6a3fcb6"` Sep 20 04:21:46.423 INFO blam! debd3387d084a0d2b4f4020847e347f9ce0ab0b4f8d0dbb6a93c5abac6a3fcb6