[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] cf092e6..6944509 master -> master [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 6944509cb0655cd6b5e9c7403db769f4db4a4972 [INFO] testing LucianoBestia/rust_wasm_router against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLucianoBestia%2Frust_wasm_router" "/workspace/builds/worker-1/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/LucianoBestia/rust_wasm_router on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking 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-1/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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=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" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 3af4701db8826765d25ea200d5c8d13f4758029524f1ef0e16ece8f537b1136f [INFO] running `"docker" "start" "-a" "3af4701db8826765d25ea200d5c8d13f4758029524f1ef0e16ece8f537b1136f"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling proc-macro2 v1.0.18 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.63 [INFO] [stderr] Compiling syn v1.0.30 [INFO] [stderr] Compiling serde v1.0.111 [INFO] [stderr] Compiling bumpalo v3.4.0 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling libc v0.2.71 [INFO] [stderr] Compiling wasm-bindgen v0.2.63 [INFO] [stderr] Compiling ppv-lite86 v0.2.8 [INFO] [stderr] Compiling unwrap v1.2.1 [INFO] [stderr] Compiling bumpalo v2.6.0 [INFO] [stderr] Compiling longest-increasing-subsequence v0.1.0 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling quote v1.0.6 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand_pcg v0.2.1 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.63 [INFO] [stderr] Compiling serde_json v1.0.53 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.63 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.63 [INFO] [stderr] Compiling js-sys v0.3.40 [INFO] [stderr] Compiling wasm-bindgen-futures v0.4.13 [INFO] [stderr] Compiling web-sys v0.3.40 [INFO] [stderr] Compiling rust_wasm_websys_utils v0.4.3 [INFO] [stderr] Compiling dodrio v0.2.0 [INFO] [stderr] Compiling rust_wasm_dodrio_router v0.4.6 (/opt/rustwide/workdir) [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/router_mod.rs:60:77 [INFO] [stderr] | [INFO] [stderr] 22 | / pub trait RouterTrait { [INFO] [stderr] 23 | | // region: fields get/set methods to be implemented for specific project [INFO] [stderr] 24 | | fn get_location_hash(&self) -> &str; [INFO] [stderr] 25 | | fn get_file_name_to_fetch_from_dodrio(&self) -> &str; [INFO] [stderr] ... | [INFO] [stderr] 60 | | if Self::get_file_name_to_fetch_from_dodrio(root) != location_hash { [INFO] [stderr] | | ^^^^ expected type parameter `Self`, found trait object `dyn dodrio::render::RootRender` [INFO] [stderr] ... | [INFO] [stderr] 123 | | // endregion: associated function [INFO] [stderr] 124 | | } [INFO] [stderr] | |_- this type parameter [INFO] [stderr] | [INFO] [stderr] = note: expected reference `&Self` [INFO] [stderr] found mutable reference `&mut (dyn dodrio::render::RootRender + 'static)` [INFO] [stderr] = help: type parameters must be constrained to match other types [INFO] [stderr] = note: for more information, visit https://doc.rust-lang.org/book/ch10-02-traits.html#traits-as-parameters [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 4 arguments but 3 arguments were supplied [INFO] [stderr] --> src/router_mod.rs:62:47 [INFO] [stderr] | [INFO] [stderr] 26 | / fn set_file_name_to_fetch_from_dodrio( [INFO] [stderr] 27 | | &mut self, [INFO] [stderr] 28 | | file_name_to_fetch: String, [INFO] [stderr] 29 | | root: &mut dyn dodrio::RootRender, [INFO] [stderr] 30 | | vdom: VdomWeak, [INFO] [stderr] 31 | | ) -> String; [INFO] [stderr] | |________________- defined here [INFO] [stderr] ... [INFO] [stderr] 62 | let url = Self::set_file_name_to_fetch_from_dodrio( [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 4 arguments [INFO] [stderr] 63 | location_hash, [INFO] [stderr] | ------------- [INFO] [stderr] 64 | root, [INFO] [stderr] | ---- [INFO] [stderr] 65 | vdom.clone(), [INFO] [stderr] | ------------ supplied 3 arguments [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0061, E0308. [INFO] [stderr] For more information about an error, try `rustc --explain E0061`. [INFO] [stderr] error: could not compile `rust_wasm_dodrio_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: build failed [INFO] running `"docker" "inspect" "3af4701db8826765d25ea200d5c8d13f4758029524f1ef0e16ece8f537b1136f"` [INFO] running `"docker" "rm" "-f" "3af4701db8826765d25ea200d5c8d13f4758029524f1ef0e16ece8f537b1136f"` [INFO] [stdout] 3af4701db8826765d25ea200d5c8d13f4758029524f1ef0e16ece8f537b1136f