[INFO] crate xxhash 0.0.8 is already in cache [INFO] extracting crate xxhash 0.0.8 into work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/xxhash/0.0.8 [INFO] extracting crate xxhash 0.0.8 into work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/xxhash/0.0.8 [INFO] validating manifest of xxhash-0.0.8 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 xxhash-0.0.8 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 xxhash-0.0.8 [INFO] finished frobbing xxhash-0.0.8 [INFO] frobbed toml for xxhash-0.0.8 written to work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/xxhash/0.0.8/Cargo.toml [INFO] started frobbing xxhash-0.0.8 [INFO] finished frobbing xxhash-0.0.8 [INFO] frobbed toml for xxhash-0.0.8 written to work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/xxhash/0.0.8/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 xxhash-0.0.8 against try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 for pr-63376 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63376/worker-3/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/xxhash/0.0.8:/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] cb29d16fda5fc7ab8b670a8a65af530fe69be369021288b69d968387e0d9f1ab [INFO] running `"docker" "start" "-a" "cb29d16fda5fc7ab8b670a8a65af530fe69be369021288b69d968387e0d9f1ab"` [INFO] [stderr] Checking xxhash v0.0.8 (/opt/crater/workdir) [INFO] [stderr] error: expected argument name, found `:` [INFO] [stderr] --> src/xxh32.rs:215:18 [INFO] [stderr] | [INFO] [stderr] 215 | let test = |&: size: usize, seed: u32, expected: u32| { [INFO] [stderr] | ^ expected argument name [INFO] [stderr] [INFO] [stderr] error: expected argument name, found `:` [INFO] [stderr] --> src/xxh32.rs:240:19 [INFO] [stderr] | [INFO] [stderr] 240 | bench.iter( |&:| f(v.as_slice()) ); [INFO] [stderr] | ^ expected argument name [INFO] [stderr] [INFO] [stderr] error: expected argument name, found `:` [INFO] [stderr] --> src/xxh32.rs:246:17 [INFO] [stderr] | [INFO] [stderr] 246 | test_base(|&: v, seed|{ [INFO] [stderr] | ^ expected argument name [INFO] [stderr] [INFO] [stderr] error: expected argument name, found `:` [INFO] [stderr] --> src/lib.rs:287:18 [INFO] [stderr] | [INFO] [stderr] 287 | let test = |&: size: usize, seed: u64, expected: u64| { [INFO] [stderr] | ^ expected argument name [INFO] [stderr] [INFO] [stderr] error: expected argument name, found `:` [INFO] [stderr] --> src/lib.rs:338:21 [INFO] [stderr] | [INFO] [stderr] 338 | bench_base(b, |&: v| oneshot(v, 0)) [INFO] [stderr] | ^ expected argument name [INFO] [stderr] [INFO] [stderr] warning: unknown lint: `unstable` [INFO] [stderr] --> src/lib.rs:26:10 [INFO] [stderr] | [INFO] [stderr] 26 | #![allow(unstable)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unknown_lints)]` on by default [INFO] [stderr] [INFO] [stderr] error: expected argument name, found `:` [INFO] [stderr] --> src/xxh32.rs:215:18 [INFO] [stderr] | [INFO] [stderr] 215 | let test = |&: size: usize, seed: u32, expected: u32| { [INFO] [stderr] | ^ expected argument name [INFO] [stderr] [INFO] [stderr] error: expected argument name, found `:` [INFO] [stderr] --> src/xxh32.rs:240:19 [INFO] [stderr] | [INFO] [stderr] 240 | bench.iter( |&:| f(v.as_slice()) ); [INFO] [stderr] | ^ expected argument name [INFO] [stderr] [INFO] [stderr] error: expected argument name, found `:` [INFO] [stderr] --> src/xxh32.rs:246:17 [INFO] [stderr] | [INFO] [stderr] 246 | test_base(|&: v, seed|{ [INFO] [stderr] | ^ expected argument name [INFO] [stderr] [INFO] [stderr] error: expected argument name, found `:` [INFO] [stderr] --> src/lib.rs:287:18 [INFO] [stderr] | [INFO] [stderr] 287 | let test = |&: size: usize, seed: u64, expected: u64| { [INFO] [stderr] | ^ expected argument name [INFO] [stderr] [INFO] [stderr] error: expected argument name, found `:` [INFO] [stderr] --> src/lib.rs:338:21 [INFO] [stderr] | [INFO] [stderr] 338 | bench_base(b, |&: v| oneshot(v, 0)) [INFO] [stderr] | ^ expected argument name [INFO] [stderr] [INFO] [stderr] warning: unknown lint: `unstable` [INFO] [stderr] --> src/lib.rs:26:10 [INFO] [stderr] | [INFO] [stderr] 26 | #![allow(unstable)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unknown_lints)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'test': `bench` is a part of custom test frameworks which are unstable [INFO] [stderr] --> src/xxh32.rs:264:3 [INFO] [stderr] | [INFO] [stderr] 264 | #[bench] [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/50297 [INFO] [stderr] = help: add `#![feature(test)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'test': `bench` is a part of custom test frameworks which are unstable [INFO] [stderr] --> src/xxh32.rs:351:3 [INFO] [stderr] | [INFO] [stderr] 351 | #[bench] [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/50297 [INFO] [stderr] = help: add `#![feature(test)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'test': `bench` is a part of custom test frameworks which are unstable [INFO] [stderr] --> src/xxh32.rs:360:3 [INFO] [stderr] | [INFO] [stderr] 360 | #[bench] [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/50297 [INFO] [stderr] = help: add `#![feature(test)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'test': `bench` is a part of custom test frameworks which are unstable [INFO] [stderr] --> src/xxh32.rs:369:3 [INFO] [stderr] | [INFO] [stderr] 369 | #[bench] [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/50297 [INFO] [stderr] = help: add `#![feature(test)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'test': `bench` is a part of custom test frameworks which are unstable [INFO] [stderr] --> src/xxh32.rs:378:3 [INFO] [stderr] | [INFO] [stderr] 378 | #[bench] [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/50297 [INFO] [stderr] = help: add `#![feature(test)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'test': `bench` is a part of custom test frameworks which are unstable [INFO] [stderr] --> src/xxh32.rs:392:3 [INFO] [stderr] | [INFO] [stderr] 392 | #[bench] [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/50297 [INFO] [stderr] = help: add `#![feature(test)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'test': `bench` is a part of custom test frameworks which are unstable [INFO] [stderr] --> src/lib.rs:336:3 [INFO] [stderr] | [INFO] [stderr] 336 | #[bench] [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/50297 [INFO] [stderr] = help: add `#![feature(test)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'test': `bench` is a part of custom test frameworks which are unstable [INFO] [stderr] --> src/lib.rs:423:3 [INFO] [stderr] | [INFO] [stderr] 423 | #[bench] [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/50297 [INFO] [stderr] = help: add `#![feature(test)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'test': `bench` is a part of custom test frameworks which are unstable [INFO] [stderr] --> src/lib.rs:432:3 [INFO] [stderr] | [INFO] [stderr] 432 | #[bench] [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/50297 [INFO] [stderr] = help: add `#![feature(test)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'test': `bench` is a part of custom test frameworks which are unstable [INFO] [stderr] --> src/lib.rs:441:3 [INFO] [stderr] | [INFO] [stderr] 441 | #[bench] [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/50297 [INFO] [stderr] = help: add `#![feature(test)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'test': `bench` is a part of custom test frameworks which are unstable [INFO] [stderr] --> src/lib.rs:450:3 [INFO] [stderr] | [INFO] [stderr] 450 | #[bench] [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/50297 [INFO] [stderr] = help: add `#![feature(test)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'test': `bench` is a part of custom test frameworks which are unstable [INFO] [stderr] --> src/lib.rs:464:3 [INFO] [stderr] | [INFO] [stderr] 464 | #[bench] [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/50297 [INFO] [stderr] = help: add `#![feature(test)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `std::num::Int` [INFO] [stderr] --> src/lib.rs:34:5 [INFO] [stderr] | [INFO] [stderr] 34 | use std::num::Int; [INFO] [stderr] | ^^^^^^^^^^^^^ no `Int` in `num` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `std::raw::Repr` [INFO] [stderr] --> src/lib.rs:35:16 [INFO] [stderr] | [INFO] [stderr] 35 | use std::raw::{Repr}; [INFO] [stderr] | ^^^^ no `Repr` in `raw` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `std::ptr::copy_memory` [INFO] [stderr] --> src/lib.rs:36:16 [INFO] [stderr] | [INFO] [stderr] 36 | use std::ptr::{copy_memory}; [INFO] [stderr] | ^^^^^^^^^^^ no `copy_memory` in `ptr` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `std::hash::Writer` [INFO] [stderr] --> src/lib.rs:37:31 [INFO] [stderr] | [INFO] [stderr] 37 | use std::hash::{Hash, Hasher, Writer}; [INFO] [stderr] | ^^^^^^ no `Writer` in `hash` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `std::num::Int` [INFO] [stderr] --> src/xxh32.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use std::num::Int; [INFO] [stderr] | ^^^^^^^^^^^^^ no `Int` in `num` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `std::raw::Repr` [INFO] [stderr] --> src/xxh32.rs:3:16 [INFO] [stderr] | [INFO] [stderr] 3 | use std::raw::{Repr}; [INFO] [stderr] | ^^^^ no `Repr` in `raw` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `std::ptr::copy_memory` [INFO] [stderr] --> src/xxh32.rs:4:16 [INFO] [stderr] | [INFO] [stderr] 4 | use std::ptr::{copy_memory}; [INFO] [stderr] | ^^^^^^^^^^^ no `copy_memory` in `ptr` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `std::hash::Writer` [INFO] [stderr] --> src/xxh32.rs:5:31 [INFO] [stderr] | [INFO] [stderr] 5 | use std::hash::{Hash, Hasher, Writer}; [INFO] [stderr] | ^^^^^^ no `Writer` in `hash` [INFO] [stderr] [INFO] [stderr] error[E0437]: type `Output` is not a member of trait `Hasher` [INFO] [stderr] --> src/xxh32.rs:131:5 [INFO] [stderr] | [INFO] [stderr] 131 | type Output = u32; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not a member of trait `Hasher` [INFO] [stderr] [INFO] [stderr] error[E0407]: method `reset` is not a member of trait `Hasher` [INFO] [stderr] --> src/xxh32.rs:133:5 [INFO] [stderr] | [INFO] [stderr] 133 | / fn reset(&mut self) { #![inline] [INFO] [stderr] 134 | | self.v1 = self.seed + PRIME1 + PRIME2; [INFO] [stderr] 135 | | self.v2 = self.seed + PRIME2; [INFO] [stderr] 136 | | self.v3 = self.seed; [INFO] [stderr] ... | [INFO] [stderr] 139 | | self.memsize = 0; [INFO] [stderr] 140 | | } [INFO] [stderr] | |_____^ not a member of trait `Hasher` [INFO] [stderr] [INFO] [stderr] error[E0437]: type `Output` is not a member of trait `Hasher` [INFO] [stderr] --> src/lib.rs:181:5 [INFO] [stderr] | [INFO] [stderr] 181 | type Output = u64; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not a member of trait `Hasher` [INFO] [stderr] [INFO] [stderr] error[E0407]: method `reset` is not a member of trait `Hasher` [INFO] [stderr] --> src/lib.rs:184:5 [INFO] [stderr] | [INFO] [stderr] 184 | / fn reset(&mut self) { #![inline] [INFO] [stderr] 185 | | self.v1 = self.seed + PRIME1 + PRIME2; [INFO] [stderr] 186 | | self.v2 = self.seed + PRIME2; [INFO] [stderr] 187 | | self.v3 = self.seed; [INFO] [stderr] ... | [INFO] [stderr] 190 | | self.memsize = 0; [INFO] [stderr] 191 | | } [INFO] [stderr] | |_____^ not a member of trait `Hasher` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/xxh32.rs:63:59 [INFO] [stderr] | [INFO] [stderr] 63 | let dst: *mut u8 = mem.offset(self.memsize as int); [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/xxh32.rs:72:59 [INFO] [stderr] | [INFO] [stderr] 72 | let dst: *mut u8 = mem.offset(self.memsize as int); [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/xxh32.rs:96:40 [INFO] [stderr] | [INFO] [stderr] 96 | data = data.offset(bump as int); [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/lib.rs:103:59 [INFO] [stderr] | [INFO] [stderr] 103 | let dst: *mut u8 = mem.offset(self.memsize as int); [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/lib.rs:112:59 [INFO] [stderr] | [INFO] [stderr] 112 | let dst: *mut u8 = mem.offset(self.memsize as int); [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/lib.rs:141:40 [INFO] [stderr] | [INFO] [stderr] 141 | data = data.offset(bump as int); [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/lib.rs:28:1 [INFO] [stderr] | [INFO] [stderr] 28 | #[macro_use] extern crate core; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'test': `bench` is a part of custom test frameworks which are unstable [INFO] [stderr] --> src/xxh32.rs:264:3 [INFO] [stderr] | [INFO] [stderr] 264 | #[bench] [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/50297 [INFO] [stderr] = help: add `#![feature(test)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'test': `bench` is a part of custom test frameworks which are unstable [INFO] [stderr] --> src/xxh32.rs:351:3 [INFO] [stderr] | [INFO] [stderr] 351 | #[bench] [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/50297 [INFO] [stderr] = help: add `#![feature(test)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'test': `bench` is a part of custom test frameworks which are unstable [INFO] [stderr] --> src/xxh32.rs:360:3 [INFO] [stderr] | [INFO] [stderr] 360 | #[bench] [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/50297 [INFO] [stderr] = help: add `#![feature(test)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'test': `bench` is a part of custom test frameworks which are unstable [INFO] [stderr] --> src/xxh32.rs:369:3 [INFO] [stderr] | [INFO] [stderr] 369 | #[bench] [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/50297 [INFO] [stderr] = help: add `#![feature(test)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'test': `bench` is a part of custom test frameworks which are unstable [INFO] [stderr] --> src/xxh32.rs:378:3 [INFO] [stderr] | [INFO] [stderr] 378 | #[bench] [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/50297 [INFO] [stderr] = help: add `#![feature(test)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'test': `bench` is a part of custom test frameworks which are unstable [INFO] [stderr] --> src/xxh32.rs:392:3 [INFO] [stderr] | [INFO] [stderr] 392 | #[bench] [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/50297 [INFO] [stderr] = help: add `#![feature(test)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'test': `bench` is a part of custom test frameworks which are unstable [INFO] [stderr] --> src/lib.rs:336:3 [INFO] [stderr] | [INFO] [stderr] 336 | #[bench] [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/50297 [INFO] [stderr] = help: add `#![feature(test)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error: aborting due to 35 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0407, E0412, E0432, E0437, E0658. [INFO] [stderr] For more information about an error, try `rustc --explain E0407`. [INFO] [stderr] error[E0658]: use of unstable library feature 'test': `bench` is a part of custom test frameworks which are unstable [INFO] [stderr] --> src/lib.rs:423:3 [INFO] [stderr] | [INFO] [stderr] 423 | #[bench] [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/50297 [INFO] [stderr] = help: add `#![feature(test)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'test': `bench` is a part of custom test frameworks which are unstable [INFO] [stderr] --> src/lib.rs:432:3 [INFO] [stderr] | [INFO] [stderr] 432 | #[bench] [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/50297 [INFO] [stderr] = help: add `#![feature(test)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'test': `bench` is a part of custom test frameworks which are unstable [INFO] [stderr] --> src/lib.rs:441:3 [INFO] [stderr] | [INFO] [stderr] 441 | #[bench] [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/50297 [INFO] [stderr] = help: add `#![feature(test)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'test': `bench` is a part of custom test frameworks which are unstable [INFO] [stderr] --> src/lib.rs:450:3 [INFO] [stderr] | [INFO] [stderr] 450 | #[bench] [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/50297 [INFO] [stderr] = help: add `#![feature(test)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'test': `bench` is a part of custom test frameworks which are unstable [INFO] [stderr] --> src/lib.rs:464:3 [INFO] [stderr] | [INFO] [stderr] 464 | #[bench] [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/50297 [INFO] [stderr] = help: add `#![feature(test)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `std::num::Int` [INFO] [stderr] --> src/lib.rs:34:5 [INFO] [stderr] | [INFO] [stderr] 34 | use std::num::Int; [INFO] [stderr] | ^^^^^^^^^^^^^ no `Int` in `num` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `std::raw::Repr` [INFO] [stderr] --> src/lib.rs:35:16 [INFO] [stderr] | [INFO] [stderr] 35 | use std::raw::{Repr}; [INFO] [stderr] | ^^^^ no `Repr` in `raw` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `std::ptr::copy_memory` [INFO] [stderr] --> src/lib.rs:36:16 [INFO] [stderr] | [INFO] [stderr] 36 | use std::ptr::{copy_memory}; [INFO] [stderr] | ^^^^^^^^^^^ no `copy_memory` in `ptr` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `std::hash::Writer` [INFO] [stderr] --> src/lib.rs:37:31 [INFO] [stderr] | [INFO] [stderr] 37 | use std::hash::{Hash, Hasher, Writer}; [INFO] [stderr] | ^^^^^^ no `Writer` in `hash` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `std::num::Int` [INFO] [stderr] --> src/xxh32.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use std::num::Int; [INFO] [stderr] | ^^^^^^^^^^^^^ no `Int` in `num` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `std::raw::Repr` [INFO] [stderr] --> src/xxh32.rs:3:16 [INFO] [stderr] | [INFO] [stderr] 3 | use std::raw::{Repr}; [INFO] [stderr] | ^^^^ no `Repr` in `raw` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `std::ptr::copy_memory` [INFO] [stderr] --> src/xxh32.rs:4:16 [INFO] [stderr] | [INFO] [stderr] 4 | use std::ptr::{copy_memory}; [INFO] [stderr] | ^^^^^^^^^^^ no `copy_memory` in `ptr` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `std::hash::Writer` [INFO] [stderr] --> src/xxh32.rs:5:31 [INFO] [stderr] | [INFO] [stderr] 5 | use std::hash::{Hash, Hasher, Writer}; [INFO] [stderr] | ^^^^^^ no `Writer` in `hash` [INFO] [stderr] [INFO] [stderr] error: Could not compile `xxhash`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0437]: type `Output` is not a member of trait `Hasher` [INFO] [stderr] --> src/xxh32.rs:131:5 [INFO] [stderr] | [INFO] [stderr] 131 | type Output = u32; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not a member of trait `Hasher` [INFO] [stderr] [INFO] [stderr] error[E0407]: method `reset` is not a member of trait `Hasher` [INFO] [stderr] --> src/xxh32.rs:133:5 [INFO] [stderr] | [INFO] [stderr] 133 | / fn reset(&mut self) { #![inline] [INFO] [stderr] 134 | | self.v1 = self.seed + PRIME1 + PRIME2; [INFO] [stderr] 135 | | self.v2 = self.seed + PRIME2; [INFO] [stderr] 136 | | self.v3 = self.seed; [INFO] [stderr] ... | [INFO] [stderr] 139 | | self.memsize = 0; [INFO] [stderr] 140 | | } [INFO] [stderr] | |_____^ not a member of trait `Hasher` [INFO] [stderr] [INFO] [stderr] error[E0437]: type `Output` is not a member of trait `Hasher` [INFO] [stderr] --> src/lib.rs:181:5 [INFO] [stderr] | [INFO] [stderr] 181 | type Output = u64; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not a member of trait `Hasher` [INFO] [stderr] [INFO] [stderr] error[E0407]: method `reset` is not a member of trait `Hasher` [INFO] [stderr] --> src/lib.rs:184:5 [INFO] [stderr] | [INFO] [stderr] 184 | / fn reset(&mut self) { #![inline] [INFO] [stderr] 185 | | self.v1 = self.seed + PRIME1 + PRIME2; [INFO] [stderr] 186 | | self.v2 = self.seed + PRIME2; [INFO] [stderr] 187 | | self.v3 = self.seed; [INFO] [stderr] ... | [INFO] [stderr] 190 | | self.memsize = 0; [INFO] [stderr] 191 | | } [INFO] [stderr] | |_____^ not a member of trait `Hasher` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/xxh32.rs:63:59 [INFO] [stderr] | [INFO] [stderr] 63 | let dst: *mut u8 = mem.offset(self.memsize as int); [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/xxh32.rs:72:59 [INFO] [stderr] | [INFO] [stderr] 72 | let dst: *mut u8 = mem.offset(self.memsize as int); [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/xxh32.rs:96:40 [INFO] [stderr] | [INFO] [stderr] 96 | data = data.offset(bump as int); [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `range` in this scope [INFO] [stderr] --> src/xxh32.rs:210:14 [INFO] [stderr] | [INFO] [stderr] 210 | for _ in range(0, BUFSIZE) { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `range` in this scope [INFO] [stderr] --> src/xxh32.rs:236:14 [INFO] [stderr] | [INFO] [stderr] 236 | for i in range(0, BUFSIZE) { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/lib.rs:103:59 [INFO] [stderr] | [INFO] [stderr] 103 | let dst: *mut u8 = mem.offset(self.memsize as int); [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/lib.rs:112:59 [INFO] [stderr] | [INFO] [stderr] 112 | let dst: *mut u8 = mem.offset(self.memsize as int); [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/lib.rs:141:40 [INFO] [stderr] | [INFO] [stderr] 141 | data = data.offset(bump as int); [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `range` in this scope [INFO] [stderr] --> src/lib.rs:282:14 [INFO] [stderr] | [INFO] [stderr] 282 | for _ in range(0, BUFSIZE) { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `range` in this scope [INFO] [stderr] --> src/lib.rs:308:14 [INFO] [stderr] | [INFO] [stderr] 308 | for i in range(0, BUFSIZE) { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'test' [INFO] [stderr] --> src/lib.rs:31:1 [INFO] [stderr] | [INFO] [stderr] 31 | extern crate test; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/50297 [INFO] [stderr] = help: add `#![feature(test)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'test' [INFO] [stderr] --> src/lib.rs:40:18 [INFO] [stderr] | [INFO] [stderr] 40 | #[cfg(test)] use test::Bencher; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/50297 [INFO] [stderr] = help: add `#![feature(test)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'test' [INFO] [stderr] --> src/lib.rs:302:30 [INFO] [stderr] | [INFO] [stderr] 302 | fn bench_base(bench: &mut Bencher, f: F ) [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/50297 [INFO] [stderr] = help: add `#![feature(test)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'test' [INFO] [stderr] --> src/lib.rs:337:30 [INFO] [stderr] | [INFO] [stderr] 337 | fn bench_64k_oneshot(b: &mut Bencher) { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/50297 [INFO] [stderr] = help: add `#![feature(test)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'test' [INFO] [stderr] --> src/lib.rs:424:36 [INFO] [stderr] | [INFO] [stderr] 424 | fn bench_str_under_8_bytes(b: &mut Bencher) { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/50297 [INFO] [stderr] = help: add `#![feature(test)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'test' [INFO] [stderr] --> src/lib.rs:433:33 [INFO] [stderr] | [INFO] [stderr] 433 | fn bench_str_of_8_bytes(b: &mut Bencher) { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/50297 [INFO] [stderr] = help: add `#![feature(test)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'test' [INFO] [stderr] --> src/lib.rs:442:35 [INFO] [stderr] | [INFO] [stderr] 442 | fn bench_str_over_8_bytes(b: &mut Bencher) { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/50297 [INFO] [stderr] = help: add `#![feature(test)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'test' [INFO] [stderr] --> src/lib.rs:451:27 [INFO] [stderr] | [INFO] [stderr] 451 | fn bench_long_str(b: &mut Bencher) { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/50297 [INFO] [stderr] = help: add `#![feature(test)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'test' [INFO] [stderr] --> src/lib.rs:465:22 [INFO] [stderr] | [INFO] [stderr] 465 | fn bench_u64(b: &mut Bencher) { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/50297 [INFO] [stderr] = help: add `#![feature(test)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'test' [INFO] [stderr] --> src/xxh32.rs:8:18 [INFO] [stderr] | [INFO] [stderr] 8 | #[cfg(test)] use test::Bencher; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/50297 [INFO] [stderr] = help: add `#![feature(test)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'test' [INFO] [stderr] --> src/xxh32.rs:230:30 [INFO] [stderr] | [INFO] [stderr] 230 | fn bench_base(bench: &mut Bencher, f: F) [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/50297 [INFO] [stderr] = help: add `#![feature(test)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'test' [INFO] [stderr] --> src/xxh32.rs:265:30 [INFO] [stderr] | [INFO] [stderr] 265 | fn bench_64k_oneshot(b: &mut Bencher) { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/50297 [INFO] [stderr] = help: add `#![feature(test)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'test' [INFO] [stderr] --> src/xxh32.rs:352:36 [INFO] [stderr] | [INFO] [stderr] 352 | fn bench_str_under_8_bytes(b: &mut Bencher) { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/50297 [INFO] [stderr] = help: add `#![feature(test)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'test' [INFO] [stderr] --> src/xxh32.rs:361:33 [INFO] [stderr] | [INFO] [stderr] 361 | fn bench_str_of_8_bytes(b: &mut Bencher) { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/50297 [INFO] [stderr] = help: add `#![feature(test)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'test' [INFO] [stderr] --> src/xxh32.rs:370:35 [INFO] [stderr] | [INFO] [stderr] 370 | fn bench_str_over_8_bytes(b: &mut Bencher) { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/50297 [INFO] [stderr] = help: add `#![feature(test)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'test' [INFO] [stderr] --> src/xxh32.rs:379:27 [INFO] [stderr] | [INFO] [stderr] 379 | fn bench_long_str(b: &mut Bencher) { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/50297 [INFO] [stderr] = help: add `#![feature(test)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'test' [INFO] [stderr] --> src/xxh32.rs:393:22 [INFO] [stderr] | [INFO] [stderr] 393 | fn bench_u64(b: &mut Bencher) { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/50297 [INFO] [stderr] = help: add `#![feature(test)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error: aborting due to 56 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0407, E0412, E0425, E0432, E0437, E0658. [INFO] [stderr] For more information about an error, try `rustc --explain E0407`. [INFO] [stderr] error: Could not compile `xxhash`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "cb29d16fda5fc7ab8b670a8a65af530fe69be369021288b69d968387e0d9f1ab"` [INFO] running `"docker" "rm" "-f" "cb29d16fda5fc7ab8b670a8a65af530fe69be369021288b69d968387e0d9f1ab"` [INFO] [stdout] cb29d16fda5fc7ab8b670a8a65af530fe69be369021288b69d968387e0d9f1ab