Oct 10 18:05:18.727 INFO testing mrbkap/bikemonkey2 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 18:05:18.728 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 18:05:18.729 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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 10 18:05:19.144 INFO blam! 6b6ddb02e0dbd5c04d550c194d03513fd579a1903525d539275e9e9fcd49b186 Oct 10 18:05:19.148 INFO running `"docker" "start" "-a" "6b6ddb02e0dbd5c04d550c194d03513fd579a1903525d539275e9e9fcd49b186"` Oct 10 18:05:20.260 INFO kablam! usermod: no changes Oct 10 18:05:20.396 INFO kablam! Compiling term_size v0.2.3 Oct 10 18:05:20.396 INFO kablam! Compiling caseless v0.2.0 Oct 10 18:05:21.301 INFO kablam! Compiling clap v2.19.3 Oct 10 18:05:37.581 INFO kablam! Compiling bikemonkey2 v0.1.0 (/source) Oct 10 18:05:38.935 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 10 18:05:38.935 INFO kablam! --> src/main.rs:18:1 Oct 10 18:05:38.935 INFO kablam! | Oct 10 18:05:38.935 INFO kablam! 18 | / arg_enum! { Oct 10 18:05:38.935 INFO kablam! 19 | | #[derive(Debug, PartialEq, Clone)] Oct 10 18:05:38.935 INFO kablam! 20 | | enum Course { Oct 10 18:05:38.935 INFO kablam! 21 | | IlRegno, Oct 10 18:05:38.935 INFO kablam! ... | Oct 10 18:05:38.935 INFO kablam! 25 | | } Oct 10 18:05:38.935 INFO kablam! 26 | | } Oct 10 18:05:38.935 INFO kablam! | |_^ Oct 10 18:05:38.935 INFO kablam! | Oct 10 18:05:38.935 INFO kablam! = note: #[warn(deprecated)] on by default Oct 10 18:05:38.935 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 10 18:05:38.936 INFO kablam! Oct 10 18:05:38.939 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 10 18:05:38.939 INFO kablam! --> src/main.rs:28:1 Oct 10 18:05:38.939 INFO kablam! | Oct 10 18:05:38.939 INFO kablam! 28 | / arg_enum! { Oct 10 18:05:38.939 INFO kablam! 29 | | #[derive(Debug, PartialEq, Clone)] Oct 10 18:05:38.939 INFO kablam! 30 | | enum Gender { Oct 10 18:05:38.939 INFO kablam! 31 | | Male, Oct 10 18:05:38.939 INFO kablam! 32 | | Female Oct 10 18:05:38.939 INFO kablam! 33 | | } Oct 10 18:05:38.939 INFO kablam! 34 | | } Oct 10 18:05:38.939 INFO kablam! | |_^ Oct 10 18:05:38.939 INFO kablam! | Oct 10 18:05:38.939 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 10 18:05:38.939 INFO kablam! Oct 10 18:05:41.584 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 21.29s Oct 10 18:05:41.588 INFO kablam! su: No module specific data is present Oct 10 18:05:42.488 INFO running `"docker" "rm" "-f" "6b6ddb02e0dbd5c04d550c194d03513fd579a1903525d539275e9e9fcd49b186"` Oct 10 18:05:42.864 INFO blam! 6b6ddb02e0dbd5c04d550c194d03513fd579a1903525d539275e9e9fcd49b186 Oct 10 18:05:42.872 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 18:05:42.874 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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 10 18:05:43.381 INFO blam! 30f3c26ffa87fd1274aeaccf650916353da9b64d4a4fb88f49a019d255abbffb Oct 10 18:05:43.389 INFO running `"docker" "start" "-a" "30f3c26ffa87fd1274aeaccf650916353da9b64d4a4fb88f49a019d255abbffb"` Oct 10 18:05:44.764 INFO kablam! usermod: no changes Oct 10 18:05:44.886 INFO kablam! Compiling bikemonkey2 v0.1.0 (/source) Oct 10 18:05:46.156 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 10 18:05:46.156 INFO kablam! --> src/main.rs:18:1 Oct 10 18:05:46.156 INFO kablam! | Oct 10 18:05:46.156 INFO kablam! 18 | / arg_enum! { Oct 10 18:05:46.156 INFO kablam! 19 | | #[derive(Debug, PartialEq, Clone)] Oct 10 18:05:46.156 INFO kablam! 20 | | enum Course { Oct 10 18:05:46.156 INFO kablam! 21 | | IlRegno, Oct 10 18:05:46.156 INFO kablam! ... | Oct 10 18:05:46.156 INFO kablam! 25 | | } Oct 10 18:05:46.156 INFO kablam! 26 | | } Oct 10 18:05:46.156 INFO kablam! | |_^ Oct 10 18:05:46.156 INFO kablam! | Oct 10 18:05:46.156 INFO kablam! = note: #[warn(deprecated)] on by default Oct 10 18:05:46.156 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 10 18:05:46.156 INFO kablam! Oct 10 18:05:46.156 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 10 18:05:46.156 INFO kablam! --> src/main.rs:28:1 Oct 10 18:05:46.156 INFO kablam! | Oct 10 18:05:46.156 INFO kablam! 28 | / arg_enum! { Oct 10 18:05:46.156 INFO kablam! 29 | | #[derive(Debug, PartialEq, Clone)] Oct 10 18:05:46.156 INFO kablam! 30 | | enum Gender { Oct 10 18:05:46.156 INFO kablam! 31 | | Male, Oct 10 18:05:46.156 INFO kablam! 32 | | Female Oct 10 18:05:46.156 INFO kablam! 33 | | } Oct 10 18:05:46.156 INFO kablam! 34 | | } Oct 10 18:05:46.156 INFO kablam! | |_^ Oct 10 18:05:46.156 INFO kablam! | Oct 10 18:05:46.156 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 10 18:05:46.156 INFO kablam! Oct 10 18:05:46.912 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.11s Oct 10 18:05:46.917 INFO kablam! su: No module specific data is present Oct 10 18:05:47.338 INFO running `"docker" "rm" "-f" "30f3c26ffa87fd1274aeaccf650916353da9b64d4a4fb88f49a019d255abbffb"` Oct 10 18:05:47.466 INFO blam! 30f3c26ffa87fd1274aeaccf650916353da9b64d4a4fb88f49a019d255abbffb Oct 10 18:05:47.470 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 18:05:47.472 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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 10 18:05:47.717 INFO blam! b6f87e1c2a95142d7e49b03b833be8ddf040a5eac8c7e8e3f1ec8d4bf8d0a1d9 Oct 10 18:05:47.722 INFO running `"docker" "start" "-a" "b6f87e1c2a95142d7e49b03b833be8ddf040a5eac8c7e8e3f1ec8d4bf8d0a1d9"` Oct 10 18:05:48.756 INFO kablam! usermod: no changes Oct 10 18:05:48.928 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.13s Oct 10 18:05:48.932 INFO kablam! Running /target/debug/deps/bikemonkey2-10367ef90ca3698d Oct 10 18:05:48.932 INFO blam! Oct 10 18:05:48.932 INFO blam! running 0 tests Oct 10 18:05:48.932 INFO blam! Oct 10 18:05:48.932 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 18:05:48.932 INFO blam! Oct 10 18:05:48.936 INFO kablam! su: No module specific data is present Oct 10 18:05:49.473 INFO running `"docker" "rm" "-f" "b6f87e1c2a95142d7e49b03b833be8ddf040a5eac8c7e8e3f1ec8d4bf8d0a1d9"` Oct 10 18:05:49.709 INFO blam! b6f87e1c2a95142d7e49b03b833be8ddf040a5eac8c7e8e3f1ec8d4bf8d0a1d9