[INFO] cloning repository https://github.com/RyoWakabayashi/dioxus-web-example [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/RyoWakabayashi/dioxus-web-example" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRyoWakabayashi%2Fdioxus-web-example", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRyoWakabayashi%2Fdioxus-web-example'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 7b0dd64c7f65d1e4c001e43240667269a63a705c [INFO] testing RyoWakabayashi/dioxus-web-example against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRyoWakabayashi%2Fdioxus-web-example" "/workspace/builds/worker-10/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/RyoWakabayashi/dioxus-web-example on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/RyoWakabayashi/dioxus-web-example [INFO] finished tweaking git repo https://github.com/RyoWakabayashi/dioxus-web-example [INFO] tweaked toml for git repo https://github.com/RyoWakabayashi/dioxus-web-example written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/RyoWakabayashi/dioxus-web-example already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 5c0c39065a854121454e5823eb1e4c0e7c980be03bfaf57e195a7a04d93e3f3b [INFO] running `Command { std: "docker" "start" "-a" "5c0c39065a854121454e5823eb1e4c0e7c980be03bfaf57e195a7a04d93e3f3b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5c0c39065a854121454e5823eb1e4c0e7c980be03bfaf57e195a7a04d93e3f3b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5c0c39065a854121454e5823eb1e4c0e7c980be03bfaf57e195a7a04d93e3f3b", kill_on_drop: false }` [INFO] [stdout] 5c0c39065a854121454e5823eb1e4c0e7c980be03bfaf57e195a7a04d93e3f3b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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=warn" "-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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ef23d48cda9242b7df48a00fec904d60419a25c1b7bfcd0f1054813a34781b88 [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" "ef23d48cda9242b7df48a00fec904d60419a25c1b7bfcd0f1054813a34781b88", kill_on_drop: false }` [INFO] [stderr] Compiling wasm-bindgen v0.2.79 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling libc v0.2.119 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Compiling bumpalo v3.9.1 [INFO] [stderr] Compiling longest-increasing-subsequence v0.1.0 [INFO] [stderr] Compiling backtrace v0.3.64 [INFO] [stderr] Compiling indexmap v1.8.0 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling smallstr v0.2.0 [INFO] [stderr] Compiling object v0.27.1 [INFO] [stderr] Compiling wasm-bindgen-test-macro v0.3.29 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.79 [INFO] [stderr] Compiling futures-macro v0.3.21 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling dioxus-core-macro v0.1.7 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.79 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.79 [INFO] [stderr] Compiling js-sys v0.3.56 [INFO] [stderr] Compiling console_error_panic_hook v0.1.7 [INFO] [stderr] Compiling dioxus-core v0.1.9 [INFO] [stderr] Compiling dioxus-html v0.1.6 [INFO] [stderr] Compiling dioxus-hooks v0.1.7 [INFO] [stderr] Compiling web-sys v0.3.56 [INFO] [stderr] Compiling wasm-bindgen-futures v0.4.29 [INFO] [stderr] Compiling gloo-timers v0.2.3 [INFO] [stderr] Compiling wasm-bindgen-test v0.3.29 [INFO] [stderr] Compiling wasm-logger v0.2.0 [INFO] [stderr] Compiling dioxus-web v0.0.5 [INFO] [stderr] Compiling dioxus v0.1.8 [INFO] [stderr] Compiling dioxus-example v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: function `Counter` should have a snake case name [INFO] [stdout] --> src/components/counter.rs:3:8 [INFO] [stdout] | [INFO] [stdout] 3 | pub fn Counter(cx: Scope) -> Element { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `counter` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `Gauge` should have a snake case name [INFO] [stdout] --> src/components/gauge.rs:8:8 [INFO] [stdout] | [INFO] [stdout] 8 | pub fn Gauge<'a>(cx: Scope<'a, GaugeProps<'a>>) -> Element { [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `gauge` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 12s [INFO] running `Command { std: "docker" "inspect" "ef23d48cda9242b7df48a00fec904d60419a25c1b7bfcd0f1054813a34781b88", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ef23d48cda9242b7df48a00fec904d60419a25c1b7bfcd0f1054813a34781b88", kill_on_drop: false }` [INFO] [stdout] ef23d48cda9242b7df48a00fec904d60419a25c1b7bfcd0f1054813a34781b88 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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=warn" "-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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b799406aee5a1d73a09ec09c6bb28d771241d87a5d668d8b0366b636faa0e6f2 [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" "b799406aee5a1d73a09ec09c6bb28d771241d87a5d668d8b0366b636faa0e6f2", kill_on_drop: false }` [INFO] [stderr] Compiling dioxus-example v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: function `Counter` should have a snake case name [INFO] [stdout] --> src/components/counter.rs:3:8 [INFO] [stdout] | [INFO] [stdout] 3 | pub fn Counter(cx: Scope) -> Element { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `counter` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `Gauge` should have a snake case name [INFO] [stdout] --> src/components/gauge.rs:8:8 [INFO] [stdout] | [INFO] [stdout] 8 | pub fn Gauge<'a>(cx: Scope<'a, GaugeProps<'a>>) -> Element { [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `gauge` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.42s [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/dioxus_example-f9ed66e1a486a3a1) [INFO] running `Command { std: "docker" "inspect" "b799406aee5a1d73a09ec09c6bb28d771241d87a5d668d8b0366b636faa0e6f2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b799406aee5a1d73a09ec09c6bb28d771241d87a5d668d8b0366b636faa0e6f2", kill_on_drop: false }` [INFO] [stdout] b799406aee5a1d73a09ec09c6bb28d771241d87a5d668d8b0366b636faa0e6f2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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=warn" "-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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 080ccc3e7240e60893183e7e1b39cfcac9df59792dcea197cd043315c265784c [INFO] running `Command { std: "docker" "start" "-a" "080ccc3e7240e60893183e7e1b39cfcac9df59792dcea197cd043315c265784c", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: function `Counter` should have a snake case name [INFO] [stderr] --> src/components/counter.rs:3:8 [INFO] [stderr] | [INFO] [stderr] 3 | pub fn Counter(cx: Scope) -> Element { [INFO] [stderr] | ^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `counter` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function `Gauge` should have a snake case name [INFO] [stderr] --> src/components/gauge.rs:8:8 [INFO] [stderr] | [INFO] [stderr] 8 | pub fn Gauge<'a>(cx: Scope<'a, GaugeProps<'a>>) -> Element { [INFO] [stderr] | ^^^^^ help: convert the identifier to snake case: `gauge` [INFO] [stderr] [INFO] [stderr] warning: `dioxus-example` (bin "dioxus-example" test) generated 2 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.15s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/dioxus_example-f9ed66e1a486a3a1) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "080ccc3e7240e60893183e7e1b39cfcac9df59792dcea197cd043315c265784c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "080ccc3e7240e60893183e7e1b39cfcac9df59792dcea197cd043315c265784c", kill_on_drop: false }` [INFO] [stdout] 080ccc3e7240e60893183e7e1b39cfcac9df59792dcea197cd043315c265784c