[INFO] cloning repository https://github.com/rawblue-sudo/rust-yew [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rawblue-sudo/rust-yew" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frawblue-sudo%2Frust-yew", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frawblue-sudo%2Frust-yew'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 986801b8ddaff6f9539538e91b41408054a5c579 [INFO] checking rawblue-sudo/rust-yew against master#33fdb797f59421c7bbecaa4588ed5d7a31a9494a for pr-87190-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frawblue-sudo%2Frust-yew" "/workspace/builds/worker-19/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-19/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/rawblue-sudo/rust-yew on toolchain 33fdb797f59421c7bbecaa4588ed5d7a31a9494a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/rawblue-sudo/rust-yew [INFO] finished tweaking git repo https://github.com/rawblue-sudo/rust-yew [INFO] tweaked toml for git repo https://github.com/rawblue-sudo/rust-yew written to /workspace/builds/worker-19/source/Cargo.toml [INFO] crate git repo https://github.com/rawblue-sudo/rust-yew already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "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-19/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 87bd6b1187efad8802e9c7f9604fecb0b33b4adf4046347e42748c286324dac1 [INFO] running `Command { std: "docker" "start" "-a" "87bd6b1187efad8802e9c7f9604fecb0b33b4adf4046347e42748c286324dac1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "87bd6b1187efad8802e9c7f9604fecb0b33b4adf4046347e42748c286324dac1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "87bd6b1187efad8802e9c7f9604fecb0b33b4adf4046347e42748c286324dac1", kill_on_drop: false }` [INFO] [stdout] 87bd6b1187efad8802e9c7f9604fecb0b33b4adf4046347e42748c286324dac1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d960b98771a104539d0baa645f309bc425d940e865c33b11de5c00608a87dd55 [INFO] running `Command { std: "docker" "start" "-a" "d960b98771a104539d0baa645f309bc425d940e865c33b11de5c00608a87dd55", kill_on_drop: false }` [INFO] [stderr] Checking rust-yew v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `log` [INFO] [stdout] --> src/app.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use log::info; [INFO] [stdout] | ^^^ use of undeclared crate or module `log` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `yew` [INFO] [stdout] --> src/app.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use yew::{html, Component, ComponentLink, Html, Renderable, ShouldRender}; [INFO] [stdout] | ^^^ use of undeclared crate or module `yew` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::app::modules` [INFO] [stdout] --> src/app.rs:4:17 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::app::modules::Header; [INFO] [stdout] | ^^^^^^^ could not find `modules` in `app` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::app::root` [INFO] [stdout] --> src/app.rs:5:17 [INFO] [stdout] | [INFO] [stdout] 5 | use crate::app::root::Model as Root; [INFO] [stdout] | ^^^^ could not find `root` in `app` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `html` [INFO] [stdout] --> src/app.rs:25:9 [INFO] [stdout] | [INFO] [stdout] 25 | html! { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `info` [INFO] [stdout] --> src/app.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | info!("App component created"); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `yew` [INFO] [stdout] --> src/main.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | yew::start_app::(); [INFO] [stdout] | ^^^ use of undeclared crate or module `yew` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `log` [INFO] [stdout] --> src/app.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use log::info; [INFO] [stdout] | ^^^ use of undeclared crate or module `log` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `yew` [INFO] [stdout] --> src/app.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use yew::{html, Component, ComponentLink, Html, Renderable, ShouldRender}; [INFO] [stdout] | ^^^ use of undeclared crate or module `yew` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::app::modules` [INFO] [stdout] --> src/app.rs:4:17 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::app::modules::Header; [INFO] [stdout] | ^^^^^^^ could not find `modules` in `app` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::app::root` [INFO] [stdout] --> src/app.rs:5:17 [INFO] [stdout] | [INFO] [stdout] 5 | use crate::app::root::Model as Root; [INFO] [stdout] | ^^^^ could not find `root` in `app` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `html` [INFO] [stdout] --> src/app.rs:25:9 [INFO] [stdout] | [INFO] [stdout] 25 | html! { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `info` [INFO] [stdout] --> src/app.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | info!("App component created"); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 7 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `rust-yew` due to 8 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `yew` [INFO] [stdout] --> src/main.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | yew::start_app::(); [INFO] [stdout] | ^^^ use of undeclared crate or module `yew` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 7 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "d960b98771a104539d0baa645f309bc425d940e865c33b11de5c00608a87dd55", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d960b98771a104539d0baa645f309bc425d940e865c33b11de5c00608a87dd55", kill_on_drop: false }` [INFO] [stdout] d960b98771a104539d0baa645f309bc425d940e865c33b11de5c00608a87dd55