[INFO] cloning repository sorah/imoni [INFO] running `"git" "clone" "--bare" "git://github.com/sorah/imoni.git" "work/cache/sources/gh/sorah/imoni"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/sorah/imoni'... [INFO] running `"git" "clone" "work/cache/sources/gh/sorah/imoni" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/sorah/imoni"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/sorah/imoni'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/sorah/imoni" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/sorah/imoni"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/sorah/imoni'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 3c44fe6083940a2b8ef49bb971fdddebb158003b [INFO] sha for GitHub repo sorah/imoni: 3c44fe6083940a2b8ef49bb971fdddebb158003b [INFO] validating manifest of sorah/imoni 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 sorah/imoni 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 sorah/imoni [INFO] finished frobbing sorah/imoni [INFO] frobbed toml for sorah/imoni written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/sorah/imoni/Cargo.toml [INFO] started frobbing sorah/imoni [INFO] finished frobbing sorah/imoni [INFO] frobbed toml for sorah/imoni written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/sorah/imoni/Cargo.toml [INFO] crate sorah/imoni 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] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing sorah/imoni against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-5/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/sorah/imoni:/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] d13d35e474ef66a14b99b0e3dcae0a7b8da01437c56bf97abcf4a23cb5c5aae9 [INFO] running `"docker" "start" "-a" "d13d35e474ef66a14b99b0e3dcae0a7b8da01437c56bf97abcf4a23cb5c5aae9"` [INFO] [stderr] Compiling cc v1.0.0 [INFO] [stderr] Compiling libc v0.2.31 [INFO] [stderr] Compiling serde_json v1.0.6 [INFO] [stderr] Compiling memchr v1.0.1 [INFO] [stderr] Compiling time v0.1.38 [INFO] [stderr] Compiling backtrace-sys v0.1.14 [INFO] [stderr] Compiling aho-corasick v0.6.3 [INFO] [stderr] Compiling regex v0.2.2 [INFO] [stderr] Compiling chrono v0.4.0 [INFO] [stderr] Compiling backtrace v0.3.3 [INFO] [stderr] Compiling error-chain v0.11.0 [INFO] [stderr] Compiling imoni v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/tag_matcher/rules/mod.rs:24:40 [INFO] [stderr] | [INFO] [stderr] 24 | pub fn parse(rule: S) -> Result> [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Rule` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/tag_matcher/mod.rs:7:24 [INFO] [stderr] | [INFO] [stderr] 7 | pub rules: Vec>, [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Rule` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/tag_matcher/mod.rs:12:35 [INFO] [stderr] | [INFO] [stderr] 12 | let rules: Vec>> = rule_strs [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Rule` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/tag_matcher/mod.rs:19:27 [INFO] [stderr] | [INFO] [stderr] 19 | fn new(rules: Vec>) -> Self { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Rule` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 30.14s [INFO] running `"docker" "inspect" "d13d35e474ef66a14b99b0e3dcae0a7b8da01437c56bf97abcf4a23cb5c5aae9"` [INFO] running `"docker" "rm" "-f" "d13d35e474ef66a14b99b0e3dcae0a7b8da01437c56bf97abcf4a23cb5c5aae9"` [INFO] [stdout] d13d35e474ef66a14b99b0e3dcae0a7b8da01437c56bf97abcf4a23cb5c5aae9 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-5/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/sorah/imoni:/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] a70bd40a9d79369a55e68493840138daea61b0b2f1b5ccd708a47374320e4f51 [INFO] running `"docker" "start" "-a" "a70bd40a9d79369a55e68493840138daea61b0b2f1b5ccd708a47374320e4f51"` [INFO] [stderr] Compiling imoni v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/tag_matcher/rules/mod.rs:24:40 [INFO] [stderr] | [INFO] [stderr] 24 | pub fn parse(rule: S) -> Result> [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Rule` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/tag_matcher/mod.rs:7:24 [INFO] [stderr] | [INFO] [stderr] 7 | pub rules: Vec>, [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Rule` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/tag_matcher/mod.rs:12:35 [INFO] [stderr] | [INFO] [stderr] 12 | let rules: Vec>> = rule_strs [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Rule` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/tag_matcher/mod.rs:19:27 [INFO] [stderr] | [INFO] [stderr] 19 | fn new(rules: Vec>) -> Self { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Rule` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.15s [INFO] running `"docker" "inspect" "a70bd40a9d79369a55e68493840138daea61b0b2f1b5ccd708a47374320e4f51"` [INFO] running `"docker" "rm" "-f" "a70bd40a9d79369a55e68493840138daea61b0b2f1b5ccd708a47374320e4f51"` [INFO] [stdout] a70bd40a9d79369a55e68493840138daea61b0b2f1b5ccd708a47374320e4f51 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-5/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/sorah/imoni:/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] 32976b9118e1c5a5af6f5cf7c0254fe5e340ba1e03e3c06c87191aee9ec74d37 [INFO] running `"docker" "start" "-a" "32976b9118e1c5a5af6f5cf7c0254fe5e340ba1e03e3c06c87191aee9ec74d37"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/crater/target/debug/deps/imoni-9070192762ed0dfa [INFO] [stdout] [INFO] [stdout] running 14 tests [INFO] [stdout] test aggregators::test::test_add ... ok [INFO] [stdout] test aggregators::test::test_merge ... ok [INFO] [stdout] test tag::test::test_parse_record ... ok [INFO] [stdout] test tag::test::test_parse_grouped ... ok [INFO] [stdout] test tag::test::test_parse_windowed ... ok [INFO] [stdout] test tag_matcher::rules::constant::test::it_works ... ok [INFO] [stdout] test tag_matcher::rules::glob::test::test_wild ... ok [INFO] [stdout] test tag_matcher::test::test_from_rule_strs ... ok [INFO] [stdout] test tag_matcher::rules::glob::test::test_wildwild ... ok [INFO] [stdout] test tag::test::test_parse_invalid_group_missing_window ... ok [INFO] [stdout] test aggregators::test::test_add_finalized ... ok [INFO] [stdout] test tag::test::test_parse_invalid_duration ... ok [INFO] [stdout] test tag::test::test_parse_invalid_group_missing_key ... ok [INFO] [stdout] test aggregators::test::test_merge_finalized ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/imoni-cb768510cf3e1c74 [INFO] [stderr] Doc-tests imoni [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] [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" "32976b9118e1c5a5af6f5cf7c0254fe5e340ba1e03e3c06c87191aee9ec74d37"` [INFO] running `"docker" "rm" "-f" "32976b9118e1c5a5af6f5cf7c0254fe5e340ba1e03e3c06c87191aee9ec74d37"` [INFO] [stdout] 32976b9118e1c5a5af6f5cf7c0254fe5e340ba1e03e3c06c87191aee9ec74d37