[INFO] crate zlib 0.0.1 is already in cache [INFO] extracting crate zlib 0.0.1 into work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/zlib/0.0.1 [INFO] extracting crate zlib 0.0.1 into work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/zlib/0.0.1 [INFO] validating manifest of zlib-0.0.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 zlib-0.0.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 zlib-0.0.1 [INFO] finished frobbing zlib-0.0.1 [INFO] frobbed toml for zlib-0.0.1 written to work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/zlib/0.0.1/Cargo.toml [INFO] started frobbing zlib-0.0.1 [INFO] finished frobbing zlib-0.0.1 [INFO] frobbed toml for zlib-0.0.1 written to work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/zlib/0.0.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 zlib-0.0.1 against master#60960a260f7b5c695fd0717311d72ce62dd4eb43 for pr-63376 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63376/worker-3/master#60960a260f7b5c695fd0717311d72ce62dd4eb43:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/zlib/0.0.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" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 1259e504fc798c89ecfcb445c5f2fe5e0c61da86da1f98db9414cc92dd03257c [INFO] running `"docker" "start" "-a" "1259e504fc798c89ecfcb445c5f2fe5e0c61da86da1f98db9414cc92dd03257c"` [INFO] [stderr] warning: dependency (crc32) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] warning: unused manifest key: dependencies.crc32.crc32 [INFO] [stderr] Compiling crc32 v0.0.2 [INFO] [stderr] Compiling zlib v0.0.1 (/opt/crater/workdir) [INFO] [stderr] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stderr] --> build.rs:31:25 [INFO] [stderr] | [INFO] [stderr] 31 | let mut fixed: [Code, ..544] = [Default::default(); 544]; [INFO] [stderr] | ---------- ^ expected one of 7 possible tokens here [INFO] [stderr] | | | [INFO] [stderr] | | help: use `=` if you meant to assign [INFO] [stderr] | while parsing the type for `mut fixed` [INFO] [stderr] [INFO] [stderr] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stderr] --> build.rs:32:23 [INFO] [stderr] | [INFO] [stderr] 32 | let mut work: [u16, ..288] = [Default::default(); 288]; // work area for code table building [INFO] [stderr] | --------- ^ expected one of 7 possible tokens here [INFO] [stderr] | | | [INFO] [stderr] | | help: use `=` if you meant to assign [INFO] [stderr] | while parsing the type for `mut work` [INFO] [stderr] [INFO] [stderr] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stderr] --> build.rs:36:23 [INFO] [stderr] | [INFO] [stderr] 36 | let mut lens: [u16, ..320] = [Default::default(); 320]; // temporary storage for code lengths [INFO] [stderr] | --------- ^ expected one of 7 possible tokens here [INFO] [stderr] | | | [INFO] [stderr] | | help: use `=` if you meant to assign [INFO] [stderr] | while parsing the type for `mut lens` [INFO] [stderr] [INFO] [stderr] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stderr] --> src/inflate/inftrees.rs:106:23 [INFO] [stderr] | [INFO] [stderr] 106 | static LBASE :[u16, ..31] = [ /* Length codes 257..285 base */ [INFO] [stderr] | ^ expected one of 7 possible tokens here [INFO] [stderr] [INFO] [stderr] error: invalid suffix `u` for integer literal [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/crc32-0.0.2/src/crc32gen.rs:50:24 [INFO] [stderr] | [INFO] [stderr] 50 | for _ in range(0u, 8u) { [INFO] [stderr] | ^^ invalid suffix `u` [INFO] [stderr] | [INFO] [stderr] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stderr] [INFO] [stderr] error: invalid suffix `u` for integer literal [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/crc32-0.0.2/src/crc32gen.rs:50:28 [INFO] [stderr] | [INFO] [stderr] 50 | for _ in range(0u, 8u) { [INFO] [stderr] | ^^ invalid suffix `u` [INFO] [stderr] | [INFO] [stderr] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `std::iter::range_inclusive` [INFO] [stderr] --> src/inflate/inftrees.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use std::iter::range_inclusive; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `range_inclusive` in `iter` [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `phase` in this scope [INFO] [stderr] --> build.rs:4:3 [INFO] [stderr] | [INFO] [stderr] 4 | #[phase(plugin, link)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Path` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/crc32-0.0.2/build.rs:16:19 [INFO] [stderr] | [INFO] [stderr] 16 | let outpath = Path::new(outfile_name); [INFO] [stderr] | ^^^^ use of undeclared type or module `Path` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `File` in `io` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/crc32-0.0.2/build.rs:18:23 [INFO] [stderr] | [INFO] [stderr] 18 | let outfile = io::File::create(&outpath); [INFO] [stderr] | ^^^^ could not find `File` in `io` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `BufferedWriter` in `io` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/crc32-0.0.2/build.rs:19:25 [INFO] [stderr] | [INFO] [stderr] 19 | let mut outwr = io::BufferedWriter::new(outfile); [INFO] [stderr] | ^^^^^^^^^^^^^^ could not find `BufferedWriter` in `io` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/crc32-0.0.2/src/crc32gen.rs:2:14 [INFO] [stderr] | [INFO] [stderr] 2 | const TBLS : uint = 8; [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/crc32-0.0.2/src/crc32gen.rs:41:40 [INFO] [stderr] | [INFO] [stderr] 41 | poly |= 1u32 << (31 - *term as uint); [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `range` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/crc32-0.0.2/src/crc32gen.rs:48:14 [INFO] [stderr] | [INFO] [stderr] 48 | for n in range(0, 0x100) { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `range` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/crc32-0.0.2/src/crc32gen.rs:50:18 [INFO] [stderr] | [INFO] [stderr] 50 | for _ in range(0u, 8u) { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `range` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/crc32-0.0.2/src/crc32gen.rs:59:14 [INFO] [stderr] | [INFO] [stderr] 59 | for n in range(0, 0x100) { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `range` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/crc32-0.0.2/src/crc32gen.rs:62:18 [INFO] [stderr] | [INFO] [stderr] 62 | for k in range(1, 3) { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/crc32-0.0.2/src/crc32gen.rs:63:35 [INFO] [stderr] | [INFO] [stderr] 63 | c = crc_table[0][c as uint & 0xff] ^ (c >> 8); [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `range` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/crc32-0.0.2/src/crc32gen.rs:95:14 [INFO] [stderr] | [INFO] [stderr] 95 | for k in range(1, 8) { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `range` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/crc32-0.0.2/src/crc32gen.rs:107:14 [INFO] [stderr] | [INFO] [stderr] 107 | for n in range(0, 0x100) { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for type `std::string::String` in the current scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/crc32-0.0.2/build.rs:21:23 [INFO] [stderr] | [INFO] [stderr] 21 | outwr.write_str(s.as_slice()).unwrap(); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `deriving` in this scope [INFO] [stderr] --> src/inflate/inftrees.rs:26:3 [INFO] [stderr] | [INFO] [stderr] 26 | #[deriving(Copy,Default)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Path` [INFO] [stderr] --> build.rs:114:20 [INFO] [stderr] | [INFO] [stderr] 114 | let gen_path = Path::new("src/inflate/inffixed.rs"); [INFO] [stderr] | ^^^^ use of undeclared type or module `Path` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `File` in `io` [INFO] [stderr] --> build.rs:115:28 [INFO] [stderr] | [INFO] [stderr] 115 | let mut gen_file = io::File::create(&gen_path); [INFO] [stderr] | ^^^^ could not find `File` in `io` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Writer` in this scope [INFO] [stderr] --> build.rs:30:22 [INFO] [stderr] | [INFO] [stderr] 30 | fn makefixed(w: &mut Writer) { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found struct `Code` [INFO] [stderr] --> build.rs:31:21 [INFO] [stderr] | [INFO] [stderr] 31 | let mut fixed: [Code, ..544] = [Default::default(); 544]; [INFO] [stderr] | ^^^^ did you mean `Code { /* fields */ }`? [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found builtin type `u16` [INFO] [stderr] --> build.rs:32:20 [INFO] [stderr] | [INFO] [stderr] 32 | let mut work: [u16, ..288] = [Default::default(); 288]; // work area for code table building [INFO] [stderr] | ^^^ not a value [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found builtin type `u16` [INFO] [stderr] --> build.rs:36:20 [INFO] [stderr] | [INFO] [stderr] 36 | let mut lens: [u16, ..320] = [Default::default(); 320]; // temporary storage for code lengths [INFO] [stderr] | ^^^ not a value [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> build.rs:42:22 [INFO] [stderr] | [INFO] [stderr] 42 | let mut sym :uint = 0; [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> build.rs:49:19 [INFO] [stderr] | [INFO] [stderr] 49 | let mut next :uint = 0; // index into 'fixed' table [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> build.rs:50:17 [INFO] [stderr] | [INFO] [stderr] 50 | let lenfix: uint = 0; // index into 'fixed' table [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> build.rs:56:22 [INFO] [stderr] | [INFO] [stderr] 56 | let mut sym :uint = 0; [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> build.rs:59:18 [INFO] [stderr] | [INFO] [stderr] 59 | let distfix: uint = next; // index into 'fixed' table [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `range` in this scope [INFO] [stderr] --> build.rs:82:16 [INFO] [stderr] | [INFO] [stderr] 82 | for low in range(0, size) { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `range` in this scope [INFO] [stderr] --> build.rs:92:16 [INFO] [stderr] | [INFO] [stderr] 92 | for low in range(0, size) { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/inflate/inftrees.rs:55:24 [INFO] [stderr] | [INFO] [stderr] 55 | pub const ENOUGH_LENS :uint = 852; [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/inflate/inftrees.rs:56:25 [INFO] [stderr] | [INFO] [stderr] 56 | pub const ENOUGH_DISTS :uint = 592; [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/inflate/inftrees.rs:57:19 [INFO] [stderr] | [INFO] [stderr] 57 | pub const ENOUGH :uint = ENOUGH_LENS + ENOUGH_DISTS; [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/inflate/inftrees.rs:71:20 [INFO] [stderr] | [INFO] [stderr] 71 | pub const MAXBITS :uint = 15; [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/inflate/inftrees.rs:98:12 [INFO] [stderr] | [INFO] [stderr] 98 | codes: uint, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/inflate/inftrees.rs:100:21 [INFO] [stderr] | [INFO] [stderr] 100 | table_pos: &mut uint, // index into 'table' [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/inflate/inftrees.rs:101:11 [INFO] [stderr] | [INFO] [stderr] 101 | bits: uint, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/inflate/inftrees.rs:103:9 [INFO] [stderr] | [INFO] [stderr] 103 | -> (int /*error*/, uint /*bits*/) [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/inflate/inftrees.rs:103:24 [INFO] [stderr] | [INFO] [stderr] 103 | -> (int /*error*/, uint /*bits*/) [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> build.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | extern crate log; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/crc32-0.0.2/src/crc32gen.rs:70:5 [INFO] [stderr] | [INFO] [stderr] 33 | pub fn make_crc_table() -> CrcTable [INFO] [stderr] | -------- expected `[[u32; 256]; _]` because of return type [INFO] [stderr] ... [INFO] [stderr] 70 | crc_table [INFO] [stderr] | ^^^^^^^^^ expected `TBLS`, found `TBLS` [INFO] [stderr] | [INFO] [stderr] = note: expected type `[[u32; 256]; _]` [INFO] [stderr] found type `[[u32; 256]; _]` [INFO] [stderr] [INFO] [stderr] error[E0070]: invalid left-hand side expression [INFO] [stderr] --> build.rs:31:20 [INFO] [stderr] | [INFO] [stderr] 31 | let mut fixed: [Code, ..544] = [Default::default(); 544]; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ left-hand of expression not valid [INFO] [stderr] [INFO] [stderr] error[E0070]: invalid left-hand side expression [INFO] [stderr] --> build.rs:32:19 [INFO] [stderr] | [INFO] [stderr] 32 | let mut work: [u16, ..288] = [Default::default(); 288]; // work area for code table building [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ left-hand of expression not valid [INFO] [stderr] [INFO] [stderr] error[E0070]: invalid left-hand side expression [INFO] [stderr] --> build.rs:36:19 [INFO] [stderr] | [INFO] [stderr] 36 | let mut lens: [u16, ..320] = [Default::default(); 320]; // temporary storage for code lengths [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ left-hand of expression not valid [INFO] [stderr] [INFO] [stderr] error[E0277]: the size for values of type `[u16]` cannot be known at compilation time [INFO] [stderr] --> build.rs:36:9 [INFO] [stderr] | [INFO] [stderr] 36 | let mut lens: [u16, ..320] = [Default::default(); 320]; // temporary storage for code lengths [INFO] [stderr] | ^^^^^^^^ doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Sized` is not implemented for `[u16]` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] = note: all local variables must have a statically known size [INFO] [stderr] = help: unsized locals are gated as an unstable feature [INFO] [stderr] [INFO] [stderr] error[E0277]: the size for values of type `[inftrees::Code]` cannot be known at compilation time [INFO] [stderr] --> build.rs:31:9 [INFO] [stderr] | [INFO] [stderr] 31 | let mut fixed: [Code, ..544] = [Default::default(); 544]; [INFO] [stderr] | ^^^^^^^^^ doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Sized` is not implemented for `[inftrees::Code]` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] = note: all local variables must have a statically known size [INFO] [stderr] = help: unsized locals are gated as an unstable feature [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for type `std::string::String` in the current scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/crc32-0.0.2/src/crc32gen.rs:111:25 [INFO] [stderr] | [INFO] [stderr] 111 | s.push_str(line.as_slice()); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 17 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0308, E0412, E0425, E0433, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0308`. [INFO] [stderr] error: Could not compile `crc32`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0599]: no method named `slice_from` found for type `[inftrees::Code]` in the current scope [INFO] [stderr] --> build.rs:64:25 [INFO] [stderr] | [INFO] [stderr] 64 | let lencode = fixed.slice_from(lenfix); [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `slice_from` found for type `[inftrees::Code]` in the current scope [INFO] [stderr] --> build.rs:66:26 [INFO] [stderr] | [INFO] [stderr] 66 | let distcode = fixed.slice_from(distfix); [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for type `std::string::String` in the current scope [INFO] [stderr] --> build.rs:81:70 [INFO] [stderr] | [INFO] [stderr] 81 | w.write_str(format!("pub static LENFIX: [Code; {}] = [\n", size).as_slice()).unwrap(); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for type `std::string::String` in the current scope [INFO] [stderr] --> build.rs:86:35 [INFO] [stderr] | [INFO] [stderr] 86 | lencode[low].val).as_slice()).unwrap(); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for type `std::string::String` in the current scope [INFO] [stderr] --> build.rs:91:71 [INFO] [stderr] | [INFO] [stderr] 91 | w.write_str(format!("pub static DISTFIX: [Code; {}] = [\n", size).as_slice()).unwrap(); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for type `std::string::String` in the current scope [INFO] [stderr] --> build.rs:96:32 [INFO] [stderr] | [INFO] [stderr] 96 | distcode[low].val).as_slice()).unwrap(); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 41 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0070, E0277, E0412, E0423, E0425, E0432, E0433, E0599, E0658. [INFO] [stderr] For more information about an error, try `rustc --explain E0070`. [INFO] [stderr] error: Could not compile `zlib`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "1259e504fc798c89ecfcb445c5f2fe5e0c61da86da1f98db9414cc92dd03257c"` [INFO] running `"docker" "rm" "-f" "1259e504fc798c89ecfcb445c5f2fe5e0c61da86da1f98db9414cc92dd03257c"` [INFO] [stdout] 1259e504fc798c89ecfcb445c5f2fe5e0c61da86da1f98db9414cc92dd03257c