[INFO] updating cached repository https://github.com/LucianoBestia/rust_wasm_router [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] [stderr] From https://github.com/LucianoBestia/rust_wasm_router [INFO] [stderr] 775e231..08f373b master -> master [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 08f373ba433b06e74d74b4874169aa095ff0864a [INFO] checking LucianoBestia/rust_wasm_router against master#339f574809bf8e4166b8de3cdbe7df181d37af3d for pr-71896 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLucianoBestia%2Frust_wasm_router" "/workspace/builds/worker-3/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/LucianoBestia/rust_wasm_router on toolchain 339f574809bf8e4166b8de3cdbe7df181d37af3d [INFO] running `"/workspace/cargo-home/bin/cargo" "+339f574809bf8e4166b8de3cdbe7df181d37af3d" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/LucianoBestia/rust_wasm_router [INFO] removed path dependency dodrio from git repo https://github.com/LucianoBestia/rust_wasm_router [INFO] finished tweaking git repo https://github.com/LucianoBestia/rust_wasm_router [INFO] tweaked toml for git repo https://github.com/LucianoBestia/rust_wasm_router written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+339f574809bf8e4166b8de3cdbe7df181d37af3d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+339f574809bf8e4166b8de3cdbe7df181d37af3d" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: dependency (dodrio) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+339f574809bf8e4166b8de3cdbe7df181d37af3d" "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] d8f857b04700ef053c409c0346af2258ad1d708f0e57ba01e0c8391ac09b1a05 [INFO] running `"docker" "start" "-a" "d8f857b04700ef053c409c0346af2258ad1d708f0e57ba01e0c8391ac09b1a05"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: dependency (dodrio) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.62 [INFO] [stderr] Compiling bumpalo v3.2.1 [INFO] [stderr] Compiling wasm-bindgen v0.2.62 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Checking ppv-lite86 v0.2.6 [INFO] [stderr] Checking bumpalo v2.6.0 [INFO] [stderr] Checking unwrap v1.2.1 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Checking fxhash v0.2.1 [INFO] [stderr] Compiling syn v1.0.19 [INFO] [stderr] Compiling wasm-bindgen-test-macro v0.3.12 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking rand_pcg v0.2.1 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.62 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.62 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.62 [INFO] [stderr] Checking js-sys v0.3.39 [INFO] [stderr] Checking console_error_panic_hook v0.1.6 [INFO] [stderr] Checking web-sys v0.3.39 [INFO] [stderr] Checking wasm-bindgen-futures v0.4.12 [INFO] [stderr] Checking wasm-bindgen-futures v0.3.27 [INFO] [stderr] Checking wasm-bindgen-test v0.3.12 [INFO] [stderr] Checking dodrio v0.1.0 [INFO] [stderr] Checking rust_wasm_websys_utils v0.4.3 [INFO] [stderr] Checking rust_wasm_router v0.4.5 (/opt/rustwide/workdir) [INFO] [stderr] error[E0277]: the trait bound `impl futures::future::Future: std::future::Future` is not satisfied [INFO] [stderr] --> src/routermod.rs:86:49 [INFO] [stderr] | [INFO] [stderr] 86 | / ... vdom_on_next_tick [INFO] [stderr] 87 | | ... .with_component({ [INFO] [stderr] 88 | | ... Self::update_html_template_and_sub_templates(resp_body_text) [INFO] [stderr] 89 | | ... }) [INFO] [stderr] 90 | | ... .await [INFO] [stderr] | |________________________________^ the trait `std::future::Future` is not implemented for `impl futures::future::Future` [INFO] [stderr] | [INFO] [stderr] = note: required by `std::future::Future::poll` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `impl futures::future::Future: std::future::Future` is not satisfied [INFO] [stderr] --> src/routermod.rs:59:29 [INFO] [stderr] | [INFO] [stderr] 59 | let _ = vdom_on_next_tick [INFO] [stderr] | _____________________________^ [INFO] [stderr] 60 | | .with_component({ [INFO] [stderr] 61 | | let vdom = vdom_on_next_tick.clone(); [INFO] [stderr] 62 | | // Callback fired whenever the URL hash fragment changes. [INFO] [stderr] ... | [INFO] [stderr] 97 | | }) [INFO] [stderr] 98 | | .await; [INFO] [stderr] | |______________________________^ the trait `std::future::Future` is not implemented for `impl futures::future::Future` [INFO] [stderr] | [INFO] [stderr] = note: required by `std::future::Future::poll` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `rust_wasm_router`. [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[E0277]: the trait bound `impl futures::future::Future: std::future::Future` is not satisfied [INFO] [stderr] --> src/routermod.rs:86:49 [INFO] [stderr] | [INFO] [stderr] 86 | / ... vdom_on_next_tick [INFO] [stderr] 87 | | ... .with_component({ [INFO] [stderr] 88 | | ... Self::update_html_template_and_sub_templates(resp_body_text) [INFO] [stderr] 89 | | ... }) [INFO] [stderr] 90 | | ... .await [INFO] [stderr] | |________________________________^ the trait `std::future::Future` is not implemented for `impl futures::future::Future` [INFO] [stderr] | [INFO] [stderr] = note: required by `std::future::Future::poll` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `impl futures::future::Future: std::future::Future` is not satisfied [INFO] [stderr] --> src/routermod.rs:59:29 [INFO] [stderr] | [INFO] [stderr] 59 | let _ = vdom_on_next_tick [INFO] [stderr] | _____________________________^ [INFO] [stderr] 60 | | .with_component({ [INFO] [stderr] 61 | | let vdom = vdom_on_next_tick.clone(); [INFO] [stderr] 62 | | // Callback fired whenever the URL hash fragment changes. [INFO] [stderr] ... | [INFO] [stderr] 97 | | }) [INFO] [stderr] 98 | | .await; [INFO] [stderr] | |______________________________^ the trait `std::future::Future` is not implemented for `impl futures::future::Future` [INFO] [stderr] | [INFO] [stderr] = note: required by `std::future::Future::poll` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `rust_wasm_router`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "d8f857b04700ef053c409c0346af2258ad1d708f0e57ba01e0c8391ac09b1a05"` [INFO] running `"docker" "rm" "-f" "d8f857b04700ef053c409c0346af2258ad1d708f0e57ba01e0c8391ac09b1a05"` [INFO] [stdout] d8f857b04700ef053c409c0346af2258ad1d708f0e57ba01e0c8391ac09b1a05