Oct 14 21:06:59.977 INFO testing exceptional-lang/exceptional against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 21:06:59.977 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 14 21:07:00.251 INFO blam! 92911dcab0db8fea9639cc3d13f976abe1870b950914b28f3728a7e05aef6393 Oct 14 21:07:00.254 INFO running `"docker" "start" "-a" "92911dcab0db8fea9639cc3d13f976abe1870b950914b28f3728a7e05aef6393"` Oct 14 21:07:00.978 INFO kablam! usermod: no changes Oct 14 21:07:01.075 INFO kablam! Compiling memchr v1.0.1 Oct 14 21:07:01.075 INFO kablam! Compiling thread-id v3.1.0 Oct 14 21:07:01.075 INFO kablam! Compiling num-complex v0.1.38 Oct 14 21:07:01.079 INFO kablam! Compiling peg v0.4.0 Oct 14 21:07:01.088 INFO kablam! Compiling fern v0.4.0 Oct 14 21:07:01.088 INFO kablam! Compiling num-bigint v0.1.39 Oct 14 21:07:01.483 INFO kablam! Compiling thread_local v0.3.3 Oct 14 21:07:02.107 INFO kablam! Compiling aho-corasick v0.6.3 Oct 14 21:07:03.935 INFO kablam! Compiling regex v0.2.2 Oct 14 21:07:04.299 INFO kablam! Compiling num-rational v0.1.38 Oct 14 21:07:06.891 INFO kablam! Compiling exceptional v0.1.0 (/source) Oct 14 21:07:06.919 INFO kablam! Compiling num v0.1.39 Oct 14 21:07:12.391 INFO kablam! warning: unused import: `Shutdown` Oct 14 21:07:12.391 INFO kablam! --> src/native.rs:14:16 Oct 14 21:07:12.391 INFO kablam! | Oct 14 21:07:12.391 INFO kablam! 14 | use std::net::{Shutdown, TcpListener, TcpStream}; Oct 14 21:07:12.391 INFO kablam! | ^^^^^^^^ Oct 14 21:07:12.391 INFO kablam! | Oct 14 21:07:12.391 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 21:07:12.391 INFO kablam! Oct 14 21:07:12.391 INFO kablam! warning: unused import: `std::fs` Oct 14 21:07:12.391 INFO kablam! --> src/vm.rs:9:5 Oct 14 21:07:12.391 INFO kablam! | Oct 14 21:07:12.391 INFO kablam! 9 | use std::fs; Oct 14 21:07:12.391 INFO kablam! | ^^^^^^^ Oct 14 21:07:12.391 INFO kablam! Oct 14 21:07:12.391 INFO kablam! warning: unused import: `std::fs::File` Oct 14 21:07:12.391 INFO kablam! --> src/vm.rs:10:5 Oct 14 21:07:12.391 INFO kablam! | Oct 14 21:07:12.391 INFO kablam! 10 | use std::fs::File; Oct 14 21:07:12.391 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 21:07:12.391 INFO kablam! Oct 14 21:07:12.391 INFO kablam! warning: unused import: `std::io::Write` Oct 14 21:07:12.391 INFO kablam! --> src/vm.rs:11:5 Oct 14 21:07:12.391 INFO kablam! | Oct 14 21:07:12.391 INFO kablam! 11 | use std::io::Write; Oct 14 21:07:12.391 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 21:07:12.391 INFO kablam! Oct 14 21:07:13.361 INFO kablam! warning: method is never used: `blank` Oct 14 21:07:13.361 INFO kablam! --> src/closure.rs:20:5 Oct 14 21:07:13.361 INFO kablam! | Oct 14 21:07:13.361 INFO kablam! 20 | pub fn blank() -> Closure { Oct 14 21:07:13.362 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:07:13.362 INFO kablam! | Oct 14 21:07:13.362 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 21:07:13.362 INFO kablam! Oct 14 21:07:13.362 INFO kablam! warning: variant is never constructed: `File` Oct 14 21:07:13.362 INFO kablam! --> src/native.rs:23:5 Oct 14 21:07:13.362 INFO kablam! | Oct 14 21:07:13.362 INFO kablam! 23 | File(File), Oct 14 21:07:13.362 INFO kablam! | ^^^^^^^^^^ Oct 14 21:07:13.362 INFO kablam! Oct 14 21:07:13.364 INFO kablam! warning: method is never used: `empty` Oct 14 21:07:13.364 INFO kablam! --> src/vm.rs:60:5 Oct 14 21:07:13.364 INFO kablam! | Oct 14 21:07:13.364 INFO kablam! 60 | pub fn empty() -> Vm { Oct 14 21:07:13.364 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 21:07:13.364 INFO kablam! Oct 14 21:07:13.364 INFO kablam! warning: method is never used: `pop` Oct 14 21:07:13.364 INFO kablam! --> src/vm.rs:251:5 Oct 14 21:07:13.364 INFO kablam! | Oct 14 21:07:13.364 INFO kablam! 251 | pub fn pop(&mut self) -> Option { Oct 14 21:07:13.364 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:07:13.364 INFO kablam! Oct 14 21:07:13.364 INFO kablam! warning: method is never used: `local_assign` Oct 14 21:07:13.364 INFO kablam! --> src/vm.rs:259:5 Oct 14 21:07:13.364 INFO kablam! | Oct 14 21:07:13.364 INFO kablam! 259 | pub fn local_assign(&mut self, name: &String, value: Value) { Oct 14 21:07:13.364 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:07:13.364 INFO kablam! Oct 14 21:07:15.971 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 14.97s Oct 14 21:07:15.975 INFO kablam! su: No module specific data is present Oct 14 21:07:17.018 INFO running `"docker" "rm" "-f" "92911dcab0db8fea9639cc3d13f976abe1870b950914b28f3728a7e05aef6393"` Oct 14 21:07:17.227 INFO blam! 92911dcab0db8fea9639cc3d13f976abe1870b950914b28f3728a7e05aef6393 Oct 14 21:07:17.253 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 14 21:07:17.667 INFO blam! 7ef76f511cea98bfd5234abca0489e81fc1d4c645d2fb6b2231ea03f57e774fd Oct 14 21:07:17.669 INFO running `"docker" "start" "-a" "7ef76f511cea98bfd5234abca0489e81fc1d4c645d2fb6b2231ea03f57e774fd"` Oct 14 21:07:19.115 INFO kablam! usermod: no changes Oct 14 21:07:19.243 INFO kablam! Compiling exceptional v0.1.0 (/source) Oct 14 21:07:20.151 INFO kablam! warning: unused import: `std::io::Write` Oct 14 21:07:20.151 INFO kablam! --> src/vm.rs:11:5 Oct 14 21:07:20.151 INFO kablam! | Oct 14 21:07:20.151 INFO kablam! 11 | use std::io::Write; Oct 14 21:07:20.151 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 21:07:20.151 INFO kablam! | Oct 14 21:07:20.159 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 21:07:20.159 INFO kablam! Oct 14 21:07:22.407 INFO kablam! warning: variant is never constructed: `File` Oct 14 21:07:22.407 INFO kablam! --> src/native.rs:23:5 Oct 14 21:07:22.407 INFO kablam! | Oct 14 21:07:22.407 INFO kablam! 23 | File(File), Oct 14 21:07:22.407 INFO kablam! | ^^^^^^^^^^ Oct 14 21:07:22.407 INFO kablam! | Oct 14 21:07:22.407 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 21:07:22.407 INFO kablam! Oct 14 21:07:27.919 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.77s Oct 14 21:07:27.922 INFO kablam! su: No module specific data is present Oct 14 21:07:28.599 INFO running `"docker" "rm" "-f" "7ef76f511cea98bfd5234abca0489e81fc1d4c645d2fb6b2231ea03f57e774fd"` Oct 14 21:07:28.880 INFO blam! 7ef76f511cea98bfd5234abca0489e81fc1d4c645d2fb6b2231ea03f57e774fd