Sep 20 06:00:54.479 INFO checking blub-0.0.1 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 20 06:00:54.479 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 20 06:00:54.479 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-5/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 06:00:54.632 INFO blam! dc112d2afb9398d3cc2a11ce5c1ed33cb2692c6fb44722a514d122741dcffb2a Sep 20 06:00:54.635 INFO running `"docker" "start" "-a" "dc112d2afb9398d3cc2a11ce5c1ed33cb2692c6fb44722a514d122741dcffb2a"` Sep 20 06:00:55.297 INFO kablam! usermod: no changes Sep 20 06:00:55.703 INFO kablam! Compiling onig_sys v68.2.1 Sep 20 06:00:55.703 INFO kablam! Checking app_dirs v1.2.1 Sep 20 06:00:55.704 INFO kablam! Checking clap v2.32.0 Sep 20 06:00:55.705 INFO kablam! Checking bincode v1.0.1 Sep 20 06:00:55.708 INFO kablam! Checking crossbeam-epoch v0.5.2 Sep 20 06:00:55.709 INFO kablam! Checking immeta v0.3.6 Sep 20 06:00:55.710 INFO kablam! Checking serde_urlencoded v0.5.3 Sep 20 06:00:55.710 INFO kablam! Checking plist v0.2.4 Sep 20 06:00:56.710 INFO kablam! Checking crossbeam-deque v0.6.1 Sep 20 06:00:57.810 INFO kablam! Checking tokio-threadpool v0.1.6 Sep 20 06:00:59.767 INFO kablam! Checking tokio-fs v0.1.3 Sep 20 06:01:00.644 INFO kablam! Checking tokio v0.1.8 Sep 20 06:01:01.897 INFO kablam! Checking onig v3.2.2 Sep 20 06:01:02.077 INFO kablam! Checking tokio-core v0.1.17 Sep 20 06:01:02.882 INFO kablam! Checking syntect v2.1.0 Sep 20 06:01:03.809 INFO kablam! Checking tokio-proto v0.1.1 Sep 20 06:01:03.809 INFO kablam! Checking tokio-tls v0.1.4 Sep 20 06:01:06.860 INFO kablam! Checking hyper v0.11.27 Sep 20 06:01:12.302 INFO kablam! Checking hyper-tls v0.1.4 Sep 20 06:01:13.950 INFO kablam! Checking reqwest v0.8.8 Sep 20 06:01:16.695 INFO kablam! Checking mdcat v0.8.0 Sep 20 06:01:20.223 INFO kablam! Checking blub v0.0.1 (/source) Sep 20 06:01:23.368 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 06:01:23.368 INFO kablam! --> src/main.rs:172:28 Sep 20 06:01:23.368 INFO kablam! | Sep 20 06:01:23.368 INFO kablam! 172 | let mut cli = App::new(clap::crate_name!()) Sep 20 06:01:23.368 INFO kablam! | ^^^^ Sep 20 06:01:23.368 INFO kablam! | Sep 20 06:01:23.368 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 06:01:23.368 INFO kablam! Sep 20 06:01:23.368 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 06:01:23.368 INFO kablam! --> src/main.rs:173:18 Sep 20 06:01:23.368 INFO kablam! | Sep 20 06:01:23.368 INFO kablam! 173 | .version(clap::crate_version!()) Sep 20 06:01:23.368 INFO kablam! | ^^^^ Sep 20 06:01:23.368 INFO kablam! | Sep 20 06:01:23.368 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 06:01:23.368 INFO kablam! Sep 20 06:01:23.368 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 06:01:23.368 INFO kablam! --> src/main.rs:174:16 Sep 20 06:01:23.368 INFO kablam! | Sep 20 06:01:23.368 INFO kablam! 174 | .about(clap::crate_description!()) Sep 20 06:01:23.368 INFO kablam! | ^^^^ Sep 20 06:01:23.368 INFO kablam! | Sep 20 06:01:23.368 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 06:01:23.368 INFO kablam! Sep 20 06:01:23.369 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 06:01:23.369 INFO kablam! --> src/main.rs:214:44 Sep 20 06:01:23.369 INFO kablam! | Sep 20 06:01:23.369 INFO kablam! 214 | let app_info = app_dirs::AppInfo{name: clap::crate_name!(), author: clap::crate_authors!()}; Sep 20 06:01:23.369 INFO kablam! | ^^^^ Sep 20 06:01:23.369 INFO kablam! | Sep 20 06:01:23.369 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 06:01:23.369 INFO kablam! Sep 20 06:01:23.369 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 06:01:23.369 INFO kablam! --> src/main.rs:214:73 Sep 20 06:01:23.369 INFO kablam! | Sep 20 06:01:23.369 INFO kablam! 214 | let app_info = app_dirs::AppInfo{name: clap::crate_name!(), author: clap::crate_authors!()}; Sep 20 06:01:23.369 INFO kablam! | ^^^^ Sep 20 06:01:23.369 INFO kablam! | Sep 20 06:01:23.369 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 06:01:23.369 INFO kablam! Sep 20 06:01:23.369 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 06:01:23.369 INFO kablam! --> src/config.rs:21:57 Sep 20 06:01:23.369 INFO kablam! | Sep 20 06:01:23.369 INFO kablam! 21 | let mut file = fs::File::open(path).map_err(|e| std::format!("{}", e))?; Sep 20 06:01:23.369 INFO kablam! | ^^^ Sep 20 06:01:23.369 INFO kablam! | Sep 20 06:01:23.369 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 06:01:23.369 INFO kablam! Sep 20 06:01:23.369 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 06:01:23.369 INFO kablam! --> src/config.rs:23:58 Sep 20 06:01:23.369 INFO kablam! | Sep 20 06:01:23.369 INFO kablam! 23 | file.read_to_end(&mut file_contents).map_err(|e| std::format!("{}", e))?; Sep 20 06:01:23.369 INFO kablam! | ^^^ Sep 20 06:01:23.370 INFO kablam! | Sep 20 06:01:23.370 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 06:01:23.370 INFO kablam! Sep 20 06:01:23.370 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 06:01:23.370 INFO kablam! --> src/config.rs:24:54 Sep 20 06:01:23.370 INFO kablam! | Sep 20 06:01:23.370 INFO kablam! 24 | toml::from_slice(&file_contents).map_err(|e| std::format!("{}", e)) Sep 20 06:01:23.370 INFO kablam! | ^^^ Sep 20 06:01:23.370 INFO kablam! | Sep 20 06:01:23.370 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 06:01:23.370 INFO kablam! Sep 20 06:01:23.370 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 06:01:23.370 INFO kablam! --> src/config.rs:28:52 Sep 20 06:01:23.370 INFO kablam! | Sep 20 06:01:23.370 INFO kablam! 28 | let data = toml::to_vec(&self).map_err(|e| std::format!("{}", e))?; Sep 20 06:01:23.370 INFO kablam! | ^^^ Sep 20 06:01:23.370 INFO kablam! | Sep 20 06:01:23.370 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 06:01:23.370 INFO kablam! Sep 20 06:01:23.370 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 06:01:23.370 INFO kablam! --> src/config.rs:29:59 Sep 20 06:01:23.370 INFO kablam! | Sep 20 06:01:23.370 INFO kablam! 29 | let mut file = fs::File::create(path).map_err(|e| std::format!("{}", e))?; Sep 20 06:01:23.370 INFO kablam! | ^^^ Sep 20 06:01:23.370 INFO kablam! | Sep 20 06:01:23.370 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 06:01:23.370 INFO kablam! Sep 20 06:01:23.370 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 06:01:23.370 INFO kablam! --> src/config.rs:30:39 Sep 20 06:01:23.370 INFO kablam! | Sep 20 06:01:23.370 INFO kablam! 30 | file.write(&data).map_err(|e| std::format!("{}", e)).map(|_| ()) Sep 20 06:01:23.370 INFO kablam! | ^^^ Sep 20 06:01:23.370 INFO kablam! | Sep 20 06:01:23.370 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 06:01:23.370 INFO kablam! Sep 20 06:01:23.372 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 06:01:23.372 INFO kablam! --> src/github.rs:35:109 Sep 20 06:01:23.373 INFO kablam! | Sep 20 06:01:23.373 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 06:01:23.373 INFO kablam! | ^^^ Sep 20 06:01:23.373 INFO kablam! | Sep 20 06:01:23.373 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 06:01:23.373 INFO kablam! Sep 20 06:01:23.373 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 06:01:23.373 INFO kablam! --> src/github.rs:37:64 Sep 20 06:01:23.373 INFO kablam! | Sep 20 06:01:23.373 INFO kablam! 37 | request.headers_mut().set(hyper::header::Authorization(std::format!("token {}", self.token.clone().unwrap()))); Sep 20 06:01:23.373 INFO kablam! | ^^^ Sep 20 06:01:23.373 INFO kablam! | Sep 20 06:01:23.373 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 06:01:23.373 INFO kablam! Sep 20 06:01:23.373 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 06:01:23.373 INFO kablam! --> src/github.rs:54:64 Sep 20 06:01:23.373 INFO kablam! | Sep 20 06:01:23.373 INFO kablam! 54 | request.headers_mut().set(hyper::header::Authorization(std::format!("token {}", self.token.clone().unwrap()))); Sep 20 06:01:23.373 INFO kablam! | ^^^ Sep 20 06:01:23.373 INFO kablam! | Sep 20 06:01:23.373 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 06:01:23.373 INFO kablam! Sep 20 06:01:23.373 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 06:01:23.373 INFO kablam! --> src/github.rs:197:13 Sep 20 06:01:23.373 INFO kablam! | Sep 20 06:01:23.373 INFO kablam! 197 | std::format!("https://{}/{}/{}/{}", self.base_url, project.org, project.project, content) Sep 20 06:01:23.373 INFO kablam! | ^^^ Sep 20 06:01:23.373 INFO kablam! | Sep 20 06:01:23.373 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 06:01:23.373 INFO kablam! Sep 20 06:01:23.373 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 06:01:23.373 INFO kablam! --> src/github.rs:199:13 Sep 20 06:01:23.373 INFO kablam! | Sep 20 06:01:23.373 INFO kablam! 199 | std::format!("https://{}/{}/{}", self.base_url, project.org, project.project) Sep 20 06:01:23.373 INFO kablam! | ^^^ Sep 20 06:01:23.373 INFO kablam! | Sep 20 06:01:23.373 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 06:01:23.373 INFO kablam! Sep 20 06:01:23.373 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 06:01:23.373 INFO kablam! --> src/github.rs:208:17 Sep 20 06:01:23.373 INFO kablam! | Sep 20 06:01:23.373 INFO kablam! 208 | Err(std::format!("{} not found", readme_url)) Sep 20 06:01:23.373 INFO kablam! | ^^^ Sep 20 06:01:23.373 INFO kablam! | Sep 20 06:01:23.373 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 06:01:23.373 INFO kablam! Sep 20 06:01:23.373 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 06:01:23.373 INFO kablam! --> src/github.rs:210:17 Sep 20 06:01:23.373 INFO kablam! | Sep 20 06:01:23.373 INFO kablam! 210 | Err(std::format!("{}: {}", readme_url, code)) Sep 20 06:01:23.373 INFO kablam! | ^^^ Sep 20 06:01:23.373 INFO kablam! | Sep 20 06:01:23.373 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 06:01:23.373 INFO kablam! Sep 20 06:01:23.375 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 06:01:23.375 INFO kablam! --> src/github.rs:248:19 Sep 20 06:01:23.375 INFO kablam! | Sep 20 06:01:23.375 INFO kablam! 248 | let url = std::format!("/repos/{}/{}/contents/{}", project.org, project.project, path); Sep 20 06:01:23.375 INFO kablam! | ^^^ Sep 20 06:01:23.375 INFO kablam! | Sep 20 06:01:23.375 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 06:01:23.375 INFO kablam! Sep 20 06:01:23.681 INFO kablam! error: aborting due to 19 previous errors Sep 20 06:01:23.681 INFO kablam! Sep 20 06:01:23.681 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 20 06:01:23.690 INFO kablam! error: Could not compile `blub`. Sep 20 06:01:23.690 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 06:01:23.917 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 06:01:23.917 INFO kablam! --> src/main.rs:172:28 Sep 20 06:01:23.917 INFO kablam! | Sep 20 06:01:23.917 INFO kablam! 172 | let mut cli = App::new(clap::crate_name!()) Sep 20 06:01:23.917 INFO kablam! | ^^^^ Sep 20 06:01:23.917 INFO kablam! | Sep 20 06:01:23.917 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 06:01:23.917 INFO kablam! Sep 20 06:01:23.918 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 06:01:23.918 INFO kablam! --> src/main.rs:173:18 Sep 20 06:01:23.918 INFO kablam! | Sep 20 06:01:23.918 INFO kablam! 173 | .version(clap::crate_version!()) Sep 20 06:01:23.918 INFO kablam! | ^^^^ Sep 20 06:01:23.918 INFO kablam! | Sep 20 06:01:23.918 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 06:01:23.918 INFO kablam! Sep 20 06:01:23.918 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 06:01:23.918 INFO kablam! --> src/main.rs:174:16 Sep 20 06:01:23.918 INFO kablam! | Sep 20 06:01:23.918 INFO kablam! 174 | .about(clap::crate_description!()) Sep 20 06:01:23.918 INFO kablam! | ^^^^ Sep 20 06:01:23.918 INFO kablam! | Sep 20 06:01:23.918 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 06:01:23.918 INFO kablam! Sep 20 06:01:23.918 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 06:01:23.918 INFO kablam! --> src/main.rs:214:44 Sep 20 06:01:23.918 INFO kablam! | Sep 20 06:01:23.918 INFO kablam! 214 | let app_info = app_dirs::AppInfo{name: clap::crate_name!(), author: clap::crate_authors!()}; Sep 20 06:01:23.918 INFO kablam! | ^^^^ Sep 20 06:01:23.918 INFO kablam! | Sep 20 06:01:23.918 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 06:01:23.918 INFO kablam! Sep 20 06:01:23.919 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 06:01:23.919 INFO kablam! --> src/main.rs:214:73 Sep 20 06:01:23.919 INFO kablam! | Sep 20 06:01:23.919 INFO kablam! 214 | let app_info = app_dirs::AppInfo{name: clap::crate_name!(), author: clap::crate_authors!()}; Sep 20 06:01:23.919 INFO kablam! | ^^^^ Sep 20 06:01:23.919 INFO kablam! | Sep 20 06:01:23.919 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 06:01:23.919 INFO kablam! Sep 20 06:01:23.919 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 06:01:23.919 INFO kablam! --> src/config.rs:21:57 Sep 20 06:01:23.919 INFO kablam! | Sep 20 06:01:23.919 INFO kablam! 21 | let mut file = fs::File::open(path).map_err(|e| std::format!("{}", e))?; Sep 20 06:01:23.919 INFO kablam! | ^^^ Sep 20 06:01:23.919 INFO kablam! | Sep 20 06:01:23.919 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 06:01:23.919 INFO kablam! Sep 20 06:01:23.919 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 06:01:23.919 INFO kablam! --> src/config.rs:23:58 Sep 20 06:01:23.919 INFO kablam! | Sep 20 06:01:23.920 INFO kablam! 23 | file.read_to_end(&mut file_contents).map_err(|e| std::format!("{}", e))?; Sep 20 06:01:23.920 INFO kablam! | ^^^ Sep 20 06:01:23.920 INFO kablam! | Sep 20 06:01:23.920 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 06:01:23.920 INFO kablam! Sep 20 06:01:23.920 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 06:01:23.920 INFO kablam! --> src/config.rs:24:54 Sep 20 06:01:23.920 INFO kablam! | Sep 20 06:01:23.920 INFO kablam! 24 | toml::from_slice(&file_contents).map_err(|e| std::format!("{}", e)) Sep 20 06:01:23.920 INFO kablam! | ^^^ Sep 20 06:01:23.920 INFO kablam! | Sep 20 06:01:23.920 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 06:01:23.920 INFO kablam! Sep 20 06:01:23.920 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 06:01:23.920 INFO kablam! --> src/config.rs:28:52 Sep 20 06:01:23.920 INFO kablam! | Sep 20 06:01:23.920 INFO kablam! 28 | let data = toml::to_vec(&self).map_err(|e| std::format!("{}", e))?; Sep 20 06:01:23.920 INFO kablam! | ^^^ Sep 20 06:01:23.920 INFO kablam! | Sep 20 06:01:23.920 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 06:01:23.920 INFO kablam! Sep 20 06:01:23.920 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 06:01:23.920 INFO kablam! --> src/config.rs:29:59 Sep 20 06:01:23.920 INFO kablam! | Sep 20 06:01:23.920 INFO kablam! 29 | let mut file = fs::File::create(path).map_err(|e| std::format!("{}", e))?; Sep 20 06:01:23.920 INFO kablam! | ^^^ Sep 20 06:01:23.920 INFO kablam! | Sep 20 06:01:23.920 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 06:01:23.920 INFO kablam! Sep 20 06:01:23.920 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 06:01:23.920 INFO kablam! --> src/config.rs:30:39 Sep 20 06:01:23.920 INFO kablam! | Sep 20 06:01:23.920 INFO kablam! 30 | file.write(&data).map_err(|e| std::format!("{}", e)).map(|_| ()) Sep 20 06:01:23.920 INFO kablam! | ^^^ Sep 20 06:01:23.920 INFO kablam! | Sep 20 06:01:23.920 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 06:01:23.920 INFO kablam! Sep 20 06:01:23.922 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 06:01:23.922 INFO kablam! --> src/github.rs:35:109 Sep 20 06:01:23.922 INFO kablam! | Sep 20 06:01:23.922 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 06:01:23.922 INFO kablam! | ^^^ Sep 20 06:01:23.922 INFO kablam! | Sep 20 06:01:23.922 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 06:01:23.922 INFO kablam! Sep 20 06:01:23.922 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 06:01:23.922 INFO kablam! --> src/github.rs:37:64 Sep 20 06:01:23.922 INFO kablam! | Sep 20 06:01:23.922 INFO kablam! 37 | request.headers_mut().set(hyper::header::Authorization(std::format!("token {}", self.token.clone().unwrap()))); Sep 20 06:01:23.922 INFO kablam! | ^^^ Sep 20 06:01:23.922 INFO kablam! | Sep 20 06:01:23.922 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 06:01:23.922 INFO kablam! Sep 20 06:01:23.922 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 06:01:23.922 INFO kablam! --> src/github.rs:54:64 Sep 20 06:01:23.922 INFO kablam! | Sep 20 06:01:23.922 INFO kablam! 54 | request.headers_mut().set(hyper::header::Authorization(std::format!("token {}", self.token.clone().unwrap()))); Sep 20 06:01:23.922 INFO kablam! | ^^^ Sep 20 06:01:23.922 INFO kablam! | Sep 20 06:01:23.922 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 06:01:23.922 INFO kablam! Sep 20 06:01:23.922 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 06:01:23.922 INFO kablam! --> src/github.rs:197:13 Sep 20 06:01:23.922 INFO kablam! | Sep 20 06:01:23.922 INFO kablam! 197 | std::format!("https://{}/{}/{}/{}", self.base_url, project.org, project.project, content) Sep 20 06:01:23.922 INFO kablam! | ^^^ Sep 20 06:01:23.922 INFO kablam! | Sep 20 06:01:23.922 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 06:01:23.922 INFO kablam! Sep 20 06:01:23.922 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 06:01:23.922 INFO kablam! --> src/github.rs:199:13 Sep 20 06:01:23.922 INFO kablam! | Sep 20 06:01:23.922 INFO kablam! 199 | std::format!("https://{}/{}/{}", self.base_url, project.org, project.project) Sep 20 06:01:23.922 INFO kablam! | ^^^ Sep 20 06:01:23.922 INFO kablam! | Sep 20 06:01:23.922 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 06:01:23.922 INFO kablam! Sep 20 06:01:23.922 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 06:01:23.922 INFO kablam! --> src/github.rs:208:17 Sep 20 06:01:23.922 INFO kablam! | Sep 20 06:01:23.922 INFO kablam! 208 | Err(std::format!("{} not found", readme_url)) Sep 20 06:01:23.922 INFO kablam! | ^^^ Sep 20 06:01:23.922 INFO kablam! | Sep 20 06:01:23.922 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 06:01:23.922 INFO kablam! Sep 20 06:01:23.922 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 06:01:23.922 INFO kablam! --> src/github.rs:210:17 Sep 20 06:01:23.922 INFO kablam! | Sep 20 06:01:23.922 INFO kablam! 210 | Err(std::format!("{}: {}", readme_url, code)) Sep 20 06:01:23.922 INFO kablam! | ^^^ Sep 20 06:01:23.922 INFO kablam! | Sep 20 06:01:23.922 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 06:01:23.922 INFO kablam! Sep 20 06:01:23.925 INFO kablam! error[E0658]: access to extern crates through prelude is experimental (see issue #44660) Sep 20 06:01:23.925 INFO kablam! --> src/github.rs:248:19 Sep 20 06:01:23.925 INFO kablam! | Sep 20 06:01:23.925 INFO kablam! 248 | let url = std::format!("/repos/{}/{}/contents/{}", project.org, project.project, path); Sep 20 06:01:23.925 INFO kablam! | ^^^ Sep 20 06:01:23.925 INFO kablam! | Sep 20 06:01:23.925 INFO kablam! = help: add #![feature(extern_prelude)] to the crate attributes to enable Sep 20 06:01:23.925 INFO kablam! Sep 20 06:01:24.240 INFO kablam! error: aborting due to 19 previous errors Sep 20 06:01:24.240 INFO kablam! Sep 20 06:01:24.240 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 20 06:01:24.277 INFO kablam! error: Could not compile `blub`. Sep 20 06:01:24.277 INFO kablam! Sep 20 06:01:24.277 INFO kablam! To learn more, run the command again with --verbose. Sep 20 06:01:24.279 INFO kablam! su: No module specific data is present Sep 20 06:01:24.826 INFO running `"docker" "rm" "-f" "dc112d2afb9398d3cc2a11ce5c1ed33cb2692c6fb44722a514d122741dcffb2a"` Sep 20 06:01:24.920 INFO blam! dc112d2afb9398d3cc2a11ce5c1ed33cb2692c6fb44722a514d122741dcffb2a