Oct 15 10:55:05.036 INFO testing Floppy/ruby-version-badger against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 10:55:05.036 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 15 10:55:05.247 INFO blam! ea0888b62cc0b45e900d2a30085ea3a0954b31ce420e1f672feae644b92986c4 Oct 15 10:55:05.249 INFO running `"docker" "start" "-a" "ea0888b62cc0b45e900d2a30085ea3a0954b31ce420e1f672feae644b92986c4"` Oct 15 10:55:05.890 INFO kablam! usermod: no changes Oct 15 10:55:05.923 INFO kablam! warning: unused manifest key: package.target Oct 15 10:55:06.183 INFO kablam! Compiling openssl-sys v0.9.27 Oct 15 10:55:06.185 INFO kablam! Compiling memchr v0.1.11 Oct 15 10:55:06.231 INFO kablam! Compiling serde_json v1.0.10 Oct 15 10:55:06.240 INFO kablam! Compiling futures-cpupool v0.1.8 Oct 15 10:55:06.258 INFO kablam! Compiling mio v0.6.13 Oct 15 10:55:06.259 INFO kablam! Compiling tokio-io v0.1.5 Oct 15 10:55:06.285 INFO kablam! Compiling regex v0.2.6 Oct 15 10:55:06.286 INFO kablam! Compiling hyper v0.10.13 Oct 15 10:55:09.699 INFO kablam! Compiling thread-id v2.0.0 Oct 15 10:55:14.216 INFO kablam! Compiling aho-corasick v0.5.3 Oct 15 10:55:14.228 INFO kablam! Compiling thread_local v0.2.7 Oct 15 10:55:15.103 INFO kablam! Compiling openssl v0.9.24 Oct 15 10:55:18.399 INFO kablam! Compiling tokio-core v0.1.12 Oct 15 10:55:21.719 INFO kablam! Compiling regex v0.1.80 Oct 15 10:55:35.091 INFO kablam! Compiling tokio-proto v0.1.1 Oct 15 10:55:48.647 INFO kablam! Compiling iron v0.5.1 Oct 15 10:55:51.931 INFO kablam! Compiling env_logger v0.3.5 Oct 15 10:55:52.395 INFO kablam! Compiling native-tls v0.1.5 Oct 15 10:55:52.463 INFO kablam! Compiling hyper v0.11.21 Oct 15 10:55:55.555 INFO kablam! Compiling tokio-tls v0.1.4 Oct 15 10:55:56.839 INFO kablam! Compiling mount v0.3.0 Oct 15 10:55:56.839 INFO kablam! Compiling router v0.5.1 Oct 15 10:56:02.282 INFO kablam! Compiling staticfile v0.4.0 Oct 15 10:56:08.707 INFO kablam! Compiling hyper-tls v0.1.2 Oct 15 10:56:10.967 INFO kablam! Compiling reqwest v0.8.5 Oct 15 10:56:22.151 INFO kablam! Compiling ruby-version-badger v0.1.1 (/source) Oct 15 10:56:26.667 INFO kablam! warning: value assigned to `version` is never read Oct 15 10:56:26.667 INFO kablam! --> src/ruby.rs:19:13 Oct 15 10:56:26.667 INFO kablam! | Oct 15 10:56:26.667 INFO kablam! 19 | let mut version = "unknown".to_string(); Oct 15 10:56:26.667 INFO kablam! | ^^^^^^^ Oct 15 10:56:26.667 INFO kablam! | Oct 15 10:56:26.667 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 15 10:56:26.667 INFO kablam! Oct 15 10:56:26.667 INFO kablam! warning: value assigned to `version` is never read Oct 15 10:56:26.667 INFO kablam! --> src/rust.rs:19:13 Oct 15 10:56:26.667 INFO kablam! | Oct 15 10:56:26.667 INFO kablam! 19 | let mut version = "unknown".to_string(); Oct 15 10:56:26.667 INFO kablam! | ^^^^^^^ Oct 15 10:56:26.667 INFO kablam! Oct 15 10:56:26.667 INFO kablam! warning: value assigned to `version` is never read Oct 15 10:56:26.667 INFO kablam! --> src/node.rs:18:13 Oct 15 10:56:26.667 INFO kablam! | Oct 15 10:56:26.667 INFO kablam! 18 | let mut version = "unknown".to_string(); Oct 15 10:56:26.667 INFO kablam! | ^^^^^^^ Oct 15 10:56:26.667 INFO kablam! Oct 15 10:56:26.707 INFO kablam! warning: function is never used: `language` Oct 15 10:56:26.707 INFO kablam! --> src/config.rs:11:1 Oct 15 10:56:26.707 INFO kablam! | Oct 15 10:56:26.707 INFO kablam! 11 | pub fn language(lang: String) -> Result { Oct 15 10:56:26.707 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:56:26.707 INFO kablam! | Oct 15 10:56:26.707 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 10:56:26.707 INFO kablam! Oct 15 10:56:26.711 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 10:56:26.711 INFO kablam! --> src/main.rs:20:5 Oct 15 10:56:26.711 INFO kablam! | Oct 15 10:56:26.711 INFO kablam! 20 | env_logger::init(); Oct 15 10:56:26.711 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 10:56:26.711 INFO kablam! | Oct 15 10:56:26.711 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 10:56:26.711 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 10:56:26.711 INFO kablam! Oct 15 10:56:33.440 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 27s Oct 15 10:56:33.455 INFO kablam! su: No module specific data is present Oct 15 10:56:34.227 INFO running `"docker" "rm" "-f" "ea0888b62cc0b45e900d2a30085ea3a0954b31ce420e1f672feae644b92986c4"` Oct 15 10:56:34.603 INFO blam! ea0888b62cc0b45e900d2a30085ea3a0954b31ce420e1f672feae644b92986c4 Oct 15 10:56:34.610 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 15 10:56:35.004 INFO blam! b8e4146afdcd1ed8cefee1d37ac970f30d75cb4f6684f04a95f04e47ac77b818 Oct 15 10:56:35.007 INFO running `"docker" "start" "-a" "b8e4146afdcd1ed8cefee1d37ac970f30d75cb4f6684f04a95f04e47ac77b818"` Oct 15 10:56:36.622 INFO kablam! usermod: no changes Oct 15 10:56:36.664 INFO kablam! warning: unused manifest key: package.target Oct 15 10:56:36.835 INFO kablam! Compiling ruby-version-badger v0.1.1 (/source) Oct 15 10:56:41.205 INFO kablam! warning: value assigned to `version` is never read Oct 15 10:56:41.205 INFO kablam! --> src/ruby.rs:19:13 Oct 15 10:56:41.205 INFO kablam! | Oct 15 10:56:41.205 INFO kablam! 19 | let mut version = "unknown".to_string(); Oct 15 10:56:41.205 INFO kablam! | ^^^^^^^ Oct 15 10:56:41.205 INFO kablam! | Oct 15 10:56:41.205 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 15 10:56:41.205 INFO kablam! Oct 15 10:56:41.205 INFO kablam! warning: value assigned to `version` is never read Oct 15 10:56:41.205 INFO kablam! --> src/rust.rs:19:13 Oct 15 10:56:41.205 INFO kablam! | Oct 15 10:56:41.205 INFO kablam! 19 | let mut version = "unknown".to_string(); Oct 15 10:56:41.205 INFO kablam! | ^^^^^^^ Oct 15 10:56:41.205 INFO kablam! Oct 15 10:56:41.205 INFO kablam! warning: value assigned to `version` is never read Oct 15 10:56:41.205 INFO kablam! --> src/node.rs:18:13 Oct 15 10:56:41.205 INFO kablam! | Oct 15 10:56:41.205 INFO kablam! 18 | let mut version = "unknown".to_string(); Oct 15 10:56:41.205 INFO kablam! | ^^^^^^^ Oct 15 10:56:41.205 INFO kablam! Oct 15 10:56:41.261 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 10:56:41.261 INFO kablam! --> src/main.rs:20:5 Oct 15 10:56:41.261 INFO kablam! | Oct 15 10:56:41.261 INFO kablam! 20 | env_logger::init(); Oct 15 10:56:41.261 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 10:56:41.261 INFO kablam! | Oct 15 10:56:41.261 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 10:56:41.261 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 10:56:41.261 INFO kablam! Oct 15 10:56:43.354 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.70s Oct 15 10:56:43.365 INFO kablam! su: No module specific data is present Oct 15 10:56:43.707 INFO running `"docker" "rm" "-f" "b8e4146afdcd1ed8cefee1d37ac970f30d75cb4f6684f04a95f04e47ac77b818"` Oct 15 10:56:43.942 INFO blam! b8e4146afdcd1ed8cefee1d37ac970f30d75cb4f6684f04a95f04e47ac77b818 Oct 15 10:56:43.945 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 15 10:56:44.258 INFO blam! 085625f006de8e06c3de7cd972bd000e1207e5597eec46107e98fdf5a1e6e021 Oct 15 10:56:44.263 INFO running `"docker" "start" "-a" "085625f006de8e06c3de7cd972bd000e1207e5597eec46107e98fdf5a1e6e021"` Oct 15 10:56:44.941 INFO kablam! usermod: no changes Oct 15 10:56:44.975 INFO kablam! warning: unused manifest key: package.target Oct 15 10:56:45.092 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.14s Oct 15 10:56:45.108 INFO kablam! Running /target/debug/deps/ruby_version_badger-3ceaf9c95c804ec4 Oct 15 10:56:45.111 INFO blam! Oct 15 10:56:45.111 INFO blam! running 9 tests Oct 15 10:56:45.112 INFO blam! test config::tests::default_to_port_3k ... ok Oct 15 10:56:45.112 INFO blam! test config::tests::uses_port_from_env ... ok Oct 15 10:56:45.112 INFO blam! test ruby::tests::current_versions_are_green ... ok Oct 15 10:56:45.112 INFO blam! test config::tests::read_language_config_file ... ok Oct 15 10:56:45.115 INFO blam! test ruby::tests::supported_versions_are_yellow ... ok Oct 15 10:56:45.115 INFO blam! test rust::tests::current_versions_are_green ... ok Oct 15 10:56:45.119 INFO blam! test ruby::tests::ending_versions_are_orange ... ok Oct 15 10:56:45.119 INFO blam! test ruby::tests::deprecated_versions_are_red ... ok Oct 15 10:56:45.119 INFO blam! test rust::tests::deprecated_versions_are_red ... ok Oct 15 10:56:45.119 INFO blam! Oct 15 10:56:45.119 INFO blam! test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 10:56:45.119 INFO blam! Oct 15 10:56:45.123 INFO kablam! su: No module specific data is present Oct 15 10:56:45.614 INFO running `"docker" "rm" "-f" "085625f006de8e06c3de7cd972bd000e1207e5597eec46107e98fdf5a1e6e021"` Oct 15 10:56:45.736 INFO blam! 085625f006de8e06c3de7cd972bd000e1207e5597eec46107e98fdf5a1e6e021