[INFO] updating cached repository https://github.com/rumanbsl/seeder
[INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/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] e2e9bdadd146b5875a39c4c8155a4a12f34186df
[INFO] checking rumanbsl/seeder against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frumanbsl%2Fseeder" "/workspace/builds/worker-0/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/rumanbsl/seeder on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/rumanbsl/seeder
[INFO] finished tweaking git repo https://github.com/rumanbsl/seeder
[INFO] tweaked toml for git repo https://github.com/rumanbsl/seeder written to /workspace/builds/worker-0/source/Cargo.toml
[INFO] crate git repo https://github.com/rumanbsl/seeder already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr] warning: Found `debug_assertions` in `target.'cfg(...)'.dependencies`. This value is not supported for selecting dependencies and will not work as expected. To learn more visit https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#platform-specific-dependencies
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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] 3e1df7753db57a105de3b8af3299ff0f225c1fec064c410dc1670b3fcced0c01
[INFO] running `"docker" "start" "-a" "3e1df7753db57a105de3b8af3299ff0f225c1fec064c410dc1670b3fcced0c01"`
[INFO] [stderr] warning: Found `debug_assertions` in `target.'cfg(...)'.dependencies`. This value is not supported for selecting dependencies and will not work as expected. To learn more visit https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#platform-specific-dependencies
[INFO] [stderr]    Compiling syn v1.0.8
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.55
[INFO] [stderr]    Compiling wasm-bindgen v0.2.55
[INFO] [stderr]    Compiling anyhow v1.0.23
[INFO] [stderr]    Compiling sourcefile v0.1.4
[INFO] [stderr]     Checking enclose v1.1.8
[INFO] [stderr]    Compiling dbg v1.0.4
[INFO] [stderr]    Compiling seed v0.4.2
[INFO] [stderr]     Checking wee_alloc v0.4.5
[INFO] [stderr]    Compiling weedle v0.10.0
[INFO] [stderr]    Compiling wasm-bindgen-test-macro v0.3.5
[INFO] [stderr]     Checking cookie v0.12.0
[INFO] [stderr]     Checking pulldown-cmark v0.5.3
[INFO] [stderr]    Compiling wasm-bindgen-backend v0.2.55
[INFO] [stderr]    Compiling serde_derive v1.0.103
[INFO] [stderr]    Compiling proc-macro-hack v0.5.11
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.55
[INFO] [stderr]    Compiling wasm-bindgen-webidl v0.2.55
[INFO] [stderr]    Compiling futures-macro v0.3.1
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.55
[INFO] [stderr]     Checking futures-util v0.3.1
[INFO] [stderr]    Compiling web-sys v0.3.32
[INFO] [stderr]     Checking futures-executor v0.3.1
[INFO] [stderr]     Checking futures v0.3.1
[INFO] [stderr]     Checking serde v1.0.103
[INFO] [stderr]     Checking serde_json v1.0.42
[INFO] [stderr]     Checking js-sys v0.3.32
[INFO] [stderr]     Checking console_error_panic_hook v0.1.6
[INFO] [stderr]     Checking wasm-bindgen-futures v0.3.27
[INFO] [stderr]     Checking wasm-bindgen-futures v0.4.5
[INFO] [stderr]     Checking wasm-bindgen-test v0.3.5
[INFO] [stderr]     Checking gloo-timers v0.1.0
[INFO] [stderr]     Checking rust-webpack-template v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0220]: associated type `Item` not found for `core::future::future::Future`
[INFO] [stderr]   --> tests/app.rs:25:32
[INFO] [stderr]    |
[INFO] [stderr] 25 | fn async_test() -> impl Future<Item = (), Error = JsValue> {
[INFO] [stderr]    |                                ^^^^ associated type `Item` not found
[INFO] [stderr] 
[INFO] [stderr] error[E0220]: associated type `Error` not found for `core::future::future::Future`
[INFO] [stderr]   --> tests/app.rs:25:43
[INFO] [stderr]    |
[INFO] [stderr] 25 | fn async_test() -> impl Future<Item = (), Error = JsValue> {
[INFO] [stderr]    |                                           ^^^^^ associated type `Error` not found
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]   --> tests/app.rs:33:13
[INFO] [stderr]    |
[INFO] [stderr] 33 |             assert_eq!(x, 42);
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^^^^ expected enum `std::result::Result`, found integer
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected enum `std::result::Result<wasm_bindgen::JsValue, wasm_bindgen::JsValue>`
[INFO] [stderr]               found type `{integer}`
[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[E0271]: type mismatch resolving `<impl core::future::future::Future as core::future::future::Future>::Output == ()`
[INFO] [stderr]   --> tests/app.rs:24:1
[INFO] [stderr]    |
[INFO] [stderr] 24 | #[wasm_bindgen_test(async)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected associated type, found `()`
[INFO] [stderr] 25 | fn async_test() -> impl Future<Item = (), Error = JsValue> {
[INFO] [stderr]    |                    --------------------------------------- the expected opaque type
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected associated type `<impl core::future::future::Future as core::future::future::Future>::Output`
[INFO] [stderr]                     found unit type `()`
[INFO] [stderr]    = note: consider constraining the associated type `<impl core::future::future::Future as core::future::future::Future>::Output` to `()` or calling a method that returns `<impl core::future::future::Future as core::future::future::Future>::Output`
[INFO] [stderr]    = note: for more information, visit https://doc.rust-lang.org/book/ch19-03-advanced-traits.html
[INFO] [stderr]    = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 4 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0220, E0271, E0308.
[INFO] [stderr] For more information about an error, try `rustc --explain E0220`.
[INFO] [stderr] error: could not compile `rust-webpack-template`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: build failed
[INFO] running `"docker" "inspect" "3e1df7753db57a105de3b8af3299ff0f225c1fec064c410dc1670b3fcced0c01"`
[INFO] running `"docker" "rm" "-f" "3e1df7753db57a105de3b8af3299ff0f225c1fec064c410dc1670b3fcced0c01"`
[INFO] [stdout] 3e1df7753db57a105de3b8af3299ff0f225c1fec064c410dc1670b3fcced0c01
