[INFO] crate funzzy 0.3.3 is already in cache [INFO] extracting crate funzzy 0.3.3 into work/ex/beta-1.38-1/sources/1.37.0/reg/funzzy/0.3.3 [INFO] extracting crate funzzy 0.3.3 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/funzzy/0.3.3 [INFO] validating manifest of funzzy-0.3.3 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 funzzy-0.3.3 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 funzzy-0.3.3 [INFO] finished frobbing funzzy-0.3.3 [INFO] frobbed toml for funzzy-0.3.3 written to work/ex/beta-1.38-1/sources/1.37.0/reg/funzzy/0.3.3/Cargo.toml [INFO] started frobbing funzzy-0.3.3 [INFO] finished frobbing funzzy-0.3.3 [INFO] frobbed toml for funzzy-0.3.3 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/funzzy/0.3.3/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [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] testing funzzy-0.3.3 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-6/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/funzzy/0.3.3:/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] 69c45000bfbd77793e5e69d88413816029500012cbce7eb77eaf5931f114dc63 [INFO] running `"docker" "start" "-a" "69c45000bfbd77793e5e69d88413816029500012cbce7eb77eaf5931f114dc63"` [INFO] [stderr] Compiling inotify v0.2.3 [INFO] [stderr] Compiling notify v2.6.3 [INFO] [stderr] Compiling funzzy v0.3.3 (/opt/crater/workdir) [INFO] [stderr] warning: function is never used: `extract_patterns` [INFO] [stderr] --> src/yaml.rs:19:1 [INFO] [stderr] | [INFO] [stderr] 19 | pub fn extract_patterns(yaml: &Yaml) -> Vec { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.06s [INFO] running `"docker" "inspect" "69c45000bfbd77793e5e69d88413816029500012cbce7eb77eaf5931f114dc63"` [INFO] running `"docker" "rm" "-f" "69c45000bfbd77793e5e69d88413816029500012cbce7eb77eaf5931f114dc63"` [INFO] [stdout] 69c45000bfbd77793e5e69d88413816029500012cbce7eb77eaf5931f114dc63 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/funzzy/0.3.3:/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] 6f67801c9b28ec8421c75dde641a38cf58f68915853f054fd2a60e31dda98439 [INFO] running `"docker" "start" "-a" "6f67801c9b28ec8421c75dde641a38cf58f68915853f054fd2a60e31dda98439"` [INFO] [stderr] Compiling funzzy v0.3.3 (/opt/crater/workdir) [INFO] [stderr] warning: function is never used: `extract_patterns` [INFO] [stderr] --> src/yaml.rs:19:1 [INFO] [stderr] | [INFO] [stderr] 19 | pub fn extract_patterns(yaml: &Yaml) -> Vec { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.74s [INFO] running `"docker" "inspect" "6f67801c9b28ec8421c75dde641a38cf58f68915853f054fd2a60e31dda98439"` [INFO] running `"docker" "rm" "-f" "6f67801c9b28ec8421c75dde641a38cf58f68915853f054fd2a60e31dda98439"` [INFO] [stdout] 6f67801c9b28ec8421c75dde641a38cf58f68915853f054fd2a60e31dda98439 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/funzzy/0.3.3:/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] c3f2cd883ef953df87c2086d14b06bcc1727bc4e6493057e326254e39b2ff176 [INFO] running `"docker" "start" "-a" "c3f2cd883ef953df87c2086d14b06bcc1727bc4e6493057e326254e39b2ff176"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/crater/target/debug/deps/funzzy-e8835117635b6c0f [INFO] [stdout] [INFO] [stdout] running 16 tests [INFO] [stdout] test cli::watch::tests::it_ignores_a_list_of_patterns ... ok [INFO] [stdout] test cli::watch::tests::it_watches_test_path ... ok [INFO] [stdout] test cli::watch::tests::it_doesnot_watch_test_path ... ok [INFO] [stdout] test cli::watch::tests::it_watches_specific_path ... ok [INFO] [stdout] test cli::watch::tests::it_ignores_pattern ... ok [INFO] [stdout] test cli::watch::tests::it_creates_a_list_of_shell_commands ... ok [INFO] [stdout] test cli::watch::tests::it_loads_from_args ... ok [INFO] [stdout] test rules::tests::it_is_watching_path_tests ... ok [INFO] [stdout] test rules::tests::it_loads_from_args ... ok [INFO] [stdout] test cli::watch::tests::it_works_with_more_than_one_command ... ok [INFO] [stdout] test cli::watch::tests::it_works_with_multiples_items ... ok [INFO] [stdout] test rules::tests::it_is_not_ignoring_path_test ... ok [INFO] [stdout] test rules::tests::it_is_not_watching_path_test ... ok [INFO] [stdout] test rules::tests::it_is_ignoring_path_tests ... ok [INFO] [stdout] test rules::tests::it_validates_the_run_key ... ok [INFO] [stdout] test rules::tests::it_validates_the_when_change_key ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/funzzy-152a77f00a4bb860 [INFO] [stdout] [INFO] [stdout] running 16 tests [INFO] [stdout] test cli::watch::tests::it_ignores_pattern ... ok [INFO] [stdout] test cli::watch::tests::it_creates_a_list_of_shell_commands ... ok [INFO] [stdout] test cli::watch::tests::it_ignores_a_list_of_patterns ... ok [INFO] [stdout] test cli::watch::tests::it_doesnot_watch_test_path ... ok [INFO] [stdout] test cli::watch::tests::it_works_with_multiples_items ... ok [INFO] [stdout] test cli::watch::tests::it_watches_test_path ... ok [INFO] [stdout] test cli::watch::tests::it_watches_specific_path ... ok [INFO] [stdout] test rules::tests::it_is_watching_path_tests ... ok [INFO] [stdout] test rules::tests::it_is_not_watching_path_test ... ok [INFO] [stdout] test cli::watch::tests::it_loads_from_args ... ok [INFO] [stdout] test rules::tests::it_is_not_ignoring_path_test ... ok [INFO] [stdout] test rules::tests::it_loads_from_args ... ok [INFO] [stdout] test rules::tests::it_is_ignoring_path_tests ... ok [INFO] [stdout] test cli::watch::tests::it_works_with_more_than_one_command ... ok [INFO] [stdout] test rules::tests::it_validates_the_when_change_key ... ok [INFO] [stdout] test rules::tests::it_validates_the_run_key ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests funzzy [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" "c3f2cd883ef953df87c2086d14b06bcc1727bc4e6493057e326254e39b2ff176"` [INFO] running `"docker" "rm" "-f" "c3f2cd883ef953df87c2086d14b06bcc1727bc4e6493057e326254e39b2ff176"` [INFO] [stdout] c3f2cd883ef953df87c2086d14b06bcc1727bc4e6493057e326254e39b2ff176