Oct 10 12:56:36.402 INFO testing udtrokia/Radiancy against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 12:56:36.402 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 12:56:36.402 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 12:56:36.729 INFO blam! c6da9f709d3ed508b31b514b24aec802a38d42c14eb45e8b7e84636e3d3be29d Oct 10 12:56:36.730 INFO running `"docker" "start" "-a" "c6da9f709d3ed508b31b514b24aec802a38d42c14eb45e8b7e84636e3d3be29d"` Oct 10 12:56:37.126 INFO kablam! usermod: no changes Oct 10 12:56:37.278 INFO kablam! Compiling num-traits v0.2.5 Oct 10 12:56:37.280 INFO kablam! Compiling base58 v0.1.0 Oct 10 12:56:37.280 INFO kablam! Compiling crossbeam-utils v0.3.2 Oct 10 12:56:37.280 INFO kablam! Compiling coco v0.2.1 Oct 10 12:56:37.280 INFO kablam! Compiling secp256k1 v0.9.2 Oct 10 12:56:37.280 INFO kablam! Compiling args v2.2.0 Oct 10 12:56:37.280 INFO kablam! Compiling bincode v0.9.2 Oct 10 12:56:37.280 INFO kablam! Compiling digest v0.7.4 Oct 10 12:56:37.836 INFO kablam! Compiling sha2 v0.7.1 Oct 10 12:56:39.118 INFO kablam! Compiling ripemd160 v0.7.0 Oct 10 12:56:39.132 INFO kablam! Compiling crossbeam-epoch v0.4.3 Oct 10 12:56:39.132 INFO kablam! Compiling historian v3.0.4 Oct 10 12:56:41.915 INFO kablam! Compiling pagecache v0.4.5 Oct 10 12:56:44.144 INFO kablam! Compiling num-integer v0.1.39 Oct 10 12:56:45.569 INFO kablam! Compiling num-bigint v0.2.0 Oct 10 12:56:52.435 INFO kablam! Compiling sled v0.15.17 Oct 10 12:56:58.646 INFO kablam! Compiling radiancy v0.1.2 (/source) Oct 10 12:57:00.855 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 10 12:57:00.855 INFO kablam! --> src/wallet/utils.rs:23:21 Oct 10 12:57:00.855 INFO kablam! | Oct 10 12:57:00.855 INFO kablam! 23 | let mut path = env::home_dir().unwrap(); Oct 10 12:57:00.855 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 12:57:00.855 INFO kablam! | Oct 10 12:57:00.855 INFO kablam! = note: #[warn(deprecated)] on by default Oct 10 12:57:00.855 INFO kablam! Oct 10 12:57:00.860 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 10 12:57:00.860 INFO kablam! --> src/wallet/utils.rs:36:21 Oct 10 12:57:00.860 INFO kablam! | Oct 10 12:57:00.860 INFO kablam! 36 | let mut path = env::home_dir().unwrap(); Oct 10 12:57:00.860 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 12:57:00.860 INFO kablam! Oct 10 12:57:06.348 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 10 12:57:06.348 INFO kablam! --> src/main.rs:9:5 Oct 10 12:57:06.348 INFO kablam! | Oct 10 12:57:06.348 INFO kablam! 9 | use std::env::home_dir; Oct 10 12:57:06.348 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 12:57:06.348 INFO kablam! | Oct 10 12:57:06.348 INFO kablam! = note: #[warn(deprecated)] on by default Oct 10 12:57:06.348 INFO kablam! Oct 10 12:57:06.348 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 10 12:57:06.348 INFO kablam! --> src/main.rs:18:23 Oct 10 12:57:06.348 INFO kablam! | Oct 10 12:57:06.348 INFO kablam! 18 | let mut db_path = home_dir().unwrap(); Oct 10 12:57:06.348 INFO kablam! | ^^^^^^^^ Oct 10 12:57:06.348 INFO kablam! Oct 10 12:57:06.348 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 10 12:57:06.349 INFO kablam! --> src/main.rs:20:27 Oct 10 12:57:06.349 INFO kablam! | Oct 10 12:57:06.349 INFO kablam! 20 | let mut wallet_path = home_dir().unwrap(); Oct 10 12:57:06.349 INFO kablam! | ^^^^^^^^ Oct 10 12:57:06.349 INFO kablam! Oct 10 12:57:08.124 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 30.98s Oct 10 12:57:08.131 INFO kablam! su: No module specific data is present Oct 10 12:57:08.724 INFO running `"docker" "rm" "-f" "c6da9f709d3ed508b31b514b24aec802a38d42c14eb45e8b7e84636e3d3be29d"` Oct 10 12:57:09.020 INFO blam! c6da9f709d3ed508b31b514b24aec802a38d42c14eb45e8b7e84636e3d3be29d Oct 10 12:57:09.024 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 12:57:09.026 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 12:57:09.534 INFO blam! 499d4dc17637a39ab2c140e8a3437c618672fe848ab06a39285998996f3cf246 Oct 10 12:57:09.536 INFO running `"docker" "start" "-a" "499d4dc17637a39ab2c140e8a3437c618672fe848ab06a39285998996f3cf246"` Oct 10 12:57:10.688 INFO kablam! usermod: no changes Oct 10 12:57:10.809 INFO kablam! Compiling radiancy v0.1.2 (/source) Oct 10 12:57:13.932 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 10 12:57:13.932 INFO kablam! --> src/wallet/utils.rs:23:21 Oct 10 12:57:13.932 INFO kablam! | Oct 10 12:57:13.932 INFO kablam! 23 | let mut path = env::home_dir().unwrap(); Oct 10 12:57:13.932 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 12:57:13.932 INFO kablam! | Oct 10 12:57:13.932 INFO kablam! = note: #[warn(deprecated)] on by default Oct 10 12:57:13.932 INFO kablam! Oct 10 12:57:13.932 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 10 12:57:13.932 INFO kablam! --> src/wallet/utils.rs:36:21 Oct 10 12:57:13.932 INFO kablam! | Oct 10 12:57:13.932 INFO kablam! 36 | let mut path = env::home_dir().unwrap(); Oct 10 12:57:13.932 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 12:57:13.932 INFO kablam! Oct 10 12:57:14.489 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 10 12:57:14.489 INFO kablam! --> src/main.rs:9:5 Oct 10 12:57:14.490 INFO kablam! | Oct 10 12:57:14.490 INFO kablam! 9 | use std::env::home_dir; Oct 10 12:57:14.490 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 12:57:14.491 INFO kablam! | Oct 10 12:57:14.491 INFO kablam! = note: #[warn(deprecated)] on by default Oct 10 12:57:14.492 INFO kablam! Oct 10 12:57:14.492 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 10 12:57:14.492 INFO kablam! --> src/main.rs:18:23 Oct 10 12:57:14.493 INFO kablam! | Oct 10 12:57:14.493 INFO kablam! 18 | let mut db_path = home_dir().unwrap(); Oct 10 12:57:14.493 INFO kablam! | ^^^^^^^^ Oct 10 12:57:14.494 INFO kablam! Oct 10 12:57:14.494 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 10 12:57:14.494 INFO kablam! --> src/main.rs:20:27 Oct 10 12:57:14.495 INFO kablam! | Oct 10 12:57:14.495 INFO kablam! 20 | let mut wallet_path = home_dir().unwrap(); Oct 10 12:57:14.495 INFO kablam! | ^^^^^^^^ Oct 10 12:57:14.496 INFO kablam! Oct 10 12:57:15.497 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.79s Oct 10 12:57:15.505 INFO kablam! su: No module specific data is present Oct 10 12:57:16.285 INFO running `"docker" "rm" "-f" "499d4dc17637a39ab2c140e8a3437c618672fe848ab06a39285998996f3cf246"` Oct 10 12:57:16.656 INFO blam! 499d4dc17637a39ab2c140e8a3437c618672fe848ab06a39285998996f3cf246 Oct 10 12:57:16.658 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 12:57:16.658 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 12:57:17.024 INFO blam! 3f27220fb7cb36b395b2820ad2ff4ff9351b60cf30e450db1e2dd011d87284c3 Oct 10 12:57:17.026 INFO running `"docker" "start" "-a" "3f27220fb7cb36b395b2820ad2ff4ff9351b60cf30e450db1e2dd011d87284c3"` Oct 10 12:57:18.504 INFO kablam! usermod: no changes Oct 10 12:57:18.653 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.12s Oct 10 12:57:18.657 INFO kablam! Running /target/debug/deps/radiancy-8b3af37291f5d17a Oct 10 12:57:18.657 INFO blam! Oct 10 12:57:18.658 INFO blam! running 0 tests Oct 10 12:57:18.658 INFO blam! Oct 10 12:57:18.658 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 12:57:18.659 INFO blam! Oct 10 12:57:18.664 INFO kablam! Running /target/debug/deps/radiancy-9cd49a8702ea6084 Oct 10 12:57:18.672 INFO kablam! Doc-tests radiancy Oct 10 12:57:18.673 INFO blam! Oct 10 12:57:18.673 INFO blam! running 0 tests Oct 10 12:57:18.673 INFO blam! Oct 10 12:57:18.674 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 12:57:18.674 INFO blam! Oct 10 12:57:22.197 INFO blam! Oct 10 12:57:22.197 INFO blam! running 0 tests Oct 10 12:57:22.198 INFO blam! Oct 10 12:57:22.198 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 12:57:22.198 INFO blam! Oct 10 12:57:22.204 INFO kablam! su: No module specific data is present Oct 10 12:57:22.846 INFO running `"docker" "rm" "-f" "3f27220fb7cb36b395b2820ad2ff4ff9351b60cf30e450db1e2dd011d87284c3"` Oct 10 12:57:23.156 INFO blam! 3f27220fb7cb36b395b2820ad2ff4ff9351b60cf30e450db1e2dd011d87284c3