[INFO] crate papito_dom 0.1.1 is already in cache [INFO] checking papito_dom-0.1.1 against beta-2019-10-27 for pr-65897 [INFO] extracting crate papito_dom 0.1.1 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate papito_dom 0.1.1 on toolchain beta-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate papito_dom 0.1.1 [INFO] finished tweaking crates.io crate papito_dom 0.1.1 [INFO] tweaked toml for crates.io crate papito_dom 0.1.1 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=allow" "-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" "+beta-2019-10-27" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 40b5077d5f7d3f3117f993b5dfa023bacf7fb6ead3f70a52d1dde8943c122412 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "40b5077d5f7d3f3117f993b5dfa023bacf7fb6ead3f70a52d1dde8943c122412"` [INFO] [stderr] Compiling syn v1.0.7 [INFO] [stderr] Compiling stdweb-internal-runtime v0.1.5 [INFO] [stderr] Compiling sha1 v0.6.0 [INFO] [stderr] Compiling base-x v0.2.6 [INFO] [stderr] Checking discard v1.0.4 [INFO] [stderr] Compiling stdweb v0.4.20 [INFO] [stderr] Compiling serde_derive v1.0.102 [INFO] [stderr] Compiling stdweb-internal-macros v0.2.9 [INFO] [stderr] Compiling stdweb-derive v0.5.3 [INFO] [stderr] Checking papito_dom v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] error[E0407]: method `props` is not a member of trait `Component` [INFO] [stderr] --> src/lib.rs:397:13 [INFO] [stderr] | [INFO] [stderr] 397 | / fn props(&self) -> &Self::Props { [INFO] [stderr] 398 | | &() [INFO] [stderr] 399 | | } [INFO] [stderr] | |_____________^ not a member of trait `Component` [INFO] [stderr] [INFO] [stderr] error[E0407]: method `props` is not a member of trait `Component` [INFO] [stderr] --> src/lib.rs:507:13 [INFO] [stderr] | [INFO] [stderr] 507 | / fn props(&self) -> &Self::Props { [INFO] [stderr] 508 | | &() [INFO] [stderr] 509 | | } [INFO] [stderr] | |_____________^ not a member of trait `Component` [INFO] [stderr] [INFO] [stderr] error[E0407]: method `props` is not a member of trait `Component` [INFO] [stderr] --> src/lib.rs:551:13 [INFO] [stderr] | [INFO] [stderr] 551 | / fn props(&self) -> &Self::Props { [INFO] [stderr] 552 | | &() [INFO] [stderr] 553 | | } [INFO] [stderr] | |_____________^ not a member of trait `Component` [INFO] [stderr] [INFO] [stderr] error[E0407]: method `props` is not a member of trait `Component` [INFO] [stderr] --> src/lib.rs:588:13 [INFO] [stderr] | [INFO] [stderr] 588 | / fn props(&self) -> &Self::Props { [INFO] [stderr] 589 | | &() [INFO] [stderr] 590 | | } [INFO] [stderr] | |_____________^ not a member of trait `Component` [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `ComponentOf` in this scope [INFO] [stderr] --> src/lib.rs:380:14 [INFO] [stderr] | [INFO] [stderr] 380 | impl ComponentOf for Button { [INFO] [stderr] | ^^^^^^^^^^^ help: a trait with a similar name exists: `Component` [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `ComponentOf` in this scope [INFO] [stderr] --> src/lib.rs:490:14 [INFO] [stderr] | [INFO] [stderr] 490 | impl ComponentOf for Button { [INFO] [stderr] | ^^^^^^^^^^^ help: a trait with a similar name exists: `Component` [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `ComponentOf` in this scope [INFO] [stderr] --> src/lib.rs:534:14 [INFO] [stderr] | [INFO] [stderr] 534 | impl ComponentOf for Button { [INFO] [stderr] | ^^^^^^^^^^^ help: a trait with a similar name exists: `Component` [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `ComponentOf` in this scope [INFO] [stderr] --> src/lib.rs:571:14 [INFO] [stderr] | [INFO] [stderr] 571 | impl ComponentOf for Div { [INFO] [stderr] | ^^^^^^^^^^^ help: a trait with a similar name exists: `Component` [INFO] [stderr] [INFO] [stderr] error: aborting due to 8 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0405, E0407. [INFO] [stderr] For more information about an error, try `rustc --explain E0405`. [INFO] [stderr] error: could not compile `papito_dom`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "40b5077d5f7d3f3117f993b5dfa023bacf7fb6ead3f70a52d1dde8943c122412"` [INFO] running `"docker" "rm" "-f" "40b5077d5f7d3f3117f993b5dfa023bacf7fb6ead3f70a52d1dde8943c122412"` [INFO] [stdout] 40b5077d5f7d3f3117f993b5dfa023bacf7fb6ead3f70a52d1dde8943c122412