Oct 14 15:32:09.220 INFO testing kdeal/repo-notify against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 15:32:09.220 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 15:32:09.684 INFO blam! 54bfdfe5d97fc05f9674e00d38464660b907c79a030efaffb222c96d0839744f Oct 14 15:32:09.687 INFO running `"docker" "start" "-a" "54bfdfe5d97fc05f9674e00d38464660b907c79a030efaffb222c96d0839744f"` Oct 14 15:32:10.783 INFO kablam! usermod: no changes Oct 14 15:32:11.075 INFO kablam! Compiling either v1.1.0 Oct 14 15:32:11.075 INFO kablam! Compiling scopeguard v0.3.2 Oct 14 15:32:11.087 INFO kablam! Compiling futures v0.1.16 Oct 14 15:32:11.087 INFO kablam! Compiling lazy_static v0.2.8 Oct 14 15:32:11.087 INFO kablam! Compiling rprompt v1.0.3 Oct 14 15:32:11.087 INFO kablam! Compiling text_io v0.1.6 Oct 14 15:32:11.087 INFO kablam! Compiling num_cpus v1.6.2 Oct 14 15:32:11.088 INFO kablam! Compiling atty v0.2.2 Oct 14 15:32:11.347 INFO kablam! Compiling toml v0.4.5 Oct 14 15:32:12.929 INFO kablam! Compiling clap v2.26.2 Oct 14 15:32:12.931 INFO kablam! Compiling openssl v0.9.19 Oct 14 15:32:12.932 INFO kablam! Compiling serde_derive v1.0.15 Oct 14 15:32:13.051 INFO kablam! Compiling rpassword v1.0.2 Oct 14 15:32:15.455 INFO kablam! Compiling coco v0.1.1 Oct 14 15:32:32.564 INFO kablam! Compiling rayon-core v1.2.1 Oct 14 15:32:34.695 INFO kablam! Compiling tokio-io v0.1.3 Oct 14 15:32:34.959 INFO kablam! Compiling tokio-service v0.1.0 Oct 14 15:32:41.415 INFO kablam! Compiling futures-cpupool v0.1.6 Oct 14 15:32:41.415 INFO kablam! Compiling native-tls v0.1.4 Oct 14 15:32:41.524 INFO kablam! Compiling tokio-core v0.1.9 Oct 14 15:32:41.807 INFO kablam! Compiling rayon v0.7.1 Oct 14 15:32:48.707 INFO kablam! Compiling tokio-proto v0.1.1 Oct 14 15:32:48.707 INFO kablam! Compiling tokio-tls v0.1.3 Oct 14 15:32:51.481 INFO kablam! Compiling ring v0.11.0 Oct 14 15:32:55.508 INFO kablam! Compiling hyper v0.11.2 Oct 14 15:33:13.029 INFO kablam! Compiling webpki v0.14.0 Oct 14 15:33:15.343 INFO kablam! Compiling rustls v0.9.0 Oct 14 15:33:15.343 INFO kablam! Compiling webpki-roots v0.11.0 Oct 14 15:33:18.487 INFO kablam! Compiling hyper-tls v0.1.2 Oct 14 15:33:19.617 INFO kablam! Compiling reqwest v0.7.3 Oct 14 15:33:33.887 INFO kablam! Compiling tokio-rustls v0.2.4 Oct 14 15:33:34.688 INFO kablam! Compiling hyper-rustls v0.8.0 Oct 14 15:33:36.304 INFO kablam! Compiling github-rs v0.5.1 Oct 14 15:33:40.439 INFO kablam! Compiling repo-notify v0.1.0 (/source) Oct 14 15:33:41.304 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 15:33:41.304 INFO kablam! --> src/config.rs:2:5 Oct 14 15:33:41.304 INFO kablam! | Oct 14 15:33:41.305 INFO kablam! 2 | use std::env::home_dir; Oct 14 15:33:41.305 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 15:33:41.305 INFO kablam! | Oct 14 15:33:41.305 INFO kablam! = note: #[warn(deprecated)] on by default Oct 14 15:33:41.305 INFO kablam! Oct 14 15:33:41.306 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 15:33:41.306 INFO kablam! --> src/config.rs:32:28 Oct 14 15:33:41.306 INFO kablam! | Oct 14 15:33:41.306 INFO kablam! 32 | let mut home_dir = home_dir().expect("Can't get home directory"); Oct 14 15:33:41.306 INFO kablam! | ^^^^^^^^ Oct 14 15:33:41.307 INFO kablam! Oct 14 15:33:47.265 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 36s Oct 14 15:33:47.275 INFO kablam! su: No module specific data is present Oct 14 15:33:47.806 INFO running `"docker" "rm" "-f" "54bfdfe5d97fc05f9674e00d38464660b907c79a030efaffb222c96d0839744f"` Oct 14 15:33:48.051 INFO blam! 54bfdfe5d97fc05f9674e00d38464660b907c79a030efaffb222c96d0839744f Oct 14 15:33:48.063 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 15:33:48.302 INFO blam! f283dccaa674bc32bfe9adc2431204e4076903428aad76203673afa55b442c78 Oct 14 15:33:48.304 INFO running `"docker" "start" "-a" "f283dccaa674bc32bfe9adc2431204e4076903428aad76203673afa55b442c78"` Oct 14 15:33:48.819 INFO kablam! usermod: no changes Oct 14 15:33:48.958 INFO kablam! Compiling repo-notify v0.1.0 (/source) Oct 14 15:33:49.795 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 15:33:49.795 INFO kablam! --> src/config.rs:2:5 Oct 14 15:33:49.795 INFO kablam! | Oct 14 15:33:49.795 INFO kablam! 2 | use std::env::home_dir; Oct 14 15:33:49.795 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 15:33:49.795 INFO kablam! | Oct 14 15:33:49.795 INFO kablam! = note: #[warn(deprecated)] on by default Oct 14 15:33:49.795 INFO kablam! Oct 14 15:33:49.795 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 15:33:49.795 INFO kablam! --> src/config.rs:32:28 Oct 14 15:33:49.795 INFO kablam! | Oct 14 15:33:49.795 INFO kablam! 32 | let mut home_dir = home_dir().expect("Can't get home directory"); Oct 14 15:33:49.795 INFO kablam! | ^^^^^^^^ Oct 14 15:33:49.795 INFO kablam! Oct 14 15:33:50.871 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.02s Oct 14 15:33:50.876 INFO kablam! su: No module specific data is present Oct 14 15:33:51.532 INFO running `"docker" "rm" "-f" "f283dccaa674bc32bfe9adc2431204e4076903428aad76203673afa55b442c78"` Oct 14 15:33:51.779 INFO blam! f283dccaa674bc32bfe9adc2431204e4076903428aad76203673afa55b442c78 Oct 14 15:33:51.784 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 15:33:52.139 INFO blam! f167f1380374f05c337562e8fc3085acd79ada21bdb9049803557b0622b9eb75 Oct 14 15:33:52.143 INFO running `"docker" "start" "-a" "f167f1380374f05c337562e8fc3085acd79ada21bdb9049803557b0622b9eb75"` Oct 14 15:33:53.223 INFO kablam! usermod: no changes Oct 14 15:33:53.395 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.15s Oct 14 15:33:53.415 INFO kablam! Running /target/debug/deps/repo_notify-6b2598e1b04ff2b0 Oct 14 15:33:53.417 INFO blam! Oct 14 15:33:53.417 INFO blam! running 0 tests Oct 14 15:33:53.417 INFO blam! Oct 14 15:33:53.417 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 15:33:53.417 INFO blam! Oct 14 15:33:53.419 INFO kablam! su: No module specific data is present Oct 14 15:33:53.986 INFO running `"docker" "rm" "-f" "f167f1380374f05c337562e8fc3085acd79ada21bdb9049803557b0622b9eb75"` Oct 14 15:33:54.176 INFO blam! f167f1380374f05c337562e8fc3085acd79ada21bdb9049803557b0622b9eb75