[INFO] cloning repository jacobrosenthal/rust-bitbang-weigand [INFO] running `"git" "clone" "--bare" "git://github.com/jacobrosenthal/rust-bitbang-weigand.git" "work/cache/sources/gh/jacobrosenthal/rust-bitbang-weigand"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/jacobrosenthal/rust-bitbang-weigand'... [INFO] running `"git" "clone" "work/cache/sources/gh/jacobrosenthal/rust-bitbang-weigand" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/jacobrosenthal/rust-bitbang-weigand"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/jacobrosenthal/rust-bitbang-weigand'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/jacobrosenthal/rust-bitbang-weigand" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/jacobrosenthal/rust-bitbang-weigand"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/jacobrosenthal/rust-bitbang-weigand'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] cde330b09ca215f5a8c07d3bc7c1a53353f0b2e4 [INFO] sha for GitHub repo jacobrosenthal/rust-bitbang-weigand: cde330b09ca215f5a8c07d3bc7c1a53353f0b2e4 [INFO] validating manifest of jacobrosenthal/rust-bitbang-weigand 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 jacobrosenthal/rust-bitbang-weigand 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 jacobrosenthal/rust-bitbang-weigand [INFO] finished frobbing jacobrosenthal/rust-bitbang-weigand [INFO] frobbed toml for jacobrosenthal/rust-bitbang-weigand written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/jacobrosenthal/rust-bitbang-weigand/Cargo.toml [INFO] started frobbing jacobrosenthal/rust-bitbang-weigand [INFO] finished frobbing jacobrosenthal/rust-bitbang-weigand [INFO] frobbed toml for jacobrosenthal/rust-bitbang-weigand written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/jacobrosenthal/rust-bitbang-weigand/Cargo.toml [INFO] crate jacobrosenthal/rust-bitbang-weigand already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Updating git repository `https://github.com/golemparts/rppal.git` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded bitrate v0.1.1 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing jacobrosenthal/rust-bitbang-weigand against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-6/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/jacobrosenthal/rust-bitbang-weigand:/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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "build" "--frozen"` [INFO] [stdout] 76a0ec36b1222fec4f6067ac11dfa0f9b4da37182da41097adc522ea5cef5200 [INFO] running `"docker" "start" "-a" "76a0ec36b1222fec4f6067ac11dfa0f9b4da37182da41097adc522ea5cef5200"` [INFO] [stderr] Compiling bitrate v0.1.1 [INFO] [stderr] Compiling bitbang-wiegand v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:42:37 [INFO] [stderr] | [INFO] [stderr] 42 | fn write(&mut self, delay: &mut DelayUs, data: u32); [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn DelayUs` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:55:41 [INFO] [stderr] | [INFO] [stderr] 55 | pub fn write(&mut self, delay: &mut DelayUs, data: WiegandData) { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn DelayUs` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.19s [INFO] running `"docker" "inspect" "76a0ec36b1222fec4f6067ac11dfa0f9b4da37182da41097adc522ea5cef5200"` [INFO] running `"docker" "rm" "-f" "76a0ec36b1222fec4f6067ac11dfa0f9b4da37182da41097adc522ea5cef5200"` [INFO] [stdout] 76a0ec36b1222fec4f6067ac11dfa0f9b4da37182da41097adc522ea5cef5200 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-6/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/jacobrosenthal/rust-bitbang-weigand:/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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 2ddf775254e32cc33d5645c760eb56e8a9986f653256a8c6839446cfa63621e1 [INFO] running `"docker" "start" "-a" "2ddf775254e32cc33d5645c760eb56e8a9986f653256a8c6839446cfa63621e1"` [INFO] [stderr] Compiling rppal v0.11.1 (https://github.com/golemparts/rppal.git?rev=abd9d4da#abd9d4da) [INFO] [stderr] Compiling bitbang-wiegand v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:42:37 [INFO] [stderr] | [INFO] [stderr] 42 | fn write(&mut self, delay: &mut DelayUs, data: u32); [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn DelayUs` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:55:41 [INFO] [stderr] | [INFO] [stderr] 55 | pub fn write(&mut self, delay: &mut DelayUs, data: WiegandData) { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn DelayUs` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.77s [INFO] running `"docker" "inspect" "2ddf775254e32cc33d5645c760eb56e8a9986f653256a8c6839446cfa63621e1"` [INFO] running `"docker" "rm" "-f" "2ddf775254e32cc33d5645c760eb56e8a9986f653256a8c6839446cfa63621e1"` [INFO] [stdout] 2ddf775254e32cc33d5645c760eb56e8a9986f653256a8c6839446cfa63621e1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-6/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/jacobrosenthal/rust-bitbang-weigand:/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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen"` [INFO] [stdout] ff6d5886d487b96f99dbe0964f5ca93fa78a02383d2ca40e012487d684279ce4 [INFO] running `"docker" "start" "-a" "ff6d5886d487b96f99dbe0964f5ca93fa78a02383d2ca40e012487d684279ce4"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/crater/target/debug/deps/bitbang_wiegand-65487c049a87a893 [INFO] [stderr] Doc-tests bitbang-wiegand [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test tests::odd_parity_success ... ok [INFO] [stdout] test tests::odd_parity_fail ... ok [INFO] [stdout] test tests::into_u32_min ... ok [INFO] [stdout] test tests::into_u32_max ... ok [INFO] [stdout] test tests::into_u32_additional ... ok [INFO] [stdout] test tests::even_parity_fail ... ok [INFO] [stdout] test tests::even_parity_success ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [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" "ff6d5886d487b96f99dbe0964f5ca93fa78a02383d2ca40e012487d684279ce4"` [INFO] running `"docker" "rm" "-f" "ff6d5886d487b96f99dbe0964f5ca93fa78a02383d2ca40e012487d684279ce4"` [INFO] [stdout] ff6d5886d487b96f99dbe0964f5ca93fa78a02383d2ca40e012487d684279ce4