Sep 19 18:22:19.140 INFO checking usb-0.1.5 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 19 18:22:19.140 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 19 18:22:19.140 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-2/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 19 18:22:19.399 INFO blam! 855e614592627ea1dcf4a96cced4fae853f7ebeee3f9cef30d56712056647681 Sep 19 18:22:19.404 INFO running `"docker" "start" "-a" "855e614592627ea1dcf4a96cced4fae853f7ebeee3f9cef30d56712056647681"` Sep 19 18:22:20.340 INFO kablam! usermod: no changes Sep 19 18:22:20.368 INFO kablam! warning: path `/source/src/usb.rs` was erroneously implicitly accepted for library `usb`, Sep 19 18:22:20.368 INFO kablam! please rename the file to `src/lib.rs` or set lib.path in Cargo.toml Sep 19 18:22:20.370 INFO kablam! Checking usb v0.1.5 (/source) Sep 19 18:22:20.418 INFO kablam! error: invalid suffix `us` for numeric literal Sep 19 18:22:20.418 INFO kablam! --> src/usb.rs:411:32 Sep 19 18:22:20.418 INFO kablam! | Sep 19 18:22:20.418 INFO kablam! 411 | let mut running_transfers = 0us; Sep 19 18:22:20.418 INFO kablam! | ^^^ Sep 19 18:22:20.418 INFO kablam! | Sep 19 18:22:20.418 INFO kablam! = help: the suffix must be one of the integral types (`u32`, `isize`, etc) Sep 19 18:22:20.418 INFO kablam! Sep 19 18:22:20.419 INFO kablam! error: invalid suffix `us` for numeric literal Sep 19 18:22:20.419 INFO kablam! --> src/usb.rs:411:32 Sep 19 18:22:20.420 INFO kablam! | Sep 19 18:22:20.420 INFO kablam! 411 | let mut running_transfers = 0us; Sep 19 18:22:20.420 INFO kablam! | ^^^ Sep 19 18:22:20.420 INFO kablam! | Sep 19 18:22:20.420 INFO kablam! = help: the suffix must be one of the integral types (`u32`, `isize`, etc) Sep 19 18:22:20.420 INFO kablam! Sep 19 18:22:20.420 INFO kablam! warning: unknown lint: `unstable` Sep 19 18:22:20.420 INFO kablam! --> src/usb.rs:2:27 Sep 19 18:22:20.420 INFO kablam! | Sep 19 18:22:20.420 INFO kablam! 2 | #![ allow(non_snake_case, unstable) ] Sep 19 18:22:20.420 INFO kablam! | ^^^^^^^^ Sep 19 18:22:20.420 INFO kablam! | Sep 19 18:22:20.420 INFO kablam! = note: #[warn(unknown_lints)] on by default Sep 19 18:22:20.420 INFO kablam! Sep 19 18:22:20.422 INFO kablam! warning: unknown lint: `unstable` Sep 19 18:22:20.422 INFO kablam! --> src/usb.rs:2:27 Sep 19 18:22:20.422 INFO kablam! | Sep 19 18:22:20.422 INFO kablam! 2 | #![ allow(non_snake_case, unstable) ] Sep 19 18:22:20.422 INFO kablam! | ^^^^^^^^ Sep 19 18:22:20.422 INFO kablam! | Sep 19 18:22:20.422 INFO kablam! = note: #[warn(unknown_lints)] on by default Sep 19 18:22:20.422 INFO kablam! Sep 19 18:22:20.510 INFO kablam! error[E0432]: unresolved import `std::sync::atomic::AtomicInt` Sep 19 18:22:20.510 INFO kablam! --> src/usb.rs:19:35 Sep 19 18:22:20.510 INFO kablam! | Sep 19 18:22:20.510 INFO kablam! 19 | use std::sync::atomic::{Ordering, AtomicInt}; Sep 19 18:22:20.510 INFO kablam! | ^^^^^^^^^ no `AtomicInt` in `sync::atomic`. Did you mean to use `AtomicI8`? Sep 19 18:22:20.510 INFO kablam! Sep 19 18:22:20.511 INFO kablam! error: cannot find derive macro `Show` in this scope Sep 19 18:22:20.511 INFO kablam! --> src/libusb.rs:81:31 Sep 19 18:22:20.511 INFO kablam! | Sep 19 18:22:20.511 INFO kablam! 81 | #[derive(Copy, PartialEq, Eq, Show)] Sep 19 18:22:20.511 INFO kablam! | ^^^^ Sep 19 18:22:20.511 INFO kablam! Sep 19 18:22:20.511 INFO kablam! error: cannot find derive macro `Show` in this scope Sep 19 18:22:20.511 INFO kablam! --> src/libusb.rs:144:31 Sep 19 18:22:20.511 INFO kablam! | Sep 19 18:22:20.511 INFO kablam! 144 | #[derive(Copy, PartialEq, Eq, Show)] Sep 19 18:22:20.511 INFO kablam! | ^^^^ Sep 19 18:22:20.511 INFO kablam! Sep 19 18:22:20.511 INFO kablam! error: cannot find derive macro `Show` in this scope Sep 19 18:22:20.511 INFO kablam! --> src/libusb.rs:187:31 Sep 19 18:22:20.511 INFO kablam! | Sep 19 18:22:20.511 INFO kablam! 187 | #[derive(Copy, PartialEq, Eq, Show)] Sep 19 18:22:20.511 INFO kablam! | ^^^^ Sep 19 18:22:20.511 INFO kablam! Sep 19 18:22:20.511 INFO kablam! error: cannot find derive macro `Show` in this scope Sep 19 18:22:20.511 INFO kablam! --> src/libusb.rs:197:31 Sep 19 18:22:20.511 INFO kablam! | Sep 19 18:22:20.511 INFO kablam! 197 | #[derive(Copy, PartialEq, Eq, Show)] Sep 19 18:22:20.511 INFO kablam! | ^^^^ Sep 19 18:22:20.512 INFO kablam! Sep 19 18:22:20.512 INFO kablam! error: cannot find derive macro `Show` in this scope Sep 19 18:22:20.512 INFO kablam! --> src/libusb.rs:218:16 Sep 19 18:22:20.512 INFO kablam! | Sep 19 18:22:20.512 INFO kablam! 218 | #[derive(Copy, Show)] Sep 19 18:22:20.512 INFO kablam! | ^^^^ Sep 19 18:22:20.512 INFO kablam! Sep 19 18:22:20.512 INFO kablam! error: cannot find derive macro `Show` in this scope Sep 19 18:22:20.512 INFO kablam! --> src/libusb.rs:443:31 Sep 19 18:22:20.512 INFO kablam! | Sep 19 18:22:20.512 INFO kablam! 443 | #[derive(Copy, PartialEq, Eq, Show)] Sep 19 18:22:20.512 INFO kablam! | ^^^^ Sep 19 18:22:20.512 INFO kablam! Sep 19 18:22:20.512 INFO kablam! error: cannot find derive macro `Show` in this scope Sep 19 18:22:20.512 INFO kablam! --> src/libusb.rs:494:31 Sep 19 18:22:20.512 INFO kablam! | Sep 19 18:22:20.512 INFO kablam! 494 | #[derive(Copy, FromPrimitive, Show, PartialEq, Eq)] Sep 19 18:22:20.512 INFO kablam! | ^^^^ Sep 19 18:22:20.512 INFO kablam! Sep 19 18:22:20.512 INFO kablam! error: cannot find derive macro `FromPrimitive` in this scope Sep 19 18:22:20.512 INFO kablam! --> src/libusb.rs:494:16 Sep 19 18:22:20.512 INFO kablam! | Sep 19 18:22:20.512 INFO kablam! 494 | #[derive(Copy, FromPrimitive, Show, PartialEq, Eq)] Sep 19 18:22:20.512 INFO kablam! | ^^^^^^^^^^^^^ Sep 19 18:22:20.512 INFO kablam! Sep 19 18:22:20.512 INFO kablam! error: cannot find derive macro `Show` in this scope Sep 19 18:22:20.512 INFO kablam! --> src/libusb.rs:523:31 Sep 19 18:22:20.512 INFO kablam! | Sep 19 18:22:20.512 INFO kablam! 523 | #[derive(Copy, PartialEq, Eq, Show)] Sep 19 18:22:20.512 INFO kablam! | ^^^^ Sep 19 18:22:20.512 INFO kablam! Sep 19 18:22:20.512 INFO kablam! error: cannot find derive macro `Show` in this scope Sep 19 18:22:20.512 INFO kablam! --> src/libusb.rs:612:16 Sep 19 18:22:20.512 INFO kablam! | Sep 19 18:22:20.512 INFO kablam! 612 | #[derive(Copy, Show)] Sep 19 18:22:20.512 INFO kablam! | ^^^^ Sep 19 18:22:20.512 INFO kablam! Sep 19 18:22:20.512 INFO kablam! error[E0433]: failed to resolve. Could not find `FromPrimitive` in `num` Sep 19 18:22:20.512 INFO kablam! --> src/libusb.rs:603:8 Sep 19 18:22:20.512 INFO kablam! | Sep 19 18:22:20.512 INFO kablam! 603 | num::FromPrimitive::from_u32(self.status).unwrap() Sep 19 18:22:20.512 INFO kablam! | ^^^^^^^^^^^^^ Could not find `FromPrimitive` in `num` Sep 19 18:22:20.512 INFO kablam! Sep 19 18:22:20.514 INFO kablam! error[E0432]: unresolved import `std::sync::atomic::AtomicInt` Sep 19 18:22:20.514 INFO kablam! --> src/usb.rs:19:35 Sep 19 18:22:20.514 INFO kablam! | Sep 19 18:22:20.514 INFO kablam! 19 | use std::sync::atomic::{Ordering, AtomicInt}; Sep 19 18:22:20.514 INFO kablam! | ^^^^^^^^^ no `AtomicInt` in `sync::atomic`. Did you mean to use `AtomicI8`? Sep 19 18:22:20.514 INFO kablam! Sep 19 18:22:20.514 INFO kablam! error: cannot find derive macro `Show` in this scope Sep 19 18:22:20.514 INFO kablam! --> src/libusb.rs:81:31 Sep 19 18:22:20.514 INFO kablam! | Sep 19 18:22:20.514 INFO kablam! 81 | #[derive(Copy, PartialEq, Eq, Show)] Sep 19 18:22:20.514 INFO kablam! | ^^^^ Sep 19 18:22:20.514 INFO kablam! Sep 19 18:22:20.514 INFO kablam! error: cannot find derive macro `Show` in this scope Sep 19 18:22:20.514 INFO kablam! --> src/libusb.rs:144:31 Sep 19 18:22:20.514 INFO kablam! | Sep 19 18:22:20.514 INFO kablam! 144 | #[derive(Copy, PartialEq, Eq, Show)] Sep 19 18:22:20.514 INFO kablam! | ^^^^ Sep 19 18:22:20.518 INFO kablam! Sep 19 18:22:20.518 INFO kablam! error: cannot find derive macro `Show` in this scope Sep 19 18:22:20.518 INFO kablam! --> src/libusb.rs:187:31 Sep 19 18:22:20.518 INFO kablam! | Sep 19 18:22:20.518 INFO kablam! 187 | #[derive(Copy, PartialEq, Eq, Show)] Sep 19 18:22:20.518 INFO kablam! | ^^^^ Sep 19 18:22:20.518 INFO kablam! Sep 19 18:22:20.518 INFO kablam! error: cannot find derive macro `Show` in this scope Sep 19 18:22:20.518 INFO kablam! --> src/libusb.rs:197:31 Sep 19 18:22:20.518 INFO kablam! | Sep 19 18:22:20.518 INFO kablam! 197 | #[derive(Copy, PartialEq, Eq, Show)] Sep 19 18:22:20.518 INFO kablam! | ^^^^ Sep 19 18:22:20.518 INFO kablam! Sep 19 18:22:20.518 INFO kablam! error: cannot find derive macro `Show` in this scope Sep 19 18:22:20.518 INFO kablam! --> src/libusb.rs:218:16 Sep 19 18:22:20.518 INFO kablam! | Sep 19 18:22:20.518 INFO kablam! 218 | #[derive(Copy, Show)] Sep 19 18:22:20.518 INFO kablam! | ^^^^ Sep 19 18:22:20.518 INFO kablam! Sep 19 18:22:20.518 INFO kablam! error: cannot find derive macro `Show` in this scope Sep 19 18:22:20.518 INFO kablam! --> src/libusb.rs:443:31 Sep 19 18:22:20.518 INFO kablam! | Sep 19 18:22:20.518 INFO kablam! 443 | #[derive(Copy, PartialEq, Eq, Show)] Sep 19 18:22:20.518 INFO kablam! | ^^^^ Sep 19 18:22:20.518 INFO kablam! Sep 19 18:22:20.518 INFO kablam! error: cannot find derive macro `Show` in this scope Sep 19 18:22:20.518 INFO kablam! --> src/libusb.rs:494:31 Sep 19 18:22:20.518 INFO kablam! | Sep 19 18:22:20.518 INFO kablam! 494 | #[derive(Copy, FromPrimitive, Show, PartialEq, Eq)] Sep 19 18:22:20.518 INFO kablam! | ^^^^ Sep 19 18:22:20.519 INFO kablam! Sep 19 18:22:20.519 INFO kablam! error: cannot find derive macro `FromPrimitive` in this scope Sep 19 18:22:20.519 INFO kablam! --> src/libusb.rs:494:16 Sep 19 18:22:20.519 INFO kablam! | Sep 19 18:22:20.519 INFO kablam! 494 | #[derive(Copy, FromPrimitive, Show, PartialEq, Eq)] Sep 19 18:22:20.519 INFO kablam! | ^^^^^^^^^^^^^ Sep 19 18:22:20.519 INFO kablam! Sep 19 18:22:20.519 INFO kablam! error: cannot find derive macro `Show` in this scope Sep 19 18:22:20.519 INFO kablam! --> src/libusb.rs:523:31 Sep 19 18:22:20.519 INFO kablam! | Sep 19 18:22:20.519 INFO kablam! 523 | #[derive(Copy, PartialEq, Eq, Show)] Sep 19 18:22:20.519 INFO kablam! | ^^^^ Sep 19 18:22:20.519 INFO kablam! Sep 19 18:22:20.519 INFO kablam! error: cannot find derive macro `Show` in this scope Sep 19 18:22:20.519 INFO kablam! --> src/libusb.rs:612:16 Sep 19 18:22:20.519 INFO kablam! | Sep 19 18:22:20.519 INFO kablam! 612 | #[derive(Copy, Show)] Sep 19 18:22:20.519 INFO kablam! | ^^^^ Sep 19 18:22:20.519 INFO kablam! Sep 19 18:22:20.519 INFO kablam! error[E0433]: failed to resolve. Could not find `FromPrimitive` in `num` Sep 19 18:22:20.519 INFO kablam! --> src/libusb.rs:603:8 Sep 19 18:22:20.519 INFO kablam! | Sep 19 18:22:20.519 INFO kablam! 603 | num::FromPrimitive::from_u32(self.status).unwrap() Sep 19 18:22:20.519 INFO kablam! | ^^^^^^^^^^^^^ Could not find `FromPrimitive` in `num` Sep 19 18:22:20.519 INFO kablam! Sep 19 18:22:20.533 INFO kablam! error[E0425]: cannot find function `from_raw_mut_buf` in module `slice` Sep 19 18:22:20.533 INFO kablam! --> src/usb.rs:77:19 Sep 19 18:22:20.533 INFO kablam! | Sep 19 18:22:20.533 INFO kablam! 77 | let l = slice::from_raw_mut_buf(&list, num_devices as usize); Sep 19 18:22:20.533 INFO kablam! | ^^^^^^^^^^^^^^^^ not found in `slice` Sep 19 18:22:20.533 INFO kablam! Sep 19 18:22:20.533 INFO kablam! error[E0425]: cannot find function `range` in this scope Sep 19 18:22:20.533 INFO kablam! --> src/usb.rs:352:27 Sep 19 18:22:20.533 INFO kablam! | Sep 19 18:22:20.533 INFO kablam! 352 | let transfers: Vec<_> = range(0, num_transfers).map(|_| { TH { Sep 19 18:22:20.533 INFO kablam! | ^^^^^ not found in this scope Sep 19 18:22:20.533 INFO kablam! Sep 19 18:22:20.533 INFO kablam! error[E0425]: cannot find function `from_raw_mut_buf` in module `slice` Sep 19 18:22:20.533 INFO kablam! --> src/usb.rs:388:21 Sep 19 18:22:20.533 INFO kablam! | Sep 19 18:22:20.533 INFO kablam! 388 | let b = slice::from_raw_mut_buf(&(*transfer).buffer, size); Sep 19 18:22:20.533 INFO kablam! | ^^^^^^^^^^^^^^^^ not found in `slice` Sep 19 18:22:20.533 INFO kablam! Sep 19 18:22:20.533 INFO kablam! error[E0425]: cannot find function `from_raw_mut_buf` in module `slice` Sep 19 18:22:20.533 INFO kablam! --> src/usb.rs:416:20 Sep 19 18:22:20.533 INFO kablam! | Sep 19 18:22:20.533 INFO kablam! 416 | let b = slice::from_raw_mut_buf(&(*th.t).buffer, size); Sep 19 18:22:20.533 INFO kablam! | ^^^^^^^^^^^^^^^^ not found in `slice` Sep 19 18:22:20.533 INFO kablam! Sep 19 18:22:20.533 INFO kablam! error[E0425]: cannot find function `from_raw_mut_buf` in module `slice` Sep 19 18:22:20.533 INFO kablam! --> src/usb.rs:430:21 Sep 19 18:22:20.533 INFO kablam! | Sep 19 18:22:20.533 INFO kablam! 430 | let b = slice::from_raw_mut_buf(&(*transfer).buffer, size); Sep 19 18:22:20.533 INFO kablam! | ^^^^^^^^^^^^^^^^ not found in `slice` Sep 19 18:22:20.533 INFO kablam! Sep 19 18:22:20.535 INFO kablam! error: aborting due to 18 previous errors Sep 19 18:22:20.535 INFO kablam! Sep 19 18:22:20.535 INFO kablam! Some errors occurred: E0425, E0432, E0433. Sep 19 18:22:20.535 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 19 18:22:20.541 INFO kablam! error: Could not compile `usb`. Sep 19 18:22:20.541 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 18:22:20.544 INFO kablam! error[E0425]: cannot find function `from_raw_mut_buf` in module `slice` Sep 19 18:22:20.544 INFO kablam! --> src/usb.rs:77:19 Sep 19 18:22:20.544 INFO kablam! | Sep 19 18:22:20.544 INFO kablam! 77 | let l = slice::from_raw_mut_buf(&list, num_devices as usize); Sep 19 18:22:20.544 INFO kablam! | ^^^^^^^^^^^^^^^^ not found in `slice` Sep 19 18:22:20.544 INFO kablam! Sep 19 18:22:20.544 INFO kablam! error[E0425]: cannot find function `range` in this scope Sep 19 18:22:20.544 INFO kablam! --> src/usb.rs:352:27 Sep 19 18:22:20.544 INFO kablam! | Sep 19 18:22:20.544 INFO kablam! 352 | let transfers: Vec<_> = range(0, num_transfers).map(|_| { TH { Sep 19 18:22:20.544 INFO kablam! | ^^^^^ not found in this scope Sep 19 18:22:20.544 INFO kablam! Sep 19 18:22:20.544 INFO kablam! error[E0425]: cannot find function `from_raw_mut_buf` in module `slice` Sep 19 18:22:20.544 INFO kablam! --> src/usb.rs:388:21 Sep 19 18:22:20.544 INFO kablam! | Sep 19 18:22:20.544 INFO kablam! 388 | let b = slice::from_raw_mut_buf(&(*transfer).buffer, size); Sep 19 18:22:20.544 INFO kablam! | ^^^^^^^^^^^^^^^^ not found in `slice` Sep 19 18:22:20.544 INFO kablam! Sep 19 18:22:20.544 INFO kablam! error[E0425]: cannot find function `from_raw_mut_buf` in module `slice` Sep 19 18:22:20.544 INFO kablam! --> src/usb.rs:416:20 Sep 19 18:22:20.544 INFO kablam! | Sep 19 18:22:20.544 INFO kablam! 416 | let b = slice::from_raw_mut_buf(&(*th.t).buffer, size); Sep 19 18:22:20.544 INFO kablam! | ^^^^^^^^^^^^^^^^ not found in `slice` Sep 19 18:22:20.544 INFO kablam! Sep 19 18:22:20.544 INFO kablam! error[E0425]: cannot find function `from_raw_mut_buf` in module `slice` Sep 19 18:22:20.544 INFO kablam! --> src/usb.rs:430:21 Sep 19 18:22:20.544 INFO kablam! | Sep 19 18:22:20.544 INFO kablam! 430 | let b = slice::from_raw_mut_buf(&(*transfer).buffer, size); Sep 19 18:22:20.544 INFO kablam! | ^^^^^^^^^^^^^^^^ not found in `slice` Sep 19 18:22:20.544 INFO kablam! Sep 19 18:22:20.546 INFO kablam! error: aborting due to 18 previous errors Sep 19 18:22:20.546 INFO kablam! Sep 19 18:22:20.546 INFO kablam! Some errors occurred: E0425, E0432, E0433. Sep 19 18:22:20.546 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 19 18:22:20.552 INFO kablam! error: Could not compile `usb`. Sep 19 18:22:20.552 INFO kablam! Sep 19 18:22:20.552 INFO kablam! To learn more, run the command again with --verbose. Sep 19 18:22:20.554 INFO kablam! su: No module specific data is present Sep 19 18:22:21.115 INFO running `"docker" "rm" "-f" "855e614592627ea1dcf4a96cced4fae853f7ebeee3f9cef30d56712056647681"` Sep 19 18:22:21.209 INFO blam! 855e614592627ea1dcf4a96cced4fae853f7ebeee3f9cef30d56712056647681