Oct 14 12:49:10.487 INFO testing lynnjm7/licensify against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 12:49:10.487 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 12:49:10.895 INFO blam! 234e128df7d8692d871cedb3f1765569026c28431747388940c2c1bbb8f3bca8 Oct 14 12:49:10.895 INFO running `"docker" "start" "-a" "234e128df7d8692d871cedb3f1765569026c28431747388940c2c1bbb8f3bca8"` Oct 14 12:49:12.922 INFO kablam! usermod: no changes Oct 14 12:49:13.091 INFO kablam! Compiling gcc v0.3.50 Oct 14 12:49:13.098 INFO kablam! Compiling num-traits v0.2.0 Oct 14 12:49:13.099 INFO kablam! Compiling unicode-normalization v0.1.4 Oct 14 12:49:13.099 INFO kablam! Compiling openssl-probe v0.1.1 Oct 14 12:49:13.099 INFO kablam! Compiling serde v1.0.27 Oct 14 12:49:13.099 INFO kablam! Compiling term_size v0.3.0 Oct 14 12:49:13.099 INFO kablam! Compiling atty v0.2.2 Oct 14 12:49:13.099 INFO kablam! Compiling time v0.1.39 Oct 14 12:49:13.751 INFO kablam! Compiling unicode-bidi v0.3.3 Oct 14 12:49:14.839 INFO kablam! Compiling clap v2.24.2 Oct 14 12:49:14.863 INFO kablam! Compiling serde_derive_internals v0.19.0 Oct 14 12:49:22.255 INFO kablam! Compiling num-integer v0.1.36 Oct 14 12:49:24.731 INFO kablam! Compiling idna v0.1.2 Oct 14 12:49:25.775 INFO kablam! Compiling num-iter v0.1.35 Oct 14 12:49:26.231 INFO kablam! Compiling libz-sys v1.0.13 Oct 14 12:49:26.379 INFO kablam! Compiling cmake v0.1.24 Oct 14 12:49:26.731 INFO kablam! Compiling openssl-sys v0.9.13 Oct 14 12:49:27.075 INFO kablam! Compiling curl-sys v0.3.11 Oct 14 12:49:27.599 INFO kablam! Compiling num v0.1.42 Oct 14 12:49:31.787 INFO kablam! Compiling serde_derive v1.0.27 Oct 14 12:49:31.803 INFO kablam! Compiling chrono v0.4.0 Oct 14 12:49:32.863 INFO kablam! Compiling libssh2-sys v0.2.6 Oct 14 12:49:33.637 INFO kablam! Compiling libgit2-sys v0.6.11 Oct 14 12:49:42.335 INFO kablam! Compiling url v1.4.1 Oct 14 12:50:20.329 INFO kablam! Compiling toml v0.4.5 Oct 14 12:50:20.330 INFO kablam! Compiling mustache v0.9.0 Oct 14 12:50:56.359 INFO kablam! Compiling git2 v0.6.5 Oct 14 12:51:03.459 INFO kablam! Compiling licensify v0.1.0 (/source) Oct 14 12:51:03.711 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 12:51:03.711 INFO kablam! --> src/init.rs:29:24 Oct 14 12:51:03.711 INFO kablam! | Oct 14 12:51:03.711 INFO kablam! 29 | let mut home_dir = env::home_dir().unwrap(); Oct 14 12:51:03.711 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 12:51:03.711 INFO kablam! | Oct 14 12:51:03.711 INFO kablam! = note: #[warn(deprecated)] on by default Oct 14 12:51:03.711 INFO kablam! Oct 14 12:51:03.711 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 12:51:03.711 INFO kablam! --> src/config.rs:99:20 Oct 14 12:51:03.711 INFO kablam! | Oct 14 12:51:03.711 INFO kablam! 99 | let mut path = env::home_dir().unwrap(); Oct 14 12:51:03.711 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 12:51:03.711 INFO kablam! Oct 14 12:51:03.711 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 12:51:03.711 INFO kablam! --> src/license.rs:80:23 Oct 14 12:51:03.711 INFO kablam! | Oct 14 12:51:03.711 INFO kablam! 80 | let mut lic_dir = env::home_dir().unwrap(); Oct 14 12:51:03.711 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 12:51:03.711 INFO kablam! Oct 14 12:51:07.196 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 54s Oct 14 12:51:07.206 INFO kablam! su: No module specific data is present Oct 14 12:51:08.113 INFO running `"docker" "rm" "-f" "234e128df7d8692d871cedb3f1765569026c28431747388940c2c1bbb8f3bca8"` Oct 14 12:51:08.363 INFO blam! 234e128df7d8692d871cedb3f1765569026c28431747388940c2c1bbb8f3bca8 Oct 14 12:51:08.375 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 12:51:08.837 INFO blam! 5281d800d58a861d1db996b7f01521a6271efa4811fd34b42c7b222e9a935b44 Oct 14 12:51:08.848 INFO running `"docker" "start" "-a" "5281d800d58a861d1db996b7f01521a6271efa4811fd34b42c7b222e9a935b44"` Oct 14 12:51:09.782 INFO kablam! usermod: no changes Oct 14 12:51:09.919 INFO kablam! Compiling licensify v0.1.0 (/source) Oct 14 12:51:10.411 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 12:51:10.411 INFO kablam! --> src/init.rs:29:24 Oct 14 12:51:10.411 INFO kablam! | Oct 14 12:51:10.411 INFO kablam! 29 | let mut home_dir = env::home_dir().unwrap(); Oct 14 12:51:10.411 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 12:51:10.411 INFO kablam! | Oct 14 12:51:10.411 INFO kablam! = note: #[warn(deprecated)] on by default Oct 14 12:51:10.411 INFO kablam! Oct 14 12:51:10.411 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 12:51:10.411 INFO kablam! --> src/config.rs:99:20 Oct 14 12:51:10.411 INFO kablam! | Oct 14 12:51:10.411 INFO kablam! 99 | let mut path = env::home_dir().unwrap(); Oct 14 12:51:10.411 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 12:51:10.411 INFO kablam! Oct 14 12:51:10.411 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 12:51:10.411 INFO kablam! --> src/license.rs:80:23 Oct 14 12:51:10.411 INFO kablam! | Oct 14 12:51:10.411 INFO kablam! 80 | let mut lic_dir = env::home_dir().unwrap(); Oct 14 12:51:10.411 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 12:51:10.411 INFO kablam! Oct 14 12:51:11.667 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.85s Oct 14 12:51:11.673 INFO kablam! su: No module specific data is present Oct 14 12:51:12.605 INFO running `"docker" "rm" "-f" "5281d800d58a861d1db996b7f01521a6271efa4811fd34b42c7b222e9a935b44"` Oct 14 12:51:12.855 INFO blam! 5281d800d58a861d1db996b7f01521a6271efa4811fd34b42c7b222e9a935b44 Oct 14 12:51:12.866 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 12:51:13.325 INFO blam! d36b50027a49bd8150ff4538b8167ea7c0320977e23262e714c194961622bb7c Oct 14 12:51:13.325 INFO running `"docker" "start" "-a" "d36b50027a49bd8150ff4538b8167ea7c0320977e23262e714c194961622bb7c"` Oct 14 12:51:15.107 INFO kablam! usermod: no changes Oct 14 12:51:15.251 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.12s Oct 14 12:51:15.271 INFO kablam! Running /target/debug/deps/licensify-dd99f4638c74950c Oct 14 12:51:15.274 INFO blam! Oct 14 12:51:15.274 INFO blam! running 0 tests Oct 14 12:51:15.274 INFO blam! Oct 14 12:51:15.274 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 12:51:15.274 INFO blam! Oct 14 12:51:15.275 INFO kablam! Running /target/debug/deps/licensify-1641405231ac89ac Oct 14 12:51:15.284 INFO kablam! Doc-tests licensify Oct 14 12:51:15.284 INFO blam! Oct 14 12:51:15.284 INFO blam! running 0 tests Oct 14 12:51:15.284 INFO blam! Oct 14 12:51:15.284 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 12:51:15.284 INFO blam! Oct 14 12:51:15.865 INFO blam! Oct 14 12:51:15.865 INFO blam! running 0 tests Oct 14 12:51:15.865 INFO blam! Oct 14 12:51:15.865 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 12:51:15.865 INFO blam! Oct 14 12:51:15.874 INFO kablam! su: No module specific data is present Oct 14 12:51:17.461 INFO running `"docker" "rm" "-f" "d36b50027a49bd8150ff4538b8167ea7c0320977e23262e714c194961622bb7c"` Oct 14 12:51:17.709 INFO blam! d36b50027a49bd8150ff4538b8167ea7c0320977e23262e714c194961622bb7c