[INFO] fetching crate sixtyfps-compilerlib 0.0.6... [INFO] checking sixtyfps-compilerlib-0.0.6 against master#c5fbcd35a8217a17f6b63a22217ace06cf8f5f02 for pr-86194 [INFO] extracting crate sixtyfps-compilerlib 0.0.6 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate sixtyfps-compilerlib 0.0.6 on toolchain c5fbcd35a8217a17f6b63a22217ace06cf8f5f02 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+c5fbcd35a8217a17f6b63a22217ace06cf8f5f02" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate sixtyfps-compilerlib 0.0.6 [INFO] finished tweaking crates.io crate sixtyfps-compilerlib 0.0.6 [INFO] tweaked toml for crates.io crate sixtyfps-compilerlib 0.0.6 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+c5fbcd35a8217a17f6b63a22217ace06cf8f5f02" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+c5fbcd35a8217a17f6b63a22217ace06cf8f5f02" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+c5fbcd35a8217a17f6b63a22217ace06cf8f5f02" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 7085878791e0129b5cf062e5699e7170ae28cbb70a3320488fa71f374e23ef87 [INFO] running `Command { std: "docker" "start" "-a" "7085878791e0129b5cf062e5699e7170ae28cbb70a3320488fa71f374e23ef87", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7085878791e0129b5cf062e5699e7170ae28cbb70a3320488fa71f374e23ef87", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7085878791e0129b5cf062e5699e7170ae28cbb70a3320488fa71f374e23ef87", kill_on_drop: false }` [INFO] [stdout] 7085878791e0129b5cf062e5699e7170ae28cbb70a3320488fa71f374e23ef87 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+c5fbcd35a8217a17f6b63a22217ace06cf8f5f02" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5a4c0e8ddbfc18bab6c1ed6206567b495a4c41d877f180281d764f403aab0cb8 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "5a4c0e8ddbfc18bab6c1ed6206567b495a4c41d877f180281d764f403aab0cb8", kill_on_drop: false }` [INFO] [stderr] Compiling sixtyfps-compilerlib v0.0.6 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `parser_test_macro` [INFO] [stdout] --> parser.rs:36:13 [INFO] [stdout] | [INFO] [stdout] 36 | pub use parser_test_macro::parser_test; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `parser_test_macro` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `parser_test` [INFO] [stdout] --> parser/type.rs:70:18 [INFO] [stdout] | [INFO] [stdout] 70 | #[cfg_attr(test, parser_test)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `parser_test` [INFO] [stdout] --> parser/type.rs:57:18 [INFO] [stdout] | [INFO] [stdout] 57 | #[cfg_attr(test, parser_test)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `parser_test` [INFO] [stdout] --> parser/type.rs:32:18 [INFO] [stdout] | [INFO] [stdout] 32 | #[cfg_attr(test, parser_test)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `parser_test` [INFO] [stdout] --> parser/type.rs:15:18 [INFO] [stdout] | [INFO] [stdout] 15 | #[cfg_attr(test, parser_test)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `parser_test` [INFO] [stdout] --> parser/statements.rs:66:18 [INFO] [stdout] | [INFO] [stdout] 66 | #[cfg_attr(test, parser_test)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `parser_test` [INFO] [stdout] --> parser/statements.rs:14:18 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(test, parser_test)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `parser_test` [INFO] [stdout] --> parser/expressions.rs:303:18 [INFO] [stdout] | [INFO] [stdout] 303 | #[cfg_attr(test, parser_test)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `parser_test` [INFO] [stdout] --> parser/expressions.rs:276:18 [INFO] [stdout] | [INFO] [stdout] 276 | #[cfg_attr(test, parser_test)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `parser_test` [INFO] [stdout] --> parser/expressions.rs:257:18 [INFO] [stdout] | [INFO] [stdout] 257 | #[cfg_attr(test, parser_test)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `parser_test` [INFO] [stdout] --> parser/expressions.rs:234:18 [INFO] [stdout] | [INFO] [stdout] 234 | #[cfg_attr(test, parser_test)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `parser_test` [INFO] [stdout] --> parser/expressions.rs:214:18 [INFO] [stdout] | [INFO] [stdout] 214 | #[cfg_attr(test, parser_test)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `parser_test` [INFO] [stdout] --> parser/expressions.rs:188:18 [INFO] [stdout] | [INFO] [stdout] 188 | #[cfg_attr(test, parser_test)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `parser_test` [INFO] [stdout] --> parser/expressions.rs:13:18 [INFO] [stdout] | [INFO] [stdout] 13 | #[cfg_attr(test, parser_test)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `parser_test` [INFO] [stdout] --> parser/document.rs:734:18 [INFO] [stdout] | [INFO] [stdout] 734 | #[cfg_attr(test, parser_test)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `parser_test` [INFO] [stdout] --> parser/document.rs:700:18 [INFO] [stdout] | [INFO] [stdout] 700 | #[cfg_attr(test, parser_test)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `parser_test` [INFO] [stdout] --> parser/document.rs:667:18 [INFO] [stdout] | [INFO] [stdout] 667 | #[cfg_attr(test, parser_test)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `parser_test` [INFO] [stdout] --> parser/document.rs:643:18 [INFO] [stdout] | [INFO] [stdout] 643 | #[cfg_attr(test, parser_test)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `parser_test` [INFO] [stdout] --> parser/document.rs:603:18 [INFO] [stdout] | [INFO] [stdout] 603 | #[cfg_attr(test, parser_test)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `parser_test` [INFO] [stdout] --> parser/document.rs:563:18 [INFO] [stdout] | [INFO] [stdout] 563 | #[cfg_attr(test, parser_test)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `parser_test` [INFO] [stdout] --> parser/document.rs:549:18 [INFO] [stdout] | [INFO] [stdout] 549 | #[cfg_attr(test, parser_test)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `parser_test` [INFO] [stdout] --> parser/document.rs:506:18 [INFO] [stdout] | [INFO] [stdout] 506 | #[cfg_attr(test, parser_test)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `parser_test` [INFO] [stdout] --> parser/document.rs:492:18 [INFO] [stdout] | [INFO] [stdout] 492 | #[cfg_attr(test, parser_test)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `parser_test` [INFO] [stdout] --> parser/document.rs:449:18 [INFO] [stdout] | [INFO] [stdout] 449 | #[cfg_attr(test, parser_test)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `parser_test` [INFO] [stdout] --> parser/document.rs:415:18 [INFO] [stdout] | [INFO] [stdout] 415 | #[cfg_attr(test, parser_test)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `parser_test` [INFO] [stdout] --> parser/document.rs:375:18 [INFO] [stdout] | [INFO] [stdout] 375 | #[cfg_attr(test, parser_test)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `parser_test` [INFO] [stdout] --> parser/document.rs:362:18 [INFO] [stdout] | [INFO] [stdout] 362 | #[cfg_attr(test, parser_test)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `parser_test` [INFO] [stdout] --> parser/document.rs:336:18 [INFO] [stdout] | [INFO] [stdout] 336 | #[cfg_attr(test, parser_test)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `parser_test` [INFO] [stdout] --> parser/document.rs:316:18 [INFO] [stdout] | [INFO] [stdout] 316 | #[cfg_attr(test, parser_test)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `parser_test` [INFO] [stdout] --> parser/document.rs:293:18 [INFO] [stdout] | [INFO] [stdout] 293 | #[cfg_attr(test, parser_test)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `parser_test` [INFO] [stdout] --> parser/document.rs:281:18 [INFO] [stdout] | [INFO] [stdout] 281 | #[cfg_attr(test, parser_test)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `parser_test` [INFO] [stdout] --> parser/document.rs:258:18 [INFO] [stdout] | [INFO] [stdout] 258 | #[cfg_attr(test, parser_test)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `parser_test` [INFO] [stdout] --> parser/document.rs:235:18 [INFO] [stdout] | [INFO] [stdout] 235 | #[cfg_attr(test, parser_test)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `parser_test` [INFO] [stdout] --> parser/document.rs:202:18 [INFO] [stdout] | [INFO] [stdout] 202 | #[cfg_attr(test, parser_test)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `parser_test` [INFO] [stdout] --> parser/document.rs:186:18 [INFO] [stdout] | [INFO] [stdout] 186 | #[cfg_attr(test, parser_test)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `parser_test` [INFO] [stdout] --> parser/document.rs:105:18 [INFO] [stdout] | [INFO] [stdout] 105 | #[cfg_attr(test, parser_test)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `parser_test` [INFO] [stdout] --> parser/document.rs:89:18 [INFO] [stdout] | [INFO] [stdout] 89 | #[cfg_attr(test, parser_test)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `parser_test` [INFO] [stdout] --> parser/document.rs:57:18 [INFO] [stdout] | [INFO] [stdout] 57 | #[cfg_attr(test, parser_test)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `parser_test` [INFO] [stdout] --> parser/document.rs:15:18 [INFO] [stdout] | [INFO] [stdout] 15 | #[cfg_attr(test, parser_test)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 39 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `sixtyfps-compilerlib` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "5a4c0e8ddbfc18bab6c1ed6206567b495a4c41d877f180281d764f403aab0cb8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5a4c0e8ddbfc18bab6c1ed6206567b495a4c41d877f180281d764f403aab0cb8", kill_on_drop: false }` [INFO] [stdout] 5a4c0e8ddbfc18bab6c1ed6206567b495a4c41d877f180281d764f403aab0cb8