[INFO] cloning repository https://github.com/alexjslessor/alexjslessor.github.io [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/alexjslessor/alexjslessor.github.io" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falexjslessor%2Falexjslessor.github.io"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falexjslessor%2Falexjslessor.github.io'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 5166daaf9184552e61e350796ce5f199a4001343 [INFO] checking alexjslessor/alexjslessor.github.io against try#89c05fd3cc6404a13e1bd71450c6132a2755fa4b for pr-69741 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falexjslessor%2Falexjslessor.github.io" "/workspace/builds/worker-7/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/alexjslessor/alexjslessor.github.io on toolchain 89c05fd3cc6404a13e1bd71450c6132a2755fa4b [INFO] running `"/workspace/cargo-home/bin/cargo" "+89c05fd3cc6404a13e1bd71450c6132a2755fa4b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/alexjslessor/alexjslessor.github.io [INFO] finished tweaking git repo https://github.com/alexjslessor/alexjslessor.github.io [INFO] tweaked toml for git repo https://github.com/alexjslessor/alexjslessor.github.io written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/alexjslessor/alexjslessor.github.io already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+89c05fd3cc6404a13e1bd71450c6132a2755fa4b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded yew-router v0.8.1 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "MAP_USER_ID=0" "-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" "+89c05fd3cc6404a13e1bd71450c6132a2755fa4b" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 4b2fb149bf0bc0df44f3a9b439b244851cdb6dc8569536ab66018450ad44fb6d [INFO] running `"docker" "start" "-a" "4b2fb149bf0bc0df44f3a9b439b244851cdb6dc8569536ab66018450ad44fb6d"` [INFO] [stderr] Compiling memchr v2.3.0 [INFO] [stderr] Compiling yew-macro v0.11.0 [INFO] [stderr] Compiling stdweb v0.4.20 [INFO] [stderr] Compiling lexical-core v0.4.6 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Compiling serde v1.0.104 [INFO] [stderr] Checking serde_json v1.0.46 [INFO] [stderr] Checking failure v0.1.6 [INFO] [stderr] Checking nom v5.1.0 [INFO] [stderr] Checking yew-router-route-parser v0.8.0 [INFO] [stderr] Compiling yew-router-macro v0.8.0 [INFO] [stderr] Compiling stdweb-derive v0.5.3 [INFO] [stderr] Compiling stdweb-internal-macros v0.2.9 [INFO] [stderr] Checking yew v0.11.0 [INFO] [stderr] Checking yew-router v0.8.1 [INFO] [stderr] error[E0038]: the trait `switch::Switch` cannot be made into an object [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/yew-router-0.8.1/src/switch.rs:9:21 [INFO] [stderr] | [INFO] [stderr] 9 | pub type Routable = Switch; [INFO] [stderr] | ^^^^^^ the trait `switch::Switch` cannot be made into an object [INFO] [stderr] ... [INFO] [stderr] 50 | pub trait Switch: Sized { [INFO] [stderr] | ------ ----- ...because it requires `Self: Sized` [INFO] [stderr] | | [INFO] [stderr] | this trait cannot be made into an object... [INFO] [stderr] [INFO] [stderr] error[E0277]: `()` doesn't implement `std::fmt::Display` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/yew-router-0.8.1/src/alias.rs:65:35 [INFO] [stderr] | [INFO] [stderr] 65 | pub type RouterLink = $crate::components::RouterLink<$StateT>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `()` cannot be formatted with the default formatter [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/yew-router-0.8.1/src/components/router_link.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | pub struct RouterAnchor { [INFO] [stderr] | ------------------------------------------------------------------------------ required by `components::router_link::RouterAnchor` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/yew-router-0.8.1/src/lib.rs:81:5 [INFO] [stderr] | [INFO] [stderr] 81 | define_router_state!(()); [INFO] [stderr] | ------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Display` is not implemented for `()` [INFO] [stderr] = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead [INFO] [stderr] = note: required because of the requirements on the impl of `switch::Switch` for `()` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `(): std::str::FromStr` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/yew-router-0.8.1/src/alias.rs:65:35 [INFO] [stderr] | [INFO] [stderr] 65 | pub type RouterLink = $crate::components::RouterLink<$StateT>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::str::FromStr` is not implemented for `()` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/yew-router-0.8.1/src/components/router_link.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | pub struct RouterAnchor { [INFO] [stderr] | ------------------------------------------------------------------------------ required by `components::router_link::RouterAnchor` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/yew-router-0.8.1/src/lib.rs:81:5 [INFO] [stderr] | [INFO] [stderr] 81 | define_router_state!(()); [INFO] [stderr] | ------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `switch::Switch` for `()` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: `()` doesn't implement `std::fmt::Display` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/yew-router-0.8.1/src/alias.rs:72:37 [INFO] [stderr] | [INFO] [stderr] 72 | pub type RouterAnchor = $crate::components::RouterAnchor<$StateT>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `()` cannot be formatted with the default formatter [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/yew-router-0.8.1/src/components/router_link.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | pub struct RouterAnchor { [INFO] [stderr] | ------------------------------------------------------------------------------ required by `components::router_link::RouterAnchor` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/yew-router-0.8.1/src/lib.rs:81:5 [INFO] [stderr] | [INFO] [stderr] 81 | define_router_state!(()); [INFO] [stderr] | ------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Display` is not implemented for `()` [INFO] [stderr] = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead [INFO] [stderr] = note: required because of the requirements on the impl of `switch::Switch` for `()` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `(): std::str::FromStr` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/yew-router-0.8.1/src/alias.rs:72:37 [INFO] [stderr] | [INFO] [stderr] 72 | pub type RouterAnchor = $crate::components::RouterAnchor<$StateT>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::str::FromStr` is not implemented for `()` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/yew-router-0.8.1/src/components/router_link.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | pub struct RouterAnchor { [INFO] [stderr] | ------------------------------------------------------------------------------ required by `components::router_link::RouterAnchor` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/yew-router-0.8.1/src/lib.rs:81:5 [INFO] [stderr] | [INFO] [stderr] 81 | define_router_state!(()); [INFO] [stderr] | ------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `switch::Switch` for `()` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: `()` doesn't implement `std::fmt::Display` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/yew-router-0.8.1/src/alias.rs:78:37 [INFO] [stderr] | [INFO] [stderr] 78 | pub type RouterButton = $crate::components::RouterButton<$StateT>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `()` cannot be formatted with the default formatter [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/yew-router-0.8.1/src/components/router_button.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | pub struct RouterButton { [INFO] [stderr] | ------------------------------------------------------------------------------ required by `components::router_button::RouterButton` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/yew-router-0.8.1/src/lib.rs:81:5 [INFO] [stderr] | [INFO] [stderr] 81 | define_router_state!(()); [INFO] [stderr] | ------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Display` is not implemented for `()` [INFO] [stderr] = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead [INFO] [stderr] = note: required because of the requirements on the impl of `switch::Switch` for `()` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `(): std::str::FromStr` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/yew-router-0.8.1/src/alias.rs:78:37 [INFO] [stderr] | [INFO] [stderr] 78 | pub type RouterButton = $crate::components::RouterButton<$StateT>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::str::FromStr` is not implemented for `()` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/yew-router-0.8.1/src/components/router_button.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | pub struct RouterButton { [INFO] [stderr] | ------------------------------------------------------------------------------ required by `components::router_button::RouterButton` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/yew-router-0.8.1/src/lib.rs:81:5 [INFO] [stderr] | [INFO] [stderr] 81 | define_router_state!(()); [INFO] [stderr] | ------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `switch::Switch` for `()` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 7 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0038, E0277. [INFO] [stderr] For more information about an error, try `rustc --explain E0038`. [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" "4b2fb149bf0bc0df44f3a9b439b244851cdb6dc8569536ab66018450ad44fb6d"` [INFO] running `"docker" "rm" "-f" "4b2fb149bf0bc0df44f3a9b439b244851cdb6dc8569536ab66018450ad44fb6d"` [INFO] [stdout] 4b2fb149bf0bc0df44f3a9b439b244851cdb6dc8569536ab66018450ad44fb6d