Oct 15 07:05:37.336 INFO testing SCAII/Sky-install against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 07:05:37.339 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 07:05:37.943 INFO blam! c997947d7314fe4a714bca94964d2af0f6db16d9da45af944d4dea9cabe377fd Oct 15 07:05:37.959 INFO running `"docker" "start" "-a" "c997947d7314fe4a714bca94964d2af0f6db16d9da45af944d4dea9cabe377fd"` Oct 15 07:05:39.147 INFO kablam! usermod: no changes Oct 15 07:05:39.367 INFO kablam! Compiling openssl-sys v0.9.25 Oct 15 07:05:39.367 INFO kablam! Compiling libgit2-sys v0.6.19 Oct 15 07:05:42.540 INFO kablam! Compiling libssh2-sys v0.2.6 Oct 15 07:05:42.540 INFO kablam! Compiling curl-sys v0.4.1 Oct 15 07:05:47.284 INFO kablam! Compiling curl v0.4.11 Oct 15 07:06:28.217 INFO kablam! Compiling git2 v0.6.11 Oct 15 07:06:37.502 INFO kablam! Compiling sky-install v0.1.0 (/source) Oct 15 07:06:38.971 INFO kablam! warning: unused import: `Path` Oct 15 07:06:38.972 INFO kablam! --> src/platform/linux.rs:4:17 Oct 15 07:06:38.973 INFO kablam! | Oct 15 07:06:38.973 INFO kablam! 4 | use std::path::{Path, PathBuf}; Oct 15 07:06:38.974 INFO kablam! | ^^^^ Oct 15 07:06:38.975 INFO kablam! | Oct 15 07:06:38.975 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 07:06:38.976 INFO kablam! Oct 15 07:06:38.976 INFO kablam! warning: unused import: `std::fs` Oct 15 07:06:38.977 INFO kablam! --> src/platform/linux.rs:8:9 Oct 15 07:06:38.978 INFO kablam! | Oct 15 07:06:38.978 INFO kablam! 8 | use std::fs; Oct 15 07:06:38.979 INFO kablam! | ^^^^^^^ Oct 15 07:06:38.979 INFO kablam! Oct 15 07:06:38.980 INFO kablam! warning: unused import: `copy_built_core` Oct 15 07:06:38.981 INFO kablam! --> src/platform/unix.rs:20:32 Oct 15 07:06:38.981 INFO kablam! | Oct 15 07:06:38.982 INFO kablam! 20 | use os_specific::{run_command, copy_built_core}; Oct 15 07:06:38.982 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 07:06:38.983 INFO kablam! Oct 15 07:06:38.984 INFO kablam! warning: unused import: `self::git2::Repository` Oct 15 07:06:38.984 INFO kablam! --> src/platform/unix.rs:40:9 Oct 15 07:06:38.985 INFO kablam! | Oct 15 07:06:38.985 INFO kablam! 40 | use self::git2::Repository; Oct 15 07:06:38.985 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:06:38.986 INFO kablam! Oct 15 07:06:38.986 INFO kablam! warning: unused import: `self::git2::Repository` Oct 15 07:06:38.986 INFO kablam! --> src/platform/unix.rs:74:9 Oct 15 07:06:38.986 INFO kablam! | Oct 15 07:06:38.986 INFO kablam! 74 | use self::git2::Repository; Oct 15 07:06:38.986 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:06:38.991 INFO kablam! Oct 15 07:06:39.020 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 15 07:06:39.020 INFO kablam! --> src/main.rs:352:35 Oct 15 07:06:39.020 INFO kablam! | Oct 15 07:06:39.020 INFO kablam! 352 | let result: Option = env::home_dir(); Oct 15 07:06:39.020 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 07:06:39.031 INFO kablam! | Oct 15 07:06:39.031 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 07:06:39.031 INFO kablam! Oct 15 07:06:39.404 INFO kablam! warning: function is never used: `copy_built_rts` Oct 15 07:06:39.405 INFO kablam! --> src/platform/linux.rs:6:1 Oct 15 07:06:39.405 INFO kablam! | Oct 15 07:06:39.405 INFO kablam! 6 | pub fn copy_built_rts(source_dir: PathBuf, target: PathBuf) -> Result<(), Box> { Oct 15 07:06:39.405 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:06:39.405 INFO kablam! | Oct 15 07:06:39.405 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 07:06:39.405 INFO kablam! Oct 15 07:06:39.405 INFO kablam! warning: function is never used: `get_sky_rts` Oct 15 07:06:39.405 INFO kablam! --> src/platform/unix.rs:72:1 Oct 15 07:06:39.405 INFO kablam! | Oct 15 07:06:39.405 INFO kablam! 72 | pub fn get_sky_rts(install_dir: PathBuf, command_args: &Args) -> Result<(), Box> { Oct 15 07:06:39.405 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:06:39.405 INFO kablam! Oct 15 07:06:39.415 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 07:06:39.415 INFO kablam! --> src/main.rs:119:17 Oct 15 07:06:39.415 INFO kablam! | Oct 15 07:06:39.415 INFO kablam! 119 | shallow_clean(); Oct 15 07:06:39.415 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 07:06:39.416 INFO kablam! | Oct 15 07:06:39.416 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 07:06:39.416 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 07:06:39.416 INFO kablam! Oct 15 07:06:39.416 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 07:06:39.416 INFO kablam! --> src/main.rs:128:13 Oct 15 07:06:39.416 INFO kablam! | Oct 15 07:06:39.416 INFO kablam! 128 | shallow_clean(); Oct 15 07:06:39.416 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 07:06:39.416 INFO kablam! | Oct 15 07:06:39.416 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 07:06:39.416 INFO kablam! Oct 15 07:06:42.397 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 03s Oct 15 07:06:42.411 INFO kablam! su: No module specific data is present Oct 15 07:06:43.615 INFO running `"docker" "rm" "-f" "c997947d7314fe4a714bca94964d2af0f6db16d9da45af944d4dea9cabe377fd"` Oct 15 07:06:43.983 INFO blam! c997947d7314fe4a714bca94964d2af0f6db16d9da45af944d4dea9cabe377fd Oct 15 07:06:43.988 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 07:06:44.467 INFO blam! 9c2e46431d384e2991391c4974f91fbd4a72fe94ae9fde406677a508c71fd1c0 Oct 15 07:06:44.470 INFO running `"docker" "start" "-a" "9c2e46431d384e2991391c4974f91fbd4a72fe94ae9fde406677a508c71fd1c0"` Oct 15 07:06:46.306 INFO kablam! usermod: no changes Oct 15 07:06:46.527 INFO kablam! Compiling sky-install v0.1.0 (/source) Oct 15 07:06:47.819 INFO kablam! warning: unused import: `Path` Oct 15 07:06:47.819 INFO kablam! --> src/platform/linux.rs:4:17 Oct 15 07:06:47.819 INFO kablam! | Oct 15 07:06:47.819 INFO kablam! 4 | use std::path::{Path, PathBuf}; Oct 15 07:06:47.819 INFO kablam! | ^^^^ Oct 15 07:06:47.819 INFO kablam! | Oct 15 07:06:47.819 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 07:06:47.819 INFO kablam! Oct 15 07:06:47.819 INFO kablam! warning: unused import: `std::fs` Oct 15 07:06:47.819 INFO kablam! --> src/platform/linux.rs:8:9 Oct 15 07:06:47.819 INFO kablam! | Oct 15 07:06:47.819 INFO kablam! 8 | use std::fs; Oct 15 07:06:47.819 INFO kablam! | ^^^^^^^ Oct 15 07:06:47.819 INFO kablam! Oct 15 07:06:47.819 INFO kablam! warning: unused import: `copy_built_core` Oct 15 07:06:47.819 INFO kablam! --> src/platform/unix.rs:20:32 Oct 15 07:06:47.819 INFO kablam! | Oct 15 07:06:47.819 INFO kablam! 20 | use os_specific::{run_command, copy_built_core}; Oct 15 07:06:47.819 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 07:06:47.819 INFO kablam! Oct 15 07:06:47.819 INFO kablam! warning: unused import: `self::git2::Repository` Oct 15 07:06:47.819 INFO kablam! --> src/platform/unix.rs:40:9 Oct 15 07:06:47.819 INFO kablam! | Oct 15 07:06:47.819 INFO kablam! 40 | use self::git2::Repository; Oct 15 07:06:47.819 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:06:47.819 INFO kablam! Oct 15 07:06:47.819 INFO kablam! warning: unused import: `self::git2::Repository` Oct 15 07:06:47.819 INFO kablam! --> src/platform/unix.rs:74:9 Oct 15 07:06:47.819 INFO kablam! | Oct 15 07:06:47.824 INFO kablam! 74 | use self::git2::Repository; Oct 15 07:06:47.824 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:06:47.824 INFO kablam! Oct 15 07:06:47.840 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 15 07:06:47.840 INFO kablam! --> src/main.rs:352:35 Oct 15 07:06:47.840 INFO kablam! | Oct 15 07:06:47.840 INFO kablam! 352 | let result: Option = env::home_dir(); Oct 15 07:06:47.840 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 07:06:47.840 INFO kablam! | Oct 15 07:06:47.840 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 07:06:47.840 INFO kablam! Oct 15 07:06:48.173 INFO kablam! warning: function is never used: `copy_built_rts` Oct 15 07:06:48.173 INFO kablam! --> src/platform/linux.rs:6:1 Oct 15 07:06:48.173 INFO kablam! | Oct 15 07:06:48.173 INFO kablam! 6 | pub fn copy_built_rts(source_dir: PathBuf, target: PathBuf) -> Result<(), Box> { Oct 15 07:06:48.173 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:06:48.173 INFO kablam! | Oct 15 07:06:48.174 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 07:06:48.174 INFO kablam! Oct 15 07:06:48.174 INFO kablam! warning: function is never used: `get_sky_rts` Oct 15 07:06:48.174 INFO kablam! --> src/platform/unix.rs:72:1 Oct 15 07:06:48.174 INFO kablam! | Oct 15 07:06:48.174 INFO kablam! 72 | pub fn get_sky_rts(install_dir: PathBuf, command_args: &Args) -> Result<(), Box> { Oct 15 07:06:48.174 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:06:48.174 INFO kablam! Oct 15 07:06:48.182 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 07:06:48.182 INFO kablam! --> src/main.rs:119:17 Oct 15 07:06:48.182 INFO kablam! | Oct 15 07:06:48.182 INFO kablam! 119 | shallow_clean(); Oct 15 07:06:48.182 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 07:06:48.182 INFO kablam! | Oct 15 07:06:48.183 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 07:06:48.183 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 07:06:48.183 INFO kablam! Oct 15 07:06:48.183 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 07:06:48.183 INFO kablam! --> src/main.rs:128:13 Oct 15 07:06:48.183 INFO kablam! | Oct 15 07:06:48.183 INFO kablam! 128 | shallow_clean(); Oct 15 07:06:48.183 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 07:06:48.183 INFO kablam! | Oct 15 07:06:48.183 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 07:06:48.183 INFO kablam! Oct 15 07:06:48.796 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.45s Oct 15 07:06:48.803 INFO kablam! su: No module specific data is present Oct 15 07:06:50.059 INFO running `"docker" "rm" "-f" "9c2e46431d384e2991391c4974f91fbd4a72fe94ae9fde406677a508c71fd1c0"` Oct 15 07:06:50.439 INFO blam! 9c2e46431d384e2991391c4974f91fbd4a72fe94ae9fde406677a508c71fd1c0 Oct 15 07:06:50.444 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 07:06:50.927 INFO blam! 81489a1e9790673fbd6592770005d494e96503378f40f2a567c842bc0a89271c Oct 15 07:06:50.935 INFO running `"docker" "start" "-a" "81489a1e9790673fbd6592770005d494e96503378f40f2a567c842bc0a89271c"` Oct 15 07:06:52.635 INFO kablam! usermod: no changes Oct 15 07:06:52.786 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.13s Oct 15 07:06:52.799 INFO kablam! Running /target/debug/deps/sky_install-42fa17988ffa13c3 Oct 15 07:06:52.811 INFO blam! Oct 15 07:06:52.811 INFO blam! running 0 tests Oct 15 07:06:52.811 INFO blam! Oct 15 07:06:52.811 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 07:06:52.811 INFO blam! Oct 15 07:06:52.819 INFO kablam! su: No module specific data is present Oct 15 07:06:54.093 INFO running `"docker" "rm" "-f" "81489a1e9790673fbd6592770005d494e96503378f40f2a567c842bc0a89271c"` Oct 15 07:06:54.375 INFO blam! 81489a1e9790673fbd6592770005d494e96503378f40f2a567c842bc0a89271c