[INFO] fetching crate syllabize-es 0.5.3...
[INFO] building syllabize-es-0.5.3 against master#c7f6aa2869acdbf014d094c6e427e554e160b6db for pr-146237-2
[INFO] extracting crate syllabize-es 0.5.3 into /workspace/builds/worker-6-tc1/source
[INFO] started tweaking crates.io crate syllabize-es 0.5.3
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate syllabize-es 0.5.3
[INFO] tweaked toml for crates.io crate syllabize-es 0.5.3 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate syllabize-es 0.5.3 on toolchain c7f6aa2869acdbf014d094c6e427e554e160b6db
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate syllabize-es 0.5.3 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 803269dd8b4a70780030f4e4d8e91fbf1cae65711ef62ad8d9ebe804f8e372c9
[INFO] running `Command { std: "docker" "start" "-a" "803269dd8b4a70780030f4e4d8e91fbf1cae65711ef62ad8d9ebe804f8e372c9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "803269dd8b4a70780030f4e4d8e91fbf1cae65711ef62ad8d9ebe804f8e372c9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "803269dd8b4a70780030f4e4d8e91fbf1cae65711ef62ad8d9ebe804f8e372c9", kill_on_drop: false }`
[INFO] [stdout] 803269dd8b4a70780030f4e4d8e91fbf1cae65711ef62ad8d9ebe804f8e372c9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a9c8ee5e82cee9221694f20941f954d5c760038185baf88c6ded4f0e210b2d2f
[INFO] running `Command { std: "docker" "start" "-a" "a9c8ee5e82cee9221694f20941f954d5c760038185baf88c6ded4f0e210b2d2f", kill_on_drop: false }`
[INFO] [stderr]    Compiling syllabize-es v0.5.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> src/lib.rs:305:13
[INFO] [stdout]     |
[INFO] [stdout] 305 |             _ => panic!("Invalid stress count {}", d),
[INFO] [stdout]     |             ^ no value can reach this
[INFO] [stdout]     |
[INFO] [stdout] note: multiple earlier patterns match some of the same values
[INFO] [stdout]    --> src/lib.rs:305:13
[INFO] [stdout]     |
[INFO] [stdout] 301 |             0 => StressType::Oxytone,
[INFO] [stdout]     |             - matches some of the same values
[INFO] [stdout] 302 |             1 => StressType::Paroxytone,
[INFO] [stdout]     |             - matches some of the same values
[INFO] [stdout] 303 |             2 => StressType::Proparoxytone,
[INFO] [stdout]     |             - matches some of the same values
[INFO] [stdout] 304 |             3.. => StressType::Superproparoxytone,
[INFO] [stdout]     |             --- matches some of the same values
[INFO] [stdout] 305 |             _ => panic!("Invalid stress count {}", d),
[INFO] [stdout]     |             ^ collectively making this unreachable
[INFO] [stdout]     = note: `#[warn(unreachable_patterns)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s
[INFO] running `Command { std: "docker" "inspect" "a9c8ee5e82cee9221694f20941f954d5c760038185baf88c6ded4f0e210b2d2f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a9c8ee5e82cee9221694f20941f954d5c760038185baf88c6ded4f0e210b2d2f", kill_on_drop: false }`
[INFO] [stdout] a9c8ee5e82cee9221694f20941f954d5c760038185baf88c6ded4f0e210b2d2f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d51b1cc62e9b17d65aa43ad117b291bf0c78d8df8a3910e6af58c9e9ca361e3d
[INFO] running `Command { std: "docker" "start" "-a" "d51b1cc62e9b17d65aa43ad117b291bf0c78d8df8a3910e6af58c9e9ca361e3d", kill_on_drop: false }`
[INFO] [stderr]    Compiling syllabize-es v0.5.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> src/lib.rs:305:13
[INFO] [stdout]     |
[INFO] [stdout] 305 |             _ => panic!("Invalid stress count {}", d),
[INFO] [stdout]     |             ^ no value can reach this
[INFO] [stdout]     |
[INFO] [stdout] note: multiple earlier patterns match some of the same values
[INFO] [stdout]    --> src/lib.rs:305:13
[INFO] [stdout]     |
[INFO] [stdout] 301 |             0 => StressType::Oxytone,
[INFO] [stdout]     |             - matches some of the same values
[INFO] [stdout] 302 |             1 => StressType::Paroxytone,
[INFO] [stdout]     |             - matches some of the same values
[INFO] [stdout] 303 |             2 => StressType::Proparoxytone,
[INFO] [stdout]     |             - matches some of the same values
[INFO] [stdout] 304 |             3.. => StressType::Superproparoxytone,
[INFO] [stdout]     |             --- matches some of the same values
[INFO] [stdout] 305 |             _ => panic!("Invalid stress count {}", d),
[INFO] [stdout]     |             ^ collectively making this unreachable
[INFO] [stdout]     = note: `#[warn(unreachable_patterns)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> src/lib.rs:305:13
[INFO] [stdout]     |
[INFO] [stdout] 305 |             _ => panic!("Invalid stress count {}", d),
[INFO] [stdout]     |             ^ no value can reach this
[INFO] [stdout]     |
[INFO] [stdout] note: multiple earlier patterns match some of the same values
[INFO] [stdout]    --> src/lib.rs:305:13
[INFO] [stdout]     |
[INFO] [stdout] 301 |             0 => StressType::Oxytone,
[INFO] [stdout]     |             - matches some of the same values
[INFO] [stdout] 302 |             1 => StressType::Paroxytone,
[INFO] [stdout]     |             - matches some of the same values
[INFO] [stdout] 303 |             2 => StressType::Proparoxytone,
[INFO] [stdout]     |             - matches some of the same values
[INFO] [stdout] 304 |             3.. => StressType::Superproparoxytone,
[INFO] [stdout]     |             --- matches some of the same values
[INFO] [stdout] 305 |             _ => panic!("Invalid stress count {}", d),
[INFO] [stdout]     |             ^ collectively making this unreachable
[INFO] [stdout]     = note: `#[warn(unreachable_patterns)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.19s
[INFO] running `Command { std: "docker" "inspect" "d51b1cc62e9b17d65aa43ad117b291bf0c78d8df8a3910e6af58c9e9ca361e3d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d51b1cc62e9b17d65aa43ad117b291bf0c78d8df8a3910e6af58c9e9ca361e3d", kill_on_drop: false }`
[INFO] [stdout] d51b1cc62e9b17d65aa43ad117b291bf0c78d8df8a3910e6af58c9e9ca361e3d
