Oct 10 12:15:29.359 INFO testing witheve/eve-native against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 12:15:29.359 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 12:15:29.359 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 12:15:29.511 INFO blam! 31bceb4bb0b34b14b5f4072377e01afa7d53ba7340c8becc60cdac8e3ea720c2 Oct 10 12:15:29.514 INFO running `"docker" "start" "-a" "31bceb4bb0b34b14b5f4072377e01afa7d53ba7340c8becc60cdac8e3ea720c2"` Oct 10 12:15:29.918 INFO kablam! usermod: no changes Oct 10 12:15:30.156 INFO kablam! Compiling natord v1.0.9 Oct 10 12:15:30.156 INFO kablam! Compiling filetime v0.1.15 Oct 10 12:15:30.168 INFO kablam! Compiling inotify v0.3.0 Oct 10 12:15:30.168 INFO kablam! Compiling nix v0.5.1 Oct 10 12:15:30.168 INFO kablam! Compiling walkdir v2.0.1 Oct 10 12:15:30.168 INFO kablam! Compiling bincode v0.8.0 Oct 10 12:15:30.168 INFO kablam! Compiling num-rational v0.1.40 Oct 10 12:15:30.168 INFO kablam! Compiling ws v0.7.3 Oct 10 12:15:33.729 INFO kablam! Compiling miow v0.1.5 Oct 10 12:15:33.729 INFO kablam! Compiling iron v0.5.1 Oct 10 12:15:35.514 INFO kablam! Compiling num v0.1.41 Oct 10 12:15:38.364 INFO kablam! Compiling mount v0.3.0 Oct 10 12:15:39.679 INFO kablam! Compiling mio v0.5.1 Oct 10 12:15:41.046 INFO kablam! Compiling staticfile v0.4.0 Oct 10 12:15:42.040 INFO kablam! Compiling notify v4.0.3 Oct 10 12:15:45.704 INFO kablam! Compiling eve v0.4.0 (/source) Oct 10 12:15:47.603 INFO kablam! warning: unused import: `SendError` Oct 10 12:15:47.603 INFO kablam! --> src/ops.rs:25:41 Oct 10 12:15:47.603 INFO kablam! | Oct 10 12:15:47.603 INFO kablam! 25 | use std::sync::mpsc::{Sender, Receiver, SendError}; Oct 10 12:15:47.603 INFO kablam! | ^^^^^^^^^ Oct 10 12:15:47.603 INFO kablam! | Oct 10 12:15:47.603 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 12:15:47.603 INFO kablam! Oct 10 12:15:47.603 INFO kablam! warning: unused import: `canonicalize` Oct 10 12:15:47.603 INFO kablam! --> src/ops.rs:32:34 Oct 10 12:15:47.603 INFO kablam! | Oct 10 12:15:47.603 INFO kablam! 32 | use std::fs::{OpenOptions, File, canonicalize}; Oct 10 12:15:47.603 INFO kablam! | ^^^^^^^^^^^^ Oct 10 12:15:47.603 INFO kablam! Oct 10 12:15:47.603 INFO kablam! warning: unused import: `Path` Oct 10 12:15:47.603 INFO kablam! --> src/ops.rs:33:17 Oct 10 12:15:47.603 INFO kablam! | Oct 10 12:15:47.603 INFO kablam! 33 | use std::path::{Path, PathBuf}; Oct 10 12:15:47.603 INFO kablam! | ^^^^ Oct 10 12:15:47.603 INFO kablam! Oct 10 12:15:47.607 INFO kablam! warning: unnecessary parentheses around function argument Oct 10 12:15:47.607 INFO kablam! --> src/ops.rs:1247:57 Oct 10 12:15:47.607 INFO kablam! | Oct 10 12:15:47.607 INFO kablam! 1247 | &Field::Register(r) => mask = set_bit(mask, (r % 64)), Oct 10 12:15:47.607 INFO kablam! | ^^^^^^^^ help: remove these parentheses Oct 10 12:15:47.607 INFO kablam! | Oct 10 12:15:47.607 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 10 12:15:47.607 INFO kablam! Oct 10 12:15:47.612 INFO kablam! warning: unused import: `BTreeSet` Oct 10 12:15:47.612 INFO kablam! --> src/indexes.rs:14:43 Oct 10 12:15:47.612 INFO kablam! | Oct 10 12:15:47.612 INFO kablam! 14 | use std::collections::{BTreeMap, HashMap, BTreeSet, btree_map}; Oct 10 12:15:47.612 INFO kablam! | ^^^^^^^^ Oct 10 12:15:47.612 INFO kablam! Oct 10 12:15:47.627 INFO kablam! warning: unused import: `JoinHandle` Oct 10 12:15:47.627 INFO kablam! --> src/watchers/editor.rs:11:25 Oct 10 12:15:47.627 INFO kablam! | Oct 10 12:15:47.627 INFO kablam! 11 | use std::thread::{self, JoinHandle}; Oct 10 12:15:47.627 INFO kablam! | ^^^^^^^^^^ Oct 10 12:15:47.627 INFO kablam! Oct 10 12:15:47.627 INFO kablam! warning: unused import: `JSONInternable` Oct 10 12:15:47.627 INFO kablam! --> src/watchers/remote.rs:4:87 Oct 10 12:15:47.627 INFO kablam! | Oct 10 12:15:47.627 INFO kablam! 4 | use super::super::ops::{Internable, Interner, Interned, RunLoopMessage, RawChange, s, JSONInternable}; Oct 10 12:15:47.627 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 12:15:47.627 INFO kablam! Oct 10 12:15:47.627 INFO kablam! warning: unused import: `self::ws::Message` Oct 10 12:15:47.627 INFO kablam! --> src/watchers/remote.rs:14:5 Oct 10 12:15:47.627 INFO kablam! | Oct 10 12:15:47.627 INFO kablam! 14 | use self::ws::Message; Oct 10 12:15:47.627 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 12:15:47.627 INFO kablam! Oct 10 12:15:50.120 INFO kablam! warning: unreachable pattern Oct 10 12:15:50.120 INFO kablam! --> src/ops.rs:2633:13 Oct 10 12:15:50.120 INFO kablam! | Oct 10 12:15:50.120 INFO kablam! 2633 | _ => self Oct 10 12:15:50.120 INFO kablam! | ^ Oct 10 12:15:50.120 INFO kablam! | Oct 10 12:15:50.120 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 10 12:15:50.120 INFO kablam! Oct 10 12:15:50.120 INFO kablam! warning: unreachable pattern Oct 10 12:15:50.120 INFO kablam! --> src/ops.rs:3335:13 Oct 10 12:15:50.120 INFO kablam! | Oct 10 12:15:50.120 INFO kablam! 3335 | _ => unimplemented!() Oct 10 12:15:50.120 INFO kablam! | ^ Oct 10 12:15:50.120 INFO kablam! Oct 10 12:15:50.132 INFO kablam! warning: unreachable pattern Oct 10 12:15:50.132 INFO kablam! --> src/watchers/editor.rs:174:21 Oct 10 12:15:50.132 INFO kablam! | Oct 10 12:15:50.132 INFO kablam! 174 | Ok(msg) => panic!("Unknown meta message: {:?}", msg), Oct 10 12:15:50.132 INFO kablam! | ^^^^^^^ Oct 10 12:15:50.132 INFO kablam! Oct 10 12:15:50.152 INFO kablam! warning: unused variable: `v` Oct 10 12:15:50.152 INFO kablam! --> src/ops.rs:3621:53 Oct 10 12:15:50.152 INFO kablam! | Oct 10 12:15:50.152 INFO kablam! 3621 | (Ok(RunLoopMessage::Transaction(v)), true) => {}, Oct 10 12:15:50.152 INFO kablam! | ^ help: consider using `_v` instead Oct 10 12:15:50.152 INFO kablam! | Oct 10 12:15:50.153 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 12:15:50.153 INFO kablam! Oct 10 12:15:50.153 INFO kablam! warning: unused variable: `v` Oct 10 12:15:50.153 INFO kablam! --> src/ops.rs:3644:59 Oct 10 12:15:50.153 INFO kablam! | Oct 10 12:15:50.153 INFO kablam! 3644 | (Ok(RunLoopMessage::RemoteTransaction(v)), true) => {}, Oct 10 12:15:50.153 INFO kablam! | ^ help: consider using `_v` instead Oct 10 12:15:50.153 INFO kablam! Oct 10 12:15:50.153 INFO kablam! warning: unused variable: `debug_cause` Oct 10 12:15:50.153 INFO kablam! --> src/indexes.rs:1006:29 Oct 10 12:15:50.153 INFO kablam! | Oct 10 12:15:50.153 INFO kablam! 1006 | let debug_cause = projection[0].clone(); Oct 10 12:15:50.153 INFO kablam! | ^^^^^^^^^^^ help: consider using `_debug_cause` instead Oct 10 12:15:50.153 INFO kablam! Oct 10 12:15:50.168 INFO kablam! warning: unused variable: `id` Oct 10 12:15:50.168 INFO kablam! --> src/watchers/textcompiler.rs:58:37 Oct 10 12:15:50.168 INFO kablam! | Oct 10 12:15:50.168 INFO kablam! 58 | ("to-blocks", &[id, path, code]) => { Oct 10 12:15:50.168 INFO kablam! | ^^ help: consider using `_id` instead Oct 10 12:15:50.168 INFO kablam! Oct 10 12:15:51.111 INFO kablam! warning: variable does not need to be mutable Oct 10 12:15:51.111 INFO kablam! --> src/compiler.rs:1760:13 Oct 10 12:15:51.111 INFO kablam! | Oct 10 12:15:51.111 INFO kablam! 1760 | let mut cur = subs.pop().unwrap(); Oct 10 12:15:51.111 INFO kablam! | ----^^^ Oct 10 12:15:51.111 INFO kablam! | | Oct 10 12:15:51.111 INFO kablam! | help: remove this `mut` Oct 10 12:15:51.111 INFO kablam! | Oct 10 12:15:51.111 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 12:15:51.111 INFO kablam! Oct 10 12:15:51.111 INFO kablam! warning: variable does not need to be mutable Oct 10 12:15:51.111 INFO kablam! --> src/compiler.rs:1761:13 Oct 10 12:15:51.111 INFO kablam! | Oct 10 12:15:51.111 INFO kablam! 1761 | let mut sub_comp = cur.get_mut_compilation(); Oct 10 12:15:51.111 INFO kablam! | ----^^^^^^^^ Oct 10 12:15:51.111 INFO kablam! | | Oct 10 12:15:51.111 INFO kablam! | help: remove this `mut` Oct 10 12:15:51.116 INFO kablam! Oct 10 12:15:51.416 INFO kablam! warning: field is never used: `debug_vec` Oct 10 12:15:51.416 INFO kablam! --> src/indexes.rs:803:5 Oct 10 12:15:51.416 INFO kablam! | Oct 10 12:15:51.416 INFO kablam! 803 | debug_vec: Vec Oct 10 12:15:51.416 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:15:51.416 INFO kablam! | Oct 10 12:15:51.416 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 12:15:51.416 INFO kablam! Oct 10 12:15:51.416 INFO kablam! warning: function is never used: `make_change_num` Oct 10 12:15:51.416 INFO kablam! --> src/watchers/editor.rs:36:1 Oct 10 12:15:51.416 INFO kablam! | Oct 10 12:15:51.416 INFO kablam! 36 | fn make_change_num(e: Internable, a: &str, v: f32) -> RawChange { Oct 10 12:15:51.416 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:15:51.416 INFO kablam! Oct 10 12:15:51.416 INFO kablam! warning: field is never used: `meta_thread` Oct 10 12:15:51.416 INFO kablam! --> src/watchers/editor.rs:48:5 Oct 10 12:15:51.416 INFO kablam! | Oct 10 12:15:51.416 INFO kablam! 48 | meta_thread: thread::JoinHandle<()>, Oct 10 12:15:51.416 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:15:51.416 INFO kablam! Oct 10 12:15:51.416 INFO kablam! warning: field is never used: `client_name` Oct 10 12:15:51.416 INFO kablam! --> src/watchers/editor.rs:50:5 Oct 10 12:15:51.416 INFO kablam! | Oct 10 12:15:51.416 INFO kablam! 50 | client_name: String, Oct 10 12:15:51.416 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 12:15:51.416 INFO kablam! Oct 10 12:15:51.416 INFO kablam! warning: field is never used: `client_out` Oct 10 12:15:51.416 INFO kablam! --> src/watchers/editor.rs:51:5 Oct 10 12:15:51.416 INFO kablam! | Oct 10 12:15:51.416 INFO kablam! 51 | client_out: Sender, Oct 10 12:15:51.416 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:15:51.416 INFO kablam! Oct 10 12:15:51.416 INFO kablam! warning: field is never used: `editor_out` Oct 10 12:15:51.416 INFO kablam! --> src/watchers/editor.rs:53:5 Oct 10 12:15:51.416 INFO kablam! | Oct 10 12:15:51.416 INFO kablam! 53 | editor_out: Sender, Oct 10 12:15:51.416 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:15:51.416 INFO kablam! Oct 10 12:15:51.416 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 10 12:15:51.416 INFO kablam! --> src/lib.rs:4:12 Oct 10 12:15:51.416 INFO kablam! | Oct 10 12:15:51.416 INFO kablam! 4 | #![feature(conservative_impl_trait)] Oct 10 12:15:51.416 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:15:51.417 INFO kablam! | Oct 10 12:15:51.417 INFO kablam! = note: #[warn(stable_features)] on by default Oct 10 12:15:51.417 INFO kablam! Oct 10 12:15:51.439 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 12:15:51.439 INFO kablam! --> src/ops.rs:3619:25 Oct 10 12:15:51.439 INFO kablam! | Oct 10 12:15:51.439 INFO kablam! 3619 | echo_channel.send(RunLoopMessage::CodeTransaction(added_blocks, removed_blocks)); Oct 10 12:15:51.439 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:15:51.439 INFO kablam! | Oct 10 12:15:51.439 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 12:15:51.439 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 12:15:51.439 INFO kablam! Oct 10 12:15:51.439 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 12:15:51.440 INFO kablam! --> src/ops.rs:3634:29 Oct 10 12:15:51.440 INFO kablam! | Oct 10 12:15:51.440 INFO kablam! 3634 | meta_chan.send(meta_message.collapse()); Oct 10 12:15:51.440 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:15:51.440 INFO kablam! | Oct 10 12:15:51.440 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 12:15:51.440 INFO kablam! Oct 10 12:15:51.492 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 12:15:51.492 INFO kablam! --> src/watchers/textcompiler.rs:66:33 Oct 10 12:15:51.492 INFO kablam! | Oct 10 12:15:51.492 INFO kablam! 66 | self.outgoing.send(RunLoopMessage::Transaction(changes)); Oct 10 12:15:51.492 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:15:51.492 INFO kablam! | Oct 10 12:15:51.492 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 12:15:51.492 INFO kablam! Oct 10 12:15:51.492 INFO kablam! warning: variable `TAG` should have a snake case name such as `tag` Oct 10 12:15:51.492 INFO kablam! --> src/watchers/editor.rs:117:17 Oct 10 12:15:51.492 INFO kablam! | Oct 10 12:15:51.492 INFO kablam! 117 | let TAG = Internable::String("tag".to_owned()); Oct 10 12:15:51.492 INFO kablam! | ^^^ Oct 10 12:15:51.492 INFO kablam! | Oct 10 12:15:51.492 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 12:15:51.492 INFO kablam! Oct 10 12:15:51.492 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 12:15:51.492 INFO kablam! --> src/watchers/editor.rs:171:25 Oct 10 12:15:51.492 INFO kablam! | Oct 10 12:15:51.493 INFO kablam! 171 | outgoing.send(RunLoopMessage::Transaction(changes)); Oct 10 12:15:51.493 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:15:51.493 INFO kablam! | Oct 10 12:15:51.493 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 12:15:51.493 INFO kablam! Oct 10 12:15:51.493 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 12:15:51.493 INFO kablam! --> src/watchers/editor.rs:232:25 Oct 10 12:15:51.493 INFO kablam! | Oct 10 12:15:51.493 INFO kablam! 232 | self.client_out.send(RunLoopMessage::Resume); Oct 10 12:15:51.493 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:15:51.493 INFO kablam! | Oct 10 12:15:51.493 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 12:15:51.493 INFO kablam! Oct 10 12:15:51.493 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 12:15:51.493 INFO kablam! --> src/watchers/editor.rs:242:25 Oct 10 12:15:51.493 INFO kablam! | Oct 10 12:15:51.493 INFO kablam! 242 | self.client_out.send(RunLoopMessage::Pause); Oct 10 12:15:51.493 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:15:51.493 INFO kablam! | Oct 10 12:15:51.493 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 12:15:51.493 INFO kablam! Oct 10 12:16:11.892 INFO kablam! warning: field is never used: `out` Oct 10 12:16:11.892 INFO kablam! --> src/bin/server.rs:66:5 Oct 10 12:16:11.892 INFO kablam! | Oct 10 12:16:11.892 INFO kablam! 66 | out: WSSender, Oct 10 12:16:11.892 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 12:16:11.892 INFO kablam! | Oct 10 12:16:11.892 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 12:16:11.892 INFO kablam! Oct 10 12:16:11.908 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 12:16:11.908 INFO kablam! --> src/bin/server.rs:117:9 Oct 10 12:16:11.908 INFO kablam! | Oct 10 12:16:11.908 INFO kablam! 117 | / thread::Builder::new().name("client file watcher".to_owned()).spawn(move || { Oct 10 12:16:11.908 INFO kablam! 118 | | let (outgoing, incoming) = mpsc::channel(); Oct 10 12:16:11.908 INFO kablam! 119 | | let mut watcher:RecommendedWatcher = match Watcher::new(outgoing, Duration::from_secs(1)) { Oct 10 12:16:11.908 INFO kablam! 120 | | Ok(w) => w, Oct 10 12:16:11.908 INFO kablam! ... | Oct 10 12:16:11.908 INFO kablam! 188 | | } Oct 10 12:16:11.908 INFO kablam! 189 | | }); Oct 10 12:16:11.908 INFO kablam! | |___________^ Oct 10 12:16:11.908 INFO kablam! | Oct 10 12:16:11.908 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 12:16:11.908 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 12:16:11.908 INFO kablam! Oct 10 12:16:18.648 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 48.71s Oct 10 12:16:18.658 INFO kablam! su: No module specific data is present Oct 10 12:16:19.321 INFO running `"docker" "rm" "-f" "31bceb4bb0b34b14b5f4072377e01afa7d53ba7340c8becc60cdac8e3ea720c2"` Oct 10 12:16:19.641 INFO blam! 31bceb4bb0b34b14b5f4072377e01afa7d53ba7340c8becc60cdac8e3ea720c2 Oct 10 12:16:19.649 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 12:16:19.656 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 12:16:20.020 INFO blam! d4c59b1aef9d8067b5868ebfd65b5c68967ef1e5e393f11e0d406f4440f7c28b Oct 10 12:16:20.024 INFO running `"docker" "start" "-a" "d4c59b1aef9d8067b5868ebfd65b5c68967ef1e5e393f11e0d406f4440f7c28b"` Oct 10 12:16:20.928 INFO kablam! usermod: no changes Oct 10 12:16:21.224 INFO kablam! Compiling eve v0.4.0 (/source) Oct 10 12:16:26.331 INFO kablam! warning: unused import: `SendError` Oct 10 12:16:26.331 INFO kablam! --> src/ops.rs:25:41 Oct 10 12:16:26.331 INFO kablam! | Oct 10 12:16:26.331 INFO kablam! 25 | use std::sync::mpsc::{Sender, Receiver, SendError}; Oct 10 12:16:26.332 INFO kablam! | ^^^^^^^^^ Oct 10 12:16:26.332 INFO kablam! | Oct 10 12:16:26.332 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 12:16:26.332 INFO kablam! Oct 10 12:16:26.332 INFO kablam! warning: unused import: `canonicalize` Oct 10 12:16:26.333 INFO kablam! --> src/ops.rs:32:34 Oct 10 12:16:26.333 INFO kablam! | Oct 10 12:16:26.333 INFO kablam! 32 | use std::fs::{OpenOptions, File, canonicalize}; Oct 10 12:16:26.333 INFO kablam! | ^^^^^^^^^^^^ Oct 10 12:16:26.333 INFO kablam! Oct 10 12:16:26.333 INFO kablam! warning: unused import: `Path` Oct 10 12:16:26.333 INFO kablam! --> src/ops.rs:33:17 Oct 10 12:16:26.333 INFO kablam! | Oct 10 12:16:26.333 INFO kablam! 33 | use std::path::{Path, PathBuf}; Oct 10 12:16:26.333 INFO kablam! | ^^^^ Oct 10 12:16:26.333 INFO kablam! Oct 10 12:16:26.372 INFO kablam! warning: unnecessary parentheses around function argument Oct 10 12:16:26.373 INFO kablam! --> src/ops.rs:1247:57 Oct 10 12:16:26.373 INFO kablam! | Oct 10 12:16:26.373 INFO kablam! 1247 | &Field::Register(r) => mask = set_bit(mask, (r % 64)), Oct 10 12:16:26.373 INFO kablam! | ^^^^^^^^ help: remove these parentheses Oct 10 12:16:26.373 INFO kablam! | Oct 10 12:16:26.374 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 10 12:16:26.374 INFO kablam! Oct 10 12:16:26.412 INFO kablam! warning: unused import: `BTreeSet` Oct 10 12:16:26.412 INFO kablam! --> src/indexes.rs:14:43 Oct 10 12:16:26.412 INFO kablam! | Oct 10 12:16:26.412 INFO kablam! 14 | use std::collections::{BTreeMap, HashMap, BTreeSet, btree_map}; Oct 10 12:16:26.412 INFO kablam! | ^^^^^^^^ Oct 10 12:16:26.413 INFO kablam! Oct 10 12:16:26.524 INFO kablam! warning: unused import: `JoinHandle` Oct 10 12:16:26.524 INFO kablam! --> src/watchers/editor.rs:11:25 Oct 10 12:16:26.524 INFO kablam! | Oct 10 12:16:26.524 INFO kablam! 11 | use std::thread::{self, JoinHandle}; Oct 10 12:16:26.524 INFO kablam! | ^^^^^^^^^^ Oct 10 12:16:26.524 INFO kablam! Oct 10 12:16:26.524 INFO kablam! warning: unused import: `JSONInternable` Oct 10 12:16:26.524 INFO kablam! --> src/watchers/remote.rs:4:87 Oct 10 12:16:26.524 INFO kablam! | Oct 10 12:16:26.524 INFO kablam! 4 | use super::super::ops::{Internable, Interner, Interned, RunLoopMessage, RawChange, s, JSONInternable}; Oct 10 12:16:26.524 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 12:16:26.524 INFO kablam! Oct 10 12:16:26.524 INFO kablam! warning: unused import: `self::ws::Message` Oct 10 12:16:26.524 INFO kablam! --> src/watchers/remote.rs:14:5 Oct 10 12:16:26.524 INFO kablam! | Oct 10 12:16:26.524 INFO kablam! 14 | use self::ws::Message; Oct 10 12:16:26.524 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 12:16:26.524 INFO kablam! Oct 10 12:16:34.912 INFO kablam! warning: unreachable pattern Oct 10 12:16:34.912 INFO kablam! --> src/ops.rs:2633:13 Oct 10 12:16:34.912 INFO kablam! | Oct 10 12:16:34.912 INFO kablam! 2633 | _ => self Oct 10 12:16:34.912 INFO kablam! | ^ Oct 10 12:16:34.912 INFO kablam! | Oct 10 12:16:34.912 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 10 12:16:34.912 INFO kablam! Oct 10 12:16:34.920 INFO kablam! warning: unreachable pattern Oct 10 12:16:34.920 INFO kablam! --> src/ops.rs:3335:13 Oct 10 12:16:34.920 INFO kablam! | Oct 10 12:16:34.920 INFO kablam! 3335 | _ => unimplemented!() Oct 10 12:16:34.920 INFO kablam! | ^ Oct 10 12:16:34.920 INFO kablam! Oct 10 12:16:34.941 INFO kablam! warning: unreachable pattern Oct 10 12:16:34.941 INFO kablam! --> src/watchers/editor.rs:174:21 Oct 10 12:16:34.941 INFO kablam! | Oct 10 12:16:34.941 INFO kablam! 174 | Ok(msg) => panic!("Unknown meta message: {:?}", msg), Oct 10 12:16:34.941 INFO kablam! | ^^^^^^^ Oct 10 12:16:34.944 INFO kablam! Oct 10 12:16:35.004 INFO kablam! warning: unused variable: `v` Oct 10 12:16:35.004 INFO kablam! --> src/ops.rs:3621:53 Oct 10 12:16:35.004 INFO kablam! | Oct 10 12:16:35.004 INFO kablam! 3621 | (Ok(RunLoopMessage::Transaction(v)), true) => {}, Oct 10 12:16:35.004 INFO kablam! | ^ help: consider using `_v` instead Oct 10 12:16:35.012 INFO kablam! | Oct 10 12:16:35.012 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 12:16:35.012 INFO kablam! Oct 10 12:16:35.012 INFO kablam! warning: unused variable: `v` Oct 10 12:16:35.012 INFO kablam! --> src/ops.rs:3644:59 Oct 10 12:16:35.012 INFO kablam! | Oct 10 12:16:35.012 INFO kablam! 3644 | (Ok(RunLoopMessage::RemoteTransaction(v)), true) => {}, Oct 10 12:16:35.012 INFO kablam! | ^ help: consider using `_v` instead Oct 10 12:16:35.012 INFO kablam! Oct 10 12:16:35.012 INFO kablam! warning: unused variable: `debug_cause` Oct 10 12:16:35.012 INFO kablam! --> src/indexes.rs:1006:29 Oct 10 12:16:35.012 INFO kablam! | Oct 10 12:16:35.012 INFO kablam! 1006 | let debug_cause = projection[0].clone(); Oct 10 12:16:35.012 INFO kablam! | ^^^^^^^^^^^ help: consider using `_debug_cause` instead Oct 10 12:16:35.012 INFO kablam! Oct 10 12:16:35.036 INFO kablam! warning: unused variable: `id` Oct 10 12:16:35.036 INFO kablam! --> src/watchers/textcompiler.rs:58:37 Oct 10 12:16:35.036 INFO kablam! | Oct 10 12:16:35.036 INFO kablam! 58 | ("to-blocks", &[id, path, code]) => { Oct 10 12:16:35.036 INFO kablam! | ^^ help: consider using `_id` instead Oct 10 12:16:35.036 INFO kablam! Oct 10 12:16:35.781 INFO kablam! warning: field is never used: `out` Oct 10 12:16:35.781 INFO kablam! --> src/bin/server.rs:66:5 Oct 10 12:16:35.781 INFO kablam! | Oct 10 12:16:35.782 INFO kablam! 66 | out: WSSender, Oct 10 12:16:35.782 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 12:16:35.792 INFO kablam! | Oct 10 12:16:35.792 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 12:16:35.793 INFO kablam! Oct 10 12:16:35.801 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 12:16:35.801 INFO kablam! --> src/bin/server.rs:117:9 Oct 10 12:16:35.801 INFO kablam! | Oct 10 12:16:35.802 INFO kablam! 117 | / thread::Builder::new().name("client file watcher".to_owned()).spawn(move || { Oct 10 12:16:35.802 INFO kablam! 118 | | let (outgoing, incoming) = mpsc::channel(); Oct 10 12:16:35.802 INFO kablam! 119 | | let mut watcher:RecommendedWatcher = match Watcher::new(outgoing, Duration::from_secs(1)) { Oct 10 12:16:35.802 INFO kablam! 120 | | Ok(w) => w, Oct 10 12:16:35.803 INFO kablam! ... | Oct 10 12:16:35.803 INFO kablam! 188 | | } Oct 10 12:16:35.803 INFO kablam! 189 | | }); Oct 10 12:16:35.804 INFO kablam! | |___________^ Oct 10 12:16:35.804 INFO kablam! | Oct 10 12:16:35.804 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 12:16:35.804 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 12:16:35.805 INFO kablam! Oct 10 12:16:38.104 INFO kablam! warning: variable does not need to be mutable Oct 10 12:16:38.104 INFO kablam! --> src/compiler.rs:1760:13 Oct 10 12:16:38.104 INFO kablam! | Oct 10 12:16:38.104 INFO kablam! 1760 | let mut cur = subs.pop().unwrap(); Oct 10 12:16:38.104 INFO kablam! | ----^^^ Oct 10 12:16:38.104 INFO kablam! | | Oct 10 12:16:38.104 INFO kablam! | help: remove this `mut` Oct 10 12:16:38.104 INFO kablam! | Oct 10 12:16:38.104 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 12:16:38.104 INFO kablam! Oct 10 12:16:38.104 INFO kablam! warning: variable does not need to be mutable Oct 10 12:16:38.104 INFO kablam! --> src/compiler.rs:1761:13 Oct 10 12:16:38.104 INFO kablam! | Oct 10 12:16:38.104 INFO kablam! 1761 | let mut sub_comp = cur.get_mut_compilation(); Oct 10 12:16:38.104 INFO kablam! | ----^^^^^^^^ Oct 10 12:16:38.104 INFO kablam! | | Oct 10 12:16:38.104 INFO kablam! | help: remove this `mut` Oct 10 12:16:38.104 INFO kablam! Oct 10 12:16:38.444 INFO kablam! warning: field is never used: `debug_vec` Oct 10 12:16:38.444 INFO kablam! --> src/indexes.rs:803:5 Oct 10 12:16:38.444 INFO kablam! | Oct 10 12:16:38.444 INFO kablam! 803 | debug_vec: Vec Oct 10 12:16:38.444 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:16:38.444 INFO kablam! | Oct 10 12:16:38.444 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 12:16:38.444 INFO kablam! Oct 10 12:16:38.455 INFO kablam! warning: function is never used: `make_change_num` Oct 10 12:16:38.455 INFO kablam! --> src/watchers/editor.rs:36:1 Oct 10 12:16:38.455 INFO kablam! | Oct 10 12:16:38.455 INFO kablam! 36 | fn make_change_num(e: Internable, a: &str, v: f32) -> RawChange { Oct 10 12:16:38.455 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:16:38.455 INFO kablam! Oct 10 12:16:38.455 INFO kablam! warning: field is never used: `meta_thread` Oct 10 12:16:38.455 INFO kablam! --> src/watchers/editor.rs:48:5 Oct 10 12:16:38.455 INFO kablam! | Oct 10 12:16:38.455 INFO kablam! 48 | meta_thread: thread::JoinHandle<()>, Oct 10 12:16:38.455 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:16:38.455 INFO kablam! Oct 10 12:16:38.455 INFO kablam! warning: field is never used: `client_name` Oct 10 12:16:38.455 INFO kablam! --> src/watchers/editor.rs:50:5 Oct 10 12:16:38.455 INFO kablam! | Oct 10 12:16:38.455 INFO kablam! 50 | client_name: String, Oct 10 12:16:38.455 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 12:16:38.455 INFO kablam! Oct 10 12:16:38.455 INFO kablam! warning: field is never used: `client_out` Oct 10 12:16:38.455 INFO kablam! --> src/watchers/editor.rs:51:5 Oct 10 12:16:38.455 INFO kablam! | Oct 10 12:16:38.455 INFO kablam! 51 | client_out: Sender, Oct 10 12:16:38.455 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:16:38.455 INFO kablam! Oct 10 12:16:38.455 INFO kablam! warning: field is never used: `editor_out` Oct 10 12:16:38.455 INFO kablam! --> src/watchers/editor.rs:53:5 Oct 10 12:16:38.455 INFO kablam! | Oct 10 12:16:38.455 INFO kablam! 53 | editor_out: Sender, Oct 10 12:16:38.455 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:16:38.455 INFO kablam! Oct 10 12:16:38.472 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 10 12:16:38.472 INFO kablam! --> src/lib.rs:4:12 Oct 10 12:16:38.472 INFO kablam! | Oct 10 12:16:38.472 INFO kablam! 4 | #![feature(conservative_impl_trait)] Oct 10 12:16:38.472 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:16:38.472 INFO kablam! | Oct 10 12:16:38.472 INFO kablam! = note: #[warn(stable_features)] on by default Oct 10 12:16:38.472 INFO kablam! Oct 10 12:16:38.500 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 12:16:38.500 INFO kablam! --> src/ops.rs:3619:25 Oct 10 12:16:38.500 INFO kablam! | Oct 10 12:16:38.500 INFO kablam! 3619 | echo_channel.send(RunLoopMessage::CodeTransaction(added_blocks, removed_blocks)); Oct 10 12:16:38.500 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:16:38.500 INFO kablam! | Oct 10 12:16:38.500 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 12:16:38.500 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 12:16:38.500 INFO kablam! Oct 10 12:16:38.500 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 12:16:38.500 INFO kablam! --> src/ops.rs:3634:29 Oct 10 12:16:38.500 INFO kablam! | Oct 10 12:16:38.500 INFO kablam! 3634 | meta_chan.send(meta_message.collapse()); Oct 10 12:16:38.500 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:16:38.500 INFO kablam! | Oct 10 12:16:38.500 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 12:16:38.500 INFO kablam! Oct 10 12:16:38.552 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 12:16:38.553 INFO kablam! --> src/watchers/textcompiler.rs:66:33 Oct 10 12:16:38.553 INFO kablam! | Oct 10 12:16:38.553 INFO kablam! 66 | self.outgoing.send(RunLoopMessage::Transaction(changes)); Oct 10 12:16:38.554 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:16:38.554 INFO kablam! | Oct 10 12:16:38.554 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 12:16:38.555 INFO kablam! Oct 10 12:16:38.558 INFO kablam! warning: variable `TAG` should have a snake case name such as `tag` Oct 10 12:16:38.558 INFO kablam! --> src/watchers/editor.rs:117:17 Oct 10 12:16:38.558 INFO kablam! | Oct 10 12:16:38.559 INFO kablam! 117 | let TAG = Internable::String("tag".to_owned()); Oct 10 12:16:38.559 INFO kablam! | ^^^ Oct 10 12:16:38.559 INFO kablam! | Oct 10 12:16:38.560 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 12:16:38.560 INFO kablam! Oct 10 12:16:38.560 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 12:16:38.561 INFO kablam! --> src/watchers/editor.rs:171:25 Oct 10 12:16:38.561 INFO kablam! | Oct 10 12:16:38.561 INFO kablam! 171 | outgoing.send(RunLoopMessage::Transaction(changes)); Oct 10 12:16:38.561 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:16:38.562 INFO kablam! | Oct 10 12:16:38.562 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 12:16:38.562 INFO kablam! Oct 10 12:16:38.563 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 12:16:38.563 INFO kablam! --> src/watchers/editor.rs:232:25 Oct 10 12:16:38.563 INFO kablam! | Oct 10 12:16:38.564 INFO kablam! 232 | self.client_out.send(RunLoopMessage::Resume); Oct 10 12:16:38.564 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:16:38.564 INFO kablam! | Oct 10 12:16:38.565 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 12:16:38.565 INFO kablam! Oct 10 12:16:38.565 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 12:16:38.565 INFO kablam! --> src/watchers/editor.rs:242:25 Oct 10 12:16:38.566 INFO kablam! | Oct 10 12:16:38.566 INFO kablam! 242 | self.client_out.send(RunLoopMessage::Pause); Oct 10 12:16:38.566 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:16:38.566 INFO kablam! | Oct 10 12:16:38.567 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 12:16:38.567 INFO kablam! Oct 10 12:16:42.648 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 21.64s Oct 10 12:16:42.724 INFO kablam! su: No module specific data is present Oct 10 12:16:43.276 INFO running `"docker" "rm" "-f" "d4c59b1aef9d8067b5868ebfd65b5c68967ef1e5e393f11e0d406f4440f7c28b"` Oct 10 12:16:43.538 INFO blam! d4c59b1aef9d8067b5868ebfd65b5c68967ef1e5e393f11e0d406f4440f7c28b Oct 10 12:16:43.540 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 12:16:43.540 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 12:16:44.045 INFO blam! f01c1d5b93aa2677a2c8c87302e7d4da2194373c28b5ebdf98c376a5fd969133 Oct 10 12:16:44.046 INFO running `"docker" "start" "-a" "f01c1d5b93aa2677a2c8c87302e7d4da2194373c28b5ebdf98c376a5fd969133"` Oct 10 12:16:44.804 INFO kablam! usermod: no changes Oct 10 12:16:44.957 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.13s Oct 10 12:16:44.982 INFO kablam! Running /target/debug/deps/eve-710a009bc15597c3 Oct 10 12:16:44.986 INFO blam! Oct 10 12:16:44.986 INFO blam! running 6 tests Oct 10 12:16:44.986 INFO blam! test numerics::numerics_base ... ok Oct 10 12:16:44.998 INFO blam! test numerics::numerics_base_multiply ... ok Oct 10 12:16:44.998 INFO blam! test numerics::numerics_base_sub ... ok Oct 10 12:16:45.005 INFO blam! test numerics::numerics_base_divide ... ok Oct 10 12:16:45.005 INFO blam! test numerics::numerics_base_float ... ok Oct 10 12:16:45.020 INFO blam! test compiler::parser_test ... FAILED Oct 10 12:16:45.021 INFO kablam! error: test failed, to rerun pass '--lib' Oct 10 12:16:45.021 INFO blam! Oct 10 12:16:45.021 INFO kablam! su: No module specific data is present Oct 10 12:16:45.021 INFO blam! failures: Oct 10 12:16:45.021 INFO blam! Oct 10 12:16:45.021 INFO blam! ---- compiler::parser_test stdout ---- Oct 10 12:16:45.021 INFO blam! thread 'compiler::parser_test' panicked at 'Unable to open the file: Os { code: 2, kind: NotFound, message: "No such file or directory" }', libcore/result.rs:1009:5 Oct 10 12:16:45.021 INFO blam! stack backtrace: Oct 10 12:16:45.021 INFO blam! 0: 0x557716cce2fe - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 10 12:16:45.021 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 10 12:16:45.021 INFO blam! 1: 0x557716cd71a6 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 10 12:16:45.021 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 10 12:16:45.021 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 10 12:16:45.021 INFO blam! 2: 0x557716cd1efd - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 10 12:16:45.021 INFO blam! at libstd/panicking.rs:211 Oct 10 12:16:45.021 INFO blam! 3: 0x557716cd1c0b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 10 12:16:45.021 INFO blam! at libstd/panicking.rs:221 Oct 10 12:16:45.021 INFO blam! 4: 0x557716cd25ac - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 10 12:16:45.021 INFO blam! at libstd/panicking.rs:476 Oct 10 12:16:45.022 INFO blam! 5: 0x557716cd2169 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 10 12:16:45.022 INFO blam! at libstd/panicking.rs:390 Oct 10 12:16:45.022 INFO blam! 6: 0x557716cd2065 - rust_begin_unwind Oct 10 12:16:45.022 INFO blam! at libstd/panicking.rs:325 Oct 10 12:16:45.022 INFO blam! 7: 0x557716d1728b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 10 12:16:45.022 INFO blam! at libcore/panicking.rs:77 Oct 10 12:16:45.022 INFO blam! 8: 0x557716cb9df3 - core::result::unwrap_failed::h15a31d9ee1eda9bb Oct 10 12:16:45.022 INFO blam! at libcore/macros.rs:26 Oct 10 12:16:45.022 INFO blam! 9: 0x557716c55573 - >::expect::h672a094bdb8fac69 Oct 10 12:16:45.022 INFO blam! at libcore/result.rs:835 Oct 10 12:16:45.022 INFO blam! 10: 0x557716c51d9d - eve::compiler::parser_test::h13087b0cea962f91 Oct 10 12:16:45.022 INFO blam! at src/compiler.rs:1854 Oct 10 12:16:45.022 INFO blam! 11: 0x557716c51d39 - eve::compiler::parser_test::{{closure}}::hf48b82021757c9bc Oct 10 12:16:45.022 INFO blam! at src/compiler.rs:1853 Oct 10 12:16:45.022 INFO blam! 12: 0x557716c6ff9d - core::ops::function::FnOnce::call_once::h822cdf94178d70ae Oct 10 12:16:45.022 INFO blam! at libcore/ops/function.rs:238 Oct 10 12:16:45.022 INFO blam! 13: 0x557716c74ace - >::call_box::h95b7cb918af67b5d Oct 10 12:16:45.022 INFO blam! at libtest/lib.rs:1468 Oct 10 12:16:45.022 INFO blam! at libcore/ops/function.rs:238 Oct 10 12:16:45.022 INFO blam! at liballoc/boxed.rs:672 Oct 10 12:16:45.022 INFO blam! 14: 0x557716ce2379 - __rust_maybe_catch_panic Oct 10 12:16:45.022 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 12:16:45.023 INFO blam! 15: 0x557716c9561d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 10 12:16:45.023 INFO blam! at libstd/panicking.rs:289 Oct 10 12:16:45.023 INFO blam! at libstd/panic.rs:392 Oct 10 12:16:45.023 INFO blam! at libtest/lib.rs:1423 Oct 10 12:16:45.023 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 10 12:16:45.023 INFO blam! 16: 0x557716c96224 - std::panicking::try::do_call::ha990a345054c2d63 Oct 10 12:16:45.023 INFO blam! at libstd/thread/mod.rs:409 Oct 10 12:16:45.023 INFO blam! at libstd/panic.rs:313 Oct 10 12:16:45.023 INFO blam! at libstd/panicking.rs:310 Oct 10 12:16:45.023 INFO blam! 17: 0x557716ce2379 - __rust_maybe_catch_panic Oct 10 12:16:45.023 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 12:16:45.023 INFO blam! 18: 0x557716c837e6 - >::call_box::h96125cb29a9ba44b Oct 10 12:16:45.023 INFO blam! at libstd/panicking.rs:289 Oct 10 12:16:45.023 INFO blam! at libstd/panic.rs:392 Oct 10 12:16:45.023 INFO blam! at libstd/thread/mod.rs:408 Oct 10 12:16:45.023 INFO blam! at liballoc/boxed.rs:672 Oct 10 12:16:45.023 INFO blam! 19: 0x557716cd033a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 10 12:16:45.023 INFO blam! at liballoc/boxed.rs:682 Oct 10 12:16:45.023 INFO blam! at libstd/sys_common/thread.rs:24 Oct 10 12:16:45.023 INFO blam! 20: 0x557716cc5ac5 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 10 12:16:45.023 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 10 12:16:45.023 INFO blam! 21: 0x7f8ecd1496b9 - start_thread Oct 10 12:16:45.023 INFO blam! 22: 0x7f8eccc6941c - clone Oct 10 12:16:45.024 INFO blam! 23: 0x0 - Oct 10 12:16:45.024 INFO blam! Oct 10 12:16:45.024 INFO blam! Oct 10 12:16:45.024 INFO blam! failures: Oct 10 12:16:45.024 INFO blam! compiler::parser_test Oct 10 12:16:45.024 INFO blam! Oct 10 12:16:45.024 INFO blam! test result: FAILED. 5 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 12:16:45.024 INFO blam! Oct 10 12:16:45.313 INFO running `"docker" "rm" "-f" "f01c1d5b93aa2677a2c8c87302e7d4da2194373c28b5ebdf98c376a5fd969133"` Oct 10 12:16:45.475 INFO blam! f01c1d5b93aa2677a2c8c87302e7d4da2194373c28b5ebdf98c376a5fd969133