Oct 16 05:09:22.949 INFO testing jam_derive-0.0.1 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 16 05:09:22.949 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,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" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 16 05:09:23.163 INFO blam! 86e2a6f20b54160b6ca3149bc28a040ecc6eaa3da42652f73b81f255b08aed23 Oct 16 05:09:23.165 INFO running `"docker" "start" "-a" "86e2a6f20b54160b6ca3149bc28a040ecc6eaa3da42652f73b81f255b08aed23"` Oct 16 05:09:23.675 INFO kablam! usermod: no changes Oct 16 05:09:23.735 INFO kablam! Compiling jam_derive v0.0.1 (/source) Oct 16 05:09:26.395 INFO kablam! warning: unused imports: `Item`, `parse_items` Oct 16 05:09:26.395 INFO kablam! --> src/lib.rs:46:11 Oct 16 05:09:26.395 INFO kablam! | Oct 16 05:09:26.395 INFO kablam! 46 | use syn::{Item, parse_items}; Oct 16 05:09:26.395 INFO kablam! | ^^^^ ^^^^^^^^^^^ Oct 16 05:09:26.395 INFO kablam! | Oct 16 05:09:26.395 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 05:09:26.395 INFO kablam! Oct 16 05:09:26.395 INFO kablam! warning: unused import: `TokenTree` Oct 16 05:09:26.395 INFO kablam! --> src/lib.rs:47:18 Oct 16 05:09:26.395 INFO kablam! | Oct 16 05:09:26.395 INFO kablam! 47 | use syn::{Field, TokenTree, Variant, Ident, ItemKind, VariantData, Ty, Pat, Mutability, BindingMode}; Oct 16 05:09:26.395 INFO kablam! | ^^^^^^^^^ Oct 16 05:09:26.395 INFO kablam! Oct 16 05:09:26.527 INFO kablam! warning: unused variable: `node` Oct 16 05:09:26.527 INFO kablam! --> src/lib.rs:236:13 Oct 16 05:09:26.527 INFO kablam! | Oct 16 05:09:26.527 INFO kablam! 236 | let node = elms.node; Oct 16 05:09:26.527 INFO kablam! | ^^^^ help: consider using `_node` instead Oct 16 05:09:26.527 INFO kablam! | Oct 16 05:09:26.527 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 05:09:26.527 INFO kablam! Oct 16 05:09:26.527 INFO kablam! warning: unused variable: `attrs` Oct 16 05:09:26.527 INFO kablam! --> src/lib.rs:291:69 Oct 16 05:09:26.527 INFO kablam! | Oct 16 05:09:26.527 INFO kablam! 291 | if let Some(syn::ConstExpr::Other(syn::Expr { ref node, ref attrs })) = first_variant.discriminant { Oct 16 05:09:26.527 INFO kablam! | ^^^^^ help: try ignoring the field: `attrs: _` Oct 16 05:09:26.527 INFO kablam! Oct 16 05:09:26.527 INFO kablam! warning: unused variable: `attrs` Oct 16 05:09:26.527 INFO kablam! --> src/lib.rs:293:48 Oct 16 05:09:26.527 INFO kablam! | Oct 16 05:09:26.527 INFO kablam! 293 | let &syn::Expr { ref node, ref attrs} = expr.as_ref(); Oct 16 05:09:26.527 INFO kablam! | ^^^^^ help: try ignoring the field: `attrs: _` Oct 16 05:09:26.527 INFO kablam! Oct 16 05:09:26.527 INFO kablam! warning: unused variable: `attrs` Oct 16 05:09:26.527 INFO kablam! --> src/lib.rs:296:52 Oct 16 05:09:26.527 INFO kablam! | Oct 16 05:09:26.527 INFO kablam! 296 | let &syn::Expr { ref node, ref attrs} = exprs.first().unwrap(); Oct 16 05:09:26.527 INFO kablam! | ^^^^^ help: try ignoring the field: `attrs: _` Oct 16 05:09:26.527 INFO kablam! Oct 16 05:09:26.527 INFO kablam! warning: unused variable: `path` Oct 16 05:09:26.527 INFO kablam! --> src/lib.rs:298:63 Oct 16 05:09:26.527 INFO kablam! | Oct 16 05:09:26.527 INFO kablam! 298 | if let &syn::ExprKind::Mac(syn::Mac { ref path, ref tts }) = node { Oct 16 05:09:26.527 INFO kablam! | ^^^^ help: try ignoring the field: `path: _` Oct 16 05:09:26.527 INFO kablam! Oct 16 05:09:26.562 INFO kablam! warning: variant is never constructed: `IdentNotFound` Oct 16 05:09:26.562 INFO kablam! --> src/lib.rs:55:5 Oct 16 05:09:26.562 INFO kablam! | Oct 16 05:09:26.562 INFO kablam! 55 | IdentNotFound, Oct 16 05:09:26.562 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 05:09:26.562 INFO kablam! | Oct 16 05:09:26.562 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 05:09:26.562 INFO kablam! Oct 16 05:09:26.562 INFO kablam! warning: function is never used: `main` Oct 16 05:09:26.562 INFO kablam! --> src/lib.rs:326:1 Oct 16 05:09:26.563 INFO kablam! | Oct 16 05:09:26.563 INFO kablam! 326 | fn main() { Oct 16 05:09:26.563 INFO kablam! | ^^^^^^^^^ Oct 16 05:09:26.563 INFO kablam! Oct 16 05:09:26.563 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Oct 16 05:09:26.563 INFO kablam! --> src/lib.rs:34:12 Oct 16 05:09:26.563 INFO kablam! | Oct 16 05:09:26.563 INFO kablam! 34 | #![feature(proc_macro, proc_macro_lib)] Oct 16 05:09:26.563 INFO kablam! | ^^^^^^^^^^ Oct 16 05:09:26.563 INFO kablam! | Oct 16 05:09:26.563 INFO kablam! = note: #[warn(stable_features)] on by default Oct 16 05:09:26.563 INFO kablam! Oct 16 05:09:26.563 INFO kablam! warning: the feature `proc_macro_lib` has been stable since 1.15.0 and no longer requires an attribute to enable Oct 16 05:09:26.563 INFO kablam! --> src/lib.rs:34:24 Oct 16 05:09:26.563 INFO kablam! | Oct 16 05:09:26.563 INFO kablam! 34 | #![feature(proc_macro, proc_macro_lib)] Oct 16 05:09:26.563 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 05:09:26.563 INFO kablam! Oct 16 05:09:26.575 INFO kablam! warning: the `segments:` in this pattern is redundant Oct 16 05:09:26.575 INFO kablam! --> src/lib.rs:102:59 Oct 16 05:09:26.575 INFO kablam! | Oct 16 05:09:26.575 INFO kablam! 102 | if let Ty::Path(_, syn::Path { global: _, segments: ref segments}) = field.ty { Oct 16 05:09:26.575 INFO kablam! | ---------^^^^^^^^^^^^^ Oct 16 05:09:26.575 INFO kablam! | | Oct 16 05:09:26.575 INFO kablam! | help: remove this Oct 16 05:09:26.575 INFO kablam! | Oct 16 05:09:26.575 INFO kablam! = note: #[warn(non_shorthand_field_patterns)] on by default Oct 16 05:09:26.575 INFO kablam! Oct 16 05:09:26.575 INFO kablam! warning: the `ident:` in this pattern is redundant Oct 16 05:09:26.575 INFO kablam! --> src/lib.rs:103:53 Oct 16 05:09:26.575 INFO kablam! | Oct 16 05:09:26.575 INFO kablam! 103 | if let Some(&syn::PathSegment { ident: ref ident, parameters: _ }) = segments.last() { Oct 16 05:09:26.575 INFO kablam! | ------^^^^^^^^^^ Oct 16 05:09:26.575 INFO kablam! | | Oct 16 05:09:26.575 INFO kablam! | help: remove this Oct 16 05:09:26.575 INFO kablam! Oct 16 05:09:26.575 INFO kablam! warning: the `segments:` in this pattern is redundant Oct 16 05:09:26.575 INFO kablam! --> src/lib.rs:122:44 Oct 16 05:09:26.575 INFO kablam! | Oct 16 05:09:26.575 INFO kablam! 122 | if let Some(syn::Path { global: _, segments: segments }) = path { Oct 16 05:09:26.575 INFO kablam! | ---------^^^^^^^^^ Oct 16 05:09:26.575 INFO kablam! | | Oct 16 05:09:26.575 INFO kablam! | help: remove this Oct 16 05:09:26.575 INFO kablam! Oct 16 05:09:26.575 INFO kablam! warning: the `ident:` in this pattern is redundant Oct 16 05:09:26.575 INFO kablam! --> src/lib.rs:123:45 Oct 16 05:09:26.575 INFO kablam! | Oct 16 05:09:26.575 INFO kablam! 123 | if let Some(&syn::PathSegment { ident: ref ident, parameters: _ }) = segments.last() { Oct 16 05:09:26.575 INFO kablam! | ------^^^^^^^^^^ Oct 16 05:09:26.575 INFO kablam! | | Oct 16 05:09:26.575 INFO kablam! | help: remove this Oct 16 05:09:26.575 INFO kablam! Oct 16 05:09:26.575 INFO kablam! warning: the `segments:` in this pattern is redundant Oct 16 05:09:26.575 INFO kablam! --> src/lib.rs:130:51 Oct 16 05:09:26.575 INFO kablam! | Oct 16 05:09:26.575 INFO kablam! 130 | if let Ty::Path(_, syn::Path { global: _, segments: segments}) = *ty { Oct 16 05:09:26.575 INFO kablam! | ---------^^^^^^^^^ Oct 16 05:09:26.575 INFO kablam! | | Oct 16 05:09:26.575 INFO kablam! | help: remove this Oct 16 05:09:26.575 INFO kablam! Oct 16 05:09:26.575 INFO kablam! warning: the `ident:` in this pattern is redundant Oct 16 05:09:26.575 INFO kablam! --> src/lib.rs:131:45 Oct 16 05:09:26.575 INFO kablam! | Oct 16 05:09:26.575 INFO kablam! 131 | if let Some(&syn::PathSegment { ident: ref ident, parameters: _ }) = segments.last() { Oct 16 05:09:26.575 INFO kablam! | ------^^^^^^^^^^ Oct 16 05:09:26.575 INFO kablam! | | Oct 16 05:09:26.575 INFO kablam! | help: remove this Oct 16 05:09:26.575 INFO kablam! Oct 16 05:09:26.575 INFO kablam! warning: the `segments:` in this pattern is redundant Oct 16 05:09:26.575 INFO kablam! --> src/lib.rs:167:67 Oct 16 05:09:26.575 INFO kablam! | Oct 16 05:09:26.575 INFO kablam! 167 | if let Ty::Path(_, syn::Path { global: _, segments: segments}) = ty.clone() { Oct 16 05:09:26.575 INFO kablam! | ---------^^^^^^^^^ Oct 16 05:09:26.575 INFO kablam! | | Oct 16 05:09:26.575 INFO kablam! | help: remove this Oct 16 05:09:26.575 INFO kablam! Oct 16 05:09:29.003 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.29s Oct 16 05:09:29.003 INFO kablam! su: No module specific data is present Oct 16 05:09:29.641 INFO running `"docker" "rm" "-f" "86e2a6f20b54160b6ca3149bc28a040ecc6eaa3da42652f73b81f255b08aed23"` Oct 16 05:09:29.827 INFO blam! 86e2a6f20b54160b6ca3149bc28a040ecc6eaa3da42652f73b81f255b08aed23 Oct 16 05:09:29.831 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,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" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 16 05:09:30.223 INFO blam! 2840b0a6afaee96d30458ef7722a9590f8bdd86bc4665e3cf5139d9e466e368f Oct 16 05:09:30.227 INFO running `"docker" "start" "-a" "2840b0a6afaee96d30458ef7722a9590f8bdd86bc4665e3cf5139d9e466e368f"` Oct 16 05:09:31.334 INFO kablam! usermod: no changes Oct 16 05:09:31.396 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 16 05:09:31.403 INFO kablam! su: No module specific data is present Oct 16 05:09:32.252 INFO running `"docker" "rm" "-f" "2840b0a6afaee96d30458ef7722a9590f8bdd86bc4665e3cf5139d9e466e368f"` Oct 16 05:09:32.579 INFO blam! 2840b0a6afaee96d30458ef7722a9590f8bdd86bc4665e3cf5139d9e466e368f Oct 16 05:09:32.600 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,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" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 16 05:09:33.161 INFO blam! 833e95f5fcdb6ad9030e873113b32c53b8a176a3cafa9d10fbf23105c0db081f Oct 16 05:09:33.163 INFO running `"docker" "start" "-a" "833e95f5fcdb6ad9030e873113b32c53b8a176a3cafa9d10fbf23105c0db081f"` Oct 16 05:09:34.630 INFO kablam! usermod: no changes Oct 16 05:09:34.703 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 16 05:09:34.704 INFO kablam! Doc-tests jam_derive Oct 16 05:09:40.471 INFO blam! Oct 16 05:09:40.471 INFO blam! running 0 tests Oct 16 05:09:40.471 INFO blam! Oct 16 05:09:40.471 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 05:09:40.471 INFO blam! Oct 16 05:09:40.494 INFO kablam! su: No module specific data is present Oct 16 05:09:41.183 INFO running `"docker" "rm" "-f" "833e95f5fcdb6ad9030e873113b32c53b8a176a3cafa9d10fbf23105c0db081f"` Oct 16 05:09:41.475 INFO blam! 833e95f5fcdb6ad9030e873113b32c53b8a176a3cafa9d10fbf23105c0db081f