[INFO] updating cached repository storily/legare [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/storily/legare [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/storily/legare" "work/ex/beta-1.37-6/sources/1.36.0/gh/storily/legare"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/storily/legare'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/storily/legare" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/storily/legare"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/storily/legare'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 500808a166ef9d2fe191a98183182bb90615fd86 [INFO] sha for GitHub repo storily/legare: 500808a166ef9d2fe191a98183182bb90615fd86 [INFO] validating manifest of storily/legare on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of storily/legare on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing storily/legare [INFO] finished frobbing storily/legare [INFO] frobbed toml for storily/legare written to work/ex/beta-1.37-6/sources/1.36.0/gh/storily/legare/Cargo.toml [INFO] started frobbing storily/legare [INFO] finished frobbing storily/legare [INFO] frobbed toml for storily/legare written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/storily/legare/Cargo.toml [INFO] crate storily/legare already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] testing storily/legare against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-1/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/storily/legare:/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" "+beta-2019-07-23" "build" "--frozen"` [INFO] [stdout] f048c0262615045d5650d13b58e7f3b74b1b0c2ea3c9c01b6eaab65ae58f85d9 [INFO] running `"docker" "start" "-a" "f048c0262615045d5650d13b58e7f3b74b1b0c2ea3c9c01b6eaab65ae58f85d9"` [INFO] [stderr] Compiling libc v0.2.31 [INFO] [stderr] Compiling pest v1.0.0-beta.14 [INFO] [stderr] Compiling serde_json v1.0.3 [INFO] [stderr] Compiling serde_derive v1.0.15 [INFO] [stderr] Compiling pest_derive v1.0.0-beta.14 [INFO] [stderr] Compiling num_cpus v1.6.2 [INFO] [stderr] Compiling memchr v1.0.1 [INFO] [stderr] Compiling time v0.1.38 [INFO] [stderr] Compiling aho-corasick v0.6.3 [INFO] [stderr] Compiling hyper v0.10.13 [INFO] [stderr] Compiling regex v0.2.2 [INFO] [stderr] Compiling env_logger v0.4.3 [INFO] [stderr] Compiling iron v0.5.1 [INFO] [stderr] Compiling mount v0.3.0 [INFO] [stderr] Compiling iron-json-response v0.5.2-pre (https://github.com/storily/iron-json-response#bf0364fe) [INFO] [stderr] Compiling logger v0.3.0 [INFO] [stderr] Compiling legare v1.0.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/parse/search.rs:56:35 [INFO] [stderr] | [INFO] [stderr] 56 | let maybe_num = s.trim_left_matches('#').parse::(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 55.52s [INFO] running `"docker" "inspect" "f048c0262615045d5650d13b58e7f3b74b1b0c2ea3c9c01b6eaab65ae58f85d9"` [INFO] running `"docker" "rm" "-f" "f048c0262615045d5650d13b58e7f3b74b1b0c2ea3c9c01b6eaab65ae58f85d9"` [INFO] [stdout] f048c0262615045d5650d13b58e7f3b74b1b0c2ea3c9c01b6eaab65ae58f85d9 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-1/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/storily/legare:/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" "+beta-2019-07-23" "test" "--frozen" "--no-run"` [INFO] [stdout] 8b503e88c53a9587a70bd971e487a2c593f3b721a476331c2f9e1a8a2efd88b6 [INFO] running `"docker" "start" "-a" "8b503e88c53a9587a70bd971e487a2c593f3b721a476331c2f9e1a8a2efd88b6"` [INFO] [stderr] Compiling legare v1.0.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/parse/search.rs:56:35 [INFO] [stderr] | [INFO] [stderr] 56 | let maybe_num = s.trim_left_matches('#').parse::(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.63s [INFO] running `"docker" "inspect" "8b503e88c53a9587a70bd971e487a2c593f3b721a476331c2f9e1a8a2efd88b6"` [INFO] running `"docker" "rm" "-f" "8b503e88c53a9587a70bd971e487a2c593f3b721a476331c2f9e1a8a2efd88b6"` [INFO] [stdout] 8b503e88c53a9587a70bd971e487a2c593f3b721a476331c2f9e1a8a2efd88b6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-1/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/storily/legare:/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" "+beta-2019-07-23" "test" "--frozen"` [INFO] [stdout] 6454bec231b3a3db0ddfc990441a98c4b6cf20368d0f7063c99f8d30eb43695a [INFO] running `"docker" "start" "-a" "6454bec231b3a3db0ddfc990441a98c4b6cf20368d0f7063c99f8d30eb43695a"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running /opt/crater/target/debug/deps/legare-ca77b3559794e406 [INFO] [stdout] [INFO] [stdout] running 17 tests [INFO] [stdout] test parse::search::empty_group ... ok [INFO] [stdout] test parse::search::ids ... ok [INFO] [stdout] test parse::search::multiple_words ... ok [INFO] [stdout] test parse::search::nested_groups ... ok [INFO] [stdout] test parse::search::pairs ... ok [INFO] [stdout] test parse::search::quotes ... ok [INFO] [stdout] test parse::search::single_1group ... ok [INFO] [stdout] test parse::search::single_3group ... ok [INFO] [stdout] test parse::normalise::spaces ... ok [INFO] [stdout] test parse::normalise::single_quotes ... ok [INFO] [stdout] test parse::normalise::equals ... ok [INFO] [stdout] test parse::normalise::double_quotes ... ok [INFO] [stdout] test parse::normalise::brackets ... ok [INFO] [stdout] test parse::search::logic ... ok [INFO] [stdout] test parse::search::single_word ... ok [INFO] [stdout] test parse::normalise::dashes ... ok [INFO] [stdout] test parse::search::spaced_groups ... 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" "6454bec231b3a3db0ddfc990441a98c4b6cf20368d0f7063c99f8d30eb43695a"` [INFO] running `"docker" "rm" "-f" "6454bec231b3a3db0ddfc990441a98c4b6cf20368d0f7063c99f8d30eb43695a"` [INFO] [stdout] 6454bec231b3a3db0ddfc990441a98c4b6cf20368d0f7063c99f8d30eb43695a