Oct 11 18:23:27.277 INFO testing jam_derive-0.0.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 18:23:27.277 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 18:23:27.277 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 18:23:27.453 INFO blam! e0e338592ba1047a6dd2ed6da07e7c3d1c4837b1a737f6070375cf531d6d1766 Oct 11 18:23:27.457 INFO running `"docker" "start" "-a" "e0e338592ba1047a6dd2ed6da07e7c3d1c4837b1a737f6070375cf531d6d1766"` Oct 11 18:23:28.035 INFO kablam! usermod: no changes Oct 11 18:23:28.084 INFO kablam! Compiling jam_derive v0.0.1 (/source) Oct 11 18:23:32.212 INFO kablam! warning: unused imports: `Item`, `parse_items` Oct 11 18:23:32.212 INFO kablam! --> src/lib.rs:46:11 Oct 11 18:23:32.212 INFO kablam! | Oct 11 18:23:32.212 INFO kablam! 46 | use syn::{Item, parse_items}; Oct 11 18:23:32.212 INFO kablam! | ^^^^ ^^^^^^^^^^^ Oct 11 18:23:32.212 INFO kablam! | Oct 11 18:23:32.212 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 18:23:32.212 INFO kablam! Oct 11 18:23:32.212 INFO kablam! warning: unused import: `TokenTree` Oct 11 18:23:32.212 INFO kablam! --> src/lib.rs:47:18 Oct 11 18:23:32.212 INFO kablam! | Oct 11 18:23:32.212 INFO kablam! 47 | use syn::{Field, TokenTree, Variant, Ident, ItemKind, VariantData, Ty, Pat, Mutability, BindingMode}; Oct 11 18:23:32.212 INFO kablam! | ^^^^^^^^^ Oct 11 18:23:32.212 INFO kablam! Oct 11 18:23:32.353 INFO kablam! warning: unused variable: `node` Oct 11 18:23:32.353 INFO kablam! --> src/lib.rs:236:13 Oct 11 18:23:32.353 INFO kablam! | Oct 11 18:23:32.353 INFO kablam! 236 | let node = elms.node; Oct 11 18:23:32.353 INFO kablam! | ^^^^ help: consider using `_node` instead Oct 11 18:23:32.353 INFO kablam! | Oct 11 18:23:32.353 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 18:23:32.353 INFO kablam! Oct 11 18:23:32.353 INFO kablam! warning: unused variable: `attrs` Oct 11 18:23:32.353 INFO kablam! --> src/lib.rs:291:69 Oct 11 18:23:32.353 INFO kablam! | Oct 11 18:23:32.353 INFO kablam! 291 | if let Some(syn::ConstExpr::Other(syn::Expr { ref node, ref attrs })) = first_variant.discriminant { Oct 11 18:23:32.353 INFO kablam! | ^^^^^ help: try ignoring the field: `attrs: _` Oct 11 18:23:32.353 INFO kablam! Oct 11 18:23:32.353 INFO kablam! warning: unused variable: `attrs` Oct 11 18:23:32.353 INFO kablam! --> src/lib.rs:293:48 Oct 11 18:23:32.353 INFO kablam! | Oct 11 18:23:32.353 INFO kablam! 293 | let &syn::Expr { ref node, ref attrs} = expr.as_ref(); Oct 11 18:23:32.353 INFO kablam! | ^^^^^ help: try ignoring the field: `attrs: _` Oct 11 18:23:32.354 INFO kablam! Oct 11 18:23:32.354 INFO kablam! warning: unused variable: `attrs` Oct 11 18:23:32.354 INFO kablam! --> src/lib.rs:296:52 Oct 11 18:23:32.354 INFO kablam! | Oct 11 18:23:32.354 INFO kablam! 296 | let &syn::Expr { ref node, ref attrs} = exprs.first().unwrap(); Oct 11 18:23:32.354 INFO kablam! | ^^^^^ help: try ignoring the field: `attrs: _` Oct 11 18:23:32.354 INFO kablam! Oct 11 18:23:32.354 INFO kablam! warning: unused variable: `path` Oct 11 18:23:32.354 INFO kablam! --> src/lib.rs:298:63 Oct 11 18:23:32.354 INFO kablam! | Oct 11 18:23:32.354 INFO kablam! 298 | if let &syn::ExprKind::Mac(syn::Mac { ref path, ref tts }) = node { Oct 11 18:23:32.354 INFO kablam! | ^^^^ help: try ignoring the field: `path: _` Oct 11 18:23:32.354 INFO kablam! Oct 11 18:23:32.394 INFO kablam! warning: variant is never constructed: `IdentNotFound` Oct 11 18:23:32.395 INFO kablam! --> src/lib.rs:55:5 Oct 11 18:23:32.395 INFO kablam! | Oct 11 18:23:32.395 INFO kablam! 55 | IdentNotFound, Oct 11 18:23:32.395 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 18:23:32.395 INFO kablam! | Oct 11 18:23:32.395 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 18:23:32.395 INFO kablam! Oct 11 18:23:32.395 INFO kablam! warning: function is never used: `main` Oct 11 18:23:32.395 INFO kablam! --> src/lib.rs:326:1 Oct 11 18:23:32.395 INFO kablam! | Oct 11 18:23:32.395 INFO kablam! 326 | fn main() { Oct 11 18:23:32.395 INFO kablam! | ^^^^^^^^^ Oct 11 18:23:32.395 INFO kablam! Oct 11 18:23:32.395 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Oct 11 18:23:32.395 INFO kablam! --> src/lib.rs:34:12 Oct 11 18:23:32.395 INFO kablam! | Oct 11 18:23:32.395 INFO kablam! 34 | #![feature(proc_macro, proc_macro_lib)] Oct 11 18:23:32.395 INFO kablam! | ^^^^^^^^^^ Oct 11 18:23:32.395 INFO kablam! | Oct 11 18:23:32.395 INFO kablam! = note: #[warn(stable_features)] on by default Oct 11 18:23:32.395 INFO kablam! Oct 11 18:23:32.395 INFO kablam! warning: the feature `proc_macro_lib` has been stable since 1.15.0 and no longer requires an attribute to enable Oct 11 18:23:32.395 INFO kablam! --> src/lib.rs:34:24 Oct 11 18:23:32.395 INFO kablam! | Oct 11 18:23:32.395 INFO kablam! 34 | #![feature(proc_macro, proc_macro_lib)] Oct 11 18:23:32.395 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 18:23:32.395 INFO kablam! Oct 11 18:23:32.406 INFO kablam! warning: the `segments:` in this pattern is redundant Oct 11 18:23:32.406 INFO kablam! --> src/lib.rs:102:59 Oct 11 18:23:32.406 INFO kablam! | Oct 11 18:23:32.406 INFO kablam! 102 | if let Ty::Path(_, syn::Path { global: _, segments: ref segments}) = field.ty { Oct 11 18:23:32.406 INFO kablam! | ---------^^^^^^^^^^^^^ Oct 11 18:23:32.406 INFO kablam! | | Oct 11 18:23:32.406 INFO kablam! | help: remove this Oct 11 18:23:32.406 INFO kablam! | Oct 11 18:23:32.406 INFO kablam! = note: #[warn(non_shorthand_field_patterns)] on by default Oct 11 18:23:32.406 INFO kablam! Oct 11 18:23:32.406 INFO kablam! warning: the `ident:` in this pattern is redundant Oct 11 18:23:32.406 INFO kablam! --> src/lib.rs:103:53 Oct 11 18:23:32.406 INFO kablam! | Oct 11 18:23:32.406 INFO kablam! 103 | if let Some(&syn::PathSegment { ident: ref ident, parameters: _ }) = segments.last() { Oct 11 18:23:32.406 INFO kablam! | ------^^^^^^^^^^ Oct 11 18:23:32.406 INFO kablam! | | Oct 11 18:23:32.406 INFO kablam! | help: remove this Oct 11 18:23:32.406 INFO kablam! Oct 11 18:23:32.406 INFO kablam! warning: the `segments:` in this pattern is redundant Oct 11 18:23:32.406 INFO kablam! --> src/lib.rs:122:44 Oct 11 18:23:32.406 INFO kablam! | Oct 11 18:23:32.406 INFO kablam! 122 | if let Some(syn::Path { global: _, segments: segments }) = path { Oct 11 18:23:32.406 INFO kablam! | ---------^^^^^^^^^ Oct 11 18:23:32.406 INFO kablam! | | Oct 11 18:23:32.406 INFO kablam! | help: remove this Oct 11 18:23:32.406 INFO kablam! Oct 11 18:23:32.407 INFO kablam! warning: the `ident:` in this pattern is redundant Oct 11 18:23:32.407 INFO kablam! --> src/lib.rs:123:45 Oct 11 18:23:32.407 INFO kablam! | Oct 11 18:23:32.407 INFO kablam! 123 | if let Some(&syn::PathSegment { ident: ref ident, parameters: _ }) = segments.last() { Oct 11 18:23:32.407 INFO kablam! | ------^^^^^^^^^^ Oct 11 18:23:32.407 INFO kablam! | | Oct 11 18:23:32.407 INFO kablam! | help: remove this Oct 11 18:23:32.407 INFO kablam! Oct 11 18:23:32.407 INFO kablam! warning: the `segments:` in this pattern is redundant Oct 11 18:23:32.407 INFO kablam! --> src/lib.rs:130:51 Oct 11 18:23:32.407 INFO kablam! | Oct 11 18:23:32.407 INFO kablam! 130 | if let Ty::Path(_, syn::Path { global: _, segments: segments}) = *ty { Oct 11 18:23:32.407 INFO kablam! | ---------^^^^^^^^^ Oct 11 18:23:32.407 INFO kablam! | | Oct 11 18:23:32.407 INFO kablam! | help: remove this Oct 11 18:23:32.407 INFO kablam! Oct 11 18:23:32.407 INFO kablam! warning: the `ident:` in this pattern is redundant Oct 11 18:23:32.407 INFO kablam! --> src/lib.rs:131:45 Oct 11 18:23:32.407 INFO kablam! | Oct 11 18:23:32.407 INFO kablam! 131 | if let Some(&syn::PathSegment { ident: ref ident, parameters: _ }) = segments.last() { Oct 11 18:23:32.407 INFO kablam! | ------^^^^^^^^^^ Oct 11 18:23:32.407 INFO kablam! | | Oct 11 18:23:32.407 INFO kablam! | help: remove this Oct 11 18:23:32.407 INFO kablam! Oct 11 18:23:32.407 INFO kablam! warning: the `segments:` in this pattern is redundant Oct 11 18:23:32.407 INFO kablam! --> src/lib.rs:167:67 Oct 11 18:23:32.407 INFO kablam! | Oct 11 18:23:32.407 INFO kablam! 167 | if let Ty::Path(_, syn::Path { global: _, segments: segments}) = ty.clone() { Oct 11 18:23:32.407 INFO kablam! | ---------^^^^^^^^^ Oct 11 18:23:32.407 INFO kablam! | | Oct 11 18:23:32.407 INFO kablam! | help: remove this Oct 11 18:23:32.407 INFO kablam! Oct 11 18:23:34.386 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.32s Oct 11 18:23:34.388 INFO kablam! su: No module specific data is present Oct 11 18:23:34.699 INFO running `"docker" "rm" "-f" "e0e338592ba1047a6dd2ed6da07e7c3d1c4837b1a737f6070375cf531d6d1766"` Oct 11 18:23:34.845 INFO blam! e0e338592ba1047a6dd2ed6da07e7c3d1c4837b1a737f6070375cf531d6d1766 Oct 11 18:23:34.849 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 18:23:34.849 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 18:23:35.084 INFO blam! a541573e824bd2feb53de46dc6d281d05b7f35ee830dd8a423ef3c0e96978fd1 Oct 11 18:23:35.092 INFO running `"docker" "start" "-a" "a541573e824bd2feb53de46dc6d281d05b7f35ee830dd8a423ef3c0e96978fd1"` Oct 11 18:23:35.772 INFO kablam! usermod: no changes Oct 11 18:23:35.805 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 11 18:23:35.807 INFO kablam! su: No module specific data is present Oct 11 18:23:36.091 INFO running `"docker" "rm" "-f" "a541573e824bd2feb53de46dc6d281d05b7f35ee830dd8a423ef3c0e96978fd1"` Oct 11 18:23:36.225 INFO blam! a541573e824bd2feb53de46dc6d281d05b7f35ee830dd8a423ef3c0e96978fd1 Oct 11 18:23:36.227 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 18:23:36.227 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 18:23:36.428 INFO blam! 40e7d2e0efbab635f7f2e1d02461b3a6d2897ec6965c8a45ce8f4ebfab0f5c89 Oct 11 18:23:36.430 INFO running `"docker" "start" "-a" "40e7d2e0efbab635f7f2e1d02461b3a6d2897ec6965c8a45ce8f4ebfab0f5c89"` Oct 11 18:23:37.068 INFO kablam! usermod: no changes Oct 11 18:23:37.129 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 11 18:23:37.132 INFO kablam! Doc-tests jam_derive Oct 11 18:23:45.685 INFO blam! Oct 11 18:23:45.685 INFO blam! running 0 tests Oct 11 18:23:45.685 INFO blam! Oct 11 18:23:45.685 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 18:23:45.686 INFO blam! Oct 11 18:23:45.692 INFO kablam! su: No module specific data is present Oct 11 18:23:46.385 INFO running `"docker" "rm" "-f" "40e7d2e0efbab635f7f2e1d02461b3a6d2897ec6965c8a45ce8f4ebfab0f5c89"` Oct 11 18:23:46.641 INFO blam! 40e7d2e0efbab635f7f2e1d02461b3a6d2897ec6965c8a45ce8f4ebfab0f5c89