Oct 13 04:29:59.530 INFO testing panicbit/ross against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 13 04:29:59.531 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 04:29:59.945 INFO blam! 8908013e8f973d20c320fecd4959f5733123b3a67b2eaf02923db4ceb2403844 Oct 13 04:29:59.956 INFO running `"docker" "start" "-a" "8908013e8f973d20c320fecd4959f5733123b3a67b2eaf02923db4ceb2403844"` Oct 13 04:30:01.046 INFO kablam! usermod: no changes Oct 13 04:30:01.175 INFO kablam! Compiling pest v1.0.1 Oct 13 04:30:01.183 INFO kablam! Compiling itertools v0.7.6 Oct 13 04:30:01.183 INFO kablam! Compiling backtrace-sys v0.1.16 Oct 13 04:30:01.809 INFO kablam! Compiling backtrace v0.3.5 Oct 13 04:30:02.735 INFO kablam! Compiling pest_derive v1.0.1 Oct 13 04:30:04.024 INFO kablam! Compiling failure v0.1.1 Oct 13 04:30:11.807 INFO kablam! Compiling ross v0.1.0 (/source) Oct 13 04:30:12.412 INFO kablam! warning: unused `#[macro_use]` import Oct 13 04:30:12.412 INFO kablam! --> src/lib.rs:2:1 Oct 13 04:30:12.412 INFO kablam! | Oct 13 04:30:12.412 INFO kablam! 2 | #[macro_use] extern crate pest; Oct 13 04:30:12.412 INFO kablam! | ^^^^^^^^^^^^ Oct 13 04:30:12.412 INFO kablam! | Oct 13 04:30:12.412 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 04:30:12.412 INFO kablam! Oct 13 04:30:12.727 INFO kablam! warning: unreachable expression Oct 13 04:30:12.727 INFO kablam! --> src/parser.rs:32:5 Oct 13 04:30:12.727 INFO kablam! | Oct 13 04:30:12.727 INFO kablam! 32 | Ok(module) Oct 13 04:30:12.727 INFO kablam! | ^^^^^^^^^^ Oct 13 04:30:12.727 INFO kablam! | Oct 13 04:30:12.727 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 13 04:30:12.727 INFO kablam! Oct 13 04:30:13.311 INFO kablam! warning: struct is never constructed: `Scope` Oct 13 04:30:13.311 INFO kablam! --> src/trans.rs:2:1 Oct 13 04:30:13.311 INFO kablam! | Oct 13 04:30:13.311 INFO kablam! 2 | struct Scope { Oct 13 04:30:13.311 INFO kablam! | ^^^^^^^^^^^^ Oct 13 04:30:13.311 INFO kablam! | Oct 13 04:30:13.311 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 04:30:13.311 INFO kablam! Oct 13 04:30:13.311 INFO kablam! warning: method is never used: `new` Oct 13 04:30:13.311 INFO kablam! --> src/trans.rs:13:5 Oct 13 04:30:13.311 INFO kablam! | Oct 13 04:30:13.311 INFO kablam! 13 | fn new(available: usize) -> Self { Oct 13 04:30:13.311 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:30:13.311 INFO kablam! Oct 13 04:30:13.311 INFO kablam! warning: method is never used: `alloc` Oct 13 04:30:13.311 INFO kablam! --> src/trans.rs:17:5 Oct 13 04:30:13.311 INFO kablam! | Oct 13 04:30:13.311 INFO kablam! 17 | fn alloc(&mut self) -> Option { Oct 13 04:30:13.311 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:30:13.311 INFO kablam! Oct 13 04:30:13.311 INFO kablam! warning: function is never used: `module` Oct 13 04:30:13.311 INFO kablam! --> src/validate.rs:4:1 Oct 13 04:30:13.311 INFO kablam! | Oct 13 04:30:13.311 INFO kablam! 4 | pub fn module(items: &[Item]) -> Result<(), Error> { Oct 13 04:30:13.311 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:30:13.311 INFO kablam! Oct 13 04:30:13.311 INFO kablam! warning: function is never used: `static_blocks_are_unique` Oct 13 04:30:13.311 INFO kablam! --> src/validate.rs:12:1 Oct 13 04:30:13.311 INFO kablam! | Oct 13 04:30:13.311 INFO kablam! 12 | pub(crate) fn static_blocks_are_unique(items: &[Item]) -> Result<(), Error> { Oct 13 04:30:13.311 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:30:13.311 INFO kablam! Oct 13 04:30:13.311 INFO kablam! warning: function is never used: `item_names_are_unique` Oct 13 04:30:13.311 INFO kablam! --> src/validate.rs:27:1 Oct 13 04:30:13.312 INFO kablam! | Oct 13 04:30:13.312 INFO kablam! 27 | pub(crate) fn item_names_are_unique(items: &[Item]) -> Result<(), Error> { Oct 13 04:30:13.312 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:30:13.312 INFO kablam! Oct 13 04:30:13.312 INFO kablam! warning: function is never used: `functions_dont_recur` Oct 13 04:30:13.312 INFO kablam! --> src/validate.rs:42:1 Oct 13 04:30:13.312 INFO kablam! | Oct 13 04:30:13.312 INFO kablam! 42 | pub(crate) fn functions_dont_recur(items: &[Item]) -> Result<(), Error> { Oct 13 04:30:13.312 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:30:13.312 INFO kablam! Oct 13 04:30:13.312 INFO kablam! warning: enum is never used: `ConstExpr` Oct 13 04:30:13.312 INFO kablam! --> src/picasso.rs:2:1 Oct 13 04:30:13.312 INFO kablam! | Oct 13 04:30:13.312 INFO kablam! 2 | pub enum ConstExpr { Oct 13 04:30:13.312 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 04:30:13.312 INFO kablam! Oct 13 04:30:13.312 INFO kablam! warning: enum is never used: `Register` Oct 13 04:30:13.312 INFO kablam! --> src/picasso.rs:7:1 Oct 13 04:30:13.312 INFO kablam! | Oct 13 04:30:13.312 INFO kablam! 7 | pub enum Register { Oct 13 04:30:13.312 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 13 04:30:13.312 INFO kablam! Oct 13 04:30:13.312 INFO kablam! warning: struct is never constructed: `Ref` Oct 13 04:30:13.312 INFO kablam! --> src/picasso.rs:13:1 Oct 13 04:30:13.312 INFO kablam! | Oct 13 04:30:13.312 INFO kablam! 13 | struct Ref { Oct 13 04:30:13.312 INFO kablam! | ^^^^^^^^^^ Oct 13 04:30:13.312 INFO kablam! Oct 13 04:30:13.312 INFO kablam! warning: struct is never constructed: `Builder` Oct 13 04:30:13.312 INFO kablam! --> src/picasso.rs:17:1 Oct 13 04:30:13.312 INFO kablam! | Oct 13 04:30:13.312 INFO kablam! 17 | struct Builder { Oct 13 04:30:13.312 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 04:30:13.312 INFO kablam! Oct 13 04:30:13.312 INFO kablam! warning: function is never used: `main` Oct 13 04:30:13.312 INFO kablam! --> src/lib.rs:17:1 Oct 13 04:30:13.312 INFO kablam! | Oct 13 04:30:13.312 INFO kablam! 17 | fn main() { Oct 13 04:30:13.312 INFO kablam! | ^^^^^^^^^ Oct 13 04:30:13.312 INFO kablam! Oct 13 04:30:15.551 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 14.48s Oct 13 04:30:15.559 INFO kablam! su: No module specific data is present Oct 13 04:30:16.349 INFO running `"docker" "rm" "-f" "8908013e8f973d20c320fecd4959f5733123b3a67b2eaf02923db4ceb2403844"` Oct 13 04:30:16.638 INFO blam! 8908013e8f973d20c320fecd4959f5733123b3a67b2eaf02923db4ceb2403844 Oct 13 04:30:16.648 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 04:30:17.100 INFO blam! f879d6e1b9a970c5ec512a7512c3bba99ae4e7383f6fe752655a9a1eb5e78cea Oct 13 04:30:17.104 INFO running `"docker" "start" "-a" "f879d6e1b9a970c5ec512a7512c3bba99ae4e7383f6fe752655a9a1eb5e78cea"` Oct 13 04:30:17.675 INFO kablam! usermod: no changes Oct 13 04:30:17.729 INFO kablam! Compiling ross v0.1.0 (/source) Oct 13 04:30:18.227 INFO kablam! warning: unused import: `ast::*` Oct 13 04:30:18.228 INFO kablam! --> src/tests.rs:1:5 Oct 13 04:30:18.228 INFO kablam! | Oct 13 04:30:18.228 INFO kablam! 1 | use ast::*; Oct 13 04:30:18.228 INFO kablam! | ^^^^^^ Oct 13 04:30:18.229 INFO kablam! | Oct 13 04:30:18.229 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 04:30:18.229 INFO kablam! Oct 13 04:30:18.507 INFO kablam! warning: unreachable expression Oct 13 04:30:18.507 INFO kablam! --> src/parser.rs:32:5 Oct 13 04:30:18.507 INFO kablam! | Oct 13 04:30:18.507 INFO kablam! 32 | Ok(module) Oct 13 04:30:18.507 INFO kablam! | ^^^^^^^^^^ Oct 13 04:30:18.507 INFO kablam! | Oct 13 04:30:18.507 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 13 04:30:18.507 INFO kablam! Oct 13 04:30:19.055 INFO kablam! warning: struct is never constructed: `Scope` Oct 13 04:30:19.055 INFO kablam! --> src/trans.rs:2:1 Oct 13 04:30:19.055 INFO kablam! | Oct 13 04:30:19.055 INFO kablam! 2 | struct Scope { Oct 13 04:30:19.055 INFO kablam! | ^^^^^^^^^^^^ Oct 13 04:30:19.055 INFO kablam! | Oct 13 04:30:19.055 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 04:30:19.055 INFO kablam! Oct 13 04:30:19.055 INFO kablam! warning: method is never used: `new` Oct 13 04:30:19.055 INFO kablam! --> src/trans.rs:13:5 Oct 13 04:30:19.055 INFO kablam! | Oct 13 04:30:19.055 INFO kablam! 13 | fn new(available: usize) -> Self { Oct 13 04:30:19.055 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:30:19.055 INFO kablam! Oct 13 04:30:19.057 INFO kablam! warning: method is never used: `alloc` Oct 13 04:30:19.057 INFO kablam! --> src/trans.rs:17:5 Oct 13 04:30:19.057 INFO kablam! | Oct 13 04:30:19.057 INFO kablam! 17 | fn alloc(&mut self) -> Option { Oct 13 04:30:19.057 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:30:19.057 INFO kablam! Oct 13 04:30:19.057 INFO kablam! warning: function is never used: `module` Oct 13 04:30:19.057 INFO kablam! --> src/validate.rs:4:1 Oct 13 04:30:19.057 INFO kablam! | Oct 13 04:30:19.057 INFO kablam! 4 | pub fn module(items: &[Item]) -> Result<(), Error> { Oct 13 04:30:19.057 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:30:19.057 INFO kablam! Oct 13 04:30:19.057 INFO kablam! warning: function is never used: `static_blocks_are_unique` Oct 13 04:30:19.057 INFO kablam! --> src/validate.rs:12:1 Oct 13 04:30:19.057 INFO kablam! | Oct 13 04:30:19.057 INFO kablam! 12 | pub(crate) fn static_blocks_are_unique(items: &[Item]) -> Result<(), Error> { Oct 13 04:30:19.057 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:30:19.057 INFO kablam! Oct 13 04:30:19.057 INFO kablam! warning: function is never used: `item_names_are_unique` Oct 13 04:30:19.057 INFO kablam! --> src/validate.rs:27:1 Oct 13 04:30:19.057 INFO kablam! | Oct 13 04:30:19.057 INFO kablam! 27 | pub(crate) fn item_names_are_unique(items: &[Item]) -> Result<(), Error> { Oct 13 04:30:19.057 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:30:19.057 INFO kablam! Oct 13 04:30:19.057 INFO kablam! warning: function is never used: `functions_dont_recur` Oct 13 04:30:19.057 INFO kablam! --> src/validate.rs:42:1 Oct 13 04:30:19.057 INFO kablam! | Oct 13 04:30:19.057 INFO kablam! 42 | pub(crate) fn functions_dont_recur(items: &[Item]) -> Result<(), Error> { Oct 13 04:30:19.057 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:30:19.057 INFO kablam! Oct 13 04:30:19.057 INFO kablam! warning: enum is never used: `ConstExpr` Oct 13 04:30:19.057 INFO kablam! --> src/picasso.rs:2:1 Oct 13 04:30:19.057 INFO kablam! | Oct 13 04:30:19.057 INFO kablam! 2 | pub enum ConstExpr { Oct 13 04:30:19.057 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 04:30:19.057 INFO kablam! Oct 13 04:30:19.057 INFO kablam! warning: enum is never used: `Register` Oct 13 04:30:19.057 INFO kablam! --> src/picasso.rs:7:1 Oct 13 04:30:19.057 INFO kablam! | Oct 13 04:30:19.057 INFO kablam! 7 | pub enum Register { Oct 13 04:30:19.057 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 13 04:30:19.058 INFO kablam! Oct 13 04:30:19.058 INFO kablam! warning: struct is never constructed: `Ref` Oct 13 04:30:19.058 INFO kablam! --> src/picasso.rs:13:1 Oct 13 04:30:19.058 INFO kablam! | Oct 13 04:30:19.058 INFO kablam! 13 | struct Ref { Oct 13 04:30:19.058 INFO kablam! | ^^^^^^^^^^ Oct 13 04:30:19.058 INFO kablam! Oct 13 04:30:19.058 INFO kablam! warning: struct is never constructed: `Builder` Oct 13 04:30:19.058 INFO kablam! --> src/picasso.rs:17:1 Oct 13 04:30:19.058 INFO kablam! | Oct 13 04:30:19.058 INFO kablam! 17 | struct Builder { Oct 13 04:30:19.058 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 04:30:19.058 INFO kablam! Oct 13 04:30:20.691 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.00s Oct 13 04:30:20.695 INFO kablam! su: No module specific data is present Oct 13 04:30:21.275 INFO running `"docker" "rm" "-f" "f879d6e1b9a970c5ec512a7512c3bba99ae4e7383f6fe752655a9a1eb5e78cea"` Oct 13 04:30:21.491 INFO blam! f879d6e1b9a970c5ec512a7512c3bba99ae4e7383f6fe752655a9a1eb5e78cea