[INFO] fetching crate xio_base_datatypes 0.5.1... [INFO] extracting crate xio_base_datatypes 0.5.1 into work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/xio_base_datatypes/0.5.1 [INFO] extracting crate xio_base_datatypes 0.5.1 into work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/xio_base_datatypes/0.5.1 [INFO] validating manifest of xio_base_datatypes-0.5.1 on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of xio_base_datatypes-0.5.1 on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing xio_base_datatypes-0.5.1 [INFO] finished frobbing xio_base_datatypes-0.5.1 [INFO] frobbed toml for xio_base_datatypes-0.5.1 written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/xio_base_datatypes/0.5.1/Cargo.toml [INFO] started frobbing xio_base_datatypes-0.5.1 [INFO] finished frobbing xio_base_datatypes-0.5.1 [INFO] frobbed toml for xio_base_datatypes-0.5.1 written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/xio_base_datatypes/0.5.1/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing xio_base_datatypes-0.5.1 against master#c8865d8e195813ade6b84434ac9f8850e7112d1a for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-5/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/xio_base_datatypes/0.5.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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "build" "--frozen"` [INFO] [stdout] 9b0b260abd5d781da6bfc85133a71f47b64b6a623dd2e2ac643416de42909c92 [INFO] running `"docker" "start" "-a" "9b0b260abd5d781da6bfc85133a71f47b64b6a623dd2e2ac643416de42909c92"` [INFO] [stderr] Compiling libc v0.2.58 [INFO] [stderr] Compiling backtrace-sys v0.1.28 [INFO] [stderr] Compiling backtrace v0.3.30 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling xio_base_datatypes v0.5.1 (/opt/crater/workdir) [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/lib.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:14:32 [INFO] [stderr] | [INFO] [stderr] 14 | fn cause(&self) -> Option<&Fail> { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Fail` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: the item `StorageType` is imported redundantly [INFO] [stderr] --> src/storage_type.rs:27:14 [INFO] [stderr] | [INFO] [stderr] 9 | / pub enum StorageType { [INFO] [stderr] 10 | | Channel = 0b01, [INFO] [stderr] 11 | | Fixed = 0b10, [INFO] [stderr] 12 | | } [INFO] [stderr] | |_- the item `StorageType` is already defined here [INFO] [stderr] ... [INFO] [stderr] 27 | use {StorageType, StorageTypeWithMixed}; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: the item `StorageTypeWithMixed` is imported redundantly [INFO] [stderr] --> src/storage_type.rs:27:27 [INFO] [stderr] | [INFO] [stderr] 1 | use StorageTypeWithMixed; [INFO] [stderr] | -------------------- the item `StorageTypeWithMixed` is already imported here [INFO] [stderr] ... [INFO] [stderr] 27 | use {StorageType, StorageTypeWithMixed}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.89s [INFO] running `"docker" "inspect" "9b0b260abd5d781da6bfc85133a71f47b64b6a623dd2e2ac643416de42909c92"` [INFO] running `"docker" "rm" "-f" "9b0b260abd5d781da6bfc85133a71f47b64b6a623dd2e2ac643416de42909c92"` [INFO] [stdout] 9b0b260abd5d781da6bfc85133a71f47b64b6a623dd2e2ac643416de42909c92 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-5/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/xio_base_datatypes/0.5.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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 28a46ec4fa27f8e92c149fc9f2c51346abe03903f7cd746d2fd317d1f6763b04 [INFO] running `"docker" "start" "-a" "28a46ec4fa27f8e92c149fc9f2c51346abe03903f7cd746d2fd317d1f6763b04"` [INFO] [stderr] Compiling xio_base_datatypes v0.5.1 (/opt/crater/workdir) [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/lib.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:14:32 [INFO] [stderr] | [INFO] [stderr] 14 | fn cause(&self) -> Option<&Fail> { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Fail` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: the item `StorageType` is imported redundantly [INFO] [stderr] --> src/storage_type.rs:27:14 [INFO] [stderr] | [INFO] [stderr] 9 | / pub enum StorageType { [INFO] [stderr] 10 | | Channel = 0b01, [INFO] [stderr] 11 | | Fixed = 0b10, [INFO] [stderr] 12 | | } [INFO] [stderr] | |_- the item `StorageType` is already defined here [INFO] [stderr] ... [INFO] [stderr] 27 | use {StorageType, StorageTypeWithMixed}; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: the item `StorageTypeWithMixed` is imported redundantly [INFO] [stderr] --> src/storage_type.rs:27:27 [INFO] [stderr] | [INFO] [stderr] 1 | use StorageTypeWithMixed; [INFO] [stderr] | -------------------- the item `StorageTypeWithMixed` is already imported here [INFO] [stderr] ... [INFO] [stderr] 27 | use {StorageType, StorageTypeWithMixed}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.14s [INFO] running `"docker" "inspect" "28a46ec4fa27f8e92c149fc9f2c51346abe03903f7cd746d2fd317d1f6763b04"` [INFO] running `"docker" "rm" "-f" "28a46ec4fa27f8e92c149fc9f2c51346abe03903f7cd746d2fd317d1f6763b04"` [INFO] [stdout] 28a46ec4fa27f8e92c149fc9f2c51346abe03903f7cd746d2fd317d1f6763b04 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-5/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/xio_base_datatypes/0.5.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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen"` [INFO] [stdout] 090b346b1db09b5e1c8df951c0f7d95f322de075587715edbb8fba72808d7448 [INFO] running `"docker" "start" "-a" "090b346b1db09b5e1c8df951c0f7d95f322de075587715edbb8fba72808d7448"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/crater/target/debug/deps/xio_base_datatypes-ed0315352e6dab42 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests xio_base_datatypes [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "090b346b1db09b5e1c8df951c0f7d95f322de075587715edbb8fba72808d7448"` [INFO] running `"docker" "rm" "-f" "090b346b1db09b5e1c8df951c0f7d95f322de075587715edbb8fba72808d7448"` [INFO] [stdout] 090b346b1db09b5e1c8df951c0f7d95f322de075587715edbb8fba72808d7448