[INFO] updating cached repository Zabalkanskiy/product_store_front_end [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/Zabalkanskiy/product_store_front_end [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/Zabalkanskiy/product_store_front_end" "work/ex/beta-1.38-1/sources/1.37.0/gh/Zabalkanskiy/product_store_front_end"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/Zabalkanskiy/product_store_front_end'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Zabalkanskiy/product_store_front_end" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Zabalkanskiy/product_store_front_end"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Zabalkanskiy/product_store_front_end'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] fb49da1614f8252262079ab056a9764440e0518a [INFO] sha for GitHub repo Zabalkanskiy/product_store_front_end: fb49da1614f8252262079ab056a9764440e0518a [INFO] validating manifest of Zabalkanskiy/product_store_front_end 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 Zabalkanskiy/product_store_front_end 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 Zabalkanskiy/product_store_front_end [INFO] finished frobbing Zabalkanskiy/product_store_front_end [INFO] frobbed toml for Zabalkanskiy/product_store_front_end written to work/ex/beta-1.38-1/sources/1.37.0/gh/Zabalkanskiy/product_store_front_end/Cargo.toml [INFO] started frobbing Zabalkanskiy/product_store_front_end [INFO] finished frobbing Zabalkanskiy/product_store_front_end [INFO] frobbed toml for Zabalkanskiy/product_store_front_end written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Zabalkanskiy/product_store_front_end/Cargo.toml [INFO] crate Zabalkanskiy/product_store_front_end 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] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing Zabalkanskiy/product_store_front_end 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-7/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/Zabalkanskiy/product_store_front_end:/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] 204bbec2dc0d1120a405f75abba993e5af51a00da156c9f87363e72fd8995f6d [INFO] running `"docker" "start" "-a" "204bbec2dc0d1120a405f75abba993e5af51a00da156c9f87363e72fd8995f6d"` [INFO] [stderr] Compiling syn v0.15.32 [INFO] [stderr] Compiling stdweb-internal-runtime v0.1.4 [INFO] [stderr] Compiling stdweb v0.4.16 [INFO] [stderr] Compiling backtrace v0.3.15 [INFO] [stderr] Compiling bincode v1.0.1 [INFO] [stderr] Compiling http v0.1.17 [INFO] [stderr] Compiling synstructure v0.10.1 [INFO] [stderr] Compiling serde_derive v1.0.90 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling stdweb-derive v0.5.1 [INFO] [stderr] Compiling stdweb-internal-macros v0.2.7 [INFO] [stderr] Compiling yew v0.6.0 [INFO] [stderr] Compiling product_store_front v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error[E0432]: unresolved import `crate::model` [INFO] [stderr] --> src/lib.rs:3:12 [INFO] [stderr] | [INFO] [stderr] 3 | use crate::model::*; [INFO] [stderr] | ^^^^^ maybe a missing `extern crate model;`? [INFO] [stderr] [INFO] [stderr] warning: unused import: `crate::model::*` [INFO] [stderr] --> src/lib.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use crate::model::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `html` [INFO] [stderr] --> src/lib.rs:5:11 [INFO] [stderr] | [INFO] [stderr] 5 | use yew::{html, Component, ComponentLink, Html, Renderable, ShouldRender}; [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `yew::format::Json` [INFO] [stderr] --> src/lib.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use yew::format::Json; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `StorageService` [INFO] [stderr] --> src/lib.rs:7:36 [INFO] [stderr] | [INFO] [stderr] 7 | use yew::services::{DialogService, StorageService}; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `yew::services::storage::Area` [INFO] [stderr] --> src/lib.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use yew::services::storage::Area; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: Could not compile `product_store_front`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "204bbec2dc0d1120a405f75abba993e5af51a00da156c9f87363e72fd8995f6d"` [INFO] running `"docker" "rm" "-f" "204bbec2dc0d1120a405f75abba993e5af51a00da156c9f87363e72fd8995f6d"` [INFO] [stdout] 204bbec2dc0d1120a405f75abba993e5af51a00da156c9f87363e72fd8995f6d