Oct 14 18:49:45.409 INFO testing hindenbug/rtstc against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 18:49:45.409 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 14 18:49:45.590 INFO blam! 766c9adb644c78458ac1831c3a6137faf97c49b3db886561b11d77868f4b3f19 Oct 14 18:49:45.596 INFO running `"docker" "start" "-a" "766c9adb644c78458ac1831c3a6137faf97c49b3db886561b11d77868f4b3f19"` Oct 14 18:49:46.047 INFO kablam! usermod: no changes Oct 14 18:49:46.094 INFO kablam! Compiling rtstc v0.1.0 (/source) Oct 14 18:49:46.411 INFO kablam! warning: unused variable: `ast` Oct 14 18:49:46.411 INFO kablam! --> src/traverser.rs:8:17 Oct 14 18:49:46.411 INFO kablam! | Oct 14 18:49:46.411 INFO kablam! 8 | pub fn traverse(ast: ::parser::Node) { Oct 14 18:49:46.411 INFO kablam! | ^^^ help: consider using `_ast` instead Oct 14 18:49:46.411 INFO kablam! | Oct 14 18:49:46.411 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 18:49:46.411 INFO kablam! Oct 14 18:49:46.419 INFO kablam! warning: struct is never constructed: `Visitor` Oct 14 18:49:46.419 INFO kablam! --> src/traverser.rs:1:1 Oct 14 18:49:46.419 INFO kablam! | Oct 14 18:49:46.419 INFO kablam! 1 | struct Visitor { Oct 14 18:49:46.419 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 18:49:46.419 INFO kablam! | Oct 14 18:49:46.419 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 18:49:46.419 INFO kablam! Oct 14 18:49:46.419 INFO kablam! warning: function is never used: `traverse` Oct 14 18:49:46.419 INFO kablam! --> src/traverser.rs:8:1 Oct 14 18:49:46.419 INFO kablam! | Oct 14 18:49:46.419 INFO kablam! 8 | pub fn traverse(ast: ::parser::Node) { Oct 14 18:49:46.419 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:49:46.419 INFO kablam! Oct 14 18:49:46.957 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.88s Oct 14 18:49:46.958 INFO kablam! su: No module specific data is present Oct 14 18:49:47.197 INFO running `"docker" "rm" "-f" "766c9adb644c78458ac1831c3a6137faf97c49b3db886561b11d77868f4b3f19"` Oct 14 18:49:47.261 INFO blam! 766c9adb644c78458ac1831c3a6137faf97c49b3db886561b11d77868f4b3f19 Oct 14 18:49:47.264 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 14 18:49:47.462 INFO blam! 96823670fde4a28e4b02a44816a218269d31bc18298f928e7f98b7bd077f590e Oct 14 18:49:47.464 INFO running `"docker" "start" "-a" "96823670fde4a28e4b02a44816a218269d31bc18298f928e7f98b7bd077f590e"` Oct 14 18:49:47.882 INFO kablam! usermod: no changes Oct 14 18:49:47.903 INFO kablam! Compiling rtstc v0.1.0 (/source) Oct 14 18:49:48.215 INFO kablam! warning: unused variable: `ast` Oct 14 18:49:48.215 INFO kablam! --> src/traverser.rs:8:17 Oct 14 18:49:48.216 INFO kablam! | Oct 14 18:49:48.216 INFO kablam! 8 | pub fn traverse(ast: ::parser::Node) { Oct 14 18:49:48.216 INFO kablam! | ^^^ help: consider using `_ast` instead Oct 14 18:49:48.216 INFO kablam! | Oct 14 18:49:48.217 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 18:49:48.217 INFO kablam! Oct 14 18:49:48.237 INFO kablam! warning: struct is never constructed: `Visitor` Oct 14 18:49:48.238 INFO kablam! --> src/traverser.rs:1:1 Oct 14 18:49:48.238 INFO kablam! | Oct 14 18:49:48.239 INFO kablam! 1 | struct Visitor { Oct 14 18:49:48.239 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 18:49:48.239 INFO kablam! | Oct 14 18:49:48.240 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 18:49:48.240 INFO kablam! Oct 14 18:49:48.892 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.99s Oct 14 18:49:48.894 INFO kablam! su: No module specific data is present Oct 14 18:49:49.146 INFO running `"docker" "rm" "-f" "96823670fde4a28e4b02a44816a218269d31bc18298f928e7f98b7bd077f590e"` Oct 14 18:49:49.246 INFO blam! 96823670fde4a28e4b02a44816a218269d31bc18298f928e7f98b7bd077f590e Oct 14 18:49:49.249 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 14 18:49:49.462 INFO blam! af17f7a8d2c89f468a78be6763c4ac22778f748064d9499d340a2ee76508da92 Oct 14 18:49:49.464 INFO running `"docker" "start" "-a" "af17f7a8d2c89f468a78be6763c4ac22778f748064d9499d340a2ee76508da92"` Oct 14 18:49:49.803 INFO kablam! usermod: no changes Oct 14 18:49:49.835 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 14 18:49:49.835 INFO kablam! Running /target/debug/deps/rtstc-55ddd6b9de4db92e Oct 14 18:49:49.840 INFO blam! Oct 14 18:49:49.840 INFO blam! running 4 tests Oct 14 18:49:49.840 INFO blam! test parser::tests::test_parse_1 ... ok Oct 14 18:49:49.841 INFO blam! test tokenizer::tests::test_tokenizer_1 ... ok Oct 14 18:49:49.841 INFO blam! test tokenizer::tests::test_tokenizer_2 ... ok Oct 14 18:49:49.841 INFO blam! test traverser::tests::test_traverser_1 ... ok Oct 14 18:49:49.841 INFO blam! Oct 14 18:49:49.841 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 18:49:49.841 INFO blam! Oct 14 18:49:49.843 INFO kablam! su: No module specific data is present Oct 14 18:49:50.086 INFO running `"docker" "rm" "-f" "af17f7a8d2c89f468a78be6763c4ac22778f748064d9499d340a2ee76508da92"` Oct 14 18:49:50.171 INFO blam! af17f7a8d2c89f468a78be6763c4ac22778f748064d9499d340a2ee76508da92