[INFO] fetching crate derivate 0.1.0... [INFO] checking derivate-0.1.0 against beta for pr-78714 [INFO] extracting crate derivate 0.1.0 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate derivate 0.1.0 on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "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-5/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4df9e66e2dc0276542d45c1d78853baaedf23b0b1ae7010d4d1c00cb7ab41226 [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" "4df9e66e2dc0276542d45c1d78853baaedf23b0b1ae7010d4d1c00cb7ab41226", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4df9e66e2dc0276542d45c1d78853baaedf23b0b1ae7010d4d1c00cb7ab41226", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4df9e66e2dc0276542d45c1d78853baaedf23b0b1ae7010d4d1c00cb7ab41226", kill_on_drop: false }` [INFO] [stdout] 4df9e66e2dc0276542d45c1d78853baaedf23b0b1ae7010d4d1c00cb7ab41226 [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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 39057b67fc6c064000b61da2376d4fd7fe6d7af11e94b326e7d932a0361d580f [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" "39057b67fc6c064000b61da2376d4fd7fe6d7af11e94b326e7d932a0361d580f", kill_on_drop: false }` [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: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: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: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: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: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: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: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: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: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-clone-array.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] | ^^^^^^^^^^ 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 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] 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-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/rustc-issue-16530.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-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-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: 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[E0433]: failed to resolve: maybe a missing crate `core`? [INFO] [stdout] --> tests/rustc-issue-29030.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-deriving-clone-generic-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: 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-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 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-zero-sized-btreemap-insert.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: 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[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-enum.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] 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[E0433]: failed to resolve: maybe a missing crate `core`? [INFO] [stdout] --> tests/rustc-deriving-via-extension-hash-enum.rs:22:10 [INFO] [stdout] | [INFO] [stdout] 22 | #[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-enum.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-deriving-via-extension-hash-enum.rs:22:10 [INFO] [stdout] | [INFO] [stdout] 22 | #[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-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/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: aborting due to 2 previous errors [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[E0433]: failed to resolve: maybe a missing crate `core`? [INFO] [stdout] --> tests/rustc-deriving-show.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-deriving-show.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-show.rs:22:10 [INFO] [stdout] | [INFO] [stdout] 22 | #[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-show.rs:26:10 [INFO] [stdout] | [INFO] [stdout] 26 | #[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 4 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 4 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-hash.rs:18:12 [INFO] [stdout] | [INFO] [stdout] 18 | impl<'a> ::core::hash::Hasher for FakeHasher<'a> { [INFO] [stdout] | ^^^^ maybe a missing crate `core`? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `core`? [INFO] [stdout] --> tests/derive-hash.rs:28:19 [INFO] [stdout] | [INFO] [stdout] 28 | fn fake_hash(e: E) -> Vec { [INFO] [stdout] | ^^^^ maybe a missing crate `core`? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `core`? [INFO] [stdout] --> tests/derive-hash.rs:8:18 [INFO] [stdout] | [INFO] [stdout] 8 | #[derive(Derivative)] [INFO] [stdout] | ^^^^^^^^^^ maybe a missing crate `core`? [INFO] [stdout] ... [INFO] [stdout] 37 | / define! { [INFO] [stdout] 38 | | struct; [INFO] [stdout] 39 | | } [INFO] [stdout] | |_________- in this macro invocation [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-hash.rs:8:18 [INFO] [stdout] | [INFO] [stdout] 8 | #[derive(Derivative)] [INFO] [stdout] | ^^^^^^^^^^ maybe a missing crate `core`? [INFO] [stdout] ... [INFO] [stdout] 45 | / define! { [INFO] [stdout] 46 | | struct { [INFO] [stdout] 47 | | foo: u8 [INFO] [stdout] 48 | | } [INFO] [stdout] 49 | | } [INFO] [stdout] | |_________- in this macro invocation [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-hash.rs:8:18 [INFO] [stdout] | [INFO] [stdout] 8 | #[derive(Derivative)] [INFO] [stdout] | ^^^^^^^^^^ maybe a missing crate `core`? [INFO] [stdout] ... [INFO] [stdout] 56 | / define! { [INFO] [stdout] 57 | | struct<'a> { [INFO] [stdout] 58 | | foo: u8, [INFO] [stdout] 59 | | bar: &'a str, [INFO] [stdout] 60 | | } [INFO] [stdout] 61 | | } [INFO] [stdout] | |_________- in this macro invocation [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-hash.rs:8:18 [INFO] [stdout] | [INFO] [stdout] 8 | #[derive(Derivative)] [INFO] [stdout] | ^^^^^^^^^^ maybe a missing crate `core`? [INFO] [stdout] ... [INFO] [stdout] 68 | / define! { [INFO] [stdout] 69 | | struct<'a> (u8, &'a str); [INFO] [stdout] 70 | | } [INFO] [stdout] | |_________- in this macro invocation [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-hash.rs:8:18 [INFO] [stdout] | [INFO] [stdout] 8 | #[derive(Derivative)] [INFO] [stdout] | ^^^^^^^^^^ maybe a missing crate `core`? [INFO] [stdout] ... [INFO] [stdout] 77 | / define! { [INFO] [stdout] 78 | | enum { [INFO] [stdout] 79 | | A, B, C [INFO] [stdout] 80 | | } [INFO] [stdout] 81 | | } [INFO] [stdout] | |_________- in this macro invocation [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-hash.rs:8:18 [INFO] [stdout] | [INFO] [stdout] 8 | #[derive(Derivative)] [INFO] [stdout] | ^^^^^^^^^^ maybe a missing crate `core`? [INFO] [stdout] ... [INFO] [stdout] 89 | / define! { [INFO] [stdout] 90 | | enum { [INFO] [stdout] 91 | | A, B = 42, C [INFO] [stdout] 92 | | } [INFO] [stdout] 93 | | } [INFO] [stdout] | |_________- in this macro invocation [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-hash.rs:8:18 [INFO] [stdout] | [INFO] [stdout] 8 | #[derive(Derivative)] [INFO] [stdout] | ^^^^^^^^^^ maybe a missing crate `core`? [INFO] [stdout] ... [INFO] [stdout] 101 | / define! { [INFO] [stdout] 102 | | enum { [INFO] [stdout] 103 | | A, B = 42, C=1 [INFO] [stdout] 104 | | } [INFO] [stdout] 105 | | } [INFO] [stdout] | |_________- in this macro invocation [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-hash.rs:113:18 [INFO] [stdout] | [INFO] [stdout] 113 | #[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-hash.rs:8:18 [INFO] [stdout] | [INFO] [stdout] 8 | #[derive(Derivative)] [INFO] [stdout] | ^^^^^^^^^^ not found in `core::hash` [INFO] [stdout] ... [INFO] [stdout] 45 | / define! { [INFO] [stdout] 46 | | struct { [INFO] [stdout] 47 | | foo: u8 [INFO] [stdout] 48 | | } [INFO] [stdout] 49 | | } [INFO] [stdout] | |_________- in this macro invocation [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] 6 | 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-hash.rs:8:18 [INFO] [stdout] | [INFO] [stdout] 8 | #[derive(Derivative)] [INFO] [stdout] | ^^^^^^^^^^ not found in `core::hash` [INFO] [stdout] ... [INFO] [stdout] 56 | / define! { [INFO] [stdout] 57 | | struct<'a> { [INFO] [stdout] 58 | | foo: u8, [INFO] [stdout] 59 | | bar: &'a str, [INFO] [stdout] 60 | | } [INFO] [stdout] 61 | | } [INFO] [stdout] | |_________- in this macro invocation [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] 6 | 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-hash.rs:8:18 [INFO] [stdout] | [INFO] [stdout] 8 | #[derive(Derivative)] [INFO] [stdout] | ^^^^^^^^^^ not found in `core::hash` [INFO] [stdout] ... [INFO] [stdout] 68 | / define! { [INFO] [stdout] 69 | | struct<'a> (u8, &'a str); [INFO] [stdout] 70 | | } [INFO] [stdout] | |_________- in this macro invocation [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] 6 | 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-hash.rs:8:18 [INFO] [stdout] | [INFO] [stdout] 8 | #[derive(Derivative)] [INFO] [stdout] | ^^^^^^^^^^ not found in `core::hash` [INFO] [stdout] ... [INFO] [stdout] 77 | / define! { [INFO] [stdout] 78 | | enum { [INFO] [stdout] 79 | | A, B, C [INFO] [stdout] 80 | | } [INFO] [stdout] 81 | | } [INFO] [stdout] | |_________- in this macro invocation [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] 6 | 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-hash.rs:8:18 [INFO] [stdout] | [INFO] [stdout] 8 | #[derive(Derivative)] [INFO] [stdout] | ^^^^^^^^^^ not found in `core::hash` [INFO] [stdout] ... [INFO] [stdout] 89 | / define! { [INFO] [stdout] 90 | | enum { [INFO] [stdout] 91 | | A, B = 42, C [INFO] [stdout] 92 | | } [INFO] [stdout] 93 | | } [INFO] [stdout] | |_________- in this macro invocation [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] 6 | 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-hash.rs:8:18 [INFO] [stdout] | [INFO] [stdout] 8 | #[derive(Derivative)] [INFO] [stdout] | ^^^^^^^^^^ not found in `core::hash` [INFO] [stdout] ... [INFO] [stdout] 101 | / define! { [INFO] [stdout] 102 | | enum { [INFO] [stdout] 103 | | A, B = 42, C=1 [INFO] [stdout] 104 | | } [INFO] [stdout] 105 | | } [INFO] [stdout] | |_________- in this macro invocation [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] 6 | 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-hash.rs:113:18 [INFO] [stdout] | [INFO] [stdout] 113 | #[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] 6 | 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-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 17 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] 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-25394.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: aborting due to previous error [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" "39057b67fc6c064000b61da2376d4fd7fe6d7af11e94b326e7d932a0361d580f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "39057b67fc6c064000b61da2376d4fd7fe6d7af11e94b326e7d932a0361d580f", kill_on_drop: false }` [INFO] [stdout] 39057b67fc6c064000b61da2376d4fd7fe6d7af11e94b326e7d932a0361d580f