Oct 10 21:59:15.677 INFO testing horizon-research/rust-vros-simulate against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 21:59:15.677 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 21:59:15.677 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 21:59:15.828 INFO blam! d66b72cfaddfa8e33a86ea63a1319e930bb138d0f7440e0ef894422497b5780e Oct 10 21:59:15.829 INFO running `"docker" "start" "-a" "d66b72cfaddfa8e33a86ea63a1319e930bb138d0f7440e0ef894422497b5780e"` Oct 10 21:59:16.235 INFO kablam! usermod: no changes Oct 10 21:59:16.252 INFO kablam! warning: file found to be present in multiple build targets: /source/src/main.rs Oct 10 21:59:16.252 INFO kablam! warning: `panic` setting is ignored for `test` profile Oct 10 21:59:16.275 INFO kablam! Compiling vros-simulate v0.1.0 (/source) Oct 10 21:59:19.797 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.54s Oct 10 21:59:19.797 INFO kablam! su: No module specific data is present Oct 10 21:59:20.219 INFO running `"docker" "rm" "-f" "d66b72cfaddfa8e33a86ea63a1319e930bb138d0f7440e0ef894422497b5780e"` Oct 10 21:59:20.508 INFO blam! d66b72cfaddfa8e33a86ea63a1319e930bb138d0f7440e0ef894422497b5780e Oct 10 21:59:20.513 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 21:59:20.514 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 21:59:21.478 INFO blam! 85b2effca31a0cddd62238a7bc8fb4e4bd3de9ad1fa3b66cddd42b6805269b31 Oct 10 21:59:21.480 INFO running `"docker" "start" "-a" "85b2effca31a0cddd62238a7bc8fb4e4bd3de9ad1fa3b66cddd42b6805269b31"` Oct 10 21:59:22.569 INFO kablam! usermod: no changes Oct 10 21:59:22.628 INFO kablam! warning: file found to be present in multiple build targets: /source/src/main.rs Oct 10 21:59:22.628 INFO kablam! warning: `panic` setting is ignored for `test` profile Oct 10 21:59:22.670 INFO kablam! Compiling vros-simulate v0.1.0 (/source) Oct 10 21:59:24.360 INFO kablam! warning: unused variable: `t_2` Oct 10 21:59:24.360 INFO kablam! --> src/ds.rs:135:9 Oct 10 21:59:24.360 INFO kablam! | Oct 10 21:59:24.360 INFO kablam! 135 | let t_2 = Viewport::create_new_with_size(&t_1, 2000, 2000); Oct 10 21:59:24.360 INFO kablam! | ^^^ help: consider using `_t_2` instead Oct 10 21:59:24.360 INFO kablam! | Oct 10 21:59:24.360 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 21:59:24.360 INFO kablam! Oct 10 21:59:24.510 INFO kablam! warning: unused variable: `t_2` Oct 10 21:59:24.510 INFO kablam! --> src/ds.rs:135:9 Oct 10 21:59:24.510 INFO kablam! | Oct 10 21:59:24.510 INFO kablam! 135 | let t_2 = Viewport::create_new_with_size(&t_1, 2000, 2000); Oct 10 21:59:24.510 INFO kablam! | ^^^ help: consider using `_t_2` instead Oct 10 21:59:24.512 INFO kablam! | Oct 10 21:59:24.512 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 21:59:24.512 INFO kablam! Oct 10 21:59:24.720 INFO kablam! warning: unused import: `simulator::Viewport` Oct 10 21:59:24.720 INFO kablam! --> tests/ds.rs:3:5 Oct 10 21:59:24.720 INFO kablam! | Oct 10 21:59:24.720 INFO kablam! 3 | use simulator::Viewport; Oct 10 21:59:24.720 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 21:59:24.720 INFO kablam! | Oct 10 21:59:24.720 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 21:59:24.720 INFO kablam! Oct 10 21:59:25.713 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.10s Oct 10 21:59:25.721 INFO kablam! su: No module specific data is present Oct 10 21:59:26.408 INFO running `"docker" "rm" "-f" "85b2effca31a0cddd62238a7bc8fb4e4bd3de9ad1fa3b66cddd42b6805269b31"` Oct 10 21:59:26.708 INFO blam! 85b2effca31a0cddd62238a7bc8fb4e4bd3de9ad1fa3b66cddd42b6805269b31 Oct 10 21:59:26.728 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 21:59:26.728 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 21:59:27.106 INFO blam! 5620938b17c62c870f9ed62c71d2765aebea96b31c0344b4331d116af7735353 Oct 10 21:59:27.108 INFO running `"docker" "start" "-a" "5620938b17c62c870f9ed62c71d2765aebea96b31c0344b4331d116af7735353"` Oct 10 21:59:28.524 INFO kablam! usermod: no changes Oct 10 21:59:28.564 INFO kablam! warning: file found to be present in multiple build targets: /source/src/main.rs Oct 10 21:59:28.564 INFO kablam! warning: `panic` setting is ignored for `test` profile Oct 10 21:59:28.616 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 10 21:59:28.628 INFO kablam! Running /target/debug/deps/simulator-9960ece67942d352 Oct 10 21:59:28.640 INFO blam! Oct 10 21:59:28.640 INFO blam! running 1 test Oct 10 21:59:28.644 INFO blam! test ds::test_trace ... ok Oct 10 21:59:28.644 INFO blam! Oct 10 21:59:28.644 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 21:59:28.644 INFO blam! Oct 10 21:59:28.644 INFO blam! Oct 10 21:59:28.644 INFO blam! running 1 test Oct 10 21:59:28.644 INFO kablam! Running /target/debug/deps/simulator-a22d00eefb01baeb Oct 10 21:59:28.648 INFO blam! test ds::test_trace ... ok Oct 10 21:59:28.648 INFO blam! Oct 10 21:59:28.648 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 21:59:28.648 INFO blam! Oct 10 21:59:28.648 INFO kablam! Running /target/debug/deps/ds-772e3a1d1be374c0 Oct 10 21:59:28.653 INFO blam! Oct 10 21:59:28.653 INFO blam! running 0 tests Oct 10 21:59:28.653 INFO blam! Oct 10 21:59:28.653 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 21:59:28.653 INFO blam! Oct 10 21:59:28.656 INFO kablam! Doc-tests simulator Oct 10 21:59:30.113 INFO blam! Oct 10 21:59:30.113 INFO blam! running 0 tests Oct 10 21:59:30.113 INFO blam! Oct 10 21:59:30.114 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 21:59:30.114 INFO blam! Oct 10 21:59:30.116 INFO kablam! su: No module specific data is present Oct 10 21:59:30.833 INFO running `"docker" "rm" "-f" "5620938b17c62c870f9ed62c71d2765aebea96b31c0344b4331d116af7735353"` Oct 10 21:59:31.049 INFO blam! 5620938b17c62c870f9ed62c71d2765aebea96b31c0344b4331d116af7735353