[INFO] cloning repository mindriot101/gcodeparse [INFO] running `"git" "clone" "--bare" "git://github.com/mindriot101/gcodeparse.git" "work/cache/sources/gh/mindriot101/gcodeparse"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/mindriot101/gcodeparse'... [INFO] running `"git" "clone" "work/cache/sources/gh/mindriot101/gcodeparse" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/mindriot101/gcodeparse"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/mindriot101/gcodeparse'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/mindriot101/gcodeparse" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/mindriot101/gcodeparse"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/mindriot101/gcodeparse'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] ce131cdd476a1aa195442d2ac268f2c0800be7b0 [INFO] sha for GitHub repo mindriot101/gcodeparse: ce131cdd476a1aa195442d2ac268f2c0800be7b0 [INFO] validating manifest of mindriot101/gcodeparse 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 mindriot101/gcodeparse 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 mindriot101/gcodeparse [INFO] finished frobbing mindriot101/gcodeparse [INFO] frobbed toml for mindriot101/gcodeparse written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/mindriot101/gcodeparse/Cargo.toml [INFO] started frobbing mindriot101/gcodeparse [INFO] finished frobbing mindriot101/gcodeparse [INFO] frobbed toml for mindriot101/gcodeparse written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/mindriot101/gcodeparse/Cargo.toml [INFO] crate mindriot101/gcodeparse 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 mindriot101/gcodeparse 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/mindriot101/gcodeparse:/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] baaffb162485eb52e6d0bd2a26c3d8f5b31dec4cbdd0a6c22ff578359c513470 [INFO] running `"docker" "start" "-a" "baaffb162485eb52e6d0bd2a26c3d8f5b31dec4cbdd0a6c22ff578359c513470"` [INFO] [stderr] Compiling csv v1.0.0-beta.5 [INFO] [stderr] Compiling failure v0.1.1 [INFO] [stderr] Compiling gcodeparse v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: the item `File` is imported redundantly [INFO] [stderr] --> src/main.rs:219:9 [INFO] [stderr] | [INFO] [stderr] 9 | use std::fs::File; [INFO] [stderr] | ------------- the item `File` is already imported here [INFO] [stderr] ... [INFO] [stderr] 219 | use std::fs::File; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/main.rs:141:13 [INFO] [stderr] | [INFO] [stderr] 141 | let mut text = line; [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: variable does not need to be mutable [INFO] [stderr] --> src/main.rs:203:13 [INFO] [stderr] | [INFO] [stderr] 203 | let mut row: Row = From::from(line); [INFO] [stderr] | ----^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.90s [INFO] running `"docker" "inspect" "baaffb162485eb52e6d0bd2a26c3d8f5b31dec4cbdd0a6c22ff578359c513470"` [INFO] running `"docker" "rm" "-f" "baaffb162485eb52e6d0bd2a26c3d8f5b31dec4cbdd0a6c22ff578359c513470"` [INFO] [stdout] baaffb162485eb52e6d0bd2a26c3d8f5b31dec4cbdd0a6c22ff578359c513470 [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/mindriot101/gcodeparse:/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] 45b8ba38a38994c06f68f6bfbeaca7ccddd602a48e16898dfa17bcdc4f0ab3b9 [INFO] running `"docker" "start" "-a" "45b8ba38a38994c06f68f6bfbeaca7ccddd602a48e16898dfa17bcdc4f0ab3b9"` [INFO] [stderr] Compiling gcodeparse v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: the item `File` is imported redundantly [INFO] [stderr] --> src/main.rs:219:9 [INFO] [stderr] | [INFO] [stderr] 9 | use std::fs::File; [INFO] [stderr] | ------------- the item `File` is already imported here [INFO] [stderr] ... [INFO] [stderr] 219 | use std::fs::File; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/main.rs:141:13 [INFO] [stderr] | [INFO] [stderr] 141 | let mut text = line; [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: variable does not need to be mutable [INFO] [stderr] --> src/main.rs:203:13 [INFO] [stderr] | [INFO] [stderr] 203 | let mut row: Row = From::from(line); [INFO] [stderr] | ----^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.56s [INFO] running `"docker" "inspect" "45b8ba38a38994c06f68f6bfbeaca7ccddd602a48e16898dfa17bcdc4f0ab3b9"` [INFO] running `"docker" "rm" "-f" "45b8ba38a38994c06f68f6bfbeaca7ccddd602a48e16898dfa17bcdc4f0ab3b9"` [INFO] [stdout] 45b8ba38a38994c06f68f6bfbeaca7ccddd602a48e16898dfa17bcdc4f0ab3b9 [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/mindriot101/gcodeparse:/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] 4d1d9b44195c8e36b14050a7e85d0708747905095fa3a55c5a9a3e689a1f1b4a [INFO] running `"docker" "start" "-a" "4d1d9b44195c8e36b14050a7e85d0708747905095fa3a55c5a9a3e689a1f1b4a"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running /opt/crater/target/debug/deps/gcodeparse-7dc7e4b2072d6963 [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test tests::bench_program ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "4d1d9b44195c8e36b14050a7e85d0708747905095fa3a55c5a9a3e689a1f1b4a"` [INFO] running `"docker" "rm" "-f" "4d1d9b44195c8e36b14050a7e85d0708747905095fa3a55c5a9a3e689a1f1b4a"` [INFO] [stdout] 4d1d9b44195c8e36b14050a7e85d0708747905095fa3a55c5a9a3e689a1f1b4a