[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 try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-2/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "build" "--frozen"` [INFO] [stdout] 4b27c062a7256df099c9df1e59bb2dd552e7cb49640e64ea4ea49b5662383b2e [INFO] running `"docker" "start" "-a" "4b27c062a7256df099c9df1e59bb2dd552e7cb49640e64ea4ea49b5662383b2e"` [INFO] [stderr] Compiling serde v1.0.11 [INFO] [stderr] Compiling serde_json v1.0.2 [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 17.99s [INFO] running `"docker" "inspect" "4b27c062a7256df099c9df1e59bb2dd552e7cb49640e64ea4ea49b5662383b2e"` [INFO] running `"docker" "rm" "-f" "4b27c062a7256df099c9df1e59bb2dd552e7cb49640e64ea4ea49b5662383b2e"` [INFO] [stdout] 4b27c062a7256df099c9df1e59bb2dd552e7cb49640e64ea4ea49b5662383b2e [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-2/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 997b89b764029c5176a933a503222d29342768c44f59a4cea247437dac850d95 [INFO] running `"docker" "start" "-a" "997b89b764029c5176a933a503222d29342768c44f59a4cea247437dac850d95"` [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.09s [INFO] running `"docker" "inspect" "997b89b764029c5176a933a503222d29342768c44f59a4cea247437dac850d95"` [INFO] running `"docker" "rm" "-f" "997b89b764029c5176a933a503222d29342768c44f59a4cea247437dac850d95"` [INFO] [stdout] 997b89b764029c5176a933a503222d29342768c44f59a4cea247437dac850d95 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-2/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen"` [INFO] [stdout] 483ada63037467d64e8995cf405dee06f547c091f356e95fb020fc980d749e41 [INFO] running `"docker" "start" "-a" "483ada63037467d64e8995cf405dee06f547c091f356e95fb020fc980d749e41"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/crater/target/debug/deps/flip_text-75f52f35357ffe21 [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" "483ada63037467d64e8995cf405dee06f547c091f356e95fb020fc980d749e41"` [INFO] running `"docker" "rm" "-f" "483ada63037467d64e8995cf405dee06f547c091f356e95fb020fc980d749e41"` [INFO] [stdout] 483ada63037467d64e8995cf405dee06f547c091f356e95fb020fc980d749e41