[INFO] updating cached repository taivokasper/unzipr [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/taivokasper/unzipr [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/taivokasper/unzipr" "work/ex/beta-1.38-1/sources/1.37.0/gh/taivokasper/unzipr"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/taivokasper/unzipr'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/taivokasper/unzipr" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/taivokasper/unzipr"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/taivokasper/unzipr'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 9e2adc6812224689c9a2bedf9708d5fbedb6dca2 [INFO] sha for GitHub repo taivokasper/unzipr: 9e2adc6812224689c9a2bedf9708d5fbedb6dca2 [INFO] validating manifest of taivokasper/unzipr on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of taivokasper/unzipr on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing taivokasper/unzipr [INFO] finished frobbing taivokasper/unzipr [INFO] frobbed toml for taivokasper/unzipr written to work/ex/beta-1.38-1/sources/1.37.0/gh/taivokasper/unzipr/Cargo.toml [INFO] started frobbing taivokasper/unzipr [INFO] finished frobbing taivokasper/unzipr [INFO] frobbed toml for taivokasper/unzipr written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/taivokasper/unzipr/Cargo.toml [INFO] crate taivokasper/unzipr already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] testing taivokasper/unzipr against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/taivokasper/unzipr:/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=warn" "-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" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 44613c0b0e288af38a6050a5196ce4327b82eb475e9d6b90482dddc4505e1117 [INFO] running `"docker" "start" "-a" "44613c0b0e288af38a6050a5196ce4327b82eb475e9d6b90482dddc4505e1117"` [INFO] [stderr] Compiling backtrace-sys v0.1.23 [INFO] [stderr] Compiling bzip2-sys v0.1.6 [INFO] [stderr] Compiling miniz_oxide_c_api v0.1.2 [INFO] [stderr] Compiling miniz_oxide v0.1.2 [INFO] [stderr] Compiling msdos_time v0.1.5 [INFO] [stderr] Compiling clap v2.29.4 [INFO] [stderr] Compiling bzip2 v0.3.2 [INFO] [stderr] Compiling backtrace v0.3.9 [INFO] [stderr] Compiling flate2 v1.0.1 [INFO] [stderr] Compiling failure v0.1.1 [INFO] [stderr] Compiling zip v0.3.0 [INFO] [stderr] Compiling unzipr v0.4.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/mod.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | #[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/list.rs:11:48 [INFO] [stderr] | [INFO] [stderr] 11 | pub fn new(input: Vec<&str>) -> Result, Error> { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Action` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/pipe.rs:14:48 [INFO] [stderr] | [INFO] [stderr] 14 | pub fn new(input: Vec<&str>) -> Result, Error> { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Action` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/unpack.rs:15:69 [INFO] [stderr] | [INFO] [stderr] 15 | pub fn new(unpack_target: &str, input: Vec<&str>) -> Result, Error> { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Action` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/mod.rs:53:28 [INFO] [stderr] | [INFO] [stderr] 53 | let action: Result, Error>; [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Action` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 24.87s [INFO] running `"docker" "inspect" "44613c0b0e288af38a6050a5196ce4327b82eb475e9d6b90482dddc4505e1117"` [INFO] running `"docker" "rm" "-f" "44613c0b0e288af38a6050a5196ce4327b82eb475e9d6b90482dddc4505e1117"` [INFO] [stdout] 44613c0b0e288af38a6050a5196ce4327b82eb475e9d6b90482dddc4505e1117 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/taivokasper/unzipr:/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=warn" "-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" "+1.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 3adf23b494f85300cb2837e5993bea7376ca9620a99f5616ab281b04c12f13d7 [INFO] running `"docker" "start" "-a" "3adf23b494f85300cb2837e5993bea7376ca9620a99f5616ab281b04c12f13d7"` [INFO] [stderr] Compiling unzipr v0.4.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/mod.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | #[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/list.rs:11:48 [INFO] [stderr] | [INFO] [stderr] 11 | pub fn new(input: Vec<&str>) -> Result, Error> { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Action` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/pipe.rs:14:48 [INFO] [stderr] | [INFO] [stderr] 14 | pub fn new(input: Vec<&str>) -> Result, Error> { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Action` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/unpack.rs:15:69 [INFO] [stderr] | [INFO] [stderr] 15 | pub fn new(unpack_target: &str, input: Vec<&str>) -> Result, Error> { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Action` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/mod.rs:53:28 [INFO] [stderr] | [INFO] [stderr] 53 | let action: Result, Error>; [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Action` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.03s [INFO] running `"docker" "inspect" "3adf23b494f85300cb2837e5993bea7376ca9620a99f5616ab281b04c12f13d7"` [INFO] running `"docker" "rm" "-f" "3adf23b494f85300cb2837e5993bea7376ca9620a99f5616ab281b04c12f13d7"` [INFO] [stdout] 3adf23b494f85300cb2837e5993bea7376ca9620a99f5616ab281b04c12f13d7 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/taivokasper/unzipr:/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=warn" "-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" "+1.37.0" "test" "--frozen"` [INFO] [stdout] 77cb84a4eca9878c800f244ce9d54039be4308e861c3643db0b724d7cbde3f10 [INFO] running `"docker" "start" "-a" "77cb84a4eca9878c800f244ce9d54039be4308e861c3643db0b724d7cbde3f10"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running /opt/crater/target/debug/deps/unzipr-0c521253c3894748 [INFO] [stdout] [INFO] [stdout] running 17 tests [INFO] [stdout] test common::tests::test_parsing_txt_file_to_archive ... ok [INFO] [stdout] test list::tests::test_nested_input_for_list_action ... ok [INFO] [stdout] test common::tests::test_new_archive_from_nonexistent_file ... ok [INFO] [stdout] test common::tests::test_new_archive_from_nonzip_file ... ok [INFO] [stdout] test common::tests::test_parsing_files_in_nested_zip ... ok [INFO] [stdout] test pipe::tests::test_nested_input_for_pipe_unpack_action ... ok [INFO] [stdout] test list::tests::test_single_input_for_list_action ... ok [INFO] [stdout] test pipe::tests::test_single_input_for_pipe_unpack_action ... ok [INFO] [stdout] test common::tests::test_new_archive_from_file ... ok [INFO] [stdout] test unpack::tests::test_relative_paths_in_zip ... ok [INFO] [stdout] test unpack::tests::test_sanitize_removes_root ... ok [INFO] [stdout] test common::tests::test_new_archive_from_bytes ... ok [INFO] [stdout] test common::tests::test_parsing_file_to_archive ... ok [INFO] [stdout] test common::tests::test_get_files_list ... ok [INFO] [stdout] test unpack::tests::test_abs_filename_not_out_of_dir ... ok [INFO] [stdout] test unpack::tests::test_sanitize_removes_current_dir ... ok [INFO] [stdout] test unpack::tests::test_sanitize_removes_parent ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "77cb84a4eca9878c800f244ce9d54039be4308e861c3643db0b724d7cbde3f10"` [INFO] running `"docker" "rm" "-f" "77cb84a4eca9878c800f244ce9d54039be4308e861c3643db0b724d7cbde3f10"` [INFO] [stdout] 77cb84a4eca9878c800f244ce9d54039be4308e861c3643db0b724d7cbde3f10