[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] - [deleted] (none) -> dependabot/cargo/cfg-if-0.1.10 [INFO] [stderr] * [new branch] dependabot/cargo/stdweb-0.4.19 -> dependabot/cargo/stdweb-0.4.19 [INFO] [stderr] * [new branch] dependabot/cargo/stdweb-internal-runtime-0.1.5 -> dependabot/cargo/stdweb-internal-runtime-0.1.5 [INFO] [stderr] 37b1cec..adf401f gh-pages -> gh-pages [INFO] [stderr] 3c9aa9d..5c87af5 master -> master [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 5c87af5234589387f2ac3b3cb7975a798c06f468 [INFO] checking saschagrunert/yew-router against try#8d67a66581ea5498d7ac03b8f88a478d8ec75cf0 for pr-64564 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsaschagrunert%2Fyew-router" "work/builds/worker-3/source"` [INFO] [stderr] Cloning into 'work/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/saschagrunert/yew-router on toolchain 8d67a66581ea5498d7ac03b8f88a478d8ec75cf0-alt [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+8d67a66581ea5498d7ac03b8f88a478d8ec75cf0-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-3/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" "+8d67a66581ea5498d7ac03b8f88a478d8ec75cf0-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-3/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" "+8d67a66581ea5498d7ac03b8f88a478d8ec75cf0-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 394ce8d705ea1ec45258cb0045a14163deb99e0936e65167dded0ed56804d3e5 [INFO] running `"docker" "start" "-a" "394ce8d705ea1ec45258cb0045a14163deb99e0936e65167dded0ed56804d3e5"` [INFO] [stderr] Compiling proc-macro2 v1.0.0 [INFO] [stderr] Compiling syn v1.0.0 [INFO] [stderr] Compiling libc v0.2.63 [INFO] [stderr] Compiling yew v0.9.0 [INFO] [stderr] Compiling yew-macro v0.9.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] Compiling quote v1.0.0 [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" "394ce8d705ea1ec45258cb0045a14163deb99e0936e65167dded0ed56804d3e5"` [INFO] running `"docker" "rm" "-f" "394ce8d705ea1ec45258cb0045a14163deb99e0936e65167dded0ed56804d3e5"` [INFO] [stdout] 394ce8d705ea1ec45258cb0045a14163deb99e0936e65167dded0ed56804d3e5