Oct 15 12:56:35.268 INFO testing 8bittree/pietro against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 12:56:35.268 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 15 12:56:35.470 INFO blam! ca31cd4ce8a98eeac085ffb6380f20093df133d4e22f89d4b54bfb08070976e7 Oct 15 12:56:35.473 INFO running `"docker" "start" "-a" "ca31cd4ce8a98eeac085ffb6380f20093df133d4e22f89d4b54bfb08070976e7"` Oct 15 12:56:35.796 INFO kablam! usermod: no changes Oct 15 12:56:35.819 INFO kablam! Compiling pietro v0.1.0 (/source) Oct 15 12:56:36.141 INFO kablam! warning: unused import: `DirEntry` Oct 15 12:56:36.141 INFO kablam! --> src/main.rs:1:21 Oct 15 12:56:36.141 INFO kablam! | Oct 15 12:56:36.141 INFO kablam! 1 | use std::fs::{self, DirEntry}; Oct 15 12:56:36.141 INFO kablam! | ^^^^^^^^ Oct 15 12:56:36.141 INFO kablam! | Oct 15 12:56:36.141 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 12:56:36.141 INFO kablam! Oct 15 12:56:36.171 INFO kablam! warning: variable `dirEntries` should have a snake case name such as `dir_entries` Oct 15 12:56:36.171 INFO kablam! --> src/main.rs:13:19 Oct 15 12:56:36.171 INFO kablam! | Oct 15 12:56:36.171 INFO kablam! 13 | if let Ok(mut dirEntries) = fs::read_dir(dir) { Oct 15 12:56:36.171 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 12:56:36.171 INFO kablam! | Oct 15 12:56:36.171 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 12:56:36.171 INFO kablam! Oct 15 12:56:36.543 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.73s Oct 15 12:56:36.545 INFO kablam! su: No module specific data is present Oct 15 12:56:36.798 INFO running `"docker" "rm" "-f" "ca31cd4ce8a98eeac085ffb6380f20093df133d4e22f89d4b54bfb08070976e7"` Oct 15 12:56:36.875 INFO blam! ca31cd4ce8a98eeac085ffb6380f20093df133d4e22f89d4b54bfb08070976e7 Oct 15 12:56:36.876 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 15 12:56:37.091 INFO blam! 68cf1037d6c56cc656dbd7b97ee7c22b3df487cf81c57cb2f71057724cf4f1d5 Oct 15 12:56:37.095 INFO running `"docker" "start" "-a" "68cf1037d6c56cc656dbd7b97ee7c22b3df487cf81c57cb2f71057724cf4f1d5"` Oct 15 12:56:37.499 INFO kablam! usermod: no changes Oct 15 12:56:37.525 INFO kablam! Compiling pietro v0.1.0 (/source) Oct 15 12:56:37.892 INFO kablam! warning: unused import: `DirEntry` Oct 15 12:56:37.893 INFO kablam! --> src/main.rs:1:21 Oct 15 12:56:37.893 INFO kablam! | Oct 15 12:56:37.893 INFO kablam! 1 | use std::fs::{self, DirEntry}; Oct 15 12:56:37.893 INFO kablam! | ^^^^^^^^ Oct 15 12:56:37.893 INFO kablam! | Oct 15 12:56:37.893 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 12:56:37.893 INFO kablam! Oct 15 12:56:37.931 INFO kablam! warning: variable `dirEntries` should have a snake case name such as `dir_entries` Oct 15 12:56:37.931 INFO kablam! --> src/main.rs:13:19 Oct 15 12:56:37.931 INFO kablam! | Oct 15 12:56:37.931 INFO kablam! 13 | if let Ok(mut dirEntries) = fs::read_dir(dir) { Oct 15 12:56:37.931 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 12:56:37.931 INFO kablam! | Oct 15 12:56:37.931 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 12:56:37.931 INFO kablam! Oct 15 12:56:38.287 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.77s Oct 15 12:56:38.289 INFO kablam! su: No module specific data is present Oct 15 12:56:38.738 INFO running `"docker" "rm" "-f" "68cf1037d6c56cc656dbd7b97ee7c22b3df487cf81c57cb2f71057724cf4f1d5"` Oct 15 12:56:38.928 INFO blam! 68cf1037d6c56cc656dbd7b97ee7c22b3df487cf81c57cb2f71057724cf4f1d5 Oct 15 12:56:38.930 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 15 12:56:39.144 INFO blam! b614c09c68e7c46885d7bdf42eba12b1094958ed73841f551097ce30aee53013 Oct 15 12:56:39.144 INFO running `"docker" "start" "-a" "b614c09c68e7c46885d7bdf42eba12b1094958ed73841f551097ce30aee53013"` Oct 15 12:56:39.852 INFO kablam! usermod: no changes Oct 15 12:56:39.889 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 15 12:56:39.889 INFO kablam! Running /target/debug/deps/pietro-57e6b0a0c547e084 Oct 15 12:56:39.895 INFO kablam! su: No module specific data is present Oct 15 12:56:39.898 INFO blam! Oct 15 12:56:39.899 INFO blam! running 0 tests Oct 15 12:56:39.899 INFO blam! Oct 15 12:56:39.899 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 12:56:39.899 INFO blam! Oct 15 12:56:40.425 INFO running `"docker" "rm" "-f" "b614c09c68e7c46885d7bdf42eba12b1094958ed73841f551097ce30aee53013"` Oct 15 12:56:40.610 INFO blam! b614c09c68e7c46885d7bdf42eba12b1094958ed73841f551097ce30aee53013