[INFO] fetching crate egui_inspect 0.1.3... [INFO] testing egui_inspect-0.1.3 against 1.59.0 for beta-1.60-1 [INFO] extracting crate egui_inspect 0.1.3 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate egui_inspect 0.1.3 on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate egui_inspect 0.1.3 [INFO] finished tweaking crates.io crate egui_inspect 0.1.3 [INFO] tweaked toml for crates.io crate egui_inspect 0.1.3 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1d8051ed2fceb95498eaebd6b64a1a82dcb23a238ba059c0fc99fa4e5e99c002 [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" "1d8051ed2fceb95498eaebd6b64a1a82dcb23a238ba059c0fc99fa4e5e99c002", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1d8051ed2fceb95498eaebd6b64a1a82dcb23a238ba059c0fc99fa4e5e99c002", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1d8051ed2fceb95498eaebd6b64a1a82dcb23a238ba059c0fc99fa4e5e99c002", kill_on_drop: false }` [INFO] [stdout] 1d8051ed2fceb95498eaebd6b64a1a82dcb23a238ba059c0fc99fa4e5e99c002 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", 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] 7c742c60e60698e2b7dc6dec5894dd750dba5e9416be5d6b4f5537b484321569 [INFO] running `Command { std: "docker" "start" "-a" "7c742c60e60698e2b7dc6dec5894dd750dba5e9416be5d6b4f5537b484321569", kill_on_drop: false }` [INFO] [stderr] Compiling ttf-parser v0.15.0 [INFO] [stderr] Compiling once_cell v1.9.0 [INFO] [stderr] Compiling ab_glyph_rasterizer v0.1.5 [INFO] [stderr] Compiling atomic_refcell v0.1.8 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling getrandom v0.2.5 [INFO] [stderr] Compiling darling_core v0.13.1 [INFO] [stderr] Compiling owned_ttf_parser v0.15.0 [INFO] [stderr] Compiling ab_glyph v0.2.14 [INFO] [stderr] Compiling epaint v0.16.0 [INFO] [stderr] Compiling darling_macro v0.13.1 [INFO] [stderr] Compiling egui v0.16.1 [INFO] [stderr] Compiling darling v0.13.1 [INFO] [stderr] Compiling egui_inspect_derive v0.1.3 [INFO] [stderr] Compiling egui_inspect v0.1.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `i` [INFO] [stdout] --> src/base_type_inspect.rs:136:18 [INFO] [stdout] | [INFO] [stdout] 136 | for (i, item) in self.iter().enumerate() { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `i` [INFO] [stdout] --> src/base_type_inspect.rs:144:18 [INFO] [stdout] | [INFO] [stdout] 144 | for (i, item) in self.iter_mut().enumerate() { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `i` [INFO] [stdout] --> src/base_type_inspect.rs:154:18 [INFO] [stdout] | [INFO] [stdout] 154 | for (i, item) in self.iter().enumerate() { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `i` [INFO] [stdout] --> src/base_type_inspect.rs:164:22 [INFO] [stdout] | [INFO] [stdout] 164 | for (i, item) in self.iter_mut().enumerate() { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 34.41s [INFO] running `Command { std: "docker" "inspect" "7c742c60e60698e2b7dc6dec5894dd750dba5e9416be5d6b4f5537b484321569", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7c742c60e60698e2b7dc6dec5894dd750dba5e9416be5d6b4f5537b484321569", kill_on_drop: false }` [INFO] [stdout] 7c742c60e60698e2b7dc6dec5894dd750dba5e9416be5d6b4f5537b484321569 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen" "--no-run" "--message-format=json", 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] 216ab2c99d2c6631f9882bc6e47264a04aee6bcefaffcc778a2807634902a910 [INFO] running `Command { std: "docker" "start" "-a" "216ab2c99d2c6631f9882bc6e47264a04aee6bcefaffcc778a2807634902a910", kill_on_drop: false }` [INFO] [stderr] Compiling egui_inspect v0.1.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `i` [INFO] [stdout] --> src/base_type_inspect.rs:136:18 [INFO] [stdout] | [INFO] [stdout] 136 | for (i, item) in self.iter().enumerate() { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `i` [INFO] [stdout] --> src/base_type_inspect.rs:144:18 [INFO] [stdout] | [INFO] [stdout] 144 | for (i, item) in self.iter_mut().enumerate() { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `i` [INFO] [stdout] --> src/base_type_inspect.rs:154:18 [INFO] [stdout] | [INFO] [stdout] 154 | for (i, item) in self.iter().enumerate() { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `i` [INFO] [stdout] --> src/base_type_inspect.rs:164:22 [INFO] [stdout] | [INFO] [stdout] 164 | for (i, item) in self.iter_mut().enumerate() { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `i` [INFO] [stdout] --> src/base_type_inspect.rs:136:18 [INFO] [stdout] | [INFO] [stdout] 136 | for (i, item) in self.iter().enumerate() { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `i` [INFO] [stdout] --> src/base_type_inspect.rs:144:18 [INFO] [stdout] | [INFO] [stdout] 144 | for (i, item) in self.iter_mut().enumerate() { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `i` [INFO] [stdout] --> src/base_type_inspect.rs:154:18 [INFO] [stdout] | [INFO] [stdout] 154 | for (i, item) in self.iter().enumerate() { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `i` [INFO] [stdout] --> src/base_type_inspect.rs:164:22 [INFO] [stdout] | [INFO] [stdout] 164 | for (i, item) in self.iter_mut().enumerate() { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.84s [INFO] running `Command { std: "docker" "inspect" "216ab2c99d2c6631f9882bc6e47264a04aee6bcefaffcc778a2807634902a910", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "216ab2c99d2c6631f9882bc6e47264a04aee6bcefaffcc778a2807634902a910", kill_on_drop: false }` [INFO] [stdout] 216ab2c99d2c6631f9882bc6e47264a04aee6bcefaffcc778a2807634902a910 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] ce5602c1b99b40d7ec7af595aa782cea3c96bd27c34ae0014195143f0ebb269c [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" "ce5602c1b99b40d7ec7af595aa782cea3c96bd27c34ae0014195143f0ebb269c", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: unused variable: `i` [INFO] [stderr] --> src/base_type_inspect.rs:136:18 [INFO] [stderr] | [INFO] [stderr] 136 | for (i, item) in self.iter().enumerate() { [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `i` [INFO] [stderr] --> src/base_type_inspect.rs:144:18 [INFO] [stderr] | [INFO] [stderr] 144 | for (i, item) in self.iter_mut().enumerate() { [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `i` [INFO] [stderr] --> src/base_type_inspect.rs:154:18 [INFO] [stderr] | [INFO] [stderr] 154 | for (i, item) in self.iter().enumerate() { [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `i` [INFO] [stderr] --> src/base_type_inspect.rs:164:22 [INFO] [stderr] | [INFO] [stderr] 164 | for (i, item) in self.iter_mut().enumerate() { [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stderr] [INFO] [stderr] warning: `egui_inspect` (lib) generated 4 warnings [INFO] [stderr] warning: `egui_inspect` (lib test) generated 4 warnings (4 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/egui_inspect-3172e22cc90f3301) [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] [stderr] Doc-tests egui_inspect [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/lib.rs - (line 6) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/lib.rs - (line 6) stdout ---- [INFO] [stdout] error[E0425]: cannot find value `ui` in this scope [INFO] [stdout] --> src/lib.rs:33:28 [INFO] [stdout] | [INFO] [stdout] 29 | app.inspect("My App", &ui); // here `ui` would be some `&mut egui::Ui` [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `default` found for struct `MyApp` in the current scope [INFO] [stdout] --> src/lib.rs:32:22 [INFO] [stdout] | [INFO] [stdout] 5 | struct MyApp { [INFO] [stdout] | ------------ function or associated item `default` not found for this [INFO] [stdout] ... [INFO] [stdout] 28 | let app = MyApp::default(); [INFO] [stdout] | ^^^^^^^ function or associated item not found in `MyApp` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] = note: the following trait defines an item `default`, perhaps you need to implement it: [INFO] [stdout] candidate #1: `std::default::Default` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0599. [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/lib.rs - (line 6) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.32s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] running `Command { std: "docker" "inspect" "ce5602c1b99b40d7ec7af595aa782cea3c96bd27c34ae0014195143f0ebb269c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ce5602c1b99b40d7ec7af595aa782cea3c96bd27c34ae0014195143f0ebb269c", kill_on_drop: false }` [INFO] [stdout] ce5602c1b99b40d7ec7af595aa782cea3c96bd27c34ae0014195143f0ebb269c