Oct 13 05:59:30.147 INFO testing nanaki04/vision_quest against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 05:59:30.149 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 13 05:59:30.597 INFO blam! 3c442acbaa90fe49a7f20e644f5fb9988104dc2b08c1eefdc5bb118279d7b4ab Oct 13 05:59:30.607 INFO running `"docker" "start" "-a" "3c442acbaa90fe49a7f20e644f5fb9988104dc2b08c1eefdc5bb118279d7b4ab"` Oct 13 05:59:31.683 INFO kablam! usermod: no changes Oct 13 05:59:31.935 INFO kablam! Compiling proc-macro2 v0.3.8 Oct 13 05:59:31.935 INFO kablam! Compiling petgraph v0.4.12 Oct 13 05:59:31.935 INFO kablam! Compiling num-complex v0.1.43 Oct 13 05:59:31.936 INFO kablam! Compiling backtrace v0.3.9 Oct 13 05:59:31.936 INFO kablam! Compiling glutin v0.14.0 Oct 13 05:59:31.936 INFO kablam! Compiling glium v0.21.0 Oct 13 05:59:31.936 INFO kablam! Compiling num-bigint v0.1.44 Oct 13 05:59:31.936 INFO kablam! Compiling ordered-float v0.5.0 Oct 13 05:59:41.166 INFO kablam! Compiling rusttype v0.5.2 Oct 13 05:59:41.263 INFO kablam! Compiling pistoncore-input v0.21.0 Oct 13 05:59:44.523 INFO kablam! Compiling num-rational v0.1.42 Oct 13 05:59:50.019 INFO kablam! Compiling daggy v0.5.0 Oct 13 05:59:50.719 INFO kablam! Compiling quote v0.5.2 Oct 13 05:59:51.108 INFO kablam! Compiling num v0.1.42 Oct 13 05:59:54.995 INFO kablam! Compiling syn v0.13.11 Oct 13 06:00:17.507 INFO kablam! Compiling conrod_derive v0.1.2 Oct 13 06:00:36.179 INFO kablam! Compiling conrod v0.60.0 Oct 13 06:00:52.708 INFO kablam! Compiling vision_quest v0.1.0 (/source) Oct 13 06:00:55.002 INFO kablam! warning: variant is never constructed: `Running` Oct 13 06:00:55.002 INFO kablam! --> src/state.rs:155:5 Oct 13 06:00:55.002 INFO kablam! | Oct 13 06:00:55.002 INFO kablam! 155 | Running, Oct 13 06:00:55.002 INFO kablam! | ^^^^^^^ Oct 13 06:00:55.002 INFO kablam! | Oct 13 06:00:55.002 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 06:00:55.002 INFO kablam! Oct 13 06:00:55.002 INFO kablam! warning: variant is never constructed: `Paused` Oct 13 06:00:55.002 INFO kablam! --> src/state.rs:156:5 Oct 13 06:00:55.002 INFO kablam! | Oct 13 06:00:55.002 INFO kablam! 156 | Paused, Oct 13 06:00:55.002 INFO kablam! | ^^^^^^ Oct 13 06:00:55.002 INFO kablam! Oct 13 06:00:55.005 INFO kablam! warning: structure field `Domain` should have a snake case name such as `domain` Oct 13 06:00:55.006 INFO kablam! --> src/message_parser.rs:15:5 Oct 13 06:00:55.006 INFO kablam! | Oct 13 06:00:55.006 INFO kablam! 15 | Domain: String, Oct 13 06:00:55.006 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 06:00:55.006 INFO kablam! | Oct 13 06:00:55.006 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 06:00:55.006 INFO kablam! Oct 13 06:00:55.006 INFO kablam! warning: structure field `Invocation` should have a snake case name such as `invocation` Oct 13 06:00:55.006 INFO kablam! --> src/message_parser.rs:16:5 Oct 13 06:00:55.006 INFO kablam! | Oct 13 06:00:55.006 INFO kablam! 16 | Invocation: String, Oct 13 06:00:55.007 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 06:00:55.010 INFO kablam! Oct 13 06:00:55.010 INFO kablam! warning: structure field `Amplitude` should have a snake case name such as `amplitude` Oct 13 06:00:55.010 INFO kablam! --> src/message_parser.rs:17:5 Oct 13 06:00:55.010 INFO kablam! | Oct 13 06:00:55.010 INFO kablam! 17 | Amplitude: String, Oct 13 06:00:55.010 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 13 06:00:55.010 INFO kablam! Oct 13 06:00:55.010 INFO kablam! warning: structure field `StateType` should have a snake case name such as `state_type` Oct 13 06:00:55.010 INFO kablam! --> src/message_parser.rs:18:5 Oct 13 06:00:55.010 INFO kablam! | Oct 13 06:00:55.010 INFO kablam! 18 | StateType: String, Oct 13 06:00:55.010 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 13 06:00:55.010 INFO kablam! Oct 13 06:00:55.010 INFO kablam! warning: structure field `State` should have a snake case name such as `state` Oct 13 06:00:55.010 INFO kablam! --> src/message_parser.rs:19:5 Oct 13 06:00:55.010 INFO kablam! | Oct 13 06:00:55.010 INFO kablam! 19 | State: String, Oct 13 06:00:55.010 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 06:00:55.010 INFO kablam! Oct 13 06:00:55.011 INFO kablam! warning: structure field `Domain` should have a snake case name such as `domain` Oct 13 06:00:55.011 INFO kablam! --> src/message_parser.rs:42:5 Oct 13 06:00:55.011 INFO kablam! | Oct 13 06:00:55.011 INFO kablam! 42 | Domain: String, Oct 13 06:00:55.011 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 06:00:55.011 INFO kablam! Oct 13 06:00:55.011 INFO kablam! warning: structure field `Invocation` should have a snake case name such as `invocation` Oct 13 06:00:55.011 INFO kablam! --> src/message_parser.rs:43:5 Oct 13 06:00:55.011 INFO kablam! | Oct 13 06:00:55.011 INFO kablam! 43 | Invocation: String, Oct 13 06:00:55.011 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 06:00:55.011 INFO kablam! Oct 13 06:00:55.011 INFO kablam! warning: structure field `Payload` should have a snake case name such as `payload` Oct 13 06:00:55.011 INFO kablam! --> src/message_parser.rs:44:5 Oct 13 06:00:55.011 INFO kablam! | Oct 13 06:00:55.011 INFO kablam! 44 | Payload: Payload, Oct 13 06:00:55.011 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 06:00:55.011 INFO kablam! Oct 13 06:01:02.589 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 30s Oct 13 06:01:02.605 INFO kablam! su: No module specific data is present Oct 13 06:01:03.181 INFO running `"docker" "rm" "-f" "3c442acbaa90fe49a7f20e644f5fb9988104dc2b08c1eefdc5bb118279d7b4ab"` Oct 13 06:01:03.485 INFO blam! 3c442acbaa90fe49a7f20e644f5fb9988104dc2b08c1eefdc5bb118279d7b4ab Oct 13 06:01:03.493 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 13 06:01:03.826 INFO blam! c9d4c7964f25f7203e492f60e1b8da6f9d5e50bc16ed252152ec7fd17a86bc11 Oct 13 06:01:03.832 INFO running `"docker" "start" "-a" "c9d4c7964f25f7203e492f60e1b8da6f9d5e50bc16ed252152ec7fd17a86bc11"` Oct 13 06:01:04.348 INFO kablam! usermod: no changes Oct 13 06:01:04.499 INFO kablam! Compiling vision_quest v0.1.0 (/source) Oct 13 06:01:06.511 INFO kablam! warning: variant is never constructed: `Running` Oct 13 06:01:06.511 INFO kablam! --> src/state.rs:155:5 Oct 13 06:01:06.512 INFO kablam! | Oct 13 06:01:06.512 INFO kablam! 155 | Running, Oct 13 06:01:06.512 INFO kablam! | ^^^^^^^ Oct 13 06:01:06.512 INFO kablam! | Oct 13 06:01:06.513 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 06:01:06.513 INFO kablam! Oct 13 06:01:06.513 INFO kablam! warning: variant is never constructed: `Paused` Oct 13 06:01:06.514 INFO kablam! --> src/state.rs:156:5 Oct 13 06:01:06.514 INFO kablam! | Oct 13 06:01:06.514 INFO kablam! 156 | Paused, Oct 13 06:01:06.514 INFO kablam! | ^^^^^^ Oct 13 06:01:06.515 INFO kablam! Oct 13 06:01:06.527 INFO kablam! warning: structure field `Domain` should have a snake case name such as `domain` Oct 13 06:01:06.527 INFO kablam! --> src/message_parser.rs:15:5 Oct 13 06:01:06.527 INFO kablam! | Oct 13 06:01:06.528 INFO kablam! 15 | Domain: String, Oct 13 06:01:06.528 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 06:01:06.528 INFO kablam! | Oct 13 06:01:06.528 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 06:01:06.529 INFO kablam! Oct 13 06:01:06.529 INFO kablam! warning: structure field `Invocation` should have a snake case name such as `invocation` Oct 13 06:01:06.529 INFO kablam! --> src/message_parser.rs:16:5 Oct 13 06:01:06.529 INFO kablam! | Oct 13 06:01:06.530 INFO kablam! 16 | Invocation: String, Oct 13 06:01:06.530 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 06:01:06.530 INFO kablam! Oct 13 06:01:06.530 INFO kablam! warning: structure field `Amplitude` should have a snake case name such as `amplitude` Oct 13 06:01:06.531 INFO kablam! --> src/message_parser.rs:17:5 Oct 13 06:01:06.531 INFO kablam! | Oct 13 06:01:06.531 INFO kablam! 17 | Amplitude: String, Oct 13 06:01:06.531 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 13 06:01:06.532 INFO kablam! Oct 13 06:01:06.532 INFO kablam! warning: structure field `StateType` should have a snake case name such as `state_type` Oct 13 06:01:06.532 INFO kablam! --> src/message_parser.rs:18:5 Oct 13 06:01:06.532 INFO kablam! | Oct 13 06:01:06.533 INFO kablam! 18 | StateType: String, Oct 13 06:01:06.533 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 13 06:01:06.533 INFO kablam! Oct 13 06:01:06.533 INFO kablam! warning: structure field `State` should have a snake case name such as `state` Oct 13 06:01:06.534 INFO kablam! --> src/message_parser.rs:19:5 Oct 13 06:01:06.534 INFO kablam! | Oct 13 06:01:06.534 INFO kablam! 19 | State: String, Oct 13 06:01:06.534 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 06:01:06.535 INFO kablam! Oct 13 06:01:06.535 INFO kablam! warning: structure field `Domain` should have a snake case name such as `domain` Oct 13 06:01:06.535 INFO kablam! --> src/message_parser.rs:42:5 Oct 13 06:01:06.535 INFO kablam! | Oct 13 06:01:06.536 INFO kablam! 42 | Domain: String, Oct 13 06:01:06.536 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 06:01:06.536 INFO kablam! Oct 13 06:01:06.536 INFO kablam! warning: structure field `Invocation` should have a snake case name such as `invocation` Oct 13 06:01:06.537 INFO kablam! --> src/message_parser.rs:43:5 Oct 13 06:01:06.537 INFO kablam! | Oct 13 06:01:06.537 INFO kablam! 43 | Invocation: String, Oct 13 06:01:06.537 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 06:01:06.538 INFO kablam! Oct 13 06:01:06.538 INFO kablam! warning: structure field `Payload` should have a snake case name such as `payload` Oct 13 06:01:06.538 INFO kablam! --> src/message_parser.rs:44:5 Oct 13 06:01:06.538 INFO kablam! | Oct 13 06:01:06.538 INFO kablam! 44 | Payload: Payload, Oct 13 06:01:06.539 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 06:01:06.539 INFO kablam! Oct 13 06:01:06.928 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.55s Oct 13 06:01:06.943 INFO kablam! su: No module specific data is present Oct 13 06:01:07.389 INFO running `"docker" "rm" "-f" "c9d4c7964f25f7203e492f60e1b8da6f9d5e50bc16ed252152ec7fd17a86bc11"` Oct 13 06:01:07.539 INFO blam! c9d4c7964f25f7203e492f60e1b8da6f9d5e50bc16ed252152ec7fd17a86bc11 Oct 13 06:01:07.540 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 13 06:01:07.769 INFO blam! 355ea4e13797b608e1c82a87112d06ac8d87e9615e3786035dc540681fce9c0e Oct 13 06:01:07.771 INFO running `"docker" "start" "-a" "355ea4e13797b608e1c82a87112d06ac8d87e9615e3786035dc540681fce9c0e"` Oct 13 06:01:08.375 INFO kablam! usermod: no changes Oct 13 06:01:08.555 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.15s Oct 13 06:01:08.576 INFO kablam! Running /target/debug/deps/vision_quest-e18d38a1d85614e8 Oct 13 06:01:08.576 INFO blam! Oct 13 06:01:08.576 INFO kablam! su: No module specific data is present Oct 13 06:01:08.577 INFO blam! running 0 tests Oct 13 06:01:08.577 INFO blam! Oct 13 06:01:08.577 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 06:01:08.577 INFO blam! Oct 13 06:01:09.123 INFO running `"docker" "rm" "-f" "355ea4e13797b608e1c82a87112d06ac8d87e9615e3786035dc540681fce9c0e"` Oct 13 06:01:09.218 INFO blam! 355ea4e13797b608e1c82a87112d06ac8d87e9615e3786035dc540681fce9c0e