[INFO] crate alchemy 0.2.0 is already in cache [INFO] testing alchemy-0.2.0 against 1.44.0 for beta-1.45-1 [INFO] extracting crate alchemy 0.2.0 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate alchemy 0.2.0 on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate alchemy 0.2.0 [INFO] finished tweaking crates.io crate alchemy 0.2.0 [INFO] tweaked toml for crates.io crate alchemy 0.2.0 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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=warn" "-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" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 158555bf78b010ba7d630d5ea4b35b57a5bb803e6f5a0e55f46ce9a32e2d0c9e [INFO] running `"docker" "start" "-a" "158555bf78b010ba7d630d5ea4b35b57a5bb803e6f5a0e55f46ce9a32e2d0c9e"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling syn v1.0.30 [INFO] [stderr] Compiling siphasher v0.2.3 [INFO] [stderr] Compiling typenum v1.12.0 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling string_cache_shared v0.3.0 [INFO] [stderr] Compiling byte-tools v0.3.1 [INFO] [stderr] Compiling fake-simd v0.1.2 [INFO] [stderr] Compiling precomputed-hash v0.1.1 [INFO] [stderr] Compiling ordermap v0.3.5 [INFO] [stderr] Compiling term v0.4.6 [INFO] [stderr] Compiling new_debug_unreachable v1.0.4 [INFO] [stderr] Compiling strsim v0.9.3 [INFO] [stderr] Compiling opaque-debug v0.2.3 [INFO] [stderr] Compiling procedural-masquerade v0.1.6 [INFO] [stderr] Compiling fixedbitset v0.1.9 [INFO] [stderr] Compiling bit-vec v0.6.2 [INFO] [stderr] Compiling diff v0.1.12 [INFO] [stderr] Compiling lalrpop-util v0.16.3 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling version_check v0.1.5 [INFO] [stderr] Compiling htmlescape v0.3.1 [INFO] [stderr] Compiling language-tags v0.2.2 [INFO] [stderr] Compiling strum v0.15.0 [INFO] [stderr] Compiling itertools v0.8.2 [INFO] [stderr] Compiling block-padding v0.1.5 [INFO] [stderr] Compiling dtoa-short v0.3.2 [INFO] [stderr] Compiling phf_shared v0.7.24 [INFO] [stderr] Compiling bit-set v0.5.2 [INFO] [stderr] Compiling ascii-canvas v1.0.0 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling ena v0.11.0 [INFO] [stderr] Compiling petgraph v0.4.13 [INFO] [stderr] Compiling phf v0.7.24 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Compiling string_cache_codegen v0.4.4 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Compiling generic-array v0.12.3 [INFO] [stderr] Compiling digest v0.8.1 [INFO] [stderr] Compiling block-buffer v0.7.3 [INFO] [stderr] Compiling sha2 v0.8.2 [INFO] [stderr] Compiling string_cache v0.7.5 [INFO] [stderr] Compiling strum_macros v0.15.0 [INFO] [stderr] Compiling serde_derive v1.0.111 [INFO] [stderr] Compiling cssparser v0.25.9 [INFO] [stderr] Compiling cssparser-macros v0.3.6 [INFO] [stderr] Compiling serde v1.0.111 [INFO] [stderr] Compiling docopt v1.1.0 [INFO] [stderr] Compiling toml v0.5.6 [INFO] [stderr] Compiling serde_json v1.0.53 [INFO] [stderr] Compiling lalrpop v0.16.3 [INFO] [stderr] Compiling alchemy-styles v0.1.0 [INFO] [stderr] Compiling alchemy-lifecycle v0.1.0 [INFO] [stderr] Compiling alchemy-macros v0.1.0 [INFO] [stderr] Compiling alchemy v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `PlatformAppBridge` [INFO] [stderr] --> src/app.rs:54:24 [INFO] [stderr] | [INFO] [stderr] 54 | *bridge = Some(PlatformAppBridge::new(ptr)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ use of undeclared type or module `PlatformAppBridge` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `PlatformViewBridge` [INFO] [stderr] --> src/components/view.rs:37:32 [INFO] [stderr] | [INFO] [stderr] 37 | bridge: Mutex::new(PlatformViewBridge::new()) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ use of undeclared type or module `PlatformViewBridge` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `PlatformTextBridge` [INFO] [stderr] --> src/components/text.rs:46:25 [INFO] [stderr] | [INFO] [stderr] 46 | Text(Mutex::new(PlatformTextBridge::new())) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ use of undeclared type or module `PlatformTextBridge` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `PlatformWindowBridge` [INFO] [stderr] --> src/window/window.rs:98:22 [INFO] [stderr] | [INFO] [stderr] 98 | let bridge = PlatformWindowBridge::new(window_id, backing_node, shared_app_ptr); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `PlatformWindowBridge` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `PlatformAppBridge` in this scope [INFO] [stderr] --> src/app.rs:30:37 [INFO] [stderr] | [INFO] [stderr] 29 | pub struct App { [INFO] [stderr] | - help: you might be missing a type parameter: `` [INFO] [stderr] 30 | pub(crate) bridge: Mutex>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `PlatformViewBridge` in this scope [INFO] [stderr] --> src/components/view.rs:31:19 [INFO] [stderr] | [INFO] [stderr] 30 | pub struct View { [INFO] [stderr] | - help: you might be missing a type parameter: `` [INFO] [stderr] 31 | bridge: Mutex [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `PlatformTextBridge` in this scope [INFO] [stderr] --> src/components/text.rs:28:23 [INFO] [stderr] | [INFO] [stderr] 28 | pub struct Text(Mutex); [INFO] [stderr] | - ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] | | [INFO] [stderr] | help: you might be missing a type parameter: `` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `PlatformWindowBridge` in this scope [INFO] [stderr] --> src/window/window.rs:26:17 [INFO] [stderr] | [INFO] [stderr] 26 | pub bridge: PlatformWindowBridge, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/app.rs:31:29 [INFO] [stderr] | [INFO] [stderr] 31 | pub delegate: Mutex>, [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn AppDelegate` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/components/fragment.rs:32:37 [INFO] [stderr] | [INFO] [stderr] 32 | fn set_props(&mut self, _: &mut std::any::Any) {} [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn std::any::Any` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/components/view.rs:49:37 [INFO] [stderr] | [INFO] [stderr] 49 | fn set_props(&mut self, _: &mut std::any::Any) {} [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn std::any::Any` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/components/text.rs:41:37 [INFO] [stderr] | [INFO] [stderr] 41 | fn set_props(&mut self, _: &mut std::any::Any) {} [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn std::any::Any` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/window/window.rs:27:23 [INFO] [stderr] | [INFO] [stderr] 27 | pub delegate: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn WindowDelegate` [INFO] [stderr] [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> src/app.rs:41:32 [INFO] [stderr] | [INFO] [stderr] 41 | bridge: Mutex::new(None), [INFO] [stderr] | ^^^^ cannot infer type for type parameter `T` declared on the enum `Option` [INFO] [stderr] [INFO] [stderr] error: aborting due to 9 previous errors; 5 warnings emitted [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0282, E0412, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0282`. [INFO] [stderr] error: could not compile `alchemy`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "158555bf78b010ba7d630d5ea4b35b57a5bb803e6f5a0e55f46ce9a32e2d0c9e"` [INFO] running `"docker" "rm" "-f" "158555bf78b010ba7d630d5ea4b35b57a5bb803e6f5a0e55f46ce9a32e2d0c9e"` [INFO] [stdout] 158555bf78b010ba7d630d5ea4b35b57a5bb803e6f5a0e55f46ce9a32e2d0c9e