[INFO] fetching crate derivate 0.1.0... [INFO] checking derivate-0.1.0 against master#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579 [INFO] extracting crate derivate 0.1.0 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate derivate 0.1.0 on toolchain a609fb45efad59dfd459c76e50899be9f0583b5a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate derivate 0.1.0 [INFO] finished tweaking crates.io crate derivate 0.1.0 [INFO] tweaked toml for crates.io crate derivate 0.1.0 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "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" "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:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5c281903b262337ea49f3b4421f4a671f6815e2fefaa8de48be92207e51c5c94 [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" "5c281903b262337ea49f3b4421f4a671f6815e2fefaa8de48be92207e51c5c94", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5c281903b262337ea49f3b4421f4a671f6815e2fefaa8de48be92207e51c5c94", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5c281903b262337ea49f3b4421f4a671f6815e2fefaa8de48be92207e51c5c94", kill_on_drop: false }` [INFO] [stdout] 5c281903b262337ea49f3b4421f4a671f6815e2fefaa8de48be92207e51c5c94 [INFO] running `Command { std: "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" "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:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", 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] d4efe5c373e9aef119d67daf55db7f4916d302473776c053b5aaf1e7be987c22 [INFO] running `Command { std: "docker" "start" "-a" "d4efe5c373e9aef119d67daf55db7f4916d302473776c053b5aaf1e7be987c22", kill_on_drop: false }` [INFO] [stderr] Checking either v1.6.1 [INFO] [stderr] Checking syn v0.10.8 [INFO] [stderr] Checking itertools v0.5.10 [INFO] [stderr] Checking derivate v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ast.rs:42:21 [INFO] [stdout] | [INFO] [stdout] 42 | let attrs = try!(attr::Input::from_ast(&item.attrs)); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ast.rs:46:28 [INFO] [stdout] | [INFO] [stdout] 46 | Body::Enum(try!(enum_from_ast(variants))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ast.rs:49:39 [INFO] [stdout] | [INFO] [stdout] 49 | let (style, fields) = try!(struct_from_ast(variant_data)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ast.rs:81:35 [INFO] [stdout] | [INFO] [stdout] 81 | let (style, fields) = try!(struct_from_ast(&variant.data)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ast.rs:83:24 [INFO] [stdout] | [INFO] [stdout] 83 | attrs: try!(attr::Input::from_ast(&variant.attrs)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ast.rs:95:32 [INFO] [stdout] | [INFO] [stdout] 95 | Ok((Style::Struct, try!(fields_from_ast(fields)))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ast.rs:98:31 [INFO] [stdout] | [INFO] [stdout] 98 | Ok((Style::Tuple, try!(fields_from_ast(fields)))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ast.rs:111:24 [INFO] [stdout] | [INFO] [stdout] 111 | attrs: try!(attr::Field::from_ast(field)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:157:47 [INFO] [stdout] | [INFO] [stdout] 157 | let MetaItem($name, $value) = try!(metaitem); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 194 | / for_all_attr! { [INFO] [stdout] 195 | | for (name, values) in attrs; [INFO] [stdout] 196 | | "Clone" => { [INFO] [stdout] 197 | | let mut clone = input.clone.take().unwrap_or_default(); [INFO] [stdout] ... | [INFO] [stdout] 280 | | } [INFO] [stdout] 281 | | } [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:205:32 [INFO] [stdout] | [INFO] [stdout] 205 | "bound" => try!(parse_bound(&mut clone.bounds, value)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:207:44 [INFO] [stdout] | [INFO] [stdout] 207 | clone.clone_from = try!(parse_boolean_meta_item(&value, true, "clone_from")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:232:32 [INFO] [stdout] | [INFO] [stdout] 232 | "bound" => try!(parse_bound(&mut copy.bounds, value)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:241:32 [INFO] [stdout] | [INFO] [stdout] 241 | "bound" => try!(parse_bound(&mut debug.bounds, value)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:243:45 [INFO] [stdout] | [INFO] [stdout] 243 | debug.transparent = try!(parse_boolean_meta_item(&value, true, "transparent")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:251:32 [INFO] [stdout] | [INFO] [stdout] 251 | "bound" => try!(parse_bound(&mut default.bounds, value)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:253:39 [INFO] [stdout] | [INFO] [stdout] 253 | default.new = try!(parse_boolean_meta_item(&value, true, "new")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:261:32 [INFO] [stdout] | [INFO] [stdout] 261 | "bound" => try!(parse_bound(&mut eq.bounds, value)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:268:32 [INFO] [stdout] | [INFO] [stdout] 268 | "bound" => try!(parse_bound(&mut hash.bounds, value)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:275:32 [INFO] [stdout] | [INFO] [stdout] 275 | "bound" => try!(parse_bound(&mut partial_eq.bounds, value)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:277:46 [INFO] [stdout] | [INFO] [stdout] 277 | partial_eq.on_enum = try!(parse_boolean_meta_item(&value, true, "feature_allow_slow_enum")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:157:47 [INFO] [stdout] | [INFO] [stdout] 157 | let MetaItem($name, $value) = try!(metaitem); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 340 | / for_all_attr! { [INFO] [stdout] 341 | | for (name, values) in field.attrs; [INFO] [stdout] 342 | | "Clone" => { [INFO] [stdout] 343 | | match_attributes! { [INFO] [stdout] ... | [INFO] [stdout] 406 | | } [INFO] [stdout] 407 | | } [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:345:32 [INFO] [stdout] | [INFO] [stdout] 345 | "bound" => try!(parse_bound(&mut out.clone.bounds, value)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:347:36 [INFO] [stdout] | [INFO] [stdout] 347 | let path = try!(value.ok_or_else(|| "`clone_with` needs a value".to_string())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:348:53 [INFO] [stdout] | [INFO] [stdout] 348 | out.clone.clone_with = Some(try!(syn::parse_path(path))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:355:32 [INFO] [stdout] | [INFO] [stdout] 355 | "bound" => try!(parse_bound(&mut out.debug.bounds, value)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:357:36 [INFO] [stdout] | [INFO] [stdout] 357 | let path = try!(value.ok_or_else(|| "`format_with` needs a value".to_string())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:358:54 [INFO] [stdout] | [INFO] [stdout] 358 | out.debug.format_with = Some(try!(syn::parse_path(path))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:361:44 [INFO] [stdout] | [INFO] [stdout] 361 | out.debug.ignore = try!(parse_boolean_meta_item(&value, true, "ignore")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:368:32 [INFO] [stdout] | [INFO] [stdout] 368 | "bound" => try!(parse_bound(&mut out.default.bounds, value)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:370:37 [INFO] [stdout] | [INFO] [stdout] 370 | let value = try!(value.ok_or_else(|| "`value` needs a value".to_string())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:371:50 [INFO] [stdout] | [INFO] [stdout] 371 | out.default.value = Some(try!(syn::parse_expr(value))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:378:32 [INFO] [stdout] | [INFO] [stdout] 378 | "bound" => try!(parse_bound(&mut out.eq_bound, value)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:384:32 [INFO] [stdout] | [INFO] [stdout] 384 | "bound" => try!(parse_bound(&mut out.hash.bounds, value)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:386:36 [INFO] [stdout] | [INFO] [stdout] 386 | let path = try!(value.ok_or_else(|| "`hash_with` needs a value".to_string())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:387:51 [INFO] [stdout] | [INFO] [stdout] 387 | out.hash.hash_with = Some(try!(syn::parse_path(path))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:390:43 [INFO] [stdout] | [INFO] [stdout] 390 | out.hash.ignore = try!(parse_boolean_meta_item(&value, true, "ignore")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:397:32 [INFO] [stdout] | [INFO] [stdout] 397 | "bound" => try!(parse_bound(&mut out.partial_eq.bounds, value)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:399:36 [INFO] [stdout] | [INFO] [stdout] 399 | let path = try!(value.ok_or_else(|| "`compare_with` needs a value".to_string())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:400:60 [INFO] [stdout] | [INFO] [stdout] 400 | out.partial_eq.compare_with = Some(try!(syn::parse_path(path))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:403:49 [INFO] [stdout] | [INFO] [stdout] 403 | out.partial_eq.ignore = try!(parse_boolean_meta_item(&value, true, "ignore")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:493:26 [INFO] [stdout] | [INFO] [stdout] 493 | let values = try!( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:511:25 [INFO] [stdout] | [INFO] [stdout] 511 | let value = try!(str_or_err(value)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:498:37 [INFO] [stdout] | [INFO] [stdout] 498 | let value = try!(str_or_err(value)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:547:17 [INFO] [stdout] | [INFO] [stdout] 547 | let bound = try!(value.ok_or_else(|| "`bound` needs a value".to_string())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:551:30 [INFO] [stdout] | [INFO] [stdout] 551 | let mut predicates = try!(where_clause).predicates; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:27:24 [INFO] [stdout] | [INFO] [stdout] 27 | tokens.append(&try!(clone::derive_copy(input)).to_string()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:42:24 [INFO] [stdout] | [INFO] [stdout] 42 | tokens.append(&try!(cmp::derive_partial_eq(input)).to_string()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:51:21 [INFO] [stdout] | [INFO] [stdout] 51 | let input = try!(syn::parse_macro_input(&input.to_string())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:52:22 [INFO] [stdout] | [INFO] [stdout] 52 | let parsed = try!(ast::Input::from_ast(&input)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:53:22 [INFO] [stdout] | [INFO] [stdout] 53 | let output = try!(derive_impls(&parsed)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ast.rs:42:21 [INFO] [stdout] | [INFO] [stdout] 42 | let attrs = try!(attr::Input::from_ast(&item.attrs)); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ast.rs:46:28 [INFO] [stdout] | [INFO] [stdout] 46 | Body::Enum(try!(enum_from_ast(variants))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ast.rs:49:39 [INFO] [stdout] | [INFO] [stdout] 49 | let (style, fields) = try!(struct_from_ast(variant_data)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ast.rs:81:35 [INFO] [stdout] | [INFO] [stdout] 81 | let (style, fields) = try!(struct_from_ast(&variant.data)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ast.rs:83:24 [INFO] [stdout] | [INFO] [stdout] 83 | attrs: try!(attr::Input::from_ast(&variant.attrs)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ast.rs:95:32 [INFO] [stdout] | [INFO] [stdout] 95 | Ok((Style::Struct, try!(fields_from_ast(fields)))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ast.rs:98:31 [INFO] [stdout] | [INFO] [stdout] 98 | Ok((Style::Tuple, try!(fields_from_ast(fields)))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ast.rs:111:24 [INFO] [stdout] | [INFO] [stdout] 111 | attrs: try!(attr::Field::from_ast(field)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:157:47 [INFO] [stdout] | [INFO] [stdout] 157 | let MetaItem($name, $value) = try!(metaitem); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 194 | / for_all_attr! { [INFO] [stdout] 195 | | for (name, values) in attrs; [INFO] [stdout] 196 | | "Clone" => { [INFO] [stdout] 197 | | let mut clone = input.clone.take().unwrap_or_default(); [INFO] [stdout] ... | [INFO] [stdout] 280 | | } [INFO] [stdout] 281 | | } [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:205:32 [INFO] [stdout] | [INFO] [stdout] 205 | "bound" => try!(parse_bound(&mut clone.bounds, value)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:207:44 [INFO] [stdout] | [INFO] [stdout] 207 | clone.clone_from = try!(parse_boolean_meta_item(&value, true, "clone_from")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:232:32 [INFO] [stdout] | [INFO] [stdout] 232 | "bound" => try!(parse_bound(&mut copy.bounds, value)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:241:32 [INFO] [stdout] | [INFO] [stdout] 241 | "bound" => try!(parse_bound(&mut debug.bounds, value)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:243:45 [INFO] [stdout] | [INFO] [stdout] 243 | debug.transparent = try!(parse_boolean_meta_item(&value, true, "transparent")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:251:32 [INFO] [stdout] | [INFO] [stdout] 251 | "bound" => try!(parse_bound(&mut default.bounds, value)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:253:39 [INFO] [stdout] | [INFO] [stdout] 253 | default.new = try!(parse_boolean_meta_item(&value, true, "new")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:261:32 [INFO] [stdout] | [INFO] [stdout] 261 | "bound" => try!(parse_bound(&mut eq.bounds, value)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:268:32 [INFO] [stdout] | [INFO] [stdout] 268 | "bound" => try!(parse_bound(&mut hash.bounds, value)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:275:32 [INFO] [stdout] | [INFO] [stdout] 275 | "bound" => try!(parse_bound(&mut partial_eq.bounds, value)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:277:46 [INFO] [stdout] | [INFO] [stdout] 277 | partial_eq.on_enum = try!(parse_boolean_meta_item(&value, true, "feature_allow_slow_enum")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:157:47 [INFO] [stdout] | [INFO] [stdout] 157 | let MetaItem($name, $value) = try!(metaitem); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 340 | / for_all_attr! { [INFO] [stdout] 341 | | for (name, values) in field.attrs; [INFO] [stdout] 342 | | "Clone" => { [INFO] [stdout] 343 | | match_attributes! { [INFO] [stdout] ... | [INFO] [stdout] 406 | | } [INFO] [stdout] 407 | | } [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:345:32 [INFO] [stdout] | [INFO] [stdout] 345 | "bound" => try!(parse_bound(&mut out.clone.bounds, value)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:347:36 [INFO] [stdout] | [INFO] [stdout] 347 | let path = try!(value.ok_or_else(|| "`clone_with` needs a value".to_string())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:348:53 [INFO] [stdout] | [INFO] [stdout] 348 | out.clone.clone_with = Some(try!(syn::parse_path(path))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:355:32 [INFO] [stdout] | [INFO] [stdout] 355 | "bound" => try!(parse_bound(&mut out.debug.bounds, value)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:357:36 [INFO] [stdout] | [INFO] [stdout] 357 | let path = try!(value.ok_or_else(|| "`format_with` needs a value".to_string())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:358:54 [INFO] [stdout] | [INFO] [stdout] 358 | out.debug.format_with = Some(try!(syn::parse_path(path))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:361:44 [INFO] [stdout] | [INFO] [stdout] 361 | out.debug.ignore = try!(parse_boolean_meta_item(&value, true, "ignore")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:368:32 [INFO] [stdout] | [INFO] [stdout] 368 | "bound" => try!(parse_bound(&mut out.default.bounds, value)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:370:37 [INFO] [stdout] | [INFO] [stdout] 370 | let value = try!(value.ok_or_else(|| "`value` needs a value".to_string())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:371:50 [INFO] [stdout] | [INFO] [stdout] 371 | out.default.value = Some(try!(syn::parse_expr(value))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:378:32 [INFO] [stdout] | [INFO] [stdout] 378 | "bound" => try!(parse_bound(&mut out.eq_bound, value)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:384:32 [INFO] [stdout] | [INFO] [stdout] 384 | "bound" => try!(parse_bound(&mut out.hash.bounds, value)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:386:36 [INFO] [stdout] | [INFO] [stdout] 386 | let path = try!(value.ok_or_else(|| "`hash_with` needs a value".to_string())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:387:51 [INFO] [stdout] | [INFO] [stdout] 387 | out.hash.hash_with = Some(try!(syn::parse_path(path))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:390:43 [INFO] [stdout] | [INFO] [stdout] 390 | out.hash.ignore = try!(parse_boolean_meta_item(&value, true, "ignore")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:397:32 [INFO] [stdout] | [INFO] [stdout] 397 | "bound" => try!(parse_bound(&mut out.partial_eq.bounds, value)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:399:36 [INFO] [stdout] | [INFO] [stdout] 399 | let path = try!(value.ok_or_else(|| "`compare_with` needs a value".to_string())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:400:60 [INFO] [stdout] | [INFO] [stdout] 400 | out.partial_eq.compare_with = Some(try!(syn::parse_path(path))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:403:49 [INFO] [stdout] | [INFO] [stdout] 403 | out.partial_eq.ignore = try!(parse_boolean_meta_item(&value, true, "ignore")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:493:26 [INFO] [stdout] | [INFO] [stdout] 493 | let values = try!( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:511:25 [INFO] [stdout] | [INFO] [stdout] 511 | let value = try!(str_or_err(value)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:498:37 [INFO] [stdout] | [INFO] [stdout] 498 | let value = try!(str_or_err(value)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:547:17 [INFO] [stdout] | [INFO] [stdout] 547 | let bound = try!(value.ok_or_else(|| "`bound` needs a value".to_string())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:551:30 [INFO] [stdout] | [INFO] [stdout] 551 | let mut predicates = try!(where_clause).predicates; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:27:24 [INFO] [stdout] | [INFO] [stdout] 27 | tokens.append(&try!(clone::derive_copy(input)).to_string()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:42:24 [INFO] [stdout] | [INFO] [stdout] 42 | tokens.append(&try!(cmp::derive_partial_eq(input)).to_string()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:51:21 [INFO] [stdout] | [INFO] [stdout] 51 | let input = try!(syn::parse_macro_input(&input.to_string())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:52:22 [INFO] [stdout] | [INFO] [stdout] 52 | let parsed = try!(ast::Input::from_ast(&input)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:53:22 [INFO] [stdout] | [INFO] [stdout] 53 | let output = try!(derive_impls(&parsed)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 50 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 50 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ast.rs:42:21 [INFO] [stdout] | [INFO] [stdout] 42 | let attrs = try!(attr::Input::from_ast(&item.attrs)); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ast.rs:46:28 [INFO] [stdout] | [INFO] [stdout] 46 | Body::Enum(try!(enum_from_ast(variants))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ast.rs:49:39 [INFO] [stdout] | [INFO] [stdout] 49 | let (style, fields) = try!(struct_from_ast(variant_data)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ast.rs:81:35 [INFO] [stdout] | [INFO] [stdout] 81 | let (style, fields) = try!(struct_from_ast(&variant.data)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ast.rs:83:24 [INFO] [stdout] | [INFO] [stdout] 83 | attrs: try!(attr::Input::from_ast(&variant.attrs)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ast.rs:95:32 [INFO] [stdout] | [INFO] [stdout] 95 | Ok((Style::Struct, try!(fields_from_ast(fields)))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ast.rs:98:31 [INFO] [stdout] | [INFO] [stdout] 98 | Ok((Style::Tuple, try!(fields_from_ast(fields)))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ast.rs:111:24 [INFO] [stdout] | [INFO] [stdout] 111 | attrs: try!(attr::Field::from_ast(field)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:157:47 [INFO] [stdout] | [INFO] [stdout] 157 | let MetaItem($name, $value) = try!(metaitem); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 194 | / for_all_attr! { [INFO] [stdout] 195 | | for (name, values) in attrs; [INFO] [stdout] 196 | | "Clone" => { [INFO] [stdout] 197 | | let mut clone = input.clone.take().unwrap_or_default(); [INFO] [stdout] ... | [INFO] [stdout] 280 | | } [INFO] [stdout] 281 | | } [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:205:32 [INFO] [stdout] | [INFO] [stdout] 205 | "bound" => try!(parse_bound(&mut clone.bounds, value)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:207:44 [INFO] [stdout] | [INFO] [stdout] 207 | clone.clone_from = try!(parse_boolean_meta_item(&value, true, "clone_from")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:232:32 [INFO] [stdout] | [INFO] [stdout] 232 | "bound" => try!(parse_bound(&mut copy.bounds, value)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:241:32 [INFO] [stdout] | [INFO] [stdout] 241 | "bound" => try!(parse_bound(&mut debug.bounds, value)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:243:45 [INFO] [stdout] | [INFO] [stdout] 243 | debug.transparent = try!(parse_boolean_meta_item(&value, true, "transparent")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:251:32 [INFO] [stdout] | [INFO] [stdout] 251 | "bound" => try!(parse_bound(&mut default.bounds, value)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:253:39 [INFO] [stdout] | [INFO] [stdout] 253 | default.new = try!(parse_boolean_meta_item(&value, true, "new")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:261:32 [INFO] [stdout] | [INFO] [stdout] 261 | "bound" => try!(parse_bound(&mut eq.bounds, value)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:268:32 [INFO] [stdout] | [INFO] [stdout] 268 | "bound" => try!(parse_bound(&mut hash.bounds, value)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:275:32 [INFO] [stdout] | [INFO] [stdout] 275 | "bound" => try!(parse_bound(&mut partial_eq.bounds, value)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:277:46 [INFO] [stdout] | [INFO] [stdout] 277 | partial_eq.on_enum = try!(parse_boolean_meta_item(&value, true, "feature_allow_slow_enum")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:157:47 [INFO] [stdout] | [INFO] [stdout] 157 | let MetaItem($name, $value) = try!(metaitem); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 340 | / for_all_attr! { [INFO] [stdout] 341 | | for (name, values) in field.attrs; [INFO] [stdout] 342 | | "Clone" => { [INFO] [stdout] 343 | | match_attributes! { [INFO] [stdout] ... | [INFO] [stdout] 406 | | } [INFO] [stdout] 407 | | } [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:345:32 [INFO] [stdout] | [INFO] [stdout] 345 | "bound" => try!(parse_bound(&mut out.clone.bounds, value)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:347:36 [INFO] [stdout] | [INFO] [stdout] 347 | let path = try!(value.ok_or_else(|| "`clone_with` needs a value".to_string())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:348:53 [INFO] [stdout] | [INFO] [stdout] 348 | out.clone.clone_with = Some(try!(syn::parse_path(path))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:355:32 [INFO] [stdout] | [INFO] [stdout] 355 | "bound" => try!(parse_bound(&mut out.debug.bounds, value)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:357:36 [INFO] [stdout] | [INFO] [stdout] 357 | let path = try!(value.ok_or_else(|| "`format_with` needs a value".to_string())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:358:54 [INFO] [stdout] | [INFO] [stdout] 358 | out.debug.format_with = Some(try!(syn::parse_path(path))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:361:44 [INFO] [stdout] | [INFO] [stdout] 361 | out.debug.ignore = try!(parse_boolean_meta_item(&value, true, "ignore")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:368:32 [INFO] [stdout] | [INFO] [stdout] 368 | "bound" => try!(parse_bound(&mut out.default.bounds, value)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:370:37 [INFO] [stdout] | [INFO] [stdout] 370 | let value = try!(value.ok_or_else(|| "`value` needs a value".to_string())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:371:50 [INFO] [stdout] | [INFO] [stdout] 371 | out.default.value = Some(try!(syn::parse_expr(value))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:378:32 [INFO] [stdout] | [INFO] [stdout] 378 | "bound" => try!(parse_bound(&mut out.eq_bound, value)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:384:32 [INFO] [stdout] | [INFO] [stdout] 384 | "bound" => try!(parse_bound(&mut out.hash.bounds, value)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:386:36 [INFO] [stdout] | [INFO] [stdout] 386 | let path = try!(value.ok_or_else(|| "`hash_with` needs a value".to_string())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:387:51 [INFO] [stdout] | [INFO] [stdout] 387 | out.hash.hash_with = Some(try!(syn::parse_path(path))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:390:43 [INFO] [stdout] | [INFO] [stdout] 390 | out.hash.ignore = try!(parse_boolean_meta_item(&value, true, "ignore")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:397:32 [INFO] [stdout] | [INFO] [stdout] 397 | "bound" => try!(parse_bound(&mut out.partial_eq.bounds, value)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:399:36 [INFO] [stdout] | [INFO] [stdout] 399 | let path = try!(value.ok_or_else(|| "`compare_with` needs a value".to_string())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:400:60 [INFO] [stdout] | [INFO] [stdout] 400 | out.partial_eq.compare_with = Some(try!(syn::parse_path(path))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:403:49 [INFO] [stdout] | [INFO] [stdout] 403 | out.partial_eq.ignore = try!(parse_boolean_meta_item(&value, true, "ignore")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:493:26 [INFO] [stdout] | [INFO] [stdout] 493 | let values = try!( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:511:25 [INFO] [stdout] | [INFO] [stdout] 511 | let value = try!(str_or_err(value)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:498:37 [INFO] [stdout] | [INFO] [stdout] 498 | let value = try!(str_or_err(value)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:547:17 [INFO] [stdout] | [INFO] [stdout] 547 | let bound = try!(value.ok_or_else(|| "`bound` needs a value".to_string())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/attr.rs:551:30 [INFO] [stdout] | [INFO] [stdout] 551 | let mut predicates = try!(where_clause).predicates; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:27:24 [INFO] [stdout] | [INFO] [stdout] 27 | tokens.append(&try!(clone::derive_copy(input)).to_string()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:42:24 [INFO] [stdout] | [INFO] [stdout] 42 | tokens.append(&try!(cmp::derive_partial_eq(input)).to_string()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:51:21 [INFO] [stdout] | [INFO] [stdout] 51 | let input = try!(syn::parse_macro_input(&input.to_string())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:52:22 [INFO] [stdout] | [INFO] [stdout] 52 | let parsed = try!(ast::Input::from_ast(&input)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:53:22 [INFO] [stdout] | [INFO] [stdout] 53 | let output = try!(derive_impls(&parsed)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 50 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `core`? [INFO] [stdout] --> tests/rustc-deriving-meta.rs:18:10 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Derivative)] [INFO] [stdout] | ^^^^^^^^^^ maybe a missing crate `core`? [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `core`? [INFO] [stdout] --> tests/rustc-deriving-meta.rs:18:10 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Derivative)] [INFO] [stdout] | ^^^^^^^^^^ not found in `core::hash` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 16 | use std::hash::Hash; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `core`? [INFO] [stdout] --> tests/rustc-issue-32292.rs:16:10 [INFO] [stdout] | [INFO] [stdout] 16 | #[derive(Derivative)] [INFO] [stdout] | ^^^^^^^^^^ maybe a missing crate `core`? [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `core`? [INFO] [stdout] --> tests/rustc-deriving-clone-tuple-struct.rs:16:10 [INFO] [stdout] | [INFO] [stdout] 16 | #[derive(Derivative)] [INFO] [stdout] | ^^^^^^^^^^ maybe a missing crate `core`? [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `core`? [INFO] [stdout] --> tests/rustc-issue-21402.rs:16:10 [INFO] [stdout] | [INFO] [stdout] 16 | #[derive(Derivative)] [INFO] [stdout] | ^^^^^^^^^^ maybe a missing crate `core`? [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `core`? [INFO] [stdout] --> tests/rustc-issue-21402.rs:16:10 [INFO] [stdout] | [INFO] [stdout] 16 | #[derive(Derivative)] [INFO] [stdout] | ^^^^^^^^^^ not found in `core::hash` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 17 | use std::hash::Hash; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `core`? [INFO] [stdout] --> tests/rustc-issue-12860.rs:16:10 [INFO] [stdout] | [INFO] [stdout] 16 | #[derive(Derivative)] [INFO] [stdout] | ^^^^^^^^^^ maybe a missing crate `core`? [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `core`? [INFO] [stdout] --> tests/rustc-issue-12860.rs:16:10 [INFO] [stdout] | [INFO] [stdout] 16 | #[derive(Derivative)] [INFO] [stdout] | ^^^^^^^^^^ not found in `core::hash` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 11 | use std::hash::Hash; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `core`? [INFO] [stdout] --> tests/derive-eq.rs:4:10 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Derivative, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^ maybe a missing crate `core`? [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `core`? [INFO] [stdout] --> tests/derive-eq.rs:10:10 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Derivative)] [INFO] [stdout] | ^^^^^^^^^^ maybe a missing crate `core`? [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> tests/derive-eq.rs:39:22 [INFO] [stdout] | [INFO] [stdout] 39 | let ptr1: *const SomeTrait = &SomeType { foo: 0 }; [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn SomeTrait` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> tests/derive-eq.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | let ptr2: *const SomeTrait = &SomeType { foo: 1 }; [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn SomeTrait` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `derivate` [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] [stdout] error[E0433]: failed to resolve: maybe a missing crate `core`? [INFO] [stdout] --> tests/rustc-deriving-enum-single-variant.rs:18:10 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Derivative)] [INFO] [stdout] | ^^^^^^^^^^ maybe a missing crate `core`? [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `core`? [INFO] [stdout] --> tests/rustc-deriving-via-extension-hash-struct.rs:18:10 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Derivative)] [INFO] [stdout] | ^^^^^^^^^^ maybe a missing crate `core`? [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `core`? [INFO] [stdout] --> tests/derive-debug-transparent.rs:4:10 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Derivative)] [INFO] [stdout] | ^^^^^^^^^^ maybe a missing crate `core`? [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `core`? [INFO] [stdout] --> tests/derive-debug-transparent.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | #[derive(Derivative)] [INFO] [stdout] | ^^^^^^^^^^ maybe a missing crate `core`? [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `core`? [INFO] [stdout] --> tests/derive-debug-transparent.rs:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Derivative)] [INFO] [stdout] | ^^^^^^^^^^ maybe a missing crate `core`? [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `core`? [INFO] [stdout] --> tests/rustc-deriving-via-extension-hash-struct.rs:18:10 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Derivative)] [INFO] [stdout] | ^^^^^^^^^^ not found in `core::hash` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 16 | use std::hash::Hash; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `core`? [INFO] [stdout] --> tests/derive-debug-transparent.rs:4:10 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Derivative)] [INFO] [stdout] | ^^^^^^^^^^ not found in `core::fmt` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 5 | use std::fmt::Debug; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `core`? [INFO] [stdout] --> tests/derive-debug-transparent.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | #[derive(Derivative)] [INFO] [stdout] | ^^^^^^^^^^ not found in `core::fmt` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 5 | use std::fmt::Debug; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `core`? [INFO] [stdout] --> tests/derive-debug-transparent.rs:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Derivative)] [INFO] [stdout] | ^^^^^^^^^^ not found in `core::fmt` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 5 | use std::fmt::Debug; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `core`? [INFO] [stdout] --> tests/rustc-issue-29710.rs:17:10 [INFO] [stdout] | [INFO] [stdout] 17 | #[derive(Derivative)] [INFO] [stdout] | ^^^^^^^^^^ maybe a missing crate `core`? [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `core`? [INFO] [stdout] --> tests/rustc-issue-29710.rs:21:10 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Derivative)] [INFO] [stdout] | ^^^^^^^^^^ maybe a missing crate `core`? [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `core`? [INFO] [stdout] --> tests/rustc-class-implement-traits.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | #[derive(Derivative)] [INFO] [stdout] | ^^^^^^^^^^ maybe a missing crate `core`? [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `core`? [INFO] [stdout] --> tests/derive-debug-generics.rs:4:10 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Derivative)] [INFO] [stdout] | ^^^^^^^^^^ maybe a missing crate `core`? [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `core`? [INFO] [stdout] --> tests/rustc-deriving-via-extension-type-params.rs:14:10 [INFO] [stdout] | [INFO] [stdout] 14 | #[derive(Derivative)] [INFO] [stdout] | ^^^^^^^^^^ maybe a missing crate `core`? [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `core`? [INFO] [stdout] --> tests/derive-debug-generics.rs:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Derivative)] [INFO] [stdout] | ^^^^^^^^^^ maybe a missing crate `core`? [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `core`? [INFO] [stdout] --> tests/rustc-deriving-via-extension-type-params.rs:14:10 [INFO] [stdout] | [INFO] [stdout] 14 | #[derive(Derivative)] [INFO] [stdout] | ^^^^^^^^^^ not found in `core::hash` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 15 | use std::hash::Hash; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `core`? [INFO] [stdout] --> tests/derive-debug-generics.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | #[derive(Derivative)] [INFO] [stdout] | ^^^^^^^^^^ maybe a missing crate `core`? [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `core`? [INFO] [stdout] --> tests/derive-debug-generics.rs:28:10 [INFO] [stdout] | [INFO] [stdout] 28 | #[derive(Derivative)] [INFO] [stdout] | ^^^^^^^^^^ maybe a missing crate `core`? [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `core`? [INFO] [stdout] --> tests/derive-debug-generics.rs:37:10 [INFO] [stdout] | [INFO] [stdout] 37 | #[derive(Derivative)] [INFO] [stdout] | ^^^^^^^^^^ maybe a missing crate `core`? [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `core`? [INFO] [stdout] --> tests/rustc-deriving-bounds.rs:14:10 [INFO] [stdout] | [INFO] [stdout] 14 | #[derive(Derivative)] [INFO] [stdout] | ^^^^^^^^^^ maybe a missing crate `core`? [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `core`? [INFO] [stdout] --> tests/derive-debug-generics.rs:41:10 [INFO] [stdout] | [INFO] [stdout] 41 | #[derive(Derivative)] [INFO] [stdout] | ^^^^^^^^^^ maybe a missing crate `core`? [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `core`? [INFO] [stdout] --> tests/rustc-issue-13434.rs:14:10 [INFO] [stdout] | [INFO] [stdout] 14 | #[derive(Derivative)] [INFO] [stdout] | ^^^^^^^^^^ maybe a missing crate `core`? [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `core`? [INFO] [stdout] --> tests/derive-debug-generics.rs:45:10 [INFO] [stdout] | [INFO] [stdout] 45 | #[derive(Derivative)] [INFO] [stdout] | ^^^^^^^^^^ maybe a missing crate `core`? [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 7 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `core`? [INFO] [stdout] --> tests/rustc-issue-28561.rs:14:10 [INFO] [stdout] | [INFO] [stdout] 14 | #[derive(Derivative)] [INFO] [stdout] | ^^^^^^^^^^ maybe a missing crate `core`? [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `core`? [INFO] [stdout] --> tests/rustc-issue-28561.rs:54:10 [INFO] [stdout] | [INFO] [stdout] 54 | #[derive(Derivative)] [INFO] [stdout] | ^^^^^^^^^^ maybe a missing crate `core`? [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `core`? [INFO] [stdout] --> tests/rustc-issue-28561.rs:92:10 [INFO] [stdout] | [INFO] [stdout] 92 | #[derive(Derivative)] [INFO] [stdout] | ^^^^^^^^^^ maybe a missing crate `core`? [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `core`? [INFO] [stdout] --> tests/rustc-issue-28561.rs:111:10 [INFO] [stdout] | [INFO] [stdout] 111 | #[derive(Derivative)] [INFO] [stdout] | ^^^^^^^^^^ maybe a missing crate `core`? [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `core`? [INFO] [stdout] --> tests/rustc-issue-28561.rs:14:10 [INFO] [stdout] | [INFO] [stdout] 14 | #[derive(Derivative)] [INFO] [stdout] | ^^^^^^^^^^ not found in `core::default` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 15 | use std::default::Default; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `core`? [INFO] [stdout] --> tests/rustc-issue-28561.rs:14:10 [INFO] [stdout] | [INFO] [stdout] 14 | #[derive(Derivative)] [INFO] [stdout] | ^^^^^^^^^^ not found in `core::hash` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 15 | use std::hash::Hash; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `core`? [INFO] [stdout] --> tests/rustc-issue-28561.rs:92:10 [INFO] [stdout] | [INFO] [stdout] 92 | #[derive(Derivative)] [INFO] [stdout] | ^^^^^^^^^^ not found in `core::hash` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 15 | use std::hash::Hash; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `core`? [INFO] [stdout] --> tests/rustc-issue-28561.rs:111:10 [INFO] [stdout] | [INFO] [stdout] 111 | #[derive(Derivative)] [INFO] [stdout] | ^^^^^^^^^^ not found in `core::default` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 15 | use std::default::Default; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `core`? [INFO] [stdout] --> tests/rustc-issue-28561.rs:111:10 [INFO] [stdout] | [INFO] [stdout] 111 | #[derive(Derivative)] [INFO] [stdout] | ^^^^^^^^^^ not found in `core::hash` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 15 | use std::hash::Hash; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> tests/rustc-issue-28561.rs:116:10 [INFO] [stdout] | [INFO] [stdout] 116 | f01: (A), [INFO] [stdout] | ^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 9 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "d4efe5c373e9aef119d67daf55db7f4916d302473776c053b5aaf1e7be987c22", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d4efe5c373e9aef119d67daf55db7f4916d302473776c053b5aaf1e7be987c22", kill_on_drop: false }` [INFO] [stdout] d4efe5c373e9aef119d67daf55db7f4916d302473776c053b5aaf1e7be987c22