[INFO] crate moxie 0.2.1 is already in cache [INFO] checking moxie-0.2.1 against try#d27c6c6a469a28343396a8f3ac1c9d403aabda69 for pr-66037 [INFO] extracting crate moxie 0.2.1 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate moxie 0.2.1 on toolchain d27c6c6a469a28343396a8f3ac1c9d403aabda69 [INFO] running `"/workspace/cargo-home/bin/cargo" "+d27c6c6a469a28343396a8f3ac1c9d403aabda69" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate moxie 0.2.1 [INFO] finished tweaking crates.io crate moxie 0.2.1 [INFO] tweaked toml for crates.io crate moxie 0.2.1 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+d27c6c6a469a28343396a8f3ac1c9d403aabda69" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+d27c6c6a469a28343396a8f3ac1c9d403aabda69" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "+d27c6c6a469a28343396a8f3ac1c9d403aabda69" "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] 2b389fe61eab2aa2db1bf24bfa43a190e4efab399924bde6c631f8c180cb9755 [INFO] running `"docker" "start" "-a" "2b389fe61eab2aa2db1bf24bfa43a190e4efab399924bde6c631f8c180cb9755"` [INFO] [stderr] Checking scopeguard v1.0.0 [INFO] [stderr] Compiling snax v0.3.0 [INFO] [stderr] Checking regex-automata v0.1.8 [INFO] [stderr] Checking tracing-log v0.1.1 [INFO] [stderr] Compiling rustversion v1.0.1 [INFO] [stderr] Compiling syn-mid v0.4.0 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Compiling tracing-attributes v0.1.6 [INFO] [stderr] Compiling topo-macro v0.9.0 [INFO] [stderr] Checking regex v1.3.3 [INFO] [stderr] Checking lock_api v0.3.3 [INFO] [stderr] Checking parking_lot v0.9.0 [INFO] [stderr] Checking matchers v0.0.1 [INFO] [stderr] Checking tracing-subscriber v0.1.6 [INFO] [stderr] Compiling futures-macro v0.3.1 [INFO] [stderr] Compiling proc-macro-error v0.4.4 [INFO] [stderr] Compiling proc-macro-error-attr v0.4.3 [INFO] [stderr] Checking tracing v0.1.11 [INFO] [stderr] Checking futures-util v0.3.1 [INFO] [stderr] Compiling illicit-macro v0.9.0 [INFO] [stderr] Compiling mox v0.2.0 [INFO] [stderr] Checking illicit v0.9.2 [INFO] [stderr] Checking topo v0.9.4 [INFO] [stderr] Checking futures-executor v0.3.1 [INFO] [stderr] Checking futures v0.3.1 [INFO] [stderr] Checking moxie v0.2.1 (/opt/rustwide/workdir) [INFO] [stderr] error[E0433]: failed to resolve: could not find `call` in `topo` [INFO] [stderr] --> src/embed.rs:124:19 [INFO] [stderr] | [INFO] [stderr] 124 | topo::call!({ [INFO] [stderr] | ^^^^ could not find `call` in `topo` [INFO] [stderr] [INFO] [stderr] error: cannot find macro `memo_with` in this scope [INFO] [stderr] --> src/memo.rs:90:5 [INFO] [stderr] | [INFO] [stderr] 90 | memo_with!((), |&()| expr(), with) [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `memo_with` in this scope [INFO] [stderr] --> src/memo.rs:104:5 [INFO] [stderr] | [INFO] [stderr] 104 | memo_with!(arg, init, Clone::clone) [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `memo` in this scope [INFO] [stderr] --> src/memo.rs:114:5 [INFO] [stderr] | [INFO] [stderr] 114 | memo!((), |()| expr()) [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `memo` in this scope [INFO] [stderr] --> src/lib.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / //! moxie aims to empower everyone to build reliable and efficient human interfaces. This crate [INFO] [stderr] 2 | | //! implements a lightweight & platform-agnostic UI runtime which powers a declarative style for [INFO] [stderr] 3 | | //! creating interfaces and attempts to minimize latency and general overhead. [INFO] [stderr] 4 | | //! [INFO] [stderr] ... | [INFO] [stderr] 47 | | //! A UI runtime is responsible for maintaining consistency between a program's desired output and [INFO] [stderr] 48 | | //! the rendered output over time. The desired output is expected to change over time as a result [INFO] [stderr] | |_______________^ [INFO] [stderr] [INFO] [stderr] error[E0658]: the `#[track_caller]` attribute is an experimental feature [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/47809 [INFO] [stderr] = help: add `#![feature(track_caller)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: the `#[track_caller]` attribute is an experimental feature [INFO] [stderr] --> src/memo.rs:81:1 [INFO] [stderr] | [INFO] [stderr] 81 | #[topo::nested] [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/47809 [INFO] [stderr] = help: add `#![feature(track_caller)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: the `#[track_caller]` attribute is an experimental feature [INFO] [stderr] --> src/memo.rs:98:1 [INFO] [stderr] | [INFO] [stderr] 98 | #[topo::nested] [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/47809 [INFO] [stderr] = help: add `#![feature(track_caller)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: the `#[track_caller]` attribute is an experimental feature [INFO] [stderr] --> src/memo.rs:109:1 [INFO] [stderr] | [INFO] [stderr] 109 | #[topo::nested] [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/47809 [INFO] [stderr] = help: add `#![feature(track_caller)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] warning: unused import: `memo::*` [INFO] [stderr] --> src/state.rs:2:34 [INFO] [stderr] | [INFO] [stderr] 2 | crate::{embed::RunLoopWaker, memo::*}, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 9 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0433, E0658. [INFO] [stderr] For more information about an error, try `rustc --explain E0433`. [INFO] [stderr] error: could not compile `moxie`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0433]: failed to resolve: could not find `call` in `topo` [INFO] [stderr] --> src/embed.rs:124:19 [INFO] [stderr] | [INFO] [stderr] 124 | topo::call!({ [INFO] [stderr] | ^^^^ could not find `call` in `topo` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `call` in `topo` [INFO] [stderr] --> src/embed.rs:211:19 [INFO] [stderr] | [INFO] [stderr] 211 | topo::call!(runtime.run_once()); [INFO] [stderr] | ^^^^ could not find `call` in `topo` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `call` in `topo` [INFO] [stderr] --> src/memo.rs:230:15 [INFO] [stderr] | [INFO] [stderr] 230 | topo::call!({ [INFO] [stderr] | ^^^^ could not find `call` in `topo` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `call` in `topo` [INFO] [stderr] --> src/memo.rs:255:27 [INFO] [stderr] | [INFO] [stderr] 255 | topo::call!(once!(|| counts.push(i))); [INFO] [stderr] | ^^^^ could not find `call` in `topo` [INFO] [stderr] [INFO] [stderr] error: cannot find macro `memo` in this scope [INFO] [stderr] --> src/lib.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / //! moxie aims to empower everyone to build reliable and efficient human interfaces. This crate [INFO] [stderr] 2 | | //! implements a lightweight & platform-agnostic UI runtime which powers a declarative style for [INFO] [stderr] 3 | | //! creating interfaces and attempts to minimize latency and general overhead. [INFO] [stderr] 4 | | //! [INFO] [stderr] ... | [INFO] [stderr] 47 | | //! A UI runtime is responsible for maintaining consistency between a program's desired output and [INFO] [stderr] 48 | | //! the rendered output over time. The desired output is expected to change over time as a result [INFO] [stderr] | |_______________^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `memo` in this scope [INFO] [stderr] --> src/memo.rs:284:17 [INFO] [stderr] | [INFO] [stderr] 284 | memo!(loop_ct.get(), |_| { [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `once` in this scope [INFO] [stderr] --> src/memo.rs:208:42 [INFO] [stderr] | [INFO] [stderr] 208 | let current_call_count = once!(|| { [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `memo` in this scope [INFO] [stderr] --> src/memo.rs:114:5 [INFO] [stderr] | [INFO] [stderr] 114 | memo!((), |()| expr()) [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `memo_with` in this scope [INFO] [stderr] --> src/memo.rs:104:5 [INFO] [stderr] | [INFO] [stderr] 104 | memo_with!(arg, init, Clone::clone) [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `memo_with` in this scope [INFO] [stderr] --> src/memo.rs:90:5 [INFO] [stderr] | [INFO] [stderr] 90 | memo_with!((), |&()| expr(), with) [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0658]: the `#[track_caller]` attribute is an experimental feature [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/47809 [INFO] [stderr] = help: add `#![feature(track_caller)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: the `#[track_caller]` attribute is an experimental feature [INFO] [stderr] --> src/memo.rs:81:1 [INFO] [stderr] | [INFO] [stderr] 81 | #[topo::nested] [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/47809 [INFO] [stderr] = help: add `#![feature(track_caller)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: the `#[track_caller]` attribute is an experimental feature [INFO] [stderr] --> src/memo.rs:98:1 [INFO] [stderr] | [INFO] [stderr] 98 | #[topo::nested] [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/47809 [INFO] [stderr] = help: add `#![feature(track_caller)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: the `#[track_caller]` attribute is an experimental feature [INFO] [stderr] --> src/memo.rs:109:1 [INFO] [stderr] | [INFO] [stderr] 109 | #[topo::nested] [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/47809 [INFO] [stderr] = help: add `#![feature(track_caller)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] warning: unused imports: `collections::HashSet`, `memo::*` [INFO] [stderr] --> src/memo.rs:172:13 [INFO] [stderr] | [INFO] [stderr] 172 | memo::*, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] 173 | }, [INFO] [stderr] 174 | std::{cell::Cell, collections::HashSet}, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `memo::*` [INFO] [stderr] --> src/state.rs:2:34 [INFO] [stderr] | [INFO] [stderr] 2 | crate::{embed::RunLoopWaker, memo::*}, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 14 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0433, E0658. [INFO] [stderr] For more information about an error, try `rustc --explain E0433`. [INFO] [stderr] error: could not compile `moxie`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "2b389fe61eab2aa2db1bf24bfa43a190e4efab399924bde6c631f8c180cb9755"` [INFO] running `"docker" "rm" "-f" "2b389fe61eab2aa2db1bf24bfa43a190e4efab399924bde6c631f8c180cb9755"` [INFO] [stdout] 2b389fe61eab2aa2db1bf24bfa43a190e4efab399924bde6c631f8c180cb9755