Oct 14 21:07:14.605 INFO testing ex0dus-0x/bookcli against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 21:07:14.605 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 14 21:07:14.893 INFO blam! c786696d92aa7a17b55468c11da7242b390e05f061dfbbe6dee89be515ca0131 Oct 14 21:07:14.915 INFO running `"docker" "start" "-a" "c786696d92aa7a17b55468c11da7242b390e05f061dfbbe6dee89be515ca0131"` Oct 14 21:07:15.899 INFO kablam! usermod: no changes Oct 14 21:07:16.039 INFO kablam! Compiling memchr v1.0.1 Oct 14 21:07:16.040 INFO kablam! Compiling termion v1.5.1 Oct 14 21:07:16.042 INFO kablam! Compiling rusqlite v0.12.0 Oct 14 21:07:16.856 INFO kablam! Compiling csv v0.15.0 Oct 14 21:07:19.299 INFO kablam! Compiling prettytable-rs v0.6.7 Oct 14 21:07:22.127 INFO kablam! Compiling bookcli v0.1.0 (/source) Oct 14 21:07:22.919 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 14 21:07:22.919 INFO kablam! --> src/main.rs:74:20 Oct 14 21:07:22.919 INFO kablam! | Oct 14 21:07:22.919 INFO kablam! 74 | let home_dir = env::home_dir().unwrap(); Oct 14 21:07:22.919 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 21:07:22.919 INFO kablam! | Oct 14 21:07:22.919 INFO kablam! = note: #[warn(deprecated)] on by default Oct 14 21:07:22.919 INFO kablam! Oct 14 21:07:25.963 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.03s Oct 14 21:07:25.975 INFO kablam! su: No module specific data is present Oct 14 21:07:26.599 INFO running `"docker" "rm" "-f" "c786696d92aa7a17b55468c11da7242b390e05f061dfbbe6dee89be515ca0131"` Oct 14 21:07:26.867 INFO blam! c786696d92aa7a17b55468c11da7242b390e05f061dfbbe6dee89be515ca0131 Oct 14 21:07:26.872 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 14 21:07:27.290 INFO blam! 678ac4f5b38a3c625f7a9157037b370995f032163d04da44cb9bb00f769df8e4 Oct 14 21:07:27.293 INFO running `"docker" "start" "-a" "678ac4f5b38a3c625f7a9157037b370995f032163d04da44cb9bb00f769df8e4"` Oct 14 21:07:28.415 INFO kablam! usermod: no changes Oct 14 21:07:28.596 INFO kablam! Compiling bookcli v0.1.0 (/source) Oct 14 21:07:29.371 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 14 21:07:29.371 INFO kablam! --> src/main.rs:74:20 Oct 14 21:07:29.371 INFO kablam! | Oct 14 21:07:29.371 INFO kablam! 74 | let home_dir = env::home_dir().unwrap(); Oct 14 21:07:29.371 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 21:07:29.371 INFO kablam! | Oct 14 21:07:29.371 INFO kablam! = note: #[warn(deprecated)] on by default Oct 14 21:07:29.371 INFO kablam! Oct 14 21:07:30.003 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.54s Oct 14 21:07:30.011 INFO kablam! su: No module specific data is present Oct 14 21:07:30.871 INFO running `"docker" "rm" "-f" "678ac4f5b38a3c625f7a9157037b370995f032163d04da44cb9bb00f769df8e4"` Oct 14 21:07:31.154 INFO blam! 678ac4f5b38a3c625f7a9157037b370995f032163d04da44cb9bb00f769df8e4 Oct 14 21:07:31.161 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 14 21:07:31.636 INFO blam! 986e5d255271b08445f96b99e284409c82500fe92772388381d7269bb8e55187 Oct 14 21:07:31.643 INFO running `"docker" "start" "-a" "986e5d255271b08445f96b99e284409c82500fe92772388381d7269bb8e55187"` Oct 14 21:07:32.967 INFO kablam! usermod: no changes Oct 14 21:07:33.071 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 14 21:07:33.083 INFO kablam! Running /target/debug/deps/bookcli-e71dfebdcb5c0051 Oct 14 21:07:33.088 INFO blam! Oct 14 21:07:33.088 INFO blam! running 0 tests Oct 14 21:07:33.092 INFO blam! Oct 14 21:07:33.092 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 21:07:33.092 INFO blam! Oct 14 21:07:33.095 INFO kablam! su: No module specific data is present Oct 14 21:07:34.182 INFO running `"docker" "rm" "-f" "986e5d255271b08445f96b99e284409c82500fe92772388381d7269bb8e55187"` Oct 14 21:07:34.443 INFO blam! 986e5d255271b08445f96b99e284409c82500fe92772388381d7269bb8e55187