Oct 15 07:49:06.158 INFO testing PhdTrollSlayer/trabalho-filas-pilhas against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 07:49:06.158 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 07:49:06.436 INFO blam! 61ed1da6176c7c224399ad490b1feb5f67db873e64f8592b4c4971dcab35d7eb Oct 15 07:49:06.445 INFO running `"docker" "start" "-a" "61ed1da6176c7c224399ad490b1feb5f67db873e64f8592b4c4971dcab35d7eb"` Oct 15 07:49:06.923 INFO kablam! usermod: no changes Oct 15 07:49:06.962 INFO kablam! Compiling pilhas v0.1.0 (/source) Oct 15 07:49:07.367 INFO kablam! warning: unused import: `Stdio` Oct 15 07:49:07.367 INFO kablam! --> src/main.rs:4:29 Oct 15 07:49:07.367 INFO kablam! | Oct 15 07:49:07.367 INFO kablam! 4 | use std::process::{Command, Stdio}; Oct 15 07:49:07.367 INFO kablam! | ^^^^^ Oct 15 07:49:07.367 INFO kablam! | Oct 15 07:49:07.367 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 07:49:07.367 INFO kablam! Oct 15 07:49:07.367 INFO kablam! warning: unused import: `pilha::*` Oct 15 07:49:07.367 INFO kablam! --> src/main.rs:7:5 Oct 15 07:49:07.367 INFO kablam! | Oct 15 07:49:07.367 INFO kablam! 7 | use pilha::*; Oct 15 07:49:07.367 INFO kablam! | ^^^^^^^^ Oct 15 07:49:07.367 INFO kablam! Oct 15 07:49:07.367 INFO kablam! warning: unused import: `node::*` Oct 15 07:49:07.367 INFO kablam! --> src/main.rs:8:5 Oct 15 07:49:07.367 INFO kablam! | Oct 15 07:49:07.367 INFO kablam! 8 | use node::*; Oct 15 07:49:07.367 INFO kablam! | ^^^^^^^ Oct 15 07:49:07.367 INFO kablam! Oct 15 07:49:07.461 INFO kablam! warning: unused variable: `loader` Oct 15 07:49:07.461 INFO kablam! --> src/main.rs:55:25 Oct 15 07:49:07.461 INFO kablam! | Oct 15 07:49:07.461 INFO kablam! 55 | let loader = Command::new("sh") Oct 15 07:49:07.461 INFO kablam! | ^^^^^^ help: consider using `_loader` instead Oct 15 07:49:07.461 INFO kablam! | Oct 15 07:49:07.461 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 07:49:07.461 INFO kablam! Oct 15 07:49:07.484 INFO kablam! warning: struct is never constructed: `Pilha` Oct 15 07:49:07.484 INFO kablam! --> src/pilha.rs:5:1 Oct 15 07:49:07.484 INFO kablam! | Oct 15 07:49:07.484 INFO kablam! 5 | pub struct Pilha { Oct 15 07:49:07.484 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 07:49:07.484 INFO kablam! | Oct 15 07:49:07.485 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 07:49:07.485 INFO kablam! Oct 15 07:49:07.485 INFO kablam! warning: method is never used: `new` Oct 15 07:49:07.485 INFO kablam! --> src/pilha.rs:10:5 Oct 15 07:49:07.485 INFO kablam! | Oct 15 07:49:07.485 INFO kablam! 10 | pub fn new() -> Pilha { Oct 15 07:49:07.485 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:49:07.485 INFO kablam! Oct 15 07:49:07.485 INFO kablam! warning: method is never used: `push` Oct 15 07:49:07.485 INFO kablam! --> src/pilha.rs:16:5 Oct 15 07:49:07.485 INFO kablam! | Oct 15 07:49:07.485 INFO kablam! 16 | pub fn push(&mut self, mut new_head: Box>) -> Option<&T>{ Oct 15 07:49:07.485 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:49:07.485 INFO kablam! Oct 15 07:49:07.485 INFO kablam! warning: method is never used: `pop` Oct 15 07:49:07.485 INFO kablam! --> src/pilha.rs:30:5 Oct 15 07:49:07.485 INFO kablam! | Oct 15 07:49:07.485 INFO kablam! 30 | pub fn pop(&mut self) { Oct 15 07:49:07.485 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:49:07.485 INFO kablam! Oct 15 07:49:07.485 INFO kablam! warning: method is never used: `top` Oct 15 07:49:07.485 INFO kablam! --> src/pilha.rs:35:5 Oct 15 07:49:07.485 INFO kablam! | Oct 15 07:49:07.485 INFO kablam! 35 | pub fn top(&mut self) -> Option<&T>{ Oct 15 07:49:07.485 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:49:07.485 INFO kablam! Oct 15 07:49:07.485 INFO kablam! warning: method is never used: `new` Oct 15 07:49:07.485 INFO kablam! --> src/node.rs:8:5 Oct 15 07:49:07.485 INFO kablam! | Oct 15 07:49:07.485 INFO kablam! 8 | pub fn new(v: T) -> Node { Oct 15 07:49:07.485 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:49:07.485 INFO kablam! Oct 15 07:49:07.485 INFO kablam! warning: method is never used: `front` Oct 15 07:49:07.485 INFO kablam! --> src/fila.rs:33:5 Oct 15 07:49:07.485 INFO kablam! | Oct 15 07:49:07.485 INFO kablam! 33 | pub fn front(&mut self) -> &T { Oct 15 07:49:07.485 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:49:07.485 INFO kablam! Oct 15 07:49:08.339 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.39s Oct 15 07:49:08.343 INFO kablam! su: No module specific data is present Oct 15 07:49:09.529 INFO running `"docker" "rm" "-f" "61ed1da6176c7c224399ad490b1feb5f67db873e64f8592b4c4971dcab35d7eb"` Oct 15 07:49:09.816 INFO blam! 61ed1da6176c7c224399ad490b1feb5f67db873e64f8592b4c4971dcab35d7eb Oct 15 07:49:09.829 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 07:49:10.334 INFO blam! 6b245ae0e78601eb8447351537b36f26b8a85e8c384f701aae4914b522f83a7d Oct 15 07:49:10.336 INFO running `"docker" "start" "-a" "6b245ae0e78601eb8447351537b36f26b8a85e8c384f701aae4914b522f83a7d"` Oct 15 07:49:12.139 INFO kablam! usermod: no changes Oct 15 07:49:12.215 INFO kablam! Compiling pilhas v0.1.0 (/source) Oct 15 07:49:12.795 INFO kablam! warning: unused import: `Stdio` Oct 15 07:49:12.795 INFO kablam! --> src/main.rs:4:29 Oct 15 07:49:12.795 INFO kablam! | Oct 15 07:49:12.795 INFO kablam! 4 | use std::process::{Command, Stdio}; Oct 15 07:49:12.795 INFO kablam! | ^^^^^ Oct 15 07:49:12.795 INFO kablam! | Oct 15 07:49:12.795 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 07:49:12.795 INFO kablam! Oct 15 07:49:12.795 INFO kablam! warning: unused import: `pilha::*` Oct 15 07:49:12.795 INFO kablam! --> src/main.rs:7:5 Oct 15 07:49:12.795 INFO kablam! | Oct 15 07:49:12.795 INFO kablam! 7 | use pilha::*; Oct 15 07:49:12.795 INFO kablam! | ^^^^^^^^ Oct 15 07:49:12.795 INFO kablam! Oct 15 07:49:12.795 INFO kablam! warning: unused import: `node::*` Oct 15 07:49:12.795 INFO kablam! --> src/main.rs:8:5 Oct 15 07:49:12.795 INFO kablam! | Oct 15 07:49:12.795 INFO kablam! 8 | use node::*; Oct 15 07:49:12.795 INFO kablam! | ^^^^^^^ Oct 15 07:49:12.795 INFO kablam! Oct 15 07:49:12.871 INFO kablam! warning: unused variable: `loader` Oct 15 07:49:12.871 INFO kablam! --> src/main.rs:55:25 Oct 15 07:49:12.871 INFO kablam! | Oct 15 07:49:12.871 INFO kablam! 55 | let loader = Command::new("sh") Oct 15 07:49:12.871 INFO kablam! | ^^^^^^ help: consider using `_loader` instead Oct 15 07:49:12.871 INFO kablam! | Oct 15 07:49:12.871 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 07:49:12.871 INFO kablam! Oct 15 07:49:12.883 INFO kablam! warning: struct is never constructed: `Pilha` Oct 15 07:49:12.883 INFO kablam! --> src/pilha.rs:5:1 Oct 15 07:49:12.883 INFO kablam! | Oct 15 07:49:12.883 INFO kablam! 5 | pub struct Pilha { Oct 15 07:49:12.883 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 07:49:12.883 INFO kablam! | Oct 15 07:49:12.883 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 07:49:12.883 INFO kablam! Oct 15 07:49:12.883 INFO kablam! warning: method is never used: `new` Oct 15 07:49:12.883 INFO kablam! --> src/pilha.rs:10:5 Oct 15 07:49:12.883 INFO kablam! | Oct 15 07:49:12.883 INFO kablam! 10 | pub fn new() -> Pilha { Oct 15 07:49:12.883 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:49:12.883 INFO kablam! Oct 15 07:49:12.883 INFO kablam! warning: method is never used: `push` Oct 15 07:49:12.883 INFO kablam! --> src/pilha.rs:16:5 Oct 15 07:49:12.883 INFO kablam! | Oct 15 07:49:12.883 INFO kablam! 16 | pub fn push(&mut self, mut new_head: Box>) -> Option<&T>{ Oct 15 07:49:12.883 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:49:12.883 INFO kablam! Oct 15 07:49:12.883 INFO kablam! warning: method is never used: `pop` Oct 15 07:49:12.883 INFO kablam! --> src/pilha.rs:30:5 Oct 15 07:49:12.883 INFO kablam! | Oct 15 07:49:12.883 INFO kablam! 30 | pub fn pop(&mut self) { Oct 15 07:49:12.883 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:49:12.883 INFO kablam! Oct 15 07:49:12.883 INFO kablam! warning: method is never used: `top` Oct 15 07:49:12.883 INFO kablam! --> src/pilha.rs:35:5 Oct 15 07:49:12.883 INFO kablam! | Oct 15 07:49:12.883 INFO kablam! 35 | pub fn top(&mut self) -> Option<&T>{ Oct 15 07:49:12.883 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:49:12.883 INFO kablam! Oct 15 07:49:12.883 INFO kablam! warning: method is never used: `new` Oct 15 07:49:12.883 INFO kablam! --> src/node.rs:8:5 Oct 15 07:49:12.883 INFO kablam! | Oct 15 07:49:12.883 INFO kablam! 8 | pub fn new(v: T) -> Node { Oct 15 07:49:12.883 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:49:12.883 INFO kablam! Oct 15 07:49:12.883 INFO kablam! warning: method is never used: `front` Oct 15 07:49:12.883 INFO kablam! --> src/fila.rs:33:5 Oct 15 07:49:12.883 INFO kablam! | Oct 15 07:49:12.883 INFO kablam! 33 | pub fn front(&mut self) -> &T { Oct 15 07:49:12.883 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:49:12.883 INFO kablam! Oct 15 07:49:13.308 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.14s Oct 15 07:49:13.312 INFO kablam! su: No module specific data is present Oct 15 07:49:14.637 INFO running `"docker" "rm" "-f" "6b245ae0e78601eb8447351537b36f26b8a85e8c384f701aae4914b522f83a7d"` Oct 15 07:49:14.889 INFO blam! 6b245ae0e78601eb8447351537b36f26b8a85e8c384f701aae4914b522f83a7d Oct 15 07:49:14.901 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 07:49:15.295 INFO blam! 18c76afe44c888f03d23cbc36482f9a29e4d7251fb374403687d563f73445b7b Oct 15 07:49:15.307 INFO running `"docker" "start" "-a" "18c76afe44c888f03d23cbc36482f9a29e4d7251fb374403687d563f73445b7b"` Oct 15 07:49:16.665 INFO kablam! usermod: no changes Oct 15 07:49:16.731 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 15 07:49:16.732 INFO kablam! Running /target/debug/deps/pilhas-09a7eec8c7afbd2f Oct 15 07:49:16.736 INFO blam! Oct 15 07:49:16.736 INFO blam! running 0 tests Oct 15 07:49:16.743 INFO blam! Oct 15 07:49:16.743 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 07:49:16.743 INFO blam! Oct 15 07:49:16.743 INFO kablam! su: No module specific data is present Oct 15 07:49:17.795 INFO running `"docker" "rm" "-f" "18c76afe44c888f03d23cbc36482f9a29e4d7251fb374403687d563f73445b7b"` Oct 15 07:49:18.071 INFO blam! 18c76afe44c888f03d23cbc36482f9a29e4d7251fb374403687d563f73445b7b