[INFO] cloning repository cstorey/gll-experiments [INFO] running `"git" "clone" "--bare" "git://github.com/cstorey/gll-experiments.git" "work/cache/sources/gh/cstorey/gll-experiments"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/cstorey/gll-experiments'... [INFO] running `"git" "clone" "work/cache/sources/gh/cstorey/gll-experiments" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/cstorey/gll-experiments"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/cstorey/gll-experiments'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/cstorey/gll-experiments" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/cstorey/gll-experiments"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/cstorey/gll-experiments'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 31e529f404d371a044cef55fdd449c6989a52c18 [INFO] sha for GitHub repo cstorey/gll-experiments: 31e529f404d371a044cef55fdd449c6989a52c18 [INFO] validating manifest of cstorey/gll-experiments 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 cstorey/gll-experiments 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 cstorey/gll-experiments [INFO] finished frobbing cstorey/gll-experiments [INFO] frobbed toml for cstorey/gll-experiments written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/cstorey/gll-experiments/Cargo.toml [INFO] started frobbing cstorey/gll-experiments [INFO] finished frobbing cstorey/gll-experiments [INFO] frobbed toml for cstorey/gll-experiments written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/cstorey/gll-experiments/Cargo.toml [INFO] crate cstorey/gll-experiments 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 cstorey/gll-experiments against master#c8865d8e195813ade6b84434ac9f8850e7112d1a for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-5/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/cstorey/gll-experiments:/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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "build" "--frozen"` [INFO] [stdout] 1176ffb58b4c759c995f79ebc0c25c9265cfe4a35400ae92078cae1b7d3c4f84 [INFO] running `"docker" "start" "-a" "1176ffb58b4c759c995f79ebc0c25c9265cfe4a35400ae92078cae1b7d3c4f84"` [INFO] [stderr] Compiling gll-examples v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/main.rs:102:17 [INFO] [stderr] | [INFO] [stderr] 102 | let mut fromv = self.gss.entry(v).or_insert_with(BTreeSet::new); [INFO] [stderr] | ----^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_mut)] on by default [INFO] [stderr] [INFO] [stderr] warning: type alias is never used: `Stack` [INFO] [stderr] --> src/main.rs:42:1 [INFO] [stderr] | [INFO] [stderr] 42 | type Stack = VecDeque; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.40s [INFO] running `"docker" "inspect" "1176ffb58b4c759c995f79ebc0c25c9265cfe4a35400ae92078cae1b7d3c4f84"` [INFO] running `"docker" "rm" "-f" "1176ffb58b4c759c995f79ebc0c25c9265cfe4a35400ae92078cae1b7d3c4f84"` [INFO] [stdout] 1176ffb58b4c759c995f79ebc0c25c9265cfe4a35400ae92078cae1b7d3c4f84 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-5/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/cstorey/gll-experiments:/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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 8c24abc2ef838b54294ec2aa3aa83714651a89109aba1cdbefbb145ab37b512a [INFO] running `"docker" "start" "-a" "8c24abc2ef838b54294ec2aa3aa83714651a89109aba1cdbefbb145ab37b512a"` [INFO] [stderr] Compiling gll-examples v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/main.rs:102:17 [INFO] [stderr] | [INFO] [stderr] 102 | let mut fromv = self.gss.entry(v).or_insert_with(BTreeSet::new); [INFO] [stderr] | ----^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_mut)] on by default [INFO] [stderr] [INFO] [stderr] warning: type alias is never used: `Stack` [INFO] [stderr] --> src/main.rs:42:1 [INFO] [stderr] | [INFO] [stderr] 42 | type Stack = VecDeque; [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.88s [INFO] running `"docker" "inspect" "8c24abc2ef838b54294ec2aa3aa83714651a89109aba1cdbefbb145ab37b512a"` [INFO] running `"docker" "rm" "-f" "8c24abc2ef838b54294ec2aa3aa83714651a89109aba1cdbefbb145ab37b512a"` [INFO] [stdout] 8c24abc2ef838b54294ec2aa3aa83714651a89109aba1cdbefbb145ab37b512a [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-5/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/cstorey/gll-experiments:/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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen"` [INFO] [stdout] 0d1e1e9d8660a5d6adb6d43007f696122338e0e0d4b5932fe7f45e1609ce27d8 [INFO] running `"docker" "start" "-a" "0d1e1e9d8660a5d6adb6d43007f696122338e0e0d4b5932fe7f45e1609ce27d8"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/crater/target/debug/deps/gll_examples-ed1b068073440741 [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test recognises_empty_string ... ok [INFO] [stdout] test rejects_z ... ok [INFO] [stdout] test recognises_b ... ok [INFO] [stdout] test rejects_aadz ... ok [INFO] [stdout] test recognises_aad ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "0d1e1e9d8660a5d6adb6d43007f696122338e0e0d4b5932fe7f45e1609ce27d8"` [INFO] running `"docker" "rm" "-f" "0d1e1e9d8660a5d6adb6d43007f696122338e0e0d4b5932fe7f45e1609ce27d8"` [INFO] [stdout] 0d1e1e9d8660a5d6adb6d43007f696122338e0e0d4b5932fe7f45e1609ce27d8