[INFO] updating cached repository https://github.com/saschagrunert/yew-router [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/mnt/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] [stderr] From https://github.com/saschagrunert/yew-router [INFO] [stderr] * [new branch] dependabot/cargo/cfg-if-0.1.10 -> dependabot/cargo/cfg-if-0.1.10 [INFO] [stderr] 6fe0c1c..37b1cec gh-pages -> gh-pages [INFO] [stderr] 8641c79..3c9aa9d master -> master [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 3c9aa9d41a7c7bfd4cf838e55fdb04f6deea357e [INFO] checking saschagrunert/yew-router against try#b19afc12c4f781e95f168f2fdea339c972f14ae2 for pr-64327 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsaschagrunert%2Fyew-router" "work/builds/worker-2/source"` [INFO] [stderr] Cloning into 'work/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/saschagrunert/yew-router on toolchain b19afc12c4f781e95f168f2fdea339c972f14ae2-alt [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+b19afc12c4f781e95f168f2fdea339c972f14ae2-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/saschagrunert/yew-router [INFO] finished tweaking git repo https://github.com/saschagrunert/yew-router [INFO] tweaked toml for git repo https://github.com/saschagrunert/yew-router written to work/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/saschagrunert/yew-router already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+b19afc12c4f781e95f168f2fdea339c972f14ae2-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded web_logger v0.2.0 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/mnt/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+b19afc12c4f781e95f168f2fdea339c972f14ae2-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] e3147fc42ffe6973555c21f1b69d8dea0aa377c26eec2ee52e2b0798e1e4c88b [INFO] running `"docker" "start" "-a" "e3147fc42ffe6973555c21f1b69d8dea0aa377c26eec2ee52e2b0798e1e4c88b"` [INFO] [stderr] Compiling syn v1.0.0 [INFO] [stderr] Compiling libc v0.2.63 [INFO] [stderr] Compiling yew v0.8.0 [INFO] [stderr] Compiling yew-macro v0.8.0 [INFO] [stderr] Compiling smart-default v0.5.2 [INFO] [stderr] Checking backtrace-sys v0.1.31 [INFO] [stderr] Checking iovec v0.1.2 [INFO] [stderr] Checking backtrace v0.3.38 [INFO] [stderr] Checking bytes v0.4.12 [INFO] [stderr] Checking failure v0.1.5 [INFO] [stderr] Checking http v0.1.18 [INFO] [stderr] Compiling serde_derive v1.0.101 [INFO] [stderr] Compiling proc-macro-hack v0.5.9 [INFO] [stderr] Compiling serde v1.0.101 [INFO] [stderr] Checking serde_json v1.0.40 [INFO] [stderr] Checking bincode v1.0.1 [INFO] [stderr] Compiling stdweb-derive v0.5.1 [INFO] [stderr] Compiling stdweb-internal-macros v0.2.7 [INFO] [stderr] Checking stdweb v0.4.18 [INFO] [stderr] Checking web_logger v0.2.0 [INFO] [stderr] Checking yew-router v0.4.0 (/opt/rustwide/workdir) [INFO] [stderr] error: `X..` range patterns are not supported [INFO] [stderr] --> examples/history_state.rs:86:26 [INFO] [stderr] | [INFO] [stderr] 86 | ["settings", sub_route..] => RouterTarget::Settings(parse(&sub_route.join("/"))?), [INFO] [stderr] | ^^^^^^^^^^^ help: try using the maximum value for the type: `sub_route..MAX` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `sub_route` in this scope [INFO] [stderr] --> examples/history_state.rs:86:26 [INFO] [stderr] | [INFO] [stderr] 86 | ["settings", sub_route..] => RouterTarget::Settings(parse(&sub_route.join("/"))?), [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `sub_route` in this scope [INFO] [stderr] --> examples/history_state.rs:86:72 [INFO] [stderr] | [INFO] [stderr] 86 | ["settings", sub_route..] => RouterTarget::Settings(parse(&sub_route.join("/"))?), [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0658]: exclusive range pattern syntax is experimental [INFO] [stderr] --> examples/history_state.rs:86:26 [INFO] [stderr] | [INFO] [stderr] 86 | ["settings", sub_route..] => RouterTarget::Settings(parse(&sub_route.join("/"))?), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/37854 [INFO] [stderr] = help: add `#![feature(exclusive_range_pattern)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0658. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: Could not compile `yew-router`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "e3147fc42ffe6973555c21f1b69d8dea0aa377c26eec2ee52e2b0798e1e4c88b"` [INFO] running `"docker" "rm" "-f" "e3147fc42ffe6973555c21f1b69d8dea0aa377c26eec2ee52e2b0798e1e4c88b"` [INFO] [stdout] e3147fc42ffe6973555c21f1b69d8dea0aa377c26eec2ee52e2b0798e1e4c88b