[INFO] fetching crate druid 0.4.0... [INFO] checking druid-0.4.0 against master#6250d56355d72264ece721e8d0dc95b16a6824b1 for pr-68350 [INFO] extracting crate druid 0.4.0 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate druid 0.4.0 on toolchain 6250d56355d72264ece721e8d0dc95b16a6824b1 [INFO] running `"/workspace/cargo-home/bin/cargo" "+6250d56355d72264ece721e8d0dc95b16a6824b1" "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-4/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" "+6250d56355d72264ece721e8d0dc95b16a6824b1" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+6250d56355d72264ece721e8d0dc95b16a6824b1" "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] 4967a44ae94d0fc5d3da32d9a51560370e154fb6d4569faf0a4f0f1fc803552d [INFO] running `"docker" "start" "-a" "4967a44ae94d0fc5d3da32d9a51560370e154fb6d4569faf0a4f0f1fc803552d"` [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 tinystr v0.3.2 [INFO] [stderr] Checking fragile v0.3.0 [INFO] [stderr] Compiling pango v0.7.0 [INFO] [stderr] Compiling gdk-pixbuf v0.7.0 [INFO] [stderr] Compiling gdk v0.11.0 [INFO] [stderr] Compiling atk v0.7.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 cairo-sys-rs v0.9.2 [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 unic-langid-impl v0.7.2 [INFO] [stderr] Checking chrono v0.4.10 [INFO] [stderr] Compiling gdk-pixbuf-sys v0.9.1 [INFO] [stderr] Checking unic-langid v0.7.1 [INFO] [stderr] Checking fluent-langneg v0.11.1 [INFO] [stderr] Checking intl_pluralrules v5.0.2 [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/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[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[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] warning: build failed, waiting for other jobs to finish... [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 `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 `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: could not compile `druid`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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[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: 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 `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[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: 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] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "4967a44ae94d0fc5d3da32d9a51560370e154fb6d4569faf0a4f0f1fc803552d"` [INFO] running `"docker" "rm" "-f" "4967a44ae94d0fc5d3da32d9a51560370e154fb6d4569faf0a4f0f1fc803552d"` [INFO] [stdout] 4967a44ae94d0fc5d3da32d9a51560370e154fb6d4569faf0a4f0f1fc803552d