Sep 20 04:21:31.986 INFO checking blub-0.0.1 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 20 04:21:31.986 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 20 04:21:31.987 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-0/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-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.233 INFO blam! 22f12a5c2f48813643ab67d30830aa8bc88593315c7b40ca1725a354bda878c4 Sep 20 04:21:32.235 INFO running `"docker" "start" "-a" "22f12a5c2f48813643ab67d30830aa8bc88593315c7b40ca1725a354bda878c4"` Sep 20 04:21:33.220 INFO kablam! usermod: no changes Sep 20 04:21:33.679 INFO kablam! Checking tokio-proto v0.1.1 Sep 20 04:21:36.416 INFO kablam! Checking hyper v0.11.27 Sep 20 04:21:41.966 INFO kablam! Checking hyper-tls v0.1.4 Sep 20 04:21:43.816 INFO kablam! Checking reqwest v0.8.8 Sep 20 04:21:46.422 INFO kablam! Checking mdcat v0.8.0 Sep 20 04:21:50.025 INFO kablam! Checking blub v0.0.1 (/source) Sep 20 04:21:53.604 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 04:21:53.604 INFO kablam! --> src/main.rs:172:28 Sep 20 04:21:53.604 INFO kablam! | Sep 20 04:21:53.604 INFO kablam! 172 | let mut cli = App::new(clap::crate_name!()) Sep 20 04:21:53.604 INFO kablam! | ^^^^ Sep 20 04:21:53.604 INFO kablam! | Sep 20 04:21:53.604 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 04:21:53.604 INFO kablam! Sep 20 04:21:53.605 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 04:21:53.605 INFO kablam! --> src/main.rs:173:18 Sep 20 04:21:53.605 INFO kablam! | Sep 20 04:21:53.605 INFO kablam! 173 | .version(clap::crate_version!()) Sep 20 04:21:53.605 INFO kablam! | ^^^^ Sep 20 04:21:53.605 INFO kablam! | Sep 20 04:21:53.605 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 04:21:53.605 INFO kablam! Sep 20 04:21:53.605 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 04:21:53.605 INFO kablam! --> src/main.rs:174:16 Sep 20 04:21:53.605 INFO kablam! | Sep 20 04:21:53.605 INFO kablam! 174 | .about(clap::crate_description!()) Sep 20 04:21:53.605 INFO kablam! | ^^^^ Sep 20 04:21:53.605 INFO kablam! | Sep 20 04:21:53.605 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 04:21:53.605 INFO kablam! Sep 20 04:21:53.606 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 04:21:53.606 INFO kablam! --> src/main.rs:214:44 Sep 20 04:21:53.606 INFO kablam! | Sep 20 04:21:53.606 INFO kablam! 214 | let app_info = app_dirs::AppInfo{name: clap::crate_name!(), author: clap::crate_authors!()}; Sep 20 04:21:53.606 INFO kablam! | ^^^^ Sep 20 04:21:53.606 INFO kablam! | Sep 20 04:21:53.606 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 04:21:53.606 INFO kablam! Sep 20 04:21:53.606 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 04:21:53.606 INFO kablam! --> src/main.rs:214:73 Sep 20 04:21:53.606 INFO kablam! | Sep 20 04:21:53.606 INFO kablam! 214 | let app_info = app_dirs::AppInfo{name: clap::crate_name!(), author: clap::crate_authors!()}; Sep 20 04:21:53.606 INFO kablam! | ^^^^ Sep 20 04:21:53.606 INFO kablam! | Sep 20 04:21:53.606 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 04:21:53.606 INFO kablam! Sep 20 04:21:53.606 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 04:21:53.606 INFO kablam! --> src/config.rs:21:57 Sep 20 04:21:53.606 INFO kablam! | Sep 20 04:21:53.607 INFO kablam! 21 | let mut file = fs::File::open(path).map_err(|e| std::format!("{}", e))?; Sep 20 04:21:53.607 INFO kablam! | ^^^ Sep 20 04:21:53.607 INFO kablam! | Sep 20 04:21:53.607 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 04:21:53.607 INFO kablam! Sep 20 04:21:53.607 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 04:21:53.607 INFO kablam! --> src/config.rs:23:58 Sep 20 04:21:53.607 INFO kablam! | Sep 20 04:21:53.607 INFO kablam! 23 | file.read_to_end(&mut file_contents).map_err(|e| std::format!("{}", e))?; Sep 20 04:21:53.607 INFO kablam! | ^^^ Sep 20 04:21:53.607 INFO kablam! | Sep 20 04:21:53.607 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 04:21:53.607 INFO kablam! Sep 20 04:21:53.607 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 04:21:53.607 INFO kablam! --> src/config.rs:24:54 Sep 20 04:21:53.607 INFO kablam! | Sep 20 04:21:53.607 INFO kablam! 24 | toml::from_slice(&file_contents).map_err(|e| std::format!("{}", e)) Sep 20 04:21:53.607 INFO kablam! | ^^^ Sep 20 04:21:53.607 INFO kablam! | Sep 20 04:21:53.607 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 04:21:53.607 INFO kablam! Sep 20 04:21:53.607 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 04:21:53.607 INFO kablam! --> src/config.rs:28:52 Sep 20 04:21:53.607 INFO kablam! | Sep 20 04:21:53.607 INFO kablam! 28 | let data = toml::to_vec(&self).map_err(|e| std::format!("{}", e))?; Sep 20 04:21:53.607 INFO kablam! | ^^^ Sep 20 04:21:53.607 INFO kablam! | Sep 20 04:21:53.607 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 04:21:53.607 INFO kablam! Sep 20 04:21:53.607 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 04:21:53.607 INFO kablam! --> src/config.rs:29:59 Sep 20 04:21:53.607 INFO kablam! | Sep 20 04:21:53.607 INFO kablam! 29 | let mut file = fs::File::create(path).map_err(|e| std::format!("{}", e))?; Sep 20 04:21:53.607 INFO kablam! | ^^^ Sep 20 04:21:53.608 INFO kablam! | Sep 20 04:21:53.608 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 04:21:53.608 INFO kablam! Sep 20 04:21:53.608 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 04:21:53.608 INFO kablam! --> src/config.rs:30:39 Sep 20 04:21:53.608 INFO kablam! | Sep 20 04:21:53.608 INFO kablam! 30 | file.write(&data).map_err(|e| std::format!("{}", e)).map(|_| ()) Sep 20 04:21:53.608 INFO kablam! | ^^^ Sep 20 04:21:53.608 INFO kablam! | Sep 20 04:21:53.608 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 04:21:53.608 INFO kablam! Sep 20 04:21:53.611 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 04:21:53.611 INFO kablam! --> src/github.rs:35:109 Sep 20 04:21:53.611 INFO kablam! | Sep 20 04:21:53.611 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:53.611 INFO kablam! | ^^^ Sep 20 04:21:53.611 INFO kablam! | Sep 20 04:21:53.611 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 04:21:53.611 INFO kablam! Sep 20 04:21:53.611 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 04:21:53.611 INFO kablam! --> src/github.rs:37:64 Sep 20 04:21:53.611 INFO kablam! | Sep 20 04:21:53.611 INFO kablam! 37 | request.headers_mut().set(hyper::header::Authorization(std::format!("token {}", self.token.clone().unwrap()))); Sep 20 04:21:53.611 INFO kablam! | ^^^ Sep 20 04:21:53.611 INFO kablam! | Sep 20 04:21:53.611 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 04:21:53.611 INFO kablam! Sep 20 04:21:53.611 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 04:21:53.611 INFO kablam! --> src/github.rs:54:64 Sep 20 04:21:53.611 INFO kablam! | Sep 20 04:21:53.611 INFO kablam! 54 | request.headers_mut().set(hyper::header::Authorization(std::format!("token {}", self.token.clone().unwrap()))); Sep 20 04:21:53.611 INFO kablam! | ^^^ Sep 20 04:21:53.611 INFO kablam! | Sep 20 04:21:53.611 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 04:21:53.611 INFO kablam! Sep 20 04:21:53.611 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 04:21:53.611 INFO kablam! --> src/github.rs:197:13 Sep 20 04:21:53.611 INFO kablam! | Sep 20 04:21:53.611 INFO kablam! 197 | std::format!("https://{}/{}/{}/{}", self.base_url, project.org, project.project, content) Sep 20 04:21:53.611 INFO kablam! | ^^^ Sep 20 04:21:53.611 INFO kablam! | Sep 20 04:21:53.611 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 04:21:53.611 INFO kablam! Sep 20 04:21:53.611 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 04:21:53.611 INFO kablam! --> src/github.rs:199:13 Sep 20 04:21:53.611 INFO kablam! | Sep 20 04:21:53.612 INFO kablam! 199 | std::format!("https://{}/{}/{}", self.base_url, project.org, project.project) Sep 20 04:21:53.612 INFO kablam! | ^^^ Sep 20 04:21:53.612 INFO kablam! | Sep 20 04:21:53.612 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 04:21:53.612 INFO kablam! Sep 20 04:21:53.612 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 04:21:53.612 INFO kablam! --> src/github.rs:208:17 Sep 20 04:21:53.612 INFO kablam! | Sep 20 04:21:53.612 INFO kablam! 208 | Err(std::format!("{} not found", readme_url)) Sep 20 04:21:53.612 INFO kablam! | ^^^ Sep 20 04:21:53.612 INFO kablam! | Sep 20 04:21:53.612 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 04:21:53.612 INFO kablam! Sep 20 04:21:53.612 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 04:21:53.612 INFO kablam! --> src/github.rs:210:17 Sep 20 04:21:53.612 INFO kablam! | Sep 20 04:21:53.612 INFO kablam! 210 | Err(std::format!("{}: {}", readme_url, code)) Sep 20 04:21:53.612 INFO kablam! | ^^^ Sep 20 04:21:53.612 INFO kablam! | Sep 20 04:21:53.612 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 04:21:53.612 INFO kablam! Sep 20 04:21:53.615 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 04:21:53.615 INFO kablam! --> src/github.rs:248:19 Sep 20 04:21:53.615 INFO kablam! | Sep 20 04:21:53.615 INFO kablam! 248 | let url = std::format!("/repos/{}/{}/contents/{}", project.org, project.project, path); Sep 20 04:21:53.615 INFO kablam! | ^^^ Sep 20 04:21:53.615 INFO kablam! | Sep 20 04:21:53.615 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 04:21:53.615 INFO kablam! Sep 20 04:21:53.786 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 04:21:53.786 INFO kablam! --> src/main.rs:172:28 Sep 20 04:21:53.786 INFO kablam! | Sep 20 04:21:53.786 INFO kablam! 172 | let mut cli = App::new(clap::crate_name!()) Sep 20 04:21:53.786 INFO kablam! | ^^^^ Sep 20 04:21:53.786 INFO kablam! | Sep 20 04:21:53.786 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 04:21:53.786 INFO kablam! Sep 20 04:21:53.787 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 04:21:53.787 INFO kablam! --> src/main.rs:173:18 Sep 20 04:21:53.787 INFO kablam! | Sep 20 04:21:53.787 INFO kablam! 173 | .version(clap::crate_version!()) Sep 20 04:21:53.787 INFO kablam! | ^^^^ Sep 20 04:21:53.787 INFO kablam! | Sep 20 04:21:53.787 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 04:21:53.787 INFO kablam! Sep 20 04:21:53.788 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 04:21:53.788 INFO kablam! --> src/main.rs:174:16 Sep 20 04:21:53.788 INFO kablam! | Sep 20 04:21:53.788 INFO kablam! 174 | .about(clap::crate_description!()) Sep 20 04:21:53.788 INFO kablam! | ^^^^ Sep 20 04:21:53.788 INFO kablam! | Sep 20 04:21:53.788 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 04:21:53.788 INFO kablam! Sep 20 04:21:53.791 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 04:21:53.791 INFO kablam! --> src/main.rs:214:44 Sep 20 04:21:53.791 INFO kablam! | Sep 20 04:21:53.791 INFO kablam! 214 | let app_info = app_dirs::AppInfo{name: clap::crate_name!(), author: clap::crate_authors!()}; Sep 20 04:21:53.791 INFO kablam! | ^^^^ Sep 20 04:21:53.791 INFO kablam! | Sep 20 04:21:53.791 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 04:21:53.791 INFO kablam! Sep 20 04:21:53.791 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 04:21:53.791 INFO kablam! --> src/main.rs:214:73 Sep 20 04:21:53.791 INFO kablam! | Sep 20 04:21:53.791 INFO kablam! 214 | let app_info = app_dirs::AppInfo{name: clap::crate_name!(), author: clap::crate_authors!()}; Sep 20 04:21:53.791 INFO kablam! | ^^^^ Sep 20 04:21:53.791 INFO kablam! | Sep 20 04:21:53.791 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 04:21:53.791 INFO kablam! Sep 20 04:21:53.791 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 04:21:53.791 INFO kablam! --> src/config.rs:21:57 Sep 20 04:21:53.791 INFO kablam! | Sep 20 04:21:53.791 INFO kablam! 21 | let mut file = fs::File::open(path).map_err(|e| std::format!("{}", e))?; Sep 20 04:21:53.791 INFO kablam! | ^^^ Sep 20 04:21:53.791 INFO kablam! | Sep 20 04:21:53.791 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 04:21:53.791 INFO kablam! Sep 20 04:21:53.791 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 04:21:53.791 INFO kablam! --> src/config.rs:23:58 Sep 20 04:21:53.791 INFO kablam! | Sep 20 04:21:53.791 INFO kablam! 23 | file.read_to_end(&mut file_contents).map_err(|e| std::format!("{}", e))?; Sep 20 04:21:53.791 INFO kablam! | ^^^ Sep 20 04:21:53.791 INFO kablam! | Sep 20 04:21:53.791 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 04:21:53.791 INFO kablam! Sep 20 04:21:53.791 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 04:21:53.791 INFO kablam! --> src/config.rs:24:54 Sep 20 04:21:53.791 INFO kablam! | Sep 20 04:21:53.791 INFO kablam! 24 | toml::from_slice(&file_contents).map_err(|e| std::format!("{}", e)) Sep 20 04:21:53.791 INFO kablam! | ^^^ Sep 20 04:21:53.791 INFO kablam! | Sep 20 04:21:53.791 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 04:21:53.791 INFO kablam! Sep 20 04:21:53.791 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 04:21:53.791 INFO kablam! --> src/config.rs:28:52 Sep 20 04:21:53.791 INFO kablam! | Sep 20 04:21:53.791 INFO kablam! 28 | let data = toml::to_vec(&self).map_err(|e| std::format!("{}", e))?; Sep 20 04:21:53.791 INFO kablam! | ^^^ Sep 20 04:21:53.791 INFO kablam! | Sep 20 04:21:53.791 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 04:21:53.791 INFO kablam! Sep 20 04:21:53.791 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 04:21:53.791 INFO kablam! --> src/config.rs:29:59 Sep 20 04:21:53.791 INFO kablam! | Sep 20 04:21:53.792 INFO kablam! 29 | let mut file = fs::File::create(path).map_err(|e| std::format!("{}", e))?; Sep 20 04:21:53.792 INFO kablam! | ^^^ Sep 20 04:21:53.792 INFO kablam! | Sep 20 04:21:53.792 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 04:21:53.792 INFO kablam! Sep 20 04:21:53.792 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 04:21:53.792 INFO kablam! --> src/config.rs:30:39 Sep 20 04:21:53.792 INFO kablam! | Sep 20 04:21:53.792 INFO kablam! 30 | file.write(&data).map_err(|e| std::format!("{}", e)).map(|_| ()) Sep 20 04:21:53.792 INFO kablam! | ^^^ Sep 20 04:21:53.792 INFO kablam! | Sep 20 04:21:53.792 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 04:21:53.792 INFO kablam! Sep 20 04:21:53.795 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 04:21:53.795 INFO kablam! --> src/github.rs:35:109 Sep 20 04:21:53.795 INFO kablam! | Sep 20 04:21:53.795 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:53.795 INFO kablam! | ^^^ Sep 20 04:21:53.795 INFO kablam! | Sep 20 04:21:53.795 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 04:21:53.795 INFO kablam! Sep 20 04:21:53.795 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 04:21:53.795 INFO kablam! --> src/github.rs:37:64 Sep 20 04:21:53.795 INFO kablam! | Sep 20 04:21:53.795 INFO kablam! 37 | request.headers_mut().set(hyper::header::Authorization(std::format!("token {}", self.token.clone().unwrap()))); Sep 20 04:21:53.795 INFO kablam! | ^^^ Sep 20 04:21:53.795 INFO kablam! | Sep 20 04:21:53.795 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 04:21:53.795 INFO kablam! Sep 20 04:21:53.795 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 04:21:53.795 INFO kablam! --> src/github.rs:54:64 Sep 20 04:21:53.795 INFO kablam! | Sep 20 04:21:53.795 INFO kablam! 54 | request.headers_mut().set(hyper::header::Authorization(std::format!("token {}", self.token.clone().unwrap()))); Sep 20 04:21:53.795 INFO kablam! | ^^^ Sep 20 04:21:53.795 INFO kablam! | Sep 20 04:21:53.795 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 04:21:53.795 INFO kablam! Sep 20 04:21:53.795 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 04:21:53.795 INFO kablam! --> src/github.rs:197:13 Sep 20 04:21:53.795 INFO kablam! | Sep 20 04:21:53.795 INFO kablam! 197 | std::format!("https://{}/{}/{}/{}", self.base_url, project.org, project.project, content) Sep 20 04:21:53.795 INFO kablam! | ^^^ Sep 20 04:21:53.795 INFO kablam! | Sep 20 04:21:53.795 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 04:21:53.795 INFO kablam! Sep 20 04:21:53.795 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 04:21:53.795 INFO kablam! --> src/github.rs:199:13 Sep 20 04:21:53.795 INFO kablam! | Sep 20 04:21:53.795 INFO kablam! 199 | std::format!("https://{}/{}/{}", self.base_url, project.org, project.project) Sep 20 04:21:53.795 INFO kablam! | ^^^ Sep 20 04:21:53.795 INFO kablam! | Sep 20 04:21:53.795 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 04:21:53.795 INFO kablam! Sep 20 04:21:53.795 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 04:21:53.796 INFO kablam! --> src/github.rs:208:17 Sep 20 04:21:53.796 INFO kablam! | Sep 20 04:21:53.796 INFO kablam! 208 | Err(std::format!("{} not found", readme_url)) Sep 20 04:21:53.796 INFO kablam! | ^^^ Sep 20 04:21:53.796 INFO kablam! | Sep 20 04:21:53.796 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 04:21:53.796 INFO kablam! Sep 20 04:21:53.796 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 04:21:53.796 INFO kablam! --> src/github.rs:210:17 Sep 20 04:21:53.796 INFO kablam! | Sep 20 04:21:53.796 INFO kablam! 210 | Err(std::format!("{}: {}", readme_url, code)) Sep 20 04:21:53.796 INFO kablam! | ^^^ Sep 20 04:21:53.796 INFO kablam! | Sep 20 04:21:53.796 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 04:21:53.796 INFO kablam! Sep 20 04:21:53.799 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 04:21:53.799 INFO kablam! --> src/github.rs:248:19 Sep 20 04:21:53.799 INFO kablam! | Sep 20 04:21:53.799 INFO kablam! 248 | let url = std::format!("/repos/{}/{}/contents/{}", project.org, project.project, path); Sep 20 04:21:53.799 INFO kablam! | ^^^ Sep 20 04:21:53.799 INFO kablam! | Sep 20 04:21:53.799 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 04:21:53.799 INFO kablam! Sep 20 04:21:53.998 INFO kablam! error: aborting due to 19 previous errors Sep 20 04:21:53.998 INFO kablam! Sep 20 04:21:53.998 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 20 04:21:54.015 INFO kablam! error: Could not compile `blub`. Sep 20 04:21:54.015 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 04:21:54.089 INFO kablam! error: aborting due to 19 previous errors Sep 20 04:21:54.089 INFO kablam! Sep 20 04:21:54.089 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 20 04:21:54.127 INFO kablam! error: Could not compile `blub`. Sep 20 04:21:54.127 INFO kablam! Sep 20 04:21:54.127 INFO kablam! To learn more, run the command again with --verbose. Sep 20 04:21:54.129 INFO kablam! su: No module specific data is present Sep 20 04:21:54.863 INFO running `"docker" "rm" "-f" "22f12a5c2f48813643ab67d30830aa8bc88593315c7b40ca1725a354bda878c4"` Sep 20 04:21:54.942 INFO blam! 22f12a5c2f48813643ab67d30830aa8bc88593315c7b40ca1725a354bda878c4