[INFO] cloning repository kballard/flip-text.alfredworkflow [INFO] running `"git" "clone" "--bare" "git://github.com/kballard/flip-text.alfredworkflow.git" "work/cache/sources/gh/kballard/flip-text.alfredworkflow"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/kballard/flip-text.alfredworkflow'... [INFO] running `"git" "clone" "work/cache/sources/gh/kballard/flip-text.alfredworkflow" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/kballard/flip-text.alfredworkflow"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/kballard/flip-text.alfredworkflow'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/kballard/flip-text.alfredworkflow" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/kballard/flip-text.alfredworkflow"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/kballard/flip-text.alfredworkflow'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 48b5ea74b5733bf6cb4aac5a8dff11b3f2e34dba [INFO] sha for GitHub repo kballard/flip-text.alfredworkflow: 48b5ea74b5733bf6cb4aac5a8dff11b3f2e34dba [INFO] validating manifest of kballard/flip-text.alfredworkflow 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 kballard/flip-text.alfredworkflow 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 kballard/flip-text.alfredworkflow [INFO] finished frobbing kballard/flip-text.alfredworkflow [INFO] frobbed toml for kballard/flip-text.alfredworkflow written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/kballard/flip-text.alfredworkflow/Cargo.toml [INFO] started frobbing kballard/flip-text.alfredworkflow [INFO] finished frobbing kballard/flip-text.alfredworkflow [INFO] frobbed toml for kballard/flip-text.alfredworkflow written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/kballard/flip-text.alfredworkflow/Cargo.toml [INFO] crate kballard/flip-text.alfredworkflow 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] Downloading crates ... [INFO] [stderr] Downloaded alfred v4.0.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing kballard/flip-text.alfredworkflow against master#c8865d8e195813ade6b84434ac9f8850e7112d1a for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-7/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/kballard/flip-text.alfredworkflow:/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] 84dcaf77dc5e99d2dc33e2b53e0c1c49ce7c1526cc2d968b23df0f4a89ca47d1 [INFO] running `"docker" "start" "-a" "84dcaf77dc5e99d2dc33e2b53e0c1c49ce7c1526cc2d968b23df0f4a89ca47d1"` [INFO] [stderr] Compiling alfred v4.0.0 [INFO] [stderr] Compiling flip-text v1.1.3 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/main.rs:57:15 [INFO] [stderr] | [INFO] [stderr] 57 | s = s.trim_left_matches(prefix).trim_left(); [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] warning: use of deprecated item 'core::str::::trim_left': superseded by `trim_start` [INFO] [stderr] --> src/main.rs:57:41 [INFO] [stderr] | [INFO] [stderr] 57 | s = s.trim_left_matches(prefix).trim_left(); [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `trim_start` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/main.rs:60:15 [INFO] [stderr] | [INFO] [stderr] 60 | s = s.trim_right_matches(suffix).trim_right(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right': superseded by `trim_end` [INFO] [stderr] --> src/main.rs:60:42 [INFO] [stderr] | [INFO] [stderr] 60 | s = s.trim_right_matches(suffix).trim_right(); [INFO] [stderr] | ^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.29s [INFO] running `"docker" "inspect" "84dcaf77dc5e99d2dc33e2b53e0c1c49ce7c1526cc2d968b23df0f4a89ca47d1"` [INFO] running `"docker" "rm" "-f" "84dcaf77dc5e99d2dc33e2b53e0c1c49ce7c1526cc2d968b23df0f4a89ca47d1"` [INFO] [stdout] 84dcaf77dc5e99d2dc33e2b53e0c1c49ce7c1526cc2d968b23df0f4a89ca47d1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-7/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/kballard/flip-text.alfredworkflow:/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] 1b70d67c439517aa0fe56b69fca2ac2ae1d78145bee2993b98acd7ec472bf158 [INFO] running `"docker" "start" "-a" "1b70d67c439517aa0fe56b69fca2ac2ae1d78145bee2993b98acd7ec472bf158"` [INFO] [stderr] Compiling flip-text v1.1.3 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/main.rs:57:15 [INFO] [stderr] | [INFO] [stderr] 57 | s = s.trim_left_matches(prefix).trim_left(); [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] warning: use of deprecated item 'core::str::::trim_left': superseded by `trim_start` [INFO] [stderr] --> src/main.rs:57:41 [INFO] [stderr] | [INFO] [stderr] 57 | s = s.trim_left_matches(prefix).trim_left(); [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `trim_start` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/main.rs:60:15 [INFO] [stderr] | [INFO] [stderr] 60 | s = s.trim_right_matches(suffix).trim_right(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right': superseded by `trim_end` [INFO] [stderr] --> src/main.rs:60:42 [INFO] [stderr] | [INFO] [stderr] 60 | s = s.trim_right_matches(suffix).trim_right(); [INFO] [stderr] | ^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.06s [INFO] running `"docker" "inspect" "1b70d67c439517aa0fe56b69fca2ac2ae1d78145bee2993b98acd7ec472bf158"` [INFO] running `"docker" "rm" "-f" "1b70d67c439517aa0fe56b69fca2ac2ae1d78145bee2993b98acd7ec472bf158"` [INFO] [stdout] 1b70d67c439517aa0fe56b69fca2ac2ae1d78145bee2993b98acd7ec472bf158 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-7/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/kballard/flip-text.alfredworkflow:/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] 3947f2520b32ba8ad5643365abe440c202d554f1f9c8ccfdc0fe9dcb216ef6b7 [INFO] running `"docker" "start" "-a" "3947f2520b32ba8ad5643365abe440c202d554f1f9c8ccfdc0fe9dcb216ef6b7"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/crater/target/debug/deps/flip_text-1ffbf3e7c62ca261 [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" "3947f2520b32ba8ad5643365abe440c202d554f1f9c8ccfdc0fe9dcb216ef6b7"` [INFO] running `"docker" "rm" "-f" "3947f2520b32ba8ad5643365abe440c202d554f1f9c8ccfdc0fe9dcb216ef6b7"` [INFO] [stdout] 3947f2520b32ba8ad5643365abe440c202d554f1f9c8ccfdc0fe9dcb216ef6b7