Jul 12 06:35:30.251 INFO checking implode-0.1.1 against master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9 for pr-52234 Jul 12 06:35:30.251 INFO running: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 12 06:35:30.251 INFO creating container for: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 12 06:35:30.251 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-52234/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-52234/worker-0/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/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=500" "-e" "CMD=cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "crater"` Jul 12 06:35:30.518 INFO blam! 60991299c7dadac184eba7cf7422ce1ceadf576d7946f74a85be6a5e569c026f Jul 12 06:35:30.521 INFO running `"docker" "start" "-a" "60991299c7dadac184eba7cf7422ce1ceadf576d7946f74a85be6a5e569c026f"` Jul 12 06:35:31.431 INFO kablam! Checking implode v0.1.1 (file:///source) Jul 12 06:35:32.491 INFO kablam! error[E0433]: failed to resolve. Maybe a missing `extern crate implode;`? Jul 12 06:35:32.492 INFO kablam! --> src/test.rs:1:5 Jul 12 06:35:32.492 INFO kablam! | Jul 12 06:35:32.492 INFO kablam! 1 | use implode::symbol::{Symbol, CodeTable, DEFAULT_CODE_TABLE, decode_bits, BitDecodeError, END}; Jul 12 06:35:32.492 INFO kablam! | ^^^^^^^ Maybe a missing `extern crate implode;`? Jul 12 06:35:32.507 INFO kablam! Jul 12 06:35:32.546 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Symbol` Jul 12 06:35:32.546 INFO kablam! --> src/test.rs:18:20 Jul 12 06:35:32.546 INFO kablam! | Jul 12 06:35:32.546 INFO kablam! 18 | assert_eq!(Symbol::Literal(b as u8), unwrapped.decoded); Jul 12 06:35:32.546 INFO kablam! | ^^^^^^ Use of undeclared type or module `Symbol` Jul 12 06:35:32.546 INFO kablam! Jul 12 06:35:32.550 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `BitDecodeError` Jul 12 06:35:32.550 INFO kablam! --> src/test.rs:32:17 Jul 12 06:35:32.550 INFO kablam! | Jul 12 06:35:32.550 INFO kablam! 32 | BitDecodeError::NotEnoughBits(n) => assert_eq!(9-x, n) Jul 12 06:35:32.550 INFO kablam! | ^^^^^^^^^^^^^^ Use of undeclared type or module `BitDecodeError` Jul 12 06:35:32.562 INFO kablam! Jul 12 06:35:32.567 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Symbol` Jul 12 06:35:32.567 INFO kablam! --> src/test.rs:48:13 Jul 12 06:35:32.567 INFO kablam! | Jul 12 06:35:32.567 INFO kablam! 48 | assert_eq!(Symbol::End, decode.decoded); Jul 12 06:35:32.567 INFO kablam! | ^^^^^^ Use of undeclared type or module `Symbol` Jul 12 06:35:32.567 INFO kablam! Jul 12 06:35:32.625 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Symbol` Jul 12 06:35:32.625 INFO kablam! --> src/test.rs:99:18 Jul 12 06:35:32.625 INFO kablam! | Jul 12 06:35:32.625 INFO kablam! 99 | assert_eq!(Symbol::Pair {distance: ((dst<<2) | subdst)+1, length: len+2}, s.decoded); Jul 12 06:35:32.625 INFO kablam! | ^^^^^^ Use of undeclared type or module `Symbol` Jul 12 06:35:32.626 INFO kablam! Jul 12 06:35:32.644 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `Symbol` Jul 12 06:35:32.644 INFO kablam! --> src/test.rs:117:19 Jul 12 06:35:32.644 INFO kablam! | Jul 12 06:35:32.644 INFO kablam! 117 | assert_eq!(Symbol::Pair {distance: ((dst< src/test.rs:11:19 Jul 12 06:35:32.648 INFO kablam! | Jul 12 06:35:32.648 INFO kablam! 11 | let out = decode_bits(byte, 9, &DEFAULT_CODE_TABLE, 0xFFFF_FFFF); Jul 12 06:35:32.648 INFO kablam! | ^^^^^^^^^^^ not found in this scope Jul 12 06:35:32.649 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 12 06:35:32.649 INFO kablam! | Jul 12 06:35:32.649 INFO kablam! 1 | use symbol::decode_bits; Jul 12 06:35:32.649 INFO kablam! | Jul 12 06:35:32.649 INFO kablam! Jul 12 06:35:32.651 INFO kablam! error[E0425]: cannot find value `DEFAULT_CODE_TABLE` in this scope Jul 12 06:35:32.651 INFO kablam! --> src/test.rs:11:41 Jul 12 06:35:32.651 INFO kablam! | Jul 12 06:35:32.651 INFO kablam! 11 | let out = decode_bits(byte, 9, &DEFAULT_CODE_TABLE, 0xFFFF_FFFF); Jul 12 06:35:32.651 INFO kablam! | ^^^^^^^^^^^^^^^^^^ not found in this scope Jul 12 06:35:32.652 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 12 06:35:32.652 INFO kablam! | Jul 12 06:35:32.652 INFO kablam! 1 | use symbol::DEFAULT_CODE_TABLE; Jul 12 06:35:32.652 INFO kablam! | Jul 12 06:35:32.652 INFO kablam! Jul 12 06:35:32.652 INFO kablam! error[E0425]: cannot find function `decode_bits` in this scope Jul 12 06:35:32.652 INFO kablam! --> src/test.rs:29:15 Jul 12 06:35:32.652 INFO kablam! | Jul 12 06:35:32.652 INFO kablam! 29 | match decode_bits(0, x, &DEFAULT_CODE_TABLE, 0xFFFF_FFFF) { Jul 12 06:35:32.652 INFO kablam! | ^^^^^^^^^^^ not found in this scope Jul 12 06:35:32.652 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 12 06:35:32.652 INFO kablam! | Jul 12 06:35:32.652 INFO kablam! 1 | use symbol::decode_bits; Jul 12 06:35:32.652 INFO kablam! | Jul 12 06:35:32.652 INFO kablam! Jul 12 06:35:32.652 INFO kablam! error[E0425]: cannot find value `DEFAULT_CODE_TABLE` in this scope Jul 12 06:35:32.652 INFO kablam! --> src/test.rs:29:34 Jul 12 06:35:32.652 INFO kablam! | Jul 12 06:35:32.652 INFO kablam! 29 | match decode_bits(0, x, &DEFAULT_CODE_TABLE, 0xFFFF_FFFF) { Jul 12 06:35:32.652 INFO kablam! | ^^^^^^^^^^^^^^^^^^ not found in this scope Jul 12 06:35:32.652 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 12 06:35:32.652 INFO kablam! | Jul 12 06:35:32.652 INFO kablam! 1 | use symbol::DEFAULT_CODE_TABLE; Jul 12 06:35:32.652 INFO kablam! | Jul 12 06:35:32.653 INFO kablam! Jul 12 06:35:32.653 INFO kablam! error[E0425]: cannot find function `decode_bits` in this scope Jul 12 06:35:32.653 INFO kablam! --> src/test.rs:43:21 Jul 12 06:35:32.653 INFO kablam! | Jul 12 06:35:32.653 INFO kablam! 43 | let decode = match decode_bits(lit, 16, &DEFAULT_CODE_TABLE, 0xFFFF_FFFF) { Jul 12 06:35:32.653 INFO kablam! | ^^^^^^^^^^^ not found in this scope Jul 12 06:35:32.653 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 12 06:35:32.653 INFO kablam! | Jul 12 06:35:32.653 INFO kablam! 1 | use symbol::decode_bits; Jul 12 06:35:32.654 INFO kablam! | Jul 12 06:35:32.654 INFO kablam! Jul 12 06:35:32.654 INFO kablam! error[E0425]: cannot find value `DEFAULT_CODE_TABLE` in this scope Jul 12 06:35:32.654 INFO kablam! --> src/test.rs:43:43 Jul 12 06:35:32.654 INFO kablam! | Jul 12 06:35:32.654 INFO kablam! 43 | let decode = match decode_bits(lit, 16, &DEFAULT_CODE_TABLE, 0xFFFF_FFFF) { Jul 12 06:35:32.654 INFO kablam! | ^^^^^^^^^^^^^^^^^^ not found in this scope Jul 12 06:35:32.654 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 12 06:35:32.654 INFO kablam! | Jul 12 06:35:32.654 INFO kablam! 1 | use symbol::DEFAULT_CODE_TABLE; Jul 12 06:35:32.654 INFO kablam! | Jul 12 06:35:32.654 INFO kablam! Jul 12 06:35:32.654 INFO kablam! error[E0425]: cannot find value `DEFAULT_CODE_TABLE` in this scope Jul 12 06:35:32.654 INFO kablam! --> src/test.rs:66:21 Jul 12 06:35:32.654 INFO kablam! | Jul 12 06:35:32.654 INFO kablam! 66 | for n in 0..(1 << DEFAULT_CODE_TABLE.extra_len_bits[i]) { Jul 12 06:35:32.654 INFO kablam! | ^^^^^^^^^^^^^^^^^^ not found in this scope Jul 12 06:35:32.654 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 12 06:35:32.654 INFO kablam! | Jul 12 06:35:32.654 INFO kablam! 1 | use symbol::DEFAULT_CODE_TABLE; Jul 12 06:35:32.655 INFO kablam! | Jul 12 06:35:32.655 INFO kablam! Jul 12 06:35:32.655 INFO kablam! error[E0425]: cannot find value `DEFAULT_CODE_TABLE` in this scope Jul 12 06:35:32.655 INFO kablam! --> src/test.rs:67:21 Jul 12 06:35:32.655 INFO kablam! | Jul 12 06:35:32.655 INFO kablam! 67 | let bits: u32 = (DEFAULT_CODE_TABLE.extra_len_bits[i] as u32) + (DEFAULT_CODE_TABLE.len_bits[i] as u32) + 1; Jul 12 06:35:32.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^ not found in this scope Jul 12 06:35:32.655 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 12 06:35:32.655 INFO kablam! | Jul 12 06:35:32.655 INFO kablam! 1 | use symbol::DEFAULT_CODE_TABLE; Jul 12 06:35:32.655 INFO kablam! | Jul 12 06:35:32.655 INFO kablam! Jul 12 06:35:32.655 INFO kablam! error[E0425]: cannot find value `DEFAULT_CODE_TABLE` in this scope Jul 12 06:35:32.655 INFO kablam! --> src/test.rs:67:69 Jul 12 06:35:32.655 INFO kablam! | Jul 12 06:35:32.655 INFO kablam! 67 | let bits: u32 = (DEFAULT_CODE_TABLE.extra_len_bits[i] as u32) + (DEFAULT_CODE_TABLE.len_bits[i] as u32) + 1; Jul 12 06:35:32.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^ not found in this scope Jul 12 06:35:32.655 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 12 06:35:32.655 INFO kablam! | Jul 12 06:35:32.655 INFO kablam! 1 | use symbol::DEFAULT_CODE_TABLE; Jul 12 06:35:32.655 INFO kablam! | Jul 12 06:35:32.655 INFO kablam! Jul 12 06:35:32.655 INFO kablam! error[E0425]: cannot find value `DEFAULT_CODE_TABLE` in this scope Jul 12 06:35:32.655 INFO kablam! --> src/test.rs:68:28 Jul 12 06:35:32.655 INFO kablam! | Jul 12 06:35:32.656 INFO kablam! 68 | let code: u64 = (n << ((DEFAULT_CODE_TABLE.len_bits[i] as u64) + 1)) | ((len_code[i]& 0xFFFF00FF) << 1) | 1; Jul 12 06:35:32.656 INFO kablam! | ^^^^^^^^^^^^^^^^^^ not found in this scope Jul 12 06:35:32.656 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 12 06:35:32.656 INFO kablam! | Jul 12 06:35:32.656 INFO kablam! 1 | use symbol::DEFAULT_CODE_TABLE; Jul 12 06:35:32.656 INFO kablam! | Jul 12 06:35:32.656 INFO kablam! Jul 12 06:35:32.656 INFO kablam! error[E0425]: cannot find value `END` in this scope Jul 12 06:35:32.656 INFO kablam! --> src/test.rs:72:14 Jul 12 06:35:32.656 INFO kablam! | Jul 12 06:35:32.656 INFO kablam! 72 | if len == END Jul 12 06:35:32.656 INFO kablam! | ^^^ not found in this scope Jul 12 06:35:32.656 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 12 06:35:32.656 INFO kablam! | Jul 12 06:35:32.656 INFO kablam! 1 | use symbol::END; Jul 12 06:35:32.656 INFO kablam! | Jul 12 06:35:32.657 INFO kablam! Jul 12 06:35:32.657 INFO kablam! error[E0425]: cannot find value `DEFAULT_CODE_TABLE` in this scope Jul 12 06:35:32.657 INFO kablam! --> src/test.rs:81:30 Jul 12 06:35:32.657 INFO kablam! | Jul 12 06:35:32.657 INFO kablam! 81 | let dbits: u32 = bits + (DEFAULT_CODE_TABLE.dist_bits[j] as u32); Jul 12 06:35:32.657 INFO kablam! | ^^^^^^^^^^^^^^^^^^ not found in this scope Jul 12 06:35:32.657 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 12 06:35:32.657 INFO kablam! | Jul 12 06:35:32.657 INFO kablam! 1 | use symbol::DEFAULT_CODE_TABLE; Jul 12 06:35:32.657 INFO kablam! | Jul 12 06:35:32.657 INFO kablam! Jul 12 06:35:32.658 INFO kablam! error[E0425]: cannot find function `decode_bits` in this scope Jul 12 06:35:32.658 INFO kablam! --> src/test.rs:93:21 Jul 12 06:35:32.658 INFO kablam! | Jul 12 06:35:32.658 INFO kablam! 93 | let s = match decode_bits((x << dbits) | dcode, dbits+2, &DEFAULT_CODE_TABLE, 6) { Jul 12 06:35:32.658 INFO kablam! | ^^^^^^^^^^^ not found in this scope Jul 12 06:35:32.658 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 12 06:35:32.658 INFO kablam! | Jul 12 06:35:32.658 INFO kablam! 1 | use symbol::decode_bits; Jul 12 06:35:32.658 INFO kablam! | Jul 12 06:35:32.658 INFO kablam! Jul 12 06:35:32.658 INFO kablam! error[E0425]: cannot find value `DEFAULT_CODE_TABLE` in this scope Jul 12 06:35:32.658 INFO kablam! --> src/test.rs:93:65 Jul 12 06:35:32.658 INFO kablam! | Jul 12 06:35:32.659 INFO kablam! 93 | let s = match decode_bits((x << dbits) | dcode, dbits+2, &DEFAULT_CODE_TABLE, 6) { Jul 12 06:35:32.659 INFO kablam! | ^^^^^^^^^^^^^^^^^^ not found in this scope Jul 12 06:35:32.659 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 12 06:35:32.659 INFO kablam! | Jul 12 06:35:32.659 INFO kablam! 1 | use symbol::DEFAULT_CODE_TABLE; Jul 12 06:35:32.659 INFO kablam! | Jul 12 06:35:32.659 INFO kablam! Jul 12 06:35:32.659 INFO kablam! error[E0425]: cannot find function `decode_bits` in this scope Jul 12 06:35:32.659 INFO kablam! --> src/test.rs:111:22 Jul 12 06:35:32.659 INFO kablam! | Jul 12 06:35:32.659 INFO kablam! 111 | let s = match decode_bits((x << dbits) | dcode, dbits+dsize, &DEFAULT_CODE_TABLE, dsize) { Jul 12 06:35:32.659 INFO kablam! | ^^^^^^^^^^^ not found in this scope Jul 12 06:35:32.659 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 12 06:35:32.659 INFO kablam! | Jul 12 06:35:32.659 INFO kablam! 1 | use symbol::decode_bits; Jul 12 06:35:32.660 INFO kablam! | Jul 12 06:35:32.660 INFO kablam! Jul 12 06:35:32.660 INFO kablam! error[E0425]: cannot find value `DEFAULT_CODE_TABLE` in this scope Jul 12 06:35:32.660 INFO kablam! --> src/test.rs:111:70 Jul 12 06:35:32.660 INFO kablam! | Jul 12 06:35:32.660 INFO kablam! 111 | let s = match decode_bits((x << dbits) | dcode, dbits+dsize, &DEFAULT_CODE_TABLE, dsize) { Jul 12 06:35:32.660 INFO kablam! | ^^^^^^^^^^^^^^^^^^ not found in this scope Jul 12 06:35:32.660 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 12 06:35:32.660 INFO kablam! | Jul 12 06:35:32.660 INFO kablam! 1 | use symbol::DEFAULT_CODE_TABLE; Jul 12 06:35:32.660 INFO kablam! | Jul 12 06:35:32.660 INFO kablam! Jul 12 06:35:32.671 INFO kablam! warning: unused imports: `BitDecodeError`, `CodeTable`, `DEFAULT_CODE_TABLE`, `END`, `Symbol`, `decode_bits` Jul 12 06:35:32.671 INFO kablam! --> src/test.rs:1:23 Jul 12 06:35:32.671 INFO kablam! | Jul 12 06:35:32.671 INFO kablam! 1 | use implode::symbol::{Symbol, CodeTable, DEFAULT_CODE_TABLE, decode_bits, BitDecodeError, END}; Jul 12 06:35:32.671 INFO kablam! | ^^^^^^ ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^ ^^^^^^^^^^^^^^ ^^^ Jul 12 06:35:32.671 INFO kablam! | Jul 12 06:35:32.671 INFO kablam! = note: #[warn(unused_imports)] on by default Jul 12 06:35:32.671 INFO kablam! Jul 12 06:35:33.368 INFO kablam! error: aborting due to 22 previous errors Jul 12 06:35:33.368 INFO kablam! Jul 12 06:35:33.368 INFO kablam! Some errors occurred: E0425, E0433. Jul 12 06:35:33.368 INFO kablam! For more information about an error, try `rustc --explain E0425`. Jul 12 06:35:33.378 INFO kablam! error: Could not compile `implode`. Jul 12 06:35:33.378 INFO kablam! Jul 12 06:35:33.378 INFO kablam! To learn more, run the command again with --verbose. Jul 12 06:35:33.380 INFO kablam! su: No module specific data is present Jul 12 06:35:33.893 INFO running `"docker" "rm" "-f" "60991299c7dadac184eba7cf7422ce1ceadf576d7946f74a85be6a5e569c026f"` Jul 12 06:35:34.095 INFO blam! 60991299c7dadac184eba7cf7422ce1ceadf576d7946f74a85be6a5e569c026f