[INFO] updating cached repository https://github.com/niba1122/rust_app [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 9cbace08c3e94bd6504b4d27afb6f8a70794a3bc [INFO] testing niba1122/rust_app against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fniba1122%2Frust_app" "work/builds/worker-5/source"` [INFO] [stderr] Cloning into 'work/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/niba1122/rust_app on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/niba1122/rust_app [INFO] removed path dependency yew from git repo https://github.com/niba1122/rust_app [INFO] finished tweaking git repo https://github.com/niba1122/rust_app [INFO] tweaked toml for git repo https://github.com/niba1122/rust_app written to work/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/niba1122/rust_app already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Updating crates.io index [INFO] [stderr] error: the lock file /big/crater/work/builds/worker-5/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/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=warn" "-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" "+1.38.0" "build" "--frozen"` [INFO] [stdout] cc7b233b9d994efb93ca63fee2ecc5fd3bdc14069361f4b0582f587893cf7722 [INFO] running `"docker" "start" "-a" "cc7b233b9d994efb93ca63fee2ecc5fd3bdc14069361f4b0582f587893cf7722"` [INFO] [stderr] warning: dependency (yew) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Compiling serde v1.0.101 [INFO] [stderr] Compiling stdweb-internal-runtime v0.1.5 [INFO] [stderr] Compiling proc-macro-nested v0.1.3 [INFO] [stderr] Compiling sha1 v0.6.0 [INFO] [stderr] Compiling base-x v0.2.5 [INFO] [stderr] Compiling boolinator v2.4.0 [INFO] [stderr] Compiling discard v1.0.4 [INFO] [stderr] Compiling yew v0.9.0 [INFO] [stderr] Compiling indexmap v1.2.0 [INFO] [stderr] Compiling anymap v0.12.1 [INFO] [stderr] Compiling yew-macro v0.9.0 [INFO] [stderr] Compiling iovec v0.1.2 [INFO] [stderr] Compiling backtrace-sys v0.1.31 [INFO] [stderr] Compiling stdweb v0.4.19 [INFO] [stderr] Compiling backtrace v0.3.38 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling http v0.1.18 [INFO] [stderr] Compiling serde_derive v1.0.101 [INFO] [stderr] Compiling proc-macro-hack v0.5.10 [INFO] [stderr] Compiling serde_json v1.0.41 [INFO] [stderr] Compiling bincode v1.0.1 [INFO] [stderr] Compiling stdweb-derive v0.5.2 [INFO] [stderr] Compiling stdweb-internal-macros v0.2.8 [INFO] [stderr] Compiling rust_app v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: invalid closure argument [INFO] [stderr] --> src/lib.rs:104:36 [INFO] [stderr] | [INFO] [stderr] 104 | oninput=|e: InputData| Msg::InputSearchQuery(e.value), /> [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Env` in this scope [INFO] [stderr] --> src/card.rs:24:51 [INFO] [stderr] | [INFO] [stderr] 24 | fn create(props: Self::Properties, _env: &mut Env<'_, CTX, Self>) -> Self { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Env` in this scope [INFO] [stderr] --> src/card.rs:32:56 [INFO] [stderr] | [INFO] [stderr] 32 | fn update(&mut self, msg: Self::Message, env: &mut Env) -> ShouldRender { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Env` in this scope [INFO] [stderr] --> src/card.rs:36:59 [INFO] [stderr] | [INFO] [stderr] 36 | fn change(&mut self, props: Self::Properties, _: &mut Env) -> ShouldRender { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Env` in this scope [INFO] [stderr] --> src/lib.rs:56:44 [INFO] [stderr] | [INFO] [stderr] 56 | fn create(_: Self::Properties, _: &mut Env) -> Self { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Env` in this scope [INFO] [stderr] --> src/lib.rs:65:56 [INFO] [stderr] | [INFO] [stderr] 65 | fn update(&mut self, msg: Self::Message, env: &mut Env) -> ShouldRender { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/lib.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stderr] --> src/lib.rs:49:21 [INFO] [stderr] | [INFO] [stderr] 49 | impl Component for Model [INFO] [stderr] | ^^^ unexpected type argument [INFO] [stderr] [INFO] [stderr] error[E0107]: wrong number of type arguments: expected 1, found 2 [INFO] [stderr] --> src/lib.rs:94:27 [INFO] [stderr] | [INFO] [stderr] 94 | impl Renderable for Model [INFO] [stderr] | ^^^^^ unexpected type argument [INFO] [stderr] [INFO] [stderr] error[E0107]: wrong number of type arguments: expected 1, found 2 [INFO] [stderr] --> src/lib.rs:98:33 [INFO] [stderr] | [INFO] [stderr] 98 | fn view(&self) -> Html { [INFO] [stderr] | ^^^^ unexpected type argument [INFO] [stderr] [INFO] [stderr] error[E0107]: wrong number of type arguments: expected 1, found 2 [INFO] [stderr] --> src/lib.rs:115:62 [INFO] [stderr] | [INFO] [stderr] 115 | fn person_view(&self, person: &Person) -> Html [INFO] [stderr] | ^^^^^ unexpected type argument [INFO] [stderr] [INFO] [stderr] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stderr] --> src/card.rs:18:21 [INFO] [stderr] | [INFO] [stderr] 18 | impl Component for Card [INFO] [stderr] | ^^^ unexpected type argument [INFO] [stderr] [INFO] [stderr] error[E0107]: wrong number of type arguments: expected 1, found 2 [INFO] [stderr] --> src/card.rs:44:27 [INFO] [stderr] | [INFO] [stderr] 44 | impl Renderable for Card [INFO] [stderr] | ^^^^ unexpected type argument [INFO] [stderr] [INFO] [stderr] error[E0107]: wrong number of type arguments: expected 1, found 2 [INFO] [stderr] --> src/card.rs:48:33 [INFO] [stderr] | [INFO] [stderr] 48 | fn view(&self) -> Html { [INFO] [stderr] | ^^^^ unexpected type argument [INFO] [stderr] [INFO] [stderr] error: aborting due to 13 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0107, E0412. [INFO] [stderr] For more information about an error, try `rustc --explain E0107`. [INFO] [stderr] error: Could not compile `rust_app`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "cc7b233b9d994efb93ca63fee2ecc5fd3bdc14069361f4b0582f587893cf7722"` [INFO] running `"docker" "rm" "-f" "cc7b233b9d994efb93ca63fee2ecc5fd3bdc14069361f4b0582f587893cf7722"` [INFO] [stdout] cc7b233b9d994efb93ca63fee2ecc5fd3bdc14069361f4b0582f587893cf7722