[INFO] crate implode 0.1.1 is already in cache [INFO] extracting crate implode 0.1.1 into work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/implode/0.1.1 [INFO] extracting crate implode 0.1.1 into work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/implode/0.1.1 [INFO] validating manifest of implode-0.1.1 on toolchain master#60960a260f7b5c695fd0717311d72ce62dd4eb43 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of implode-0.1.1 on toolchain try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing implode-0.1.1 [INFO] finished frobbing implode-0.1.1 [INFO] frobbed toml for implode-0.1.1 written to work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/implode/0.1.1/Cargo.toml [INFO] started frobbing implode-0.1.1 [INFO] finished frobbing implode-0.1.1 [INFO] frobbed toml for implode-0.1.1 written to work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/implode/0.1.1/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking implode-0.1.1 against try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 for pr-63376 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63376/worker-5/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/implode/0.1.1:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 38b27f113c80e8e694598cd55cea6437604114dca0033094a0761644dac31059 [INFO] running `"docker" "start" "-a" "38b27f113c80e8e694598cd55cea6437604114dca0033094a0761644dac31059"` [INFO] [stderr] Checking implode v0.1.1 (/opt/crater/workdir) [INFO] [stderr] error[E0433]: failed to resolve: maybe a missing crate `implode`? [INFO] [stderr] --> src/test.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use implode::symbol::{Symbol, CodeTable, DEFAULT_CODE_TABLE, decode_bits, BitDecodeError, END}; [INFO] [stderr] | ^^^^^^^ maybe a missing crate `implode`? [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Symbol` [INFO] [stderr] --> src/test.rs:18:20 [INFO] [stderr] | [INFO] [stderr] 18 | assert_eq!(Symbol::Literal(b as u8), unwrapped.decoded); [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Symbol` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BitDecodeError` [INFO] [stderr] --> src/test.rs:32:17 [INFO] [stderr] | [INFO] [stderr] 32 | BitDecodeError::NotEnoughBits(n) => assert_eq!(9-x, n) [INFO] [stderr] | ^^^^^^^^^^^^^^ use of undeclared type or module `BitDecodeError` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Symbol` [INFO] [stderr] --> src/test.rs:48:13 [INFO] [stderr] | [INFO] [stderr] 48 | assert_eq!(Symbol::End, decode.decoded); [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Symbol` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Symbol` [INFO] [stderr] --> src/test.rs:99:18 [INFO] [stderr] | [INFO] [stderr] 99 | assert_eq!(Symbol::Pair {distance: ((dst<<2) | subdst)+1, length: len+2}, s.decoded); [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Symbol` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Symbol` [INFO] [stderr] --> src/test.rs:117:19 [INFO] [stderr] | [INFO] [stderr] 117 | assert_eq!(Symbol::Pair {distance: ((dst< src/test.rs:11:19 [INFO] [stderr] | [INFO] [stderr] 11 | let out = decode_bits(byte, 9, &DEFAULT_CODE_TABLE, 0xFFFF_FFFF); [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use symbol::decode_bits; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DEFAULT_CODE_TABLE` in this scope [INFO] [stderr] --> src/test.rs:11:41 [INFO] [stderr] | [INFO] [stderr] 11 | let out = decode_bits(byte, 9, &DEFAULT_CODE_TABLE, 0xFFFF_FFFF); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use symbol::DEFAULT_CODE_TABLE; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `decode_bits` in this scope [INFO] [stderr] --> src/test.rs:29:15 [INFO] [stderr] | [INFO] [stderr] 29 | match decode_bits(0, x, &DEFAULT_CODE_TABLE, 0xFFFF_FFFF) { [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use symbol::decode_bits; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DEFAULT_CODE_TABLE` in this scope [INFO] [stderr] --> src/test.rs:29:34 [INFO] [stderr] | [INFO] [stderr] 29 | match decode_bits(0, x, &DEFAULT_CODE_TABLE, 0xFFFF_FFFF) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use symbol::DEFAULT_CODE_TABLE; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `decode_bits` in this scope [INFO] [stderr] --> src/test.rs:43:21 [INFO] [stderr] | [INFO] [stderr] 43 | let decode = match decode_bits(lit, 16, &DEFAULT_CODE_TABLE, 0xFFFF_FFFF) { [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use symbol::decode_bits; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DEFAULT_CODE_TABLE` in this scope [INFO] [stderr] --> src/test.rs:43:43 [INFO] [stderr] | [INFO] [stderr] 43 | let decode = match decode_bits(lit, 16, &DEFAULT_CODE_TABLE, 0xFFFF_FFFF) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use symbol::DEFAULT_CODE_TABLE; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DEFAULT_CODE_TABLE` in this scope [INFO] [stderr] --> src/test.rs:66:21 [INFO] [stderr] | [INFO] [stderr] 66 | for n in 0..(1 << DEFAULT_CODE_TABLE.extra_len_bits[i]) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use symbol::DEFAULT_CODE_TABLE; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DEFAULT_CODE_TABLE` in this scope [INFO] [stderr] --> src/test.rs:67:21 [INFO] [stderr] | [INFO] [stderr] 67 | let bits: u32 = (DEFAULT_CODE_TABLE.extra_len_bits[i] as u32) + (DEFAULT_CODE_TABLE.len_bits[i] as u32) + 1; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use symbol::DEFAULT_CODE_TABLE; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DEFAULT_CODE_TABLE` in this scope [INFO] [stderr] --> src/test.rs:67:69 [INFO] [stderr] | [INFO] [stderr] 67 | let bits: u32 = (DEFAULT_CODE_TABLE.extra_len_bits[i] as u32) + (DEFAULT_CODE_TABLE.len_bits[i] as u32) + 1; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use symbol::DEFAULT_CODE_TABLE; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DEFAULT_CODE_TABLE` in this scope [INFO] [stderr] --> src/test.rs:68:28 [INFO] [stderr] | [INFO] [stderr] 68 | let code: u64 = (n << ((DEFAULT_CODE_TABLE.len_bits[i] as u64) + 1)) | ((len_code[i]& 0xFFFF00FF) << 1) | 1; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use symbol::DEFAULT_CODE_TABLE; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `END` in this scope [INFO] [stderr] --> src/test.rs:72:14 [INFO] [stderr] | [INFO] [stderr] 72 | if len == END [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use symbol::END; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DEFAULT_CODE_TABLE` in this scope [INFO] [stderr] --> src/test.rs:81:30 [INFO] [stderr] | [INFO] [stderr] 81 | let dbits: u32 = bits + (DEFAULT_CODE_TABLE.dist_bits[j] as u32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use symbol::DEFAULT_CODE_TABLE; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `decode_bits` in this scope [INFO] [stderr] --> src/test.rs:93:21 [INFO] [stderr] | [INFO] [stderr] 93 | let s = match decode_bits((x << dbits) | dcode, dbits+2, &DEFAULT_CODE_TABLE, 6) { [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use symbol::decode_bits; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DEFAULT_CODE_TABLE` in this scope [INFO] [stderr] --> src/test.rs:93:65 [INFO] [stderr] | [INFO] [stderr] 93 | let s = match decode_bits((x << dbits) | dcode, dbits+2, &DEFAULT_CODE_TABLE, 6) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use symbol::DEFAULT_CODE_TABLE; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `decode_bits` in this scope [INFO] [stderr] --> src/test.rs:111:22 [INFO] [stderr] | [INFO] [stderr] 111 | let s = match decode_bits((x << dbits) | dcode, dbits+dsize, &DEFAULT_CODE_TABLE, dsize) { [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use symbol::decode_bits; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DEFAULT_CODE_TABLE` in this scope [INFO] [stderr] --> src/test.rs:111:70 [INFO] [stderr] | [INFO] [stderr] 111 | let s = match decode_bits((x << dbits) | dcode, dbits+dsize, &DEFAULT_CODE_TABLE, dsize) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use symbol::DEFAULT_CODE_TABLE; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unused imports: `BitDecodeError`, `CodeTable`, `DEFAULT_CODE_TABLE`, `END`, `Symbol`, `decode_bits` [INFO] [stderr] --> src/test.rs:1:23 [INFO] [stderr] | [INFO] [stderr] 1 | use implode::symbol::{Symbol, CodeTable, DEFAULT_CODE_TABLE, decode_bits, BitDecodeError, END}; [INFO] [stderr] | ^^^^^^ ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^ ^^^^^^^^^^^^^^ ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 22 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: Could not compile `implode`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "38b27f113c80e8e694598cd55cea6437604114dca0033094a0761644dac31059"` [INFO] running `"docker" "rm" "-f" "38b27f113c80e8e694598cd55cea6437604114dca0033094a0761644dac31059"` [INFO] [stdout] 38b27f113c80e8e694598cd55cea6437604114dca0033094a0761644dac31059