[INFO] updating cached repository niba1122/rust_app [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/niba1122/rust_app [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/niba1122/rust_app" "work/ex/beta-1.38-1/sources/1.37.0/gh/niba1122/rust_app"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/niba1122/rust_app'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/niba1122/rust_app" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/niba1122/rust_app"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/niba1122/rust_app'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 9cbace08c3e94bd6504b4d27afb6f8a70794a3bc [INFO] sha for GitHub repo niba1122/rust_app: 9cbace08c3e94bd6504b4d27afb6f8a70794a3bc [INFO] validating manifest of niba1122/rust_app on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of niba1122/rust_app on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing niba1122/rust_app [INFO] removed path dependency yew from niba1122/rust_app [INFO] finished frobbing niba1122/rust_app [INFO] frobbed toml for niba1122/rust_app written to work/ex/beta-1.38-1/sources/1.37.0/gh/niba1122/rust_app/Cargo.toml [INFO] started frobbing niba1122/rust_app [INFO] removed path dependency yew from niba1122/rust_app [INFO] finished frobbing niba1122/rust_app [INFO] frobbed toml for niba1122/rust_app written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/niba1122/rust_app/Cargo.toml [INFO] crate niba1122/rust_app already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Updating crates.io index [INFO] [stderr] error: the lock file /mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/niba1122/rust_app/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing niba1122/rust_app against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/niba1122/rust_app:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 28e9c38257b09cc29d549414511d41ddd88cfab9991dd9465a9d60909454988e [INFO] running `"docker" "start" "-a" "28e9c38257b09cc29d549414511d41ddd88cfab9991dd9465a9d60909454988e"` [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 proc-macro-nested v0.1.3 [INFO] [stderr] Compiling yew v0.8.0 [INFO] [stderr] Compiling boolinator v2.4.0 [INFO] [stderr] Compiling yew-macro v0.8.0 [INFO] [stderr] Compiling proc-macro-hack v0.5.9 [INFO] [stderr] Compiling stdweb-derive v0.5.1 [INFO] [stderr] Compiling bincode v1.0.1 [INFO] [stderr] Compiling stdweb-internal-macros v0.2.7 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling stdweb v0.4.18 [INFO] [stderr] Compiling rust_app v0.1.0 (/opt/crater/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" "28e9c38257b09cc29d549414511d41ddd88cfab9991dd9465a9d60909454988e"` [INFO] running `"docker" "rm" "-f" "28e9c38257b09cc29d549414511d41ddd88cfab9991dd9465a9d60909454988e"` [INFO] [stdout] 28e9c38257b09cc29d549414511d41ddd88cfab9991dd9465a9d60909454988e