[INFO] cloning repository jBugman/hpc-convert [INFO] running `"git" "clone" "--bare" "git://github.com/jBugman/hpc-convert.git" "work/cache/sources/gh/jBugman/hpc-convert"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/jBugman/hpc-convert'... [INFO] running `"git" "clone" "work/cache/sources/gh/jBugman/hpc-convert" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/jBugman/hpc-convert"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/jBugman/hpc-convert'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/jBugman/hpc-convert" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/jBugman/hpc-convert"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/jBugman/hpc-convert'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 48a3b2145c34dd4b42567b671c013e8e8cc6196e [INFO] sha for GitHub repo jBugman/hpc-convert: 48a3b2145c34dd4b42567b671c013e8e8cc6196e [INFO] validating manifest of jBugman/hpc-convert 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 jBugman/hpc-convert 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 jBugman/hpc-convert [INFO] finished frobbing jBugman/hpc-convert [INFO] frobbed toml for jBugman/hpc-convert written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/jBugman/hpc-convert/Cargo.toml [INFO] started frobbing jBugman/hpc-convert [INFO] finished frobbing jBugman/hpc-convert [INFO] frobbed toml for jBugman/hpc-convert written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/jBugman/hpc-convert/Cargo.toml [INFO] crate jBugman/hpc-convert 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] [stderr] Blocking waiting for file lock on package cache lock [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing jBugman/hpc-convert against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-3/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/jBugman/hpc-convert:/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] aafbf83ae93a8013c67eb7c11fc637d51c8680268d24bc9e2d1cbf979495ef04 [INFO] running `"docker" "start" "-a" "aafbf83ae93a8013c67eb7c11fc637d51c8680268d24bc9e2d1cbf979495ef04"` [INFO] [stderr] Compiling hpc-convert v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: the item `Write` is imported redundantly [INFO] [stderr] --> src/main.rs:35:9 [INFO] [stderr] | [INFO] [stderr] 9 | use std::fmt::Write; [INFO] [stderr] | --------------- the item `Write` is already imported here [INFO] [stderr] ... [INFO] [stderr] 35 | use std::fmt::Write; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/tix.rs:26:14 [INFO] [stderr] | [INFO] [stderr] 26 | .trim_right_matches(',') [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/tix.rs:37:21 [INFO] [stderr] | [INFO] [stderr] 37 | let data = data.trim_left_matches("Tix ").trim_brackets(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.54s [INFO] running `"docker" "inspect" "aafbf83ae93a8013c67eb7c11fc637d51c8680268d24bc9e2d1cbf979495ef04"` [INFO] running `"docker" "rm" "-f" "aafbf83ae93a8013c67eb7c11fc637d51c8680268d24bc9e2d1cbf979495ef04"` [INFO] [stdout] aafbf83ae93a8013c67eb7c11fc637d51c8680268d24bc9e2d1cbf979495ef04 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-3/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/jBugman/hpc-convert:/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] 7d2791975d5989e67036947ab3eef704d08f62b1dd934b09aefed229b5bc86d0 [INFO] running `"docker" "start" "-a" "7d2791975d5989e67036947ab3eef704d08f62b1dd934b09aefed229b5bc86d0"` [INFO] [stderr] Compiling hpc-convert v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: the item `Write` is imported redundantly [INFO] [stderr] --> src/main.rs:35:9 [INFO] [stderr] | [INFO] [stderr] 9 | use std::fmt::Write; [INFO] [stderr] | --------------- the item `Write` is already imported here [INFO] [stderr] ... [INFO] [stderr] 35 | use std::fmt::Write; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/tix.rs:26:14 [INFO] [stderr] | [INFO] [stderr] 26 | .trim_right_matches(',') [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/tix.rs:37:21 [INFO] [stderr] | [INFO] [stderr] 37 | let data = data.trim_left_matches("Tix ").trim_brackets(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.88s [INFO] running `"docker" "inspect" "7d2791975d5989e67036947ab3eef704d08f62b1dd934b09aefed229b5bc86d0"` [INFO] running `"docker" "rm" "-f" "7d2791975d5989e67036947ab3eef704d08f62b1dd934b09aefed229b5bc86d0"` [INFO] [stdout] 7d2791975d5989e67036947ab3eef704d08f62b1dd934b09aefed229b5bc86d0 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-3/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/jBugman/hpc-convert:/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] 85a764f741465494f454c8ab9156924caa942e4179a6088c8e3d353a17c9f8fc [INFO] running `"docker" "start" "-a" "85a764f741465494f454c8ab9156924caa942e4179a6088c8e3d353a17c9f8fc"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running /opt/crater/target/debug/deps/hpc_convert-32bf1cbd34b143e5 [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" "85a764f741465494f454c8ab9156924caa942e4179a6088c8e3d353a17c9f8fc"` [INFO] running `"docker" "rm" "-f" "85a764f741465494f454c8ab9156924caa942e4179a6088c8e3d353a17c9f8fc"` [INFO] [stdout] 85a764f741465494f454c8ab9156924caa942e4179a6088c8e3d353a17c9f8fc