Oct 12 21:35:39.915 INFO testing thomhuds/crystald against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 12 21:35:39.916 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 12 21:35:40.337 INFO blam! 32ffd949233d9397b63e7d1bcabc9fe81251137186cc95d86fef6462510ea59e Oct 12 21:35:40.339 INFO running `"docker" "start" "-a" "32ffd949233d9397b63e7d1bcabc9fe81251137186cc95d86fef6462510ea59e"` Oct 12 21:35:41.972 INFO kablam! usermod: no changes Oct 12 21:35:42.071 INFO kablam! Compiling redox_syscall v0.1.37 Oct 12 21:35:42.081 INFO kablam! Compiling termion v1.5.1 Oct 12 21:35:42.087 INFO kablam! Compiling rand v0.3.22 Oct 12 21:35:43.063 INFO kablam! Compiling redox_event v0.1.0 Oct 12 21:35:44.755 INFO kablam! Compiling crystald v0.1.0 (/source) Oct 12 21:35:45.371 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 21:35:45.371 INFO kablam! --> src/bin/sine_source.rs:13:5 Oct 12 21:35:45.371 INFO kablam! | Oct 12 21:35:45.371 INFO kablam! 13 | fevent(fd, EVENT_WRITE); Oct 12 21:35:45.371 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:35:45.371 INFO kablam! | Oct 12 21:35:45.371 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 21:35:45.371 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 21:35:45.371 INFO kablam! Oct 12 21:35:45.401 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 21:35:45.401 INFO kablam! --> src/bin/peak_sink.rs:18:5 Oct 12 21:35:45.401 INFO kablam! | Oct 12 21:35:45.401 INFO kablam! 18 | stdout.flush(); Oct 12 21:35:45.401 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 21:35:45.401 INFO kablam! | Oct 12 21:35:45.401 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 21:35:45.401 INFO kablam! Oct 12 21:35:45.401 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 21:35:45.401 INFO kablam! --> src/bin/peak_sink.rs:21:9 Oct 12 21:35:45.401 INFO kablam! | Oct 12 21:35:45.401 INFO kablam! 21 | stdin().read(&mut stdin_buf); Oct 12 21:35:45.401 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:35:45.401 INFO kablam! | Oct 12 21:35:45.402 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 21:35:45.402 INFO kablam! Oct 12 21:35:45.402 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 21:35:45.402 INFO kablam! --> src/bin/peak_sink.rs:32:9 Oct 12 21:35:45.402 INFO kablam! | Oct 12 21:35:45.402 INFO kablam! 32 | stdout.flush(); Oct 12 21:35:45.402 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 21:35:45.402 INFO kablam! | Oct 12 21:35:45.402 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 21:35:45.402 INFO kablam! Oct 12 21:35:45.651 INFO kablam! warning: variable `buf` is assigned to, but never used Oct 12 21:35:45.652 INFO kablam! --> src/buffer.rs:21:13 Oct 12 21:35:45.652 INFO kablam! | Oct 12 21:35:45.652 INFO kablam! 21 | let buf; Oct 12 21:35:45.652 INFO kablam! | ^^^ Oct 12 21:35:45.653 INFO kablam! | Oct 12 21:35:45.653 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 21:35:45.653 INFO kablam! = note: consider using `_buf` instead Oct 12 21:35:45.653 INFO kablam! Oct 12 21:35:45.654 INFO kablam! warning: value assigned to `buf` is never read Oct 12 21:35:45.654 INFO kablam! --> src/buffer.rs:26:13 Oct 12 21:35:45.654 INFO kablam! | Oct 12 21:35:45.654 INFO kablam! 26 | buf = slice::from_raw_parts_mut(ptr, size); Oct 12 21:35:45.655 INFO kablam! | ^^^ Oct 12 21:35:45.655 INFO kablam! | Oct 12 21:35:45.655 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 12 21:35:45.655 INFO kablam! Oct 12 21:35:48.107 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.11s Oct 12 21:35:48.114 INFO kablam! su: No module specific data is present Oct 12 21:35:48.885 INFO running `"docker" "rm" "-f" "32ffd949233d9397b63e7d1bcabc9fe81251137186cc95d86fef6462510ea59e"` Oct 12 21:35:49.259 INFO blam! 32ffd949233d9397b63e7d1bcabc9fe81251137186cc95d86fef6462510ea59e Oct 12 21:35:49.262 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 12 21:35:49.685 INFO blam! 7399c125cd5bc0cecf0c4368b1c837a6b416474aa59071b88393da2dc202ebb7 Oct 12 21:35:49.687 INFO running `"docker" "start" "-a" "7399c125cd5bc0cecf0c4368b1c837a6b416474aa59071b88393da2dc202ebb7"` Oct 12 21:35:51.383 INFO kablam! usermod: no changes Oct 12 21:35:51.459 INFO kablam! Compiling crystald v0.1.0 (/source) Oct 12 21:35:52.119 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 21:35:52.119 INFO kablam! --> src/bin/peak_sink.rs:18:5 Oct 12 21:35:52.119 INFO kablam! | Oct 12 21:35:52.119 INFO kablam! 18 | stdout.flush(); Oct 12 21:35:52.119 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 21:35:52.119 INFO kablam! | Oct 12 21:35:52.119 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 21:35:52.119 INFO kablam! Oct 12 21:35:52.119 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 21:35:52.119 INFO kablam! --> src/bin/peak_sink.rs:21:9 Oct 12 21:35:52.119 INFO kablam! | Oct 12 21:35:52.119 INFO kablam! 21 | stdin().read(&mut stdin_buf); Oct 12 21:35:52.119 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:35:52.119 INFO kablam! | Oct 12 21:35:52.119 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 21:35:52.119 INFO kablam! Oct 12 21:35:52.119 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 21:35:52.119 INFO kablam! --> src/bin/peak_sink.rs:32:9 Oct 12 21:35:52.119 INFO kablam! | Oct 12 21:35:52.119 INFO kablam! 32 | stdout.flush(); Oct 12 21:35:52.119 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 21:35:52.119 INFO kablam! | Oct 12 21:35:52.119 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 21:35:52.119 INFO kablam! Oct 12 21:35:52.233 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 21:35:52.233 INFO kablam! --> src/bin/sine_source.rs:13:5 Oct 12 21:35:52.233 INFO kablam! | Oct 12 21:35:52.233 INFO kablam! 13 | fevent(fd, EVENT_WRITE); Oct 12 21:35:52.233 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:35:52.233 INFO kablam! | Oct 12 21:35:52.233 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 21:35:52.233 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 21:35:52.233 INFO kablam! Oct 12 21:35:52.519 INFO kablam! warning: variable `buf` is assigned to, but never used Oct 12 21:35:52.519 INFO kablam! --> src/buffer.rs:21:13 Oct 12 21:35:52.519 INFO kablam! | Oct 12 21:35:52.519 INFO kablam! 21 | let buf; Oct 12 21:35:52.519 INFO kablam! | ^^^ Oct 12 21:35:52.519 INFO kablam! | Oct 12 21:35:52.519 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 21:35:52.519 INFO kablam! = note: consider using `_buf` instead Oct 12 21:35:52.519 INFO kablam! Oct 12 21:35:52.519 INFO kablam! warning: value assigned to `buf` is never read Oct 12 21:35:52.519 INFO kablam! --> src/buffer.rs:26:13 Oct 12 21:35:52.519 INFO kablam! | Oct 12 21:35:52.519 INFO kablam! 26 | buf = slice::from_raw_parts_mut(ptr, size); Oct 12 21:35:52.519 INFO kablam! | ^^^ Oct 12 21:35:52.519 INFO kablam! | Oct 12 21:35:52.519 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 12 21:35:52.519 INFO kablam! Oct 12 21:35:53.535 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.12s Oct 12 21:35:53.535 INFO kablam! su: No module specific data is present Oct 12 21:35:54.146 INFO running `"docker" "rm" "-f" "7399c125cd5bc0cecf0c4368b1c837a6b416474aa59071b88393da2dc202ebb7"` Oct 12 21:35:54.496 INFO blam! 7399c125cd5bc0cecf0c4368b1c837a6b416474aa59071b88393da2dc202ebb7 Oct 12 21:35:54.498 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 12 21:35:55.057 INFO blam! 257f954f0ac197cbb19388293b245769ba12a9fc45f95b3e4ffd1d0f1a8452cc Oct 12 21:35:55.063 INFO running `"docker" "start" "-a" "257f954f0ac197cbb19388293b245769ba12a9fc45f95b3e4ffd1d0f1a8452cc"` Oct 12 21:35:56.243 INFO kablam! usermod: no changes Oct 12 21:35:56.287 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 12 21:35:56.298 INFO kablam! Running /target/debug/deps/crystald-a9b9eeb0a208c5e4 Oct 12 21:35:56.301 INFO blam! Oct 12 21:35:56.301 INFO blam! running 0 tests Oct 12 21:35:56.301 INFO blam! Oct 12 21:35:56.301 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 21:35:56.301 INFO blam! Oct 12 21:35:56.303 INFO kablam! Running /target/debug/deps/peak_sink-066c438bd4e2fca5 Oct 12 21:35:56.304 INFO blam! Oct 12 21:35:56.304 INFO blam! running 0 tests Oct 12 21:35:56.304 INFO blam! Oct 12 21:35:56.304 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 21:35:56.304 INFO blam! Oct 12 21:35:56.315 INFO kablam! Running /target/debug/deps/sine_source-b1c96dea5899a072 Oct 12 21:35:56.316 INFO blam! Oct 12 21:35:56.316 INFO blam! running 0 tests Oct 12 21:35:56.316 INFO blam! Oct 12 21:35:56.317 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 21:35:56.317 INFO blam! Oct 12 21:35:56.319 INFO kablam! su: No module specific data is present Oct 12 21:35:57.211 INFO running `"docker" "rm" "-f" "257f954f0ac197cbb19388293b245769ba12a9fc45f95b3e4ffd1d0f1a8452cc"` Oct 12 21:35:57.555 INFO blam! 257f954f0ac197cbb19388293b245769ba12a9fc45f95b3e4ffd1d0f1a8452cc