[INFO] crate druid 0.4.0 is already in cache [INFO] checking druid-0.4.0 against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [INFO] extracting crate druid 0.4.0 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate druid 0.4.0 on toolchain f149601db42efe10ece8b284ab681fd4a6fcb89c [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate druid 0.4.0 [INFO] finished tweaking crates.io crate druid 0.4.0 [INFO] tweaked toml for crates.io crate druid 0.4.0 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate crates.io crate druid 0.4.0 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "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] d77b2c66c05e78a599744e8d5ad76c239e55c6573d6d0e15fd2f2282f27cce7e [INFO] running `"docker" "start" "-a" "d77b2c66c05e78a599744e8d5ad76c239e55c6573d6d0e15fd2f2282f27cce7e"` [INFO] [stderr] Compiling syn v1.0.11 [INFO] [stderr] Compiling cairo-rs v0.7.1 [INFO] [stderr] Compiling gio v0.7.0 [INFO] [stderr] Checking fragile v0.3.0 [INFO] [stderr] Compiling pango v0.7.0 [INFO] [stderr] Compiling gdk-pixbuf v0.7.0 [INFO] [stderr] Checking tinystr v0.3.2 [INFO] [stderr] Compiling atk v0.7.0 [INFO] [stderr] Compiling gdk v0.11.0 [INFO] [stderr] Compiling gtk v0.7.0 [INFO] [stderr] Checking fluent-syntax v0.9.1 [INFO] [stderr] Compiling glib-sys v0.9.1 [INFO] [stderr] Compiling gobject-sys v0.9.1 [INFO] [stderr] Compiling gio-sys v0.9.1 [INFO] [stderr] Compiling gdk-pixbuf-sys v0.9.1 [INFO] [stderr] Compiling pango-sys v0.9.1 [INFO] [stderr] Compiling atk-sys v0.9.1 [INFO] [stderr] Compiling gdk-sys v0.9.1 [INFO] [stderr] Compiling gtk-sys v0.9.2 [INFO] [stderr] Checking kurbo v0.5.6 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Checking unic-langid-impl v0.7.2 [INFO] [stderr] Checking unic-langid v0.7.1 [INFO] [stderr] Compiling cairo-sys-rs v0.9.2 [INFO] [stderr] Checking intl_pluralrules v5.0.2 [INFO] [stderr] Checking fluent-langneg v0.11.1 [INFO] [stderr] Checking piet v0.0.7 [INFO] [stderr] Checking chrono v0.4.10 [INFO] [stderr] Checking glib v0.8.2 [INFO] [stderr] Checking simple_logger v1.3.0 [INFO] [stderr] Checking piet-cairo v0.0.7 [INFO] [stderr] Checking piet-common v0.0.7 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Compiling rental-impl v0.5.5 [INFO] [stderr] Compiling failure_derive v0.1.6 [INFO] [stderr] Compiling druid-derive v0.1.1 [INFO] [stderr] Checking failure v0.1.6 [INFO] [stderr] Checking rental v0.5.5 [INFO] [stderr] Checking fluent-bundle v0.9.1 [INFO] [stderr] Checking druid-shell v0.4.0 [INFO] [stderr] Checking druid v0.4.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0407]: method `get` is not a member of trait `Lens` [INFO] [stderr] --> examples/slider.rs:18:23 [INFO] [stderr] | [INFO] [stderr] 18 | #[derive(Clone, Data, Lens)] [INFO] [stderr] | ^^^^ not a member of trait `Lens` [INFO] [stderr] [INFO] [stderr] error[E0407]: method `get` is not a member of trait `Lens` [INFO] [stderr] --> examples/list.rs:23:23 [INFO] [stderr] | [INFO] [stderr] 23 | #[derive(Clone, Data, Lens)] [INFO] [stderr] | ^^^^ not a member of trait `Lens` [INFO] [stderr] [INFO] [stderr] error[E0407]: method `get` is not a member of trait `Lens` [INFO] [stderr] --> examples/calc.rs:21:23 [INFO] [stderr] | [INFO] [stderr] 21 | #[derive(Clone, Data, Lens)] [INFO] [stderr] | ^^^^ not a member of trait `Lens` [INFO] [stderr] [INFO] [stderr] error[E0407]: method `get` is not a member of trait `Lens` [INFO] [stderr] --> examples/either.rs:18:32 [INFO] [stderr] | [INFO] [stderr] 18 | #[derive(Clone, Default, Data, Lens)] [INFO] [stderr] | ^^^^ not a member of trait `Lens` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `left` found for struct `AppData` in the current scope [INFO] [stderr] --> examples/list.rs:72:24 [INFO] [stderr] | [INFO] [stderr] 24 | struct AppData { [INFO] [stderr] | -------------- function or associated item `left` not found for this [INFO] [stderr] ... [INFO] [stderr] 72 | .lens(AppData::left), [INFO] [stderr] | ^^^^ function or associated item not found in `AppData` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `double` found for struct `DemoState` in the current scope [INFO] [stderr] --> examples/slider.rs:32:62 [INFO] [stderr] | [INFO] [stderr] 19 | struct DemoState { [INFO] [stderr] | ---------------- function or associated item `double` not found for this [INFO] [stderr] ... [INFO] [stderr] 32 | let checkbox = LensWrap::new(Checkbox::new(), DemoState::double); [INFO] [stderr] | ^^^^^^ function or associated item not found in `DemoState` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `value` found for struct `CalcState` in the current scope [INFO] [stderr] --> examples/calc.rs:153:20 [INFO] [stderr] | [INFO] [stderr] 22 | struct CalcState { [INFO] [stderr] | ---------------- function or associated item `value` not found for this [INFO] [stderr] ... [INFO] [stderr] 153 | CalcState::value, [INFO] [stderr] | ^^^^^ function or associated item not found in `CalcState` [INFO] [stderr] [INFO] [stderr] error[E0046]: not all trait items implemented, missing: `with` [INFO] [stderr] --> examples/calc.rs:21:23 [INFO] [stderr] | [INFO] [stderr] 21 | #[derive(Clone, Data, Lens)] [INFO] [stderr] | ^^^^ missing `with` in implementation [INFO] [stderr] | [INFO] [stderr] = help: implement the missing item: `fn with(&self, _: &T, _: F) -> V { unimplemented!() }` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `value` found for struct `DemoState` in the current scope [INFO] [stderr] --> examples/slider.rs:38:60 [INFO] [stderr] | [INFO] [stderr] 19 | struct DemoState { [INFO] [stderr] | ---------------- function or associated item `value` not found for this [INFO] [stderr] ... [INFO] [stderr] 38 | let bar = LensWrap::new(ProgressBar::new(), DemoState::value); [INFO] [stderr] | ^^^^^ function or associated item not found in `DemoState` [INFO] [stderr] [INFO] [stderr] error[E0046]: not all trait items implemented, missing: `with` [INFO] [stderr] --> examples/list.rs:23:23 [INFO] [stderr] | [INFO] [stderr] 23 | #[derive(Clone, Data, Lens)] [INFO] [stderr] | ^^^^ missing `with` in implementation [INFO] [stderr] | [INFO] [stderr] = help: implement the missing item: `fn with(&self, _: &T, _: F) -> V { unimplemented!() }` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `value` found for struct `DemoState` in the current scope [INFO] [stderr] --> examples/slider.rs:39:58 [INFO] [stderr] | [INFO] [stderr] 19 | struct DemoState { [INFO] [stderr] | ---------------- function or associated item `value` not found for this [INFO] [stderr] ... [INFO] [stderr] 39 | let slider = LensWrap::new(Slider::new(), DemoState::value); [INFO] [stderr] | ^^^^^ function or associated item not found in `DemoState` [INFO] [stderr] [INFO] [stderr] error[E0407]: method `get` is not a member of trait `Lens` [INFO] [stderr] --> examples/switch.rs:18:23 [INFO] [stderr] | [INFO] [stderr] 18 | #[derive(Clone, Data, Lens)] [INFO] [stderr] | ^^^^ not a member of trait `Lens` [INFO] [stderr] [INFO] [stderr] error[E0046]: not all trait items implemented, missing: `with` [INFO] [stderr] --> examples/slider.rs:18:23 [INFO] [stderr] | [INFO] [stderr] 18 | #[derive(Clone, Data, Lens)] [INFO] [stderr] | ^^^^ missing `with` in implementation [INFO] [stderr] | [INFO] [stderr] = help: implement the missing item: `fn with(&self, _: &T, _: F) -> V { unimplemented!() }` [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0046, E0407, E0599. [INFO] [stderr] Some errors have detailed explanations: E0046, E0407, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0046`. [INFO] [stderr] For more information about an error, try `rustc --explain E0046`. [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0046, E0407, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0046`. [INFO] [stderr] error: could not compile `druid`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `druid`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `druid`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0599]: no function or associated item named `which` found for struct `AppState` in the current scope [INFO] [stderr] --> examples/either.rs:37:50 [INFO] [stderr] | [INFO] [stderr] 19 | struct AppState { [INFO] [stderr] | --------------- function or associated item `which` not found for this [INFO] [stderr] ... [INFO] [stderr] 37 | col.add_child(Checkbox::new().lens(AppState::which).padding(5.0), 0.0); [INFO] [stderr] | ^^^^^ function or associated item not found in `AppState` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `value` found for struct `AppState` in the current scope [INFO] [stderr] --> examples/either.rs:40:38 [INFO] [stderr] | [INFO] [stderr] 19 | struct AppState { [INFO] [stderr] | --------------- function or associated item `value` not found for this [INFO] [stderr] ... [INFO] [stderr] 40 | Slider::new().lens(AppState::value).padding(5.0), [INFO] [stderr] | ^^^^^ function or associated item not found in `AppState` [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `which` on type `&_` [INFO] [stderr] --> examples/either.rs:39:27 [INFO] [stderr] | [INFO] [stderr] 39 | |data, _env| data.which, [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0046]: not all trait items implemented, missing: `with` [INFO] [stderr] --> examples/either.rs:18:32 [INFO] [stderr] | [INFO] [stderr] 18 | #[derive(Clone, Default, Data, Lens)] [INFO] [stderr] | ^^^^ missing `with` in implementation [INFO] [stderr] | [INFO] [stderr] = help: implement the missing item: `fn with(&self, _: &T, _: F) -> V { unimplemented!() }` [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0046, E0407, E0599, E0609. [INFO] [stderr] For more information about an error, try `rustc --explain E0046`. [INFO] [stderr] error[E0599]: no function or associated item named `value` found for struct `DemoState` in the current scope [INFO] [stderr] --> examples/switch.rs:26:58 [INFO] [stderr] | [INFO] [stderr] 19 | struct DemoState { [INFO] [stderr] | ---------------- function or associated item `value` not found for this [INFO] [stderr] ... [INFO] [stderr] 26 | let switch = LensWrap::new(Switch::new(), DemoState::value); [INFO] [stderr] | ^^^^^ function or associated item not found in `DemoState` [INFO] [stderr] [INFO] [stderr] error: could not compile `druid`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0046]: not all trait items implemented, missing: `with` [INFO] [stderr] --> examples/switch.rs:18:23 [INFO] [stderr] | [INFO] [stderr] 18 | #[derive(Clone, Data, Lens)] [INFO] [stderr] | ^^^^ missing `with` in implementation [INFO] [stderr] | [INFO] [stderr] = help: implement the missing item: `fn with(&self, _: &T, _: F) -> V { unimplemented!() }` [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0046, E0407, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0046`. [INFO] [stderr] error: could not compile `druid`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "d77b2c66c05e78a599744e8d5ad76c239e55c6573d6d0e15fd2f2282f27cce7e"` [INFO] running `"docker" "rm" "-f" "d77b2c66c05e78a599744e8d5ad76c239e55c6573d6d0e15fd2f2282f27cce7e"` [INFO] [stdout] d77b2c66c05e78a599744e8d5ad76c239e55c6573d6d0e15fd2f2282f27cce7e