[INFO] cloning repository https://github.com/werner/focusvent_front [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/werner/focusvent_front" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwerner%2Ffocusvent_front", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwerner%2Ffocusvent_front'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0f4612066b8216113d794aaed494eb04e01ad59d [INFO] testing werner/focusvent_front against master#432e145bd5a974c5b6f4dd9b352891bd7502b69d for pr-87041 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwerner%2Ffocusvent_front" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/werner/focusvent_front on toolchain 432e145bd5a974c5b6f4dd9b352891bd7502b69d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/werner/focusvent_front [INFO] finished tweaking git repo https://github.com/werner/focusvent_front [INFO] tweaked toml for git repo https://github.com/werner/focusvent_front written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/werner/focusvent_front already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 93275b58ec58640947a90790a41de43054d36a37e4174b5c544414dacd92c087 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "93275b58ec58640947a90790a41de43054d36a37e4174b5c544414dacd92c087", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "93275b58ec58640947a90790a41de43054d36a37e4174b5c544414dacd92c087", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "93275b58ec58640947a90790a41de43054d36a37e4174b5c544414dacd92c087", kill_on_drop: false }` [INFO] [stdout] 93275b58ec58640947a90790a41de43054d36a37e4174b5c544414dacd92c087 [INFO] running `Command { std: "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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9a0a4022360ea6805d938548b8aee2da441acd2b332d1dbebf6149327e1d3ed1 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "9a0a4022360ea6805d938548b8aee2da441acd2b332d1dbebf6149327e1d3ed1", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.70 [INFO] [stderr] Compiling unicode-xid v0.0.4 [INFO] [stderr] Compiling cc v1.0.18 [INFO] [stderr] Compiling itoa v0.4.2 [INFO] [stderr] Compiling quote v0.3.15 [INFO] [stderr] Compiling dtoa v0.4.3 [INFO] [stderr] Compiling stdweb v0.4.8 [INFO] [stderr] Compiling discard v1.0.3 [INFO] [stderr] Compiling rustc-demangle v0.1.9 [INFO] [stderr] Compiling slab v0.4.0 [INFO] [stderr] Compiling proc-macro2 v0.4.9 [INFO] [stderr] Compiling proc-macro2 v0.2.3 [INFO] [stderr] Compiling log v0.4.3 [INFO] [stderr] Compiling bytes v0.4.9 [INFO] [stderr] Compiling synom v0.11.3 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling quote v0.4.2 [INFO] [stderr] Compiling http v0.1.8 [INFO] [stderr] Compiling quote v0.6.4 [INFO] [stderr] Compiling syn v0.12.15 [INFO] [stderr] Compiling syn v0.14.5 [INFO] [stderr] Compiling backtrace-sys v0.1.23 [INFO] [stderr] Compiling synstructure v0.6.1 [INFO] [stderr] Compiling backtrace v0.3.9 [INFO] [stderr] Compiling failure_derive v0.1.1 [INFO] [stderr] Compiling failure v0.1.1 [INFO] [stderr] Compiling serde_derive v1.0.70 [INFO] [stderr] Compiling serde_json v1.0.24 [INFO] [stderr] Compiling bincode v1.0.1 [INFO] [stderr] Compiling stdweb-derive v0.4.0 [INFO] [stderr] Compiling yew v0.5.0 (https://github.com/DenisKolodin/yew?rev=a5213c57430b2f18539aeb25939bdc8c5c348157#a5213c57) [INFO] [stderr] Compiling web_logger v0.1.0 [INFO] [stdout] error: recursion limit reached while expanding `_js_impl!` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/yew-cffb4df3674cc4fb/a5213c5/src/services/fetch.rs:163:18 [INFO] [stdout] | [INFO] [stdout] 163 | let handle = js! { [INFO] [stdout] | __________________^ [INFO] [stdout] 164 | | var body = @{body}; [INFO] [stdout] 165 | | if (@{binary} && body != null) { [INFO] [stdout] 166 | | body = Uint8Array.from(body); [INFO] [stdout] ... | [INFO] [stdout] 200 | | return handle; [INFO] [stdout] 201 | | }; [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = help: consider adding a `#![recursion_limit="512"]` attribute to your crate (`yew`) [INFO] [stdout] = note: this error originates in the macro `_js_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `yew` [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 `Command { std: "docker" "inspect" "9a0a4022360ea6805d938548b8aee2da441acd2b332d1dbebf6149327e1d3ed1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9a0a4022360ea6805d938548b8aee2da441acd2b332d1dbebf6149327e1d3ed1", kill_on_drop: false }` [INFO] [stdout] 9a0a4022360ea6805d938548b8aee2da441acd2b332d1dbebf6149327e1d3ed1