[INFO] fetching crate medea-macro 0.2.0... [INFO] checking medea-macro-0.2.0 against try#9c1dcf141bc0875407c4eb36972857bd3db713e2 for pr-81863 [INFO] extracting crate medea-macro 0.2.0 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate medea-macro 0.2.0 on toolchain 9c1dcf141bc0875407c4eb36972857bd3db713e2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+9c1dcf141bc0875407c4eb36972857bd3db713e2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate medea-macro 0.2.0 [INFO] finished tweaking crates.io crate medea-macro 0.2.0 [INFO] tweaked toml for crates.io crate medea-macro 0.2.0 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+9c1dcf141bc0875407c4eb36972857bd3db713e2" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+9c1dcf141bc0875407c4eb36972857bd3db713e2" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "rustops/crates-build-env@sha256:21f1ed92105a0ef9b0d27ad8bdeb7f36f9f01ac17fffe3a3f3dc5241fc25d8f4" "/opt/rustwide/cargo-home/bin/cargo" "+9c1dcf141bc0875407c4eb36972857bd3db713e2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8fb8369f8ad3a93a3bb2d458c11b389f3fcee4c1ba082a21722012e32b58c9ce [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" "8fb8369f8ad3a93a3bb2d458c11b389f3fcee4c1ba082a21722012e32b58c9ce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8fb8369f8ad3a93a3bb2d458c11b389f3fcee4c1ba082a21722012e32b58c9ce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8fb8369f8ad3a93a3bb2d458c11b389f3fcee4c1ba082a21722012e32b58c9ce", kill_on_drop: false }` [INFO] [stdout] 8fb8369f8ad3a93a3bb2d458c11b389f3fcee4c1ba082a21722012e32b58c9ce [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "rustops/crates-build-env@sha256:21f1ed92105a0ef9b0d27ad8bdeb7f36f9f01ac17fffe3a3f3dc5241fc25d8f4" "/opt/rustwide/cargo-home/bin/cargo" "+9c1dcf141bc0875407c4eb36972857bd3db713e2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7385f3e142c55ff602ed231169819b8761af2b88852045956652f2eb07ff7e5d [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" "7385f3e142c55ff602ed231169819b8761af2b88852045956652f2eb07ff7e5d", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling syn v1.0.60 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Checking Inflector v0.11.4 [INFO] [stderr] Compiling aho-corasick v0.7.15 [INFO] [stderr] Checking quote v1.0.8 [INFO] [stderr] Compiling regex v1.4.3 [INFO] [stderr] Checking synstructure v0.12.4 [INFO] [stderr] Checking medea-macro v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling async-trait v0.1.42 [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `medea_jason` [INFO] [stdout] --> tests/js_caused.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use medea_jason::utils::JsCaused; [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `medea_jason` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `JsCaused` in this scope [INFO] [stdout] --> tests/js_caused.rs:7:14 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(JsCaused)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `JsCaused` in this scope [INFO] [stdout] --> tests/js_caused.rs:17:14 [INFO] [stdout] | [INFO] [stdout] 17 | #[derive(JsCaused)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `JsCaused` in this scope [INFO] [stdout] --> tests/js_caused.rs:34:14 [INFO] [stdout] | [INFO] [stdout] 34 | #[derive(JsCaused)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `JsCaused` in this scope [INFO] [stdout] --> tests/js_caused.rs:39:14 [INFO] [stdout] | [INFO] [stdout] 39 | #[derive(JsCaused)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `js` in this scope [INFO] [stdout] --> tests/js_caused.rs:42:15 [INFO] [stdout] | [INFO] [stdout] 42 | Bar(#[js(cause)] CausedError), [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `JsCaused` in this scope [INFO] [stdout] --> tests/js_caused.rs:60:14 [INFO] [stdout] | [INFO] [stdout] 60 | #[derive(JsCaused)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `js` in this scope [INFO] [stdout] --> tests/js_caused.rs:61:7 [INFO] [stdout] | [INFO] [stdout] 61 | #[js(error = "SomeError")] [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `JsCaused` in this scope [INFO] [stdout] --> tests/js_caused.rs:66:14 [INFO] [stdout] | [INFO] [stdout] 66 | #[derive(JsCaused)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `js` in this scope [INFO] [stdout] --> tests/js_caused.rs:67:7 [INFO] [stdout] | [INFO] [stdout] 67 | #[js(error = "SomeError")] [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `js` in this scope [INFO] [stdout] --> tests/js_caused.rs:70:15 [INFO] [stdout] | [INFO] [stdout] 70 | Bar(#[js(cause)] CausedError), [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `name` found for struct `derives_for_structure::TestError` in the current scope [INFO] [stdout] --> tests/js_caused.rs:11:20 [INFO] [stdout] | [INFO] [stdout] 8 | struct TestError; [INFO] [stdout] | ----------------- method `name` not found for this [INFO] [stdout] ... [INFO] [stdout] 11 | assert_eq!(err.name(), "TestError"); [INFO] [stdout] | ^^^^ method not found in `derives_for_structure::TestError` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `js_cause` found for struct `derives_for_structure::TestError` in the current scope [INFO] [stdout] --> tests/js_caused.rs:12:17 [INFO] [stdout] | [INFO] [stdout] 8 | struct TestError; [INFO] [stdout] | ----------------- method `js_cause` not found for this [INFO] [stdout] ... [INFO] [stdout] 12 | assert!(err.js_cause().is_none()); [INFO] [stdout] | ^^^^^^^^ method not found in `derives_for_structure::TestError` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `name` found for enum `derives_for_enum_with_js_error::TestError` in the current scope [INFO] [stdout] --> tests/js_caused.rs:24:20 [INFO] [stdout] | [INFO] [stdout] 18 | enum TestError { [INFO] [stdout] | -------------- method `name` not found for this [INFO] [stdout] ... [INFO] [stdout] 24 | assert_eq!(err.name(), "Foo"); [INFO] [stdout] | ^^^^ method not found in `derives_for_enum_with_js_error::TestError` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `js_cause` found for enum `derives_for_enum_with_js_error::TestError` in the current scope [INFO] [stdout] --> tests/js_caused.rs:25:17 [INFO] [stdout] | [INFO] [stdout] 18 | enum TestError { [INFO] [stdout] | -------------- method `js_cause` not found for this [INFO] [stdout] ... [INFO] [stdout] 25 | assert!(err.js_cause().is_none()); [INFO] [stdout] | ^^^^^^^^ method not found in `derives_for_enum_with_js_error::TestError` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `name` found for enum `derives_for_enum_with_js_error::TestError` in the current scope [INFO] [stdout] --> tests/js_caused.rs:28:20 [INFO] [stdout] | [INFO] [stdout] 18 | enum TestError { [INFO] [stdout] | -------------- method `name` not found for this [INFO] [stdout] ... [INFO] [stdout] 28 | assert_eq!(err.name(), "Bar"); [INFO] [stdout] | ^^^^ method not found in `derives_for_enum_with_js_error::TestError` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `js_cause` found for enum `derives_for_enum_with_js_error::TestError` in the current scope [INFO] [stdout] --> tests/js_caused.rs:29:17 [INFO] [stdout] | [INFO] [stdout] 18 | enum TestError { [INFO] [stdout] | -------------- method `js_cause` not found for this [INFO] [stdout] ... [INFO] [stdout] 29 | assert!(err.js_cause().is_some()); [INFO] [stdout] | ^^^^^^^^ method not found in `derives_for_enum_with_js_error::TestError` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `name` found for enum `derives_for_enum_with_nested_js_error::TestError` in the current scope [INFO] [stdout] --> tests/js_caused.rs:48:20 [INFO] [stdout] | [INFO] [stdout] 40 | enum TestError { [INFO] [stdout] | -------------- method `name` not found for this [INFO] [stdout] ... [INFO] [stdout] 48 | assert_eq!(err.name(), "Foo"); [INFO] [stdout] | ^^^^ method not found in `derives_for_enum_with_nested_js_error::TestError` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `js_cause` found for enum `derives_for_enum_with_nested_js_error::TestError` in the current scope [INFO] [stdout] --> tests/js_caused.rs:49:17 [INFO] [stdout] | [INFO] [stdout] 40 | enum TestError { [INFO] [stdout] | -------------- method `js_cause` not found for this [INFO] [stdout] ... [INFO] [stdout] 49 | assert!(err.js_cause().is_none()); [INFO] [stdout] | ^^^^^^^^ method not found in `derives_for_enum_with_nested_js_error::TestError` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `name` found for enum `derives_for_enum_with_nested_js_error::TestError` in the current scope [INFO] [stdout] --> tests/js_caused.rs:52:20 [INFO] [stdout] | [INFO] [stdout] 40 | enum TestError { [INFO] [stdout] | -------------- method `name` not found for this [INFO] [stdout] ... [INFO] [stdout] 52 | assert_eq!(err.name(), "Bar"); [INFO] [stdout] | ^^^^ method not found in `derives_for_enum_with_nested_js_error::TestError` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `js_cause` found for enum `derives_for_enum_with_nested_js_error::TestError` in the current scope [INFO] [stdout] --> tests/js_caused.rs:53:17 [INFO] [stdout] | [INFO] [stdout] 40 | enum TestError { [INFO] [stdout] | -------------- method `js_cause` not found for this [INFO] [stdout] ... [INFO] [stdout] 53 | assert!(err.js_cause().is_some()); [INFO] [stdout] | ^^^^^^^^ method not found in `derives_for_enum_with_nested_js_error::TestError` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `name` found for enum `derives_for_non_default_name_js_error::TestError` in the current scope [INFO] [stdout] --> tests/js_caused.rs:76:20 [INFO] [stdout] | [INFO] [stdout] 68 | enum TestError { [INFO] [stdout] | -------------- method `name` not found for this [INFO] [stdout] ... [INFO] [stdout] 76 | assert_eq!(err.name(), "Foo"); [INFO] [stdout] | ^^^^ method not found in `derives_for_non_default_name_js_error::TestError` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `js_cause` found for enum `derives_for_non_default_name_js_error::TestError` in the current scope [INFO] [stdout] --> tests/js_caused.rs:77:17 [INFO] [stdout] | [INFO] [stdout] 68 | enum TestError { [INFO] [stdout] | -------------- method `js_cause` not found for this [INFO] [stdout] ... [INFO] [stdout] 77 | assert!(err.js_cause().is_none()); [INFO] [stdout] | ^^^^^^^^ method not found in `derives_for_non_default_name_js_error::TestError` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `name` found for enum `derives_for_non_default_name_js_error::TestError` in the current scope [INFO] [stdout] --> tests/js_caused.rs:80:20 [INFO] [stdout] | [INFO] [stdout] 68 | enum TestError { [INFO] [stdout] | -------------- method `name` not found for this [INFO] [stdout] ... [INFO] [stdout] 80 | assert_eq!(err.name(), "Bar"); [INFO] [stdout] | ^^^^ method not found in `derives_for_non_default_name_js_error::TestError` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `js_cause` found for enum `derives_for_non_default_name_js_error::TestError` in the current scope [INFO] [stdout] --> tests/js_caused.rs:81:17 [INFO] [stdout] | [INFO] [stdout] 68 | enum TestError { [INFO] [stdout] | -------------- method `js_cause` not found for this [INFO] [stdout] ... [INFO] [stdout] 81 | assert!(err.js_cause().is_some()); [INFO] [stdout] | ^^^^^^^^ method not found in `derives_for_non_default_name_js_error::TestError` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 25 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0433, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `medea-macro` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "7385f3e142c55ff602ed231169819b8761af2b88852045956652f2eb07ff7e5d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7385f3e142c55ff602ed231169819b8761af2b88852045956652f2eb07ff7e5d", kill_on_drop: false }` [INFO] [stdout] 7385f3e142c55ff602ed231169819b8761af2b88852045956652f2eb07ff7e5d