Oct 16 15:34:36.431 INFO testing cargo2-0.2.2 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 15:34:36.431 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 15:34:37.079 INFO blam! 6142d8430cd2bb4696dca657a5624be5090a5179355e60f8c466036d797d5311 Oct 16 15:34:37.080 INFO running `"docker" "start" "-a" "6142d8430cd2bb4696dca657a5624be5090a5179355e60f8c466036d797d5311"` Oct 16 15:34:37.607 INFO kablam! usermod: no changes Oct 16 15:34:37.654 INFO kablam! warning: only one of `license` or `license-file` is necessary Oct 16 15:34:37.743 INFO kablam! Compiling cargo2 v0.2.2 (/source) Oct 16 15:34:39.607 INFO kablam! warning: unused import: `serde` Oct 16 15:34:39.607 INFO kablam! --> src/metadata.rs:1:5 Oct 16 15:34:39.607 INFO kablam! | Oct 16 15:34:39.607 INFO kablam! 1 | use serde; Oct 16 15:34:39.607 INFO kablam! | ^^^^^ Oct 16 15:34:39.607 INFO kablam! | Oct 16 15:34:39.607 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 15:34:39.607 INFO kablam! Oct 16 15:34:39.768 INFO kablam! warning: unused variable: `entry` Oct 16 15:34:39.768 INFO kablam! --> src/license.rs:28:13 Oct 16 15:34:39.768 INFO kablam! | Oct 16 15:34:39.769 INFO kablam! 28 | let entry = license_map Oct 16 15:34:39.769 INFO kablam! | ^^^^^ help: consider using `_entry` instead Oct 16 15:34:39.769 INFO kablam! | Oct 16 15:34:39.770 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 15:34:39.770 INFO kablam! Oct 16 15:34:39.770 INFO kablam! warning: unused variable: `m` Oct 16 15:34:39.771 INFO kablam! --> src/main.rs:31:25 Oct 16 15:34:39.771 INFO kablam! | Oct 16 15:34:39.771 INFO kablam! 31 | ("bundle", Some(m)) => {} Oct 16 15:34:39.772 INFO kablam! | ^ help: consider using `_m` instead Oct 16 15:34:39.772 INFO kablam! Oct 16 15:34:39.772 INFO kablam! warning: unused variable: `m` Oct 16 15:34:39.773 INFO kablam! --> src/main.rs:32:24 Oct 16 15:34:39.773 INFO kablam! | Oct 16 15:34:39.773 INFO kablam! 32 | ("check", Some(m)) => {} Oct 16 15:34:39.774 INFO kablam! | ^ help: consider using `_m` instead Oct 16 15:34:39.774 INFO kablam! Oct 16 15:34:39.778 INFO kablam! warning: variable does not need to be mutable Oct 16 15:34:39.778 INFO kablam! --> src/license.rs:14:9 Oct 16 15:34:39.778 INFO kablam! | Oct 16 15:34:39.779 INFO kablam! 14 | let mut parts = split_license(license); Oct 16 15:34:39.779 INFO kablam! | ----^^^^^ Oct 16 15:34:39.779 INFO kablam! | | Oct 16 15:34:39.780 INFO kablam! | help: remove this `mut` Oct 16 15:34:39.780 INFO kablam! | Oct 16 15:34:39.780 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 15:34:39.781 INFO kablam! Oct 16 15:34:39.809 INFO kablam! warning: function is never used: `check_licenses` Oct 16 15:34:39.809 INFO kablam! --> src/license.rs:38:1 Oct 16 15:34:39.809 INFO kablam! | Oct 16 15:34:39.809 INFO kablam! 38 | pub fn check_licenses() { Oct 16 15:34:39.809 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 15:34:39.809 INFO kablam! | Oct 16 15:34:39.810 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 15:34:39.810 INFO kablam! Oct 16 15:34:39.810 INFO kablam! warning: function is never used: `bundle_licenses` Oct 16 15:34:39.810 INFO kablam! --> src/license.rs:41:1 Oct 16 15:34:39.810 INFO kablam! | Oct 16 15:34:39.811 INFO kablam! 41 | pub fn bundle_licenses() { Oct 16 15:34:39.811 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 15:34:39.811 INFO kablam! Oct 16 15:34:39.811 INFO kablam! warning: function is never used: `split_multiple` Oct 16 15:34:39.811 INFO kablam! --> src/util.rs:1:1 Oct 16 15:34:39.811 INFO kablam! | Oct 16 15:34:39.811 INFO kablam! 1 | pub fn split_multiple() {} Oct 16 15:34:39.811 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 15:34:39.811 INFO kablam! Oct 16 15:34:41.821 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.17s Oct 16 15:34:41.827 INFO kablam! su: No module specific data is present Oct 16 15:34:42.228 INFO running `"docker" "rm" "-f" "6142d8430cd2bb4696dca657a5624be5090a5179355e60f8c466036d797d5311"` Oct 16 15:34:42.342 INFO blam! 6142d8430cd2bb4696dca657a5624be5090a5179355e60f8c466036d797d5311 Oct 16 15:34:42.348 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 15:34:42.525 INFO blam! b171d2ebf8c6fdf14ad260668d12fe7ceda2449777a4bab4dedd8a69e523589e Oct 16 15:34:42.528 INFO running `"docker" "start" "-a" "b171d2ebf8c6fdf14ad260668d12fe7ceda2449777a4bab4dedd8a69e523589e"` Oct 16 15:34:42.998 INFO kablam! usermod: no changes Oct 16 15:34:43.031 INFO kablam! warning: only one of `license` or `license-file` is necessary Oct 16 15:34:43.111 INFO kablam! Compiling cargo2 v0.2.2 (/source) Oct 16 15:34:45.135 INFO kablam! warning: unused import: `serde` Oct 16 15:34:45.135 INFO kablam! --> src/metadata.rs:1:5 Oct 16 15:34:45.135 INFO kablam! | Oct 16 15:34:45.135 INFO kablam! 1 | use serde; Oct 16 15:34:45.135 INFO kablam! | ^^^^^ Oct 16 15:34:45.135 INFO kablam! | Oct 16 15:34:45.135 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 15:34:45.135 INFO kablam! Oct 16 15:34:45.281 INFO kablam! warning: unused variable: `entry` Oct 16 15:34:45.281 INFO kablam! --> src/license.rs:28:13 Oct 16 15:34:45.281 INFO kablam! | Oct 16 15:34:45.281 INFO kablam! 28 | let entry = license_map Oct 16 15:34:45.281 INFO kablam! | ^^^^^ help: consider using `_entry` instead Oct 16 15:34:45.281 INFO kablam! | Oct 16 15:34:45.281 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 15:34:45.281 INFO kablam! Oct 16 15:34:45.281 INFO kablam! warning: unused variable: `m` Oct 16 15:34:45.281 INFO kablam! --> src/main.rs:31:25 Oct 16 15:34:45.281 INFO kablam! | Oct 16 15:34:45.281 INFO kablam! 31 | ("bundle", Some(m)) => {} Oct 16 15:34:45.281 INFO kablam! | ^ help: consider using `_m` instead Oct 16 15:34:45.281 INFO kablam! Oct 16 15:34:45.281 INFO kablam! warning: unused variable: `m` Oct 16 15:34:45.281 INFO kablam! --> src/main.rs:32:24 Oct 16 15:34:45.281 INFO kablam! | Oct 16 15:34:45.281 INFO kablam! 32 | ("check", Some(m)) => {} Oct 16 15:34:45.281 INFO kablam! | ^ help: consider using `_m` instead Oct 16 15:34:45.281 INFO kablam! Oct 16 15:34:45.295 INFO kablam! warning: variable does not need to be mutable Oct 16 15:34:45.296 INFO kablam! --> src/license.rs:14:9 Oct 16 15:34:45.296 INFO kablam! | Oct 16 15:34:45.296 INFO kablam! 14 | let mut parts = split_license(license); Oct 16 15:34:45.296 INFO kablam! | ----^^^^^ Oct 16 15:34:45.296 INFO kablam! | | Oct 16 15:34:45.296 INFO kablam! | help: remove this `mut` Oct 16 15:34:45.296 INFO kablam! | Oct 16 15:34:45.296 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 15:34:45.296 INFO kablam! Oct 16 15:34:45.343 INFO kablam! warning: function is never used: `check_licenses` Oct 16 15:34:45.343 INFO kablam! --> src/license.rs:38:1 Oct 16 15:34:45.343 INFO kablam! | Oct 16 15:34:45.343 INFO kablam! 38 | pub fn check_licenses() { Oct 16 15:34:45.343 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 15:34:45.343 INFO kablam! | Oct 16 15:34:45.343 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 15:34:45.343 INFO kablam! Oct 16 15:34:45.343 INFO kablam! warning: function is never used: `bundle_licenses` Oct 16 15:34:45.343 INFO kablam! --> src/license.rs:41:1 Oct 16 15:34:45.343 INFO kablam! | Oct 16 15:34:45.343 INFO kablam! 41 | pub fn bundle_licenses() { Oct 16 15:34:45.344 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 15:34:45.344 INFO kablam! Oct 16 15:34:45.344 INFO kablam! warning: function is never used: `split_multiple` Oct 16 15:34:45.344 INFO kablam! --> src/util.rs:1:1 Oct 16 15:34:45.344 INFO kablam! | Oct 16 15:34:45.344 INFO kablam! 1 | pub fn split_multiple() {} Oct 16 15:34:45.344 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 15:34:45.344 INFO kablam! Oct 16 15:34:45.702 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.68s Oct 16 15:34:45.707 INFO kablam! su: No module specific data is present Oct 16 15:34:46.207 INFO running `"docker" "rm" "-f" "b171d2ebf8c6fdf14ad260668d12fe7ceda2449777a4bab4dedd8a69e523589e"` Oct 16 15:34:46.424 INFO blam! b171d2ebf8c6fdf14ad260668d12fe7ceda2449777a4bab4dedd8a69e523589e Oct 16 15:34:46.431 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 15:34:46.946 INFO blam! f6cec60629acf812c0b6ab8060d92daa98859ae1c5d3ae7979b2b1c53c634053 Oct 16 15:34:46.948 INFO running `"docker" "start" "-a" "f6cec60629acf812c0b6ab8060d92daa98859ae1c5d3ae7979b2b1c53c634053"` Oct 16 15:34:47.567 INFO kablam! usermod: no changes Oct 16 15:34:47.592 INFO kablam! warning: only one of `license` or `license-file` is necessary Oct 16 15:34:47.647 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 16 15:34:47.663 INFO kablam! Running /target/debug/deps/cargo2-724bf44efdaf0cc2 Oct 16 15:34:47.667 INFO kablam! su: No module specific data is present Oct 16 15:34:47.667 INFO blam! Oct 16 15:34:47.667 INFO blam! running 0 tests Oct 16 15:34:47.667 INFO blam! Oct 16 15:34:47.667 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 15:34:47.667 INFO blam! Oct 16 15:34:48.102 INFO running `"docker" "rm" "-f" "f6cec60629acf812c0b6ab8060d92daa98859ae1c5d3ae7979b2b1c53c634053"` Oct 16 15:34:48.241 INFO blam! f6cec60629acf812c0b6ab8060d92daa98859ae1c5d3ae7979b2b1c53c634053