[INFO] crate crayon 0.7.1 is already in cache [INFO] extracting crate crayon 0.7.1 into work/ex/beta-1.37-6/sources/1.36.0/reg/crayon/0.7.1 [INFO] extracting crate crayon 0.7.1 into work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/crayon/0.7.1 [INFO] validating manifest of crayon-0.7.1 on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of crayon-0.7.1 on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing crayon-0.7.1 [INFO] finished frobbing crayon-0.7.1 [INFO] frobbed toml for crayon-0.7.1 written to work/ex/beta-1.37-6/sources/1.36.0/reg/crayon/0.7.1/Cargo.toml [INFO] started frobbing crayon-0.7.1 [INFO] finished frobbing crayon-0.7.1 [INFO] frobbed toml for crayon-0.7.1 written to work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/crayon/0.7.1/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing crayon-0.7.1 against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/crayon/0.7.1:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-07-23" "build" "--frozen"` [INFO] [stdout] c31110a75dd6e770944c3d774f6d66d99da57e79ac9fa04446ceac3c70f5628b [INFO] running `"docker" "start" "-a" "c31110a75dd6e770944c3d774f6d66d99da57e79ac9fa04446ceac3c70f5628b"` [INFO] [stderr] Compiling wayland-scanner v0.20.12 [INFO] [stderr] Compiling gl_generator v0.9.0 [INFO] [stderr] Compiling wayland-sys v0.20.12 [INFO] [stderr] Compiling smallvec v0.6.10 [INFO] [stderr] Compiling cgmath v0.16.1 [INFO] [stderr] Compiling uuid v0.7.4 [INFO] [stderr] Compiling inlinable_string v0.1.10 [INFO] [stderr] Compiling bincode v1.1.4 [INFO] [stderr] Compiling parking_lot_core v0.3.1 [INFO] [stderr] Compiling wayland-commons v0.20.12 [INFO] [stderr] Compiling wayland-client v0.20.12 [INFO] [stderr] Compiling wayland-protocols v0.20.12 [INFO] [stderr] Compiling gl v0.10.0 [INFO] [stderr] Compiling glutin v0.18.0 [INFO] [stderr] Compiling parking_lot v0.6.4 [INFO] [stderr] Compiling smithay-client-toolkit v0.3.0 [INFO] [stderr] Compiling winit v0.17.2 [INFO] [stderr] Compiling crayon v0.7.1 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/application/ins.rs:19:30 [INFO] [stderr] | [INFO] [stderr] 19 | ins: HashMap>, [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn Inspectable` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/application/lifecycle.rs:30:48 [INFO] [stderr] | [INFO] [stderr] 30 | last_frame_lifecycles: Mutex>>>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn LifecycleListener` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/application/lifecycle.rs:31:69 [INFO] [stderr] | [INFO] [stderr] 31 | lifecycles: Mutex>>>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn LifecycleListener` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/video/backends/frame.rs:64:23 [INFO] [stderr] | [INFO] [stderr] 64 | visitor: &mut Visitor, [INFO] [stderr] | ^^^^^^^ help: use `dyn`: `dyn Visitor` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/video/backends/mod.rs:105:28 [INFO] [stderr] | [INFO] [stderr] 105 | pub fn new() -> Result> { [INFO] [stderr] | ^^^^^^^ help: use `dyn`: `dyn Visitor` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/video/backends/mod.rs:119:30 [INFO] [stderr] | [INFO] [stderr] 119 | pub fn new_headless() -> Box { [INFO] [stderr] | ^^^^^^^ help: use `dyn`: `dyn Visitor` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/res/vfs/mod.rs:20:38 [INFO] [stderr] | [INFO] [stderr] 20 | schemas: FastHashMap>, [INFO] [stderr] | ^^^ help: use `dyn`: `dyn VFS` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/res/vfs/mod.rs:36:68 [INFO] [stderr] | [INFO] [stderr] 36 | pub fn locate>(&self, schema: T1) -> Result, failure::Error> { [INFO] [stderr] | ^^^ help: use `dyn`: `dyn VFS` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sched/scope.rs:16:29 [INFO] [stderr] | [INFO] [stderr] 16 | marker: PhantomData) + Send + Sync + 's>>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnOnce(&Scope<'s>) + Send + Sync + 's` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sched/scope.rs:19:26 [INFO] [stderr] | [INFO] [stderr] 19 | panic: AtomicPtr>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + Send + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sched/scope.rs:95:32 [INFO] [stderr] | [INFO] [stderr] 95 | let value: Box> = mem::transmute(panic); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + Send + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sched/system.rs:14:25 [INFO] [stderr] | [INFO] [stderr] 14 | pub type PanicHandler = Fn(Box<::std::any::Any + Send>) + Send + Sync; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(Box<::std::any::Any + Send>) + Send + Sync` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sched/system.rs:14:32 [INFO] [stderr] | [INFO] [stderr] 14 | pub type PanicHandler = Fn(Box<::std::any::Any + Send>) + Send + Sync; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ::std::any::Any + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sched/job.rs:11:15 [INFO] [stderr] | [INFO] [stderr] 11 | Panic(Box), [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Any + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sched/scheduler.rs:150:41 [INFO] [stderr] | [INFO] [stderr] 150 | pub fn handle_panic(&self, err: Box<::std::any::Any + Send>) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ::std::any::Any + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sched/unwind.rs:19:38 [INFO] [stderr] | [INFO] [stderr] 19 | pub fn resume_unwinding(payload: Box) -> ! { [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Any + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/window/backends/mod.rs:21:30 [INFO] [stderr] | [INFO] [stderr] 21 | pub fn new_headless() -> Box { [INFO] [stderr] | ^^^^^^^ help: use `dyn`: `dyn Visitor` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/window/backends/glutin/mod.rs:9:48 [INFO] [stderr] | [INFO] [stderr] 9 | pub fn new(params: WindowParams) -> Result> { [INFO] [stderr] | ^^^^^^^ help: use `dyn`: `dyn Visitor` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::atomic::ATOMIC_USIZE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/sched/scheduler.rs:2:48 [INFO] [stderr] | [INFO] [stderr] 2 | use std::sync::atomic::{AtomicUsize, Ordering, ATOMIC_USIZE_INIT}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::atomic::ATOMIC_USIZE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/sched/scheduler.rs:353:43 [INFO] [stderr] | [INFO] [stderr] 353 | static COUNTER: AtomicUsize = ATOMIC_USIZE_INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `AtomicUsize::new(0)` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 00s [INFO] running `"docker" "inspect" "c31110a75dd6e770944c3d774f6d66d99da57e79ac9fa04446ceac3c70f5628b"` [INFO] running `"docker" "rm" "-f" "c31110a75dd6e770944c3d774f6d66d99da57e79ac9fa04446ceac3c70f5628b"` [INFO] [stdout] c31110a75dd6e770944c3d774f6d66d99da57e79ac9fa04446ceac3c70f5628b [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/crayon/0.7.1:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-07-23" "test" "--frozen" "--no-run"` [INFO] [stdout] ba4bbd41a4ca1015874bf75c7c097bcdb9766ff0968c607bfc18afa974e19532 [INFO] running `"docker" "start" "-a" "ba4bbd41a4ca1015874bf75c7c097bcdb9766ff0968c607bfc18afa974e19532"` [INFO] [stderr] Compiling crayon v0.7.1 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/application/ins.rs:19:30 [INFO] [stderr] | [INFO] [stderr] 19 | ins: HashMap>, [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn Inspectable` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/application/lifecycle.rs:30:48 [INFO] [stderr] | [INFO] [stderr] 30 | last_frame_lifecycles: Mutex>>>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn LifecycleListener` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/application/lifecycle.rs:31:69 [INFO] [stderr] | [INFO] [stderr] 31 | lifecycles: Mutex>>>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn LifecycleListener` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/video/backends/frame.rs:64:23 [INFO] [stderr] | [INFO] [stderr] 64 | visitor: &mut Visitor, [INFO] [stderr] | ^^^^^^^ help: use `dyn`: `dyn Visitor` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/video/backends/mod.rs:105:28 [INFO] [stderr] | [INFO] [stderr] 105 | pub fn new() -> Result> { [INFO] [stderr] | ^^^^^^^ help: use `dyn`: `dyn Visitor` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/video/backends/mod.rs:119:30 [INFO] [stderr] | [INFO] [stderr] 119 | pub fn new_headless() -> Box { [INFO] [stderr] | ^^^^^^^ help: use `dyn`: `dyn Visitor` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/res/vfs/mod.rs:20:38 [INFO] [stderr] | [INFO] [stderr] 20 | schemas: FastHashMap>, [INFO] [stderr] | ^^^ help: use `dyn`: `dyn VFS` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/res/vfs/mod.rs:36:68 [INFO] [stderr] | [INFO] [stderr] 36 | pub fn locate>(&self, schema: T1) -> Result, failure::Error> { [INFO] [stderr] | ^^^ help: use `dyn`: `dyn VFS` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sched/scope.rs:16:29 [INFO] [stderr] | [INFO] [stderr] 16 | marker: PhantomData) + Send + Sync + 's>>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnOnce(&Scope<'s>) + Send + Sync + 's` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sched/scope.rs:19:26 [INFO] [stderr] | [INFO] [stderr] 19 | panic: AtomicPtr>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + Send + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sched/scope.rs:95:32 [INFO] [stderr] | [INFO] [stderr] 95 | let value: Box> = mem::transmute(panic); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + Send + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sched/system.rs:14:25 [INFO] [stderr] | [INFO] [stderr] 14 | pub type PanicHandler = Fn(Box<::std::any::Any + Send>) + Send + Sync; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(Box<::std::any::Any + Send>) + Send + Sync` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sched/system.rs:14:32 [INFO] [stderr] | [INFO] [stderr] 14 | pub type PanicHandler = Fn(Box<::std::any::Any + Send>) + Send + Sync; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ::std::any::Any + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sched/job.rs:11:15 [INFO] [stderr] | [INFO] [stderr] 11 | Panic(Box), [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Any + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sched/scheduler.rs:150:41 [INFO] [stderr] | [INFO] [stderr] 150 | pub fn handle_panic(&self, err: Box<::std::any::Any + Send>) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ::std::any::Any + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/sched/unwind.rs:19:38 [INFO] [stderr] | [INFO] [stderr] 19 | pub fn resume_unwinding(payload: Box) -> ! { [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Any + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/window/backends/mod.rs:21:30 [INFO] [stderr] | [INFO] [stderr] 21 | pub fn new_headless() -> Box { [INFO] [stderr] | ^^^^^^^ help: use `dyn`: `dyn Visitor` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/window/backends/glutin/mod.rs:9:48 [INFO] [stderr] | [INFO] [stderr] 9 | pub fn new(params: WindowParams) -> Result> { [INFO] [stderr] | ^^^^^^^ help: use `dyn`: `dyn Visitor` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::atomic::ATOMIC_USIZE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/sched/scheduler.rs:2:48 [INFO] [stderr] | [INFO] [stderr] 2 | use std::sync::atomic::{AtomicUsize, Ordering, ATOMIC_USIZE_INIT}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::atomic::ATOMIC_USIZE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/sched/scheduler.rs:353:43 [INFO] [stderr] | [INFO] [stderr] 353 | static COUNTER: AtomicUsize = ATOMIC_USIZE_INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `AtomicUsize::new(0)` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 13.26s [INFO] running `"docker" "inspect" "ba4bbd41a4ca1015874bf75c7c097bcdb9766ff0968c607bfc18afa974e19532"` [INFO] running `"docker" "rm" "-f" "ba4bbd41a4ca1015874bf75c7c097bcdb9766ff0968c607bfc18afa974e19532"` [INFO] [stdout] ba4bbd41a4ca1015874bf75c7c097bcdb9766ff0968c607bfc18afa974e19532 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/crayon/0.7.1:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-07-23" "test" "--frozen"` [INFO] [stdout] 59aa31e4f1ea1db4e24d14ec7110e5c8a69051ad0e4708e1e0331922c0dd809d [INFO] running `"docker" "start" "-a" "59aa31e4f1ea1db4e24d14ec7110e5c8a69051ad0e4708e1e0331922c0dd809d"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.14s [INFO] [stderr] Running /opt/crater/target/debug/deps/crayon-455cb4101f1831f0 [INFO] [stdout] [INFO] [stdout] running 12 tests [INFO] [stdout] test utils::handle::test::basic ... ok [INFO] [stdout] test utils::handle::test::type_safe_handle ... ok [INFO] [stdout] test utils::data_buf::test::buf ... ok [INFO] [stdout] test utils::handle::test::container ... ok [INFO] [stdout] test utils::hash::test::basic ... ok [INFO] [stdout] test video::assets::mesh::macros::test::representation ... ok [INFO] [stdout] test video::assets::mesh::macros::test::basic ... ok [INFO] [stdout] test utils::hash_value::test::hash_str ... ok [INFO] [stdout] test video::assets::mesh::test::rewrite ... ok [INFO] [stdout] test video::assets::mesh::test::basic ... ok [INFO] [stdout] test utils::hash_value::test::collections ... ok [INFO] [stdout] test utils::hash_value::test::hash_path ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/handle_pool-2165d97428a7b63a [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test iter ... ok [INFO] [stdout] test index_reuse ... ok [INFO] [stdout] test index_compact_reuse ... ok [INFO] [stdout] test handle_set ... ok [INFO] [stdout] test retain ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/object_pool-43a36698d4531b7e [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test basic ... ok [INFO] [stdout] test iterator ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/res-fd38604979f11570 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/shortcut-145d8192d58cd2d8 [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test basic ... ok [INFO] [stdout] test err ... ok [INFO] [stderr] Running /opt/crater/target/debug/deps/url-7d883d4f4892ff21 [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test basic ... ok [INFO] [stdout] test basic_2 ... ok [INFO] [stdout] test err ... ok [INFO] [stdout] test queries ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests crayon [INFO] [stdout] [INFO] [stdout] running 14 tests [INFO] [stdout] test src/application/mod.rs - application (line 11) ... ignored [INFO] [stdout] test src/input/mod.rs - input (line 7) ... FAILED [INFO] [stdout] test src/input/mod.rs - input (line 84) ... FAILED [INFO] [stdout] test src/input/mod.rs - input (line 18) ... FAILED [INFO] [stdout] test src/input/mod.rs - input (line 133) ... ok [INFO] [stdout] test src/input/mod.rs - input (line 119) ... FAILED [INFO] [stdout] test src/input/mod.rs - input (line 39) ... ok [INFO] [stdout] test src/input/mod.rs - input (line 71) ... ok [INFO] [stdout] test src/input/mod.rs - input (line 54) ... ok [INFO] [stdout] test src/input/mod.rs - input (line 99) ... ok [INFO] [stdout] test src/video/mod.rs - video (line 150) ... ok [INFO] [stdout] test src/video/mod.rs - video (line 86) ... ok [INFO] [stdout] test src/video/mod.rs - video (line 113) ... ok [INFO] [stdout] test src/video/mod.rs - video (line 170) ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/input/mod.rs - input (line 7) stdout ---- [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/tmp/rustdoctest6u3r7O/rust_out.rust_out.7rcbfp3g-cgu.0.rcgu.o" "/tmp/rustdoctest6u3r7O/rust_out.rust_out.7rcbfp3g-cgu.1.rcgu.o" "/tmp/rustdoctest6u3r7O/rust_out.rust_out.7rcbfp3g-cgu.2.rcgu.o" "/tmp/rustdoctest6u3r7O/rust_out.rust_out.7rcbfp3g-cgu.3.rcgu.o" "/tmp/rustdoctest6u3r7O/rust_out.rust_out.7rcbfp3g-cgu.4.rcgu.o" "/tmp/rustdoctest6u3r7O/rust_out.rust_out.7rcbfp3g-cgu.5.rcgu.o" "/tmp/rustdoctest6u3r7O/rust_out.rust_out.7rcbfp3g-cgu.6.rcgu.o" "/tmp/rustdoctest6u3r7O/rust_out.rust_out.7rcbfp3g-cgu.7.rcgu.o" "-o" "/tmp/rustdoctest6u3r7O/rust_out" "/tmp/rustdoctest6u3r7O/rust_out.33dyzt1ekirinwy8.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/backtrace-sys-897f45a579ca139a/out" "-L" "/opt/crater/target/debug/build/libloading-a6c7c9f3c035c971/out" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libcrayon-ca6ab3d67a6ac511.rlib" "/opt/crater/target/debug/deps/libuuid-1967ae8c3c983d3c.rlib" "/opt/crater/target/debug/deps/libbincode-4d3f6e136d60c565.rlib" "/opt/crater/target/debug/deps/libinlinable_string-a6ad170eaf6bd5ae.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-7b8deb88e47d511f.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-8314a2c01eb3af2d.rlib" "/opt/crater/target/debug/deps/libmemoffset-ef971ccc3957ca71.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-7895d1ef454af0f9.rlib" "/opt/crater/target/debug/deps/libarrayvec-1041925da7343e83.rlib" "/opt/crater/target/debug/deps/libnodrop-36ce0cdfb7359e6a.rlib" "/opt/crater/target/debug/deps/libserde_json-9bf48f670045e907.rlib" "/opt/crater/target/debug/deps/libryu-2328132eba3746b3.rlib" "/opt/crater/target/debug/deps/libitoa-97a946ec35c116e9.rlib" "/opt/crater/target/debug/deps/libbyteorder-066131f17ea0c99b.rlib" "/opt/crater/target/debug/deps/libcgmath-f9ffa6ae01024285.rlib" "/opt/crater/target/debug/deps/libnum_traits-c3ec1b467bca6158.rlib" "/opt/crater/target/debug/deps/libnum_traits-04277105b9bd2221.rlib" "/opt/crater/target/debug/deps/librand-12c0152561214ea4.rlib" "/opt/crater/target/debug/deps/libapprox-ecf5281917ee9778.rlib" "/opt/crater/target/debug/deps/libfailure-c28e2ce81937d1ba.rlib" "/opt/crater/target/debug/deps/libbacktrace-28acba862a0e61e1.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-4dc2a9768ebe11d6.rlib" "/opt/crater/target/debug/deps/librustc_demangle-77014e9d388dc77b.rlib" "/opt/crater/target/debug/deps/libglutin-5a269e34a80c9c64.rlib" "/opt/crater/target/debug/deps/libosmesa_sys-9f1043b1383e5133.rlib" "/opt/crater/target/debug/deps/libwinit-f4175556562e2374.rlib" "/opt/crater/target/debug/deps/libsmithay_client_toolkit-d3345e38802d86e3.rlib" "/opt/crater/target/debug/deps/libwayland_protocols-864088e9ae921a6c.rlib" "/opt/crater/target/debug/deps/libwayland_client-f0352df6148d596d.rlib" "/opt/crater/target/debug/deps/libwayland_commons-4f05ba7e790ebcb7.rlib" "/opt/crater/target/debug/deps/libwayland_sys-c458faaa2ee480f2.rlib" "/opt/crater/target/debug/deps/libdowncast_rs-f8333db6cd4098cb.rlib" "/opt/crater/target/debug/deps/libnix-cdae541b7277ead4.rlib" "/opt/crater/target/debug/deps/libvoid-7cea1bca190341e8.rlib" "/opt/crater/target/debug/deps/libmemmap-0c4f848834ca0540.rlib" "/opt/crater/target/debug/deps/libdlib-cde4e9856cf27dd0.rlib" "/opt/crater/target/debug/deps/liblibloading-11d31760ac526750.rlib" "/opt/crater/target/debug/deps/libbitflags-1f73faaef27177be.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-880723daba293888.rlib" "/opt/crater/target/debug/deps/libparking_lot-bf5d0de9017141aa.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-6b345945c392683d.rlib" "/opt/crater/target/debug/deps/libsmallvec-456cd9b528760f6c.rlib" "/opt/crater/target/debug/deps/libserde-8a74f2f1b198fcaa.rlib" "/opt/crater/target/debug/deps/librand-57cc32693bd01c6d.rlib" "/opt/crater/target/debug/deps/librand_core-cb99a0b940c27ed9.rlib" "/opt/crater/target/debug/deps/librand_core-4c9a550ae16dbf0f.rlib" "/opt/crater/target/debug/deps/liblock_api-3fc8af4b186c35a8.rlib" "/opt/crater/target/debug/deps/libowning_ref-f49604bedfa4ae1c.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-287a8a8ca6ec21fa.rlib" "/opt/crater/target/debug/deps/libscopeguard-afc08b825b950866.rlib" "/opt/crater/target/debug/deps/libx11_dl-71872ea863edb39b.rlib" "/opt/crater/target/debug/deps/liblog-4d4ce27474bb9998.rlib" "/opt/crater/target/debug/deps/libcfg_if-17244d8fcea476bd.rlib" "/opt/crater/target/debug/deps/libshared_library-c1e659e69dd6d7e9.rlib" "/opt/crater/target/debug/deps/liblazy_static-6a4e8ea56a445919.rlib" "/opt/crater/target/debug/deps/liblibc-15b143653abd1ffe.rlib" "/opt/crater/target/debug/deps/libgl-f853294b85519579.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a80a1e8e09cafef8.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e0e6351da805c468.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e04f54bafc95e331.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-67901d3322495bd5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-bd390b1abaceaec1.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-312dd37fdc7bedfc.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8ed0e51d58d644a3.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-8a423c320a6c707f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d6a95598e2238263.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d231614b153016eb.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3821619027f463e4.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-1cfd794d18771a44.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-dcf33cf10c2452ef.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-c258fea34bf64bce.rlib" "-Wl,-Bdynamic" "-ldl" "-ldl" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stdout] = note: [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/input/mod.rs - input (line 84) stdout ---- [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/tmp/rustdoctestKEZoMW/rust_out.rust_out.7rcbfp3g-cgu.0.rcgu.o" "/tmp/rustdoctestKEZoMW/rust_out.rust_out.7rcbfp3g-cgu.1.rcgu.o" "/tmp/rustdoctestKEZoMW/rust_out.rust_out.7rcbfp3g-cgu.2.rcgu.o" "/tmp/rustdoctestKEZoMW/rust_out.rust_out.7rcbfp3g-cgu.3.rcgu.o" "/tmp/rustdoctestKEZoMW/rust_out.rust_out.7rcbfp3g-cgu.4.rcgu.o" "/tmp/rustdoctestKEZoMW/rust_out.rust_out.7rcbfp3g-cgu.5.rcgu.o" "/tmp/rustdoctestKEZoMW/rust_out.rust_out.7rcbfp3g-cgu.6.rcgu.o" "/tmp/rustdoctestKEZoMW/rust_out.rust_out.7rcbfp3g-cgu.7.rcgu.o" "/tmp/rustdoctestKEZoMW/rust_out.rust_out.7rcbfp3g-cgu.8.rcgu.o" "-o" "/tmp/rustdoctestKEZoMW/rust_out" "/tmp/rustdoctestKEZoMW/rust_out.33dyzt1ekirinwy8.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/backtrace-sys-897f45a579ca139a/out" "-L" "/opt/crater/target/debug/build/libloading-a6c7c9f3c035c971/out" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libcrayon-ca6ab3d67a6ac511.rlib" "/opt/crater/target/debug/deps/libuuid-1967ae8c3c983d3c.rlib" "/opt/crater/target/debug/deps/libbincode-4d3f6e136d60c565.rlib" "/opt/crater/target/debug/deps/libinlinable_string-a6ad170eaf6bd5ae.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-7b8deb88e47d511f.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-8314a2c01eb3af2d.rlib" "/opt/crater/target/debug/deps/libmemoffset-ef971ccc3957ca71.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-7895d1ef454af0f9.rlib" "/opt/crater/target/debug/deps/libarrayvec-1041925da7343e83.rlib" "/opt/crater/target/debug/deps/libnodrop-36ce0cdfb7359e6a.rlib" "/opt/crater/target/debug/deps/libserde_json-9bf48f670045e907.rlib" "/opt/crater/target/debug/deps/libryu-2328132eba3746b3.rlib" "/opt/crater/target/debug/deps/libitoa-97a946ec35c116e9.rlib" "/opt/crater/target/debug/deps/libbyteorder-066131f17ea0c99b.rlib" "/opt/crater/target/debug/deps/libcgmath-f9ffa6ae01024285.rlib" "/opt/crater/target/debug/deps/libnum_traits-c3ec1b467bca6158.rlib" "/opt/crater/target/debug/deps/libnum_traits-04277105b9bd2221.rlib" "/opt/crater/target/debug/deps/librand-12c0152561214ea4.rlib" "/opt/crater/target/debug/deps/libapprox-ecf5281917ee9778.rlib" "/opt/crater/target/debug/deps/libfailure-c28e2ce81937d1ba.rlib" "/opt/crater/target/debug/deps/libbacktrace-28acba862a0e61e1.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-4dc2a9768ebe11d6.rlib" "/opt/crater/target/debug/deps/librustc_demangle-77014e9d388dc77b.rlib" "/opt/crater/target/debug/deps/libglutin-5a269e34a80c9c64.rlib" "/opt/crater/target/debug/deps/libosmesa_sys-9f1043b1383e5133.rlib" "/opt/crater/target/debug/deps/libwinit-f4175556562e2374.rlib" "/opt/crater/target/debug/deps/libsmithay_client_toolkit-d3345e38802d86e3.rlib" "/opt/crater/target/debug/deps/libwayland_protocols-864088e9ae921a6c.rlib" "/opt/crater/target/debug/deps/libwayland_client-f0352df6148d596d.rlib" "/opt/crater/target/debug/deps/libwayland_commons-4f05ba7e790ebcb7.rlib" "/opt/crater/target/debug/deps/libwayland_sys-c458faaa2ee480f2.rlib" "/opt/crater/target/debug/deps/libdowncast_rs-f8333db6cd4098cb.rlib" "/opt/crater/target/debug/deps/libnix-cdae541b7277ead4.rlib" "/opt/crater/target/debug/deps/libvoid-7cea1bca190341e8.rlib" "/opt/crater/target/debug/deps/libmemmap-0c4f848834ca0540.rlib" "/opt/crater/target/debug/deps/libdlib-cde4e9856cf27dd0.rlib" "/opt/crater/target/debug/deps/liblibloading-11d31760ac526750.rlib" "/opt/crater/target/debug/deps/libbitflags-1f73faaef27177be.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-880723daba293888.rlib" "/opt/crater/target/debug/deps/libparking_lot-bf5d0de9017141aa.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-6b345945c392683d.rlib" "/opt/crater/target/debug/deps/libsmallvec-456cd9b528760f6c.rlib" "/opt/crater/target/debug/deps/libserde-8a74f2f1b198fcaa.rlib" "/opt/crater/target/debug/deps/librand-57cc32693bd01c6d.rlib" "/opt/crater/target/debug/deps/librand_core-cb99a0b940c27ed9.rlib" "/opt/crater/target/debug/deps/librand_core-4c9a550ae16dbf0f.rlib" "/opt/crater/target/debug/deps/liblock_api-3fc8af4b186c35a8.rlib" "/opt/crater/target/debug/deps/libowning_ref-f49604bedfa4ae1c.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-287a8a8ca6ec21fa.rlib" "/opt/crater/target/debug/deps/libscopeguard-afc08b825b950866.rlib" "/opt/crater/target/debug/deps/libx11_dl-71872ea863edb39b.rlib" "/opt/crater/target/debug/deps/liblog-4d4ce27474bb9998.rlib" "/opt/crater/target/debug/deps/libcfg_if-17244d8fcea476bd.rlib" "/opt/crater/target/debug/deps/libshared_library-c1e659e69dd6d7e9.rlib" "/opt/crater/target/debug/deps/liblazy_static-6a4e8ea56a445919.rlib" "/opt/crater/target/debug/deps/liblibc-15b143653abd1ffe.rlib" "/opt/crater/target/debug/deps/libgl-f853294b85519579.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a80a1e8e09cafef8.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e0e6351da805c468.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e04f54bafc95e331.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-67901d3322495bd5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-bd390b1abaceaec1.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-312dd37fdc7bedfc.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8ed0e51d58d644a3.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-8a423c320a6c707f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d6a95598e2238263.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d231614b153016eb.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3821619027f463e4.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-1cfd794d18771a44.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-dcf33cf10c2452ef.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-c258fea34bf64bce.rlib" "-Wl,-Bdynamic" "-ldl" "-ldl" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stdout] = note: /usr/bin/ld: final link failed: No space left on device [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/input/mod.rs - input (line 18) stdout ---- [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/tmp/rustdoctest2ps6Nm/rust_out.rust_out.7rcbfp3g-cgu.0.rcgu.o" "/tmp/rustdoctest2ps6Nm/rust_out.rust_out.7rcbfp3g-cgu.1.rcgu.o" "/tmp/rustdoctest2ps6Nm/rust_out.rust_out.7rcbfp3g-cgu.10.rcgu.o" "/tmp/rustdoctest2ps6Nm/rust_out.rust_out.7rcbfp3g-cgu.11.rcgu.o" "/tmp/rustdoctest2ps6Nm/rust_out.rust_out.7rcbfp3g-cgu.12.rcgu.o" "/tmp/rustdoctest2ps6Nm/rust_out.rust_out.7rcbfp3g-cgu.13.rcgu.o" "/tmp/rustdoctest2ps6Nm/rust_out.rust_out.7rcbfp3g-cgu.14.rcgu.o" "/tmp/rustdoctest2ps6Nm/rust_out.rust_out.7rcbfp3g-cgu.15.rcgu.o" "/tmp/rustdoctest2ps6Nm/rust_out.rust_out.7rcbfp3g-cgu.2.rcgu.o" "/tmp/rustdoctest2ps6Nm/rust_out.rust_out.7rcbfp3g-cgu.3.rcgu.o" "/tmp/rustdoctest2ps6Nm/rust_out.rust_out.7rcbfp3g-cgu.4.rcgu.o" "/tmp/rustdoctest2ps6Nm/rust_out.rust_out.7rcbfp3g-cgu.5.rcgu.o" "/tmp/rustdoctest2ps6Nm/rust_out.rust_out.7rcbfp3g-cgu.6.rcgu.o" "/tmp/rustdoctest2ps6Nm/rust_out.rust_out.7rcbfp3g-cgu.7.rcgu.o" "/tmp/rustdoctest2ps6Nm/rust_out.rust_out.7rcbfp3g-cgu.8.rcgu.o" "/tmp/rustdoctest2ps6Nm/rust_out.rust_out.7rcbfp3g-cgu.9.rcgu.o" "-o" "/tmp/rustdoctest2ps6Nm/rust_out" "/tmp/rustdoctest2ps6Nm/rust_out.33dyzt1ekirinwy8.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/backtrace-sys-897f45a579ca139a/out" "-L" "/opt/crater/target/debug/build/libloading-a6c7c9f3c035c971/out" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libcrayon-ca6ab3d67a6ac511.rlib" "/opt/crater/target/debug/deps/libuuid-1967ae8c3c983d3c.rlib" "/opt/crater/target/debug/deps/libbincode-4d3f6e136d60c565.rlib" "/opt/crater/target/debug/deps/libinlinable_string-a6ad170eaf6bd5ae.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-7b8deb88e47d511f.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-8314a2c01eb3af2d.rlib" "/opt/crater/target/debug/deps/libmemoffset-ef971ccc3957ca71.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-7895d1ef454af0f9.rlib" "/opt/crater/target/debug/deps/libarrayvec-1041925da7343e83.rlib" "/opt/crater/target/debug/deps/libnodrop-36ce0cdfb7359e6a.rlib" "/opt/crater/target/debug/deps/libserde_json-9bf48f670045e907.rlib" "/opt/crater/target/debug/deps/libryu-2328132eba3746b3.rlib" "/opt/crater/target/debug/deps/libitoa-97a946ec35c116e9.rlib" "/opt/crater/target/debug/deps/libbyteorder-066131f17ea0c99b.rlib" "/opt/crater/target/debug/deps/libcgmath-f9ffa6ae01024285.rlib" "/opt/crater/target/debug/deps/libnum_traits-c3ec1b467bca6158.rlib" "/opt/crater/target/debug/deps/libnum_traits-04277105b9bd2221.rlib" "/opt/crater/target/debug/deps/librand-12c0152561214ea4.rlib" "/opt/crater/target/debug/deps/libapprox-ecf5281917ee9778.rlib" "/opt/crater/target/debug/deps/libfailure-c28e2ce81937d1ba.rlib" "/opt/crater/target/debug/deps/libbacktrace-28acba862a0e61e1.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-4dc2a9768ebe11d6.rlib" "/opt/crater/target/debug/deps/librustc_demangle-77014e9d388dc77b.rlib" "/opt/crater/target/debug/deps/libglutin-5a269e34a80c9c64.rlib" "/opt/crater/target/debug/deps/libosmesa_sys-9f1043b1383e5133.rlib" "/opt/crater/target/debug/deps/libwinit-f4175556562e2374.rlib" "/opt/crater/target/debug/deps/libsmithay_client_toolkit-d3345e38802d86e3.rlib" "/opt/crater/target/debug/deps/libwayland_protocols-864088e9ae921a6c.rlib" "/opt/crater/target/debug/deps/libwayland_client-f0352df6148d596d.rlib" "/opt/crater/target/debug/deps/libwayland_commons-4f05ba7e790ebcb7.rlib" "/opt/crater/target/debug/deps/libwayland_sys-c458faaa2ee480f2.rlib" "/opt/crater/target/debug/deps/libdowncast_rs-f8333db6cd4098cb.rlib" "/opt/crater/target/debug/deps/libnix-cdae541b7277ead4.rlib" "/opt/crater/target/debug/deps/libvoid-7cea1bca190341e8.rlib" "/opt/crater/target/debug/deps/libmemmap-0c4f848834ca0540.rlib" "/opt/crater/target/debug/deps/libdlib-cde4e9856cf27dd0.rlib" "/opt/crater/target/debug/deps/liblibloading-11d31760ac526750.rlib" "/opt/crater/target/debug/deps/libbitflags-1f73faaef27177be.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-880723daba293888.rlib" "/opt/crater/target/debug/deps/libparking_lot-bf5d0de9017141aa.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-6b345945c392683d.rlib" "/opt/crater/target/debug/deps/libsmallvec-456cd9b528760f6c.rlib" "/opt/crater/target/debug/deps/libserde-8a74f2f1b198fcaa.rlib" "/opt/crater/target/debug/deps/librand-57cc32693bd01c6d.rlib" "/opt/crater/target/debug/deps/librand_core-cb99a0b940c27ed9.rlib" "/opt/crater/target/debug/deps/librand_core-4c9a550ae16dbf0f.rlib" "/opt/crater/target/debug/deps/liblock_api-3fc8af4b186c35a8.rlib" "/opt/crater/target/debug/deps/libowning_ref-f49604bedfa4ae1c.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-287a8a8ca6ec21fa.rlib" "/opt/crater/target/debug/deps/libscopeguard-afc08b825b950866.rlib" "/opt/crater/target/debug/deps/libx11_dl-71872ea863edb39b.rlib" "/opt/crater/target/debug/deps/liblog-4d4ce27474bb9998.rlib" "/opt/crater/target/debug/deps/libcfg_if-17244d8fcea476bd.rlib" "/opt/crater/target/debug/deps/libshared_library-c1e659e69dd6d7e9.rlib" "/opt/crater/target/debug/deps/liblazy_static-6a4e8ea56a445919.rlib" "/opt/crater/target/debug/deps/liblibc-15b143653abd1ffe.rlib" "/opt/crater/target/debug/deps/libgl-f853294b85519579.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a80a1e8e09cafef8.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e0e6351da805c468.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e04f54bafc95e331.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-67901d3322495bd5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-bd390b1abaceaec1.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-312dd37fdc7bedfc.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8ed0e51d58d644a3.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-8a423c320a6c707f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d6a95598e2238263.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d231614b153016eb.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3821619027f463e4.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-1cfd794d18771a44.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-dcf33cf10c2452ef.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-c258fea34bf64bce.rlib" "-Wl,-Bdynamic" "-ldl" "-ldl" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stdout] = note: collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/input/mod.rs - input (line 119) stdout ---- [INFO] [stdout] error: linking with `cc` failed: signal: 9 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/tmp/rustdoctestP8i94e/rust_out.rust_out.7rcbfp3g-cgu.0.rcgu.o" "/tmp/rustdoctestP8i94e/rust_out.rust_out.7rcbfp3g-cgu.1.rcgu.o" "/tmp/rustdoctestP8i94e/rust_out.rust_out.7rcbfp3g-cgu.10.rcgu.o" "/tmp/rustdoctestP8i94e/rust_out.rust_out.7rcbfp3g-cgu.11.rcgu.o" "/tmp/rustdoctestP8i94e/rust_out.rust_out.7rcbfp3g-cgu.12.rcgu.o" "/tmp/rustdoctestP8i94e/rust_out.rust_out.7rcbfp3g-cgu.13.rcgu.o" "/tmp/rustdoctestP8i94e/rust_out.rust_out.7rcbfp3g-cgu.14.rcgu.o" "/tmp/rustdoctestP8i94e/rust_out.rust_out.7rcbfp3g-cgu.15.rcgu.o" "/tmp/rustdoctestP8i94e/rust_out.rust_out.7rcbfp3g-cgu.2.rcgu.o" "/tmp/rustdoctestP8i94e/rust_out.rust_out.7rcbfp3g-cgu.3.rcgu.o" "/tmp/rustdoctestP8i94e/rust_out.rust_out.7rcbfp3g-cgu.4.rcgu.o" "/tmp/rustdoctestP8i94e/rust_out.rust_out.7rcbfp3g-cgu.5.rcgu.o" "/tmp/rustdoctestP8i94e/rust_out.rust_out.7rcbfp3g-cgu.6.rcgu.o" "/tmp/rustdoctestP8i94e/rust_out.rust_out.7rcbfp3g-cgu.7.rcgu.o" "/tmp/rustdoctestP8i94e/rust_out.rust_out.7rcbfp3g-cgu.8.rcgu.o" "/tmp/rustdoctestP8i94e/rust_out.rust_out.7rcbfp3g-cgu.9.rcgu.o" "-o" "/tmp/rustdoctestP8i94e/rust_out" "/tmp/rustdoctestP8i94e/rust_out.33dyzt1ekirinwy8.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/backtrace-sys-897f45a579ca139a/out" "-L" "/opt/crater/target/debug/build/libloading-a6c7c9f3c035c971/out" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libcrayon-ca6ab3d67a6ac511.rlib" "/opt/crater/target/debug/deps/libuuid-1967ae8c3c983d3c.rlib" "/opt/crater/target/debug/deps/libbincode-4d3f6e136d60c565.rlib" "/opt/crater/target/debug/deps/libinlinable_string-a6ad170eaf6bd5ae.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-7b8deb88e47d511f.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-8314a2c01eb3af2d.rlib" "/opt/crater/target/debug/deps/libmemoffset-ef971ccc3957ca71.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-7895d1ef454af0f9.rlib" "/opt/crater/target/debug/deps/libarrayvec-1041925da7343e83.rlib" "/opt/crater/target/debug/deps/libnodrop-36ce0cdfb7359e6a.rlib" "/opt/crater/target/debug/deps/libserde_json-9bf48f670045e907.rlib" "/opt/crater/target/debug/deps/libryu-2328132eba3746b3.rlib" "/opt/crater/target/debug/deps/libitoa-97a946ec35c116e9.rlib" "/opt/crater/target/debug/deps/libbyteorder-066131f17ea0c99b.rlib" "/opt/crater/target/debug/deps/libcgmath-f9ffa6ae01024285.rlib" "/opt/crater/target/debug/deps/libnum_traits-c3ec1b467bca6158.rlib" "/opt/crater/target/debug/deps/libnum_traits-04277105b9bd2221.rlib" "/opt/crater/target/debug/deps/librand-12c0152561214ea4.rlib" "/opt/crater/target/debug/deps/libapprox-ecf5281917ee9778.rlib" "/opt/crater/target/debug/deps/libfailure-c28e2ce81937d1ba.rlib" "/opt/crater/target/debug/deps/libbacktrace-28acba862a0e61e1.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-4dc2a9768ebe11d6.rlib" "/opt/crater/target/debug/deps/librustc_demangle-77014e9d388dc77b.rlib" "/opt/crater/target/debug/deps/libglutin-5a269e34a80c9c64.rlib" "/opt/crater/target/debug/deps/libosmesa_sys-9f1043b1383e5133.rlib" "/opt/crater/target/debug/deps/libwinit-f4175556562e2374.rlib" "/opt/crater/target/debug/deps/libsmithay_client_toolkit-d3345e38802d86e3.rlib" "/opt/crater/target/debug/deps/libwayland_protocols-864088e9ae921a6c.rlib" "/opt/crater/target/debug/deps/libwayland_client-f0352df6148d596d.rlib" "/opt/crater/target/debug/deps/libwayland_commons-4f05ba7e790ebcb7.rlib" "/opt/crater/target/debug/deps/libwayland_sys-c458faaa2ee480f2.rlib" "/opt/crater/target/debug/deps/libdowncast_rs-f8333db6cd4098cb.rlib" "/opt/crater/target/debug/deps/libnix-cdae541b7277ead4.rlib" "/opt/crater/target/debug/deps/libvoid-7cea1bca190341e8.rlib" "/opt/crater/target/debug/deps/libmemmap-0c4f848834ca0540.rlib" "/opt/crater/target/debug/deps/libdlib-cde4e9856cf27dd0.rlib" "/opt/crater/target/debug/deps/liblibloading-11d31760ac526750.rlib" "/opt/crater/target/debug/deps/libbitflags-1f73faaef27177be.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-880723daba293888.rlib" "/opt/crater/target/debug/deps/libparking_lot-bf5d0de9017141aa.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-6b345945c392683d.rlib" "/opt/crater/target/debug/deps/libsmallvec-456cd9b528760f6c.rlib" "/opt/crater/target/debug/deps/libserde-8a74f2f1b198fcaa.rlib" "/opt/crater/target/debug/deps/librand-57cc32693bd01c6d.rlib" "/opt/crater/target/debug/deps/librand_core-cb99a0b940c27ed9.rlib" "/opt/crater/target/debug/deps/librand_core-4c9a550ae16dbf0f.rlib" "/opt/crater/target/debug/deps/liblock_api-3fc8af4b186c35a8.rlib" "/opt/crater/target/debug/deps/libowning_ref-f49604bedfa4ae1c.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-287a8a8ca6ec21fa.rlib" "/opt/crater/target/debug/deps/libscopeguard-afc08b825b950866.rlib" "/opt/crater/target/debug/deps/libx11_dl-71872ea863edb39b.rlib" "/opt/crater/target/debug/deps/liblog-4d4ce27474bb9998.rlib" "/opt/crater/target/debug/deps/libcfg_if-17244d8fcea476bd.rlib" "/opt/crater/target/debug/deps/libshared_library-c1e659e69dd6d7e9.rlib" "/opt/crater/target/debug/deps/liblazy_static-6a4e8ea56a445919.rlib" "/opt/crater/target/debug/deps/liblibc-15b143653abd1ffe.rlib" "/opt/crater/target/debug/deps/libgl-f853294b85519579.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a80a1e8e09cafef8.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e0e6351da805c468.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e04f54bafc95e331.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-67901d3322495bd5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-bd390b1abaceaec1.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-312dd37fdc7bedfc.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8ed0e51d58d644a3.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-8a423c320a6c707f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d6a95598e2238263.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d231614b153016eb.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3821619027f463e4.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-1cfd794d18771a44.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-dcf33cf10c2452ef.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-c258fea34bf64bce.rlib" "-Wl,-Bdynamic" "-ldl" "-ldl" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stdout] = note: /usr/bin/ld: BFD (GNU Binutils for Debian) 2.28 internal error, aborting at ../../bfd/merge.c:904 in _bfd_merged_section_offset [INFO] [stdout] [INFO] [stdout] /usr/bin/ld: Please report this bug. [INFO] [stdout] [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/input/mod.rs - input (line 119) [INFO] [stdout] src/input/mod.rs - input (line 18) [INFO] [stdout] src/input/mod.rs - input (line 7) [INFO] [stdout] src/input/mod.rs - input (line 84) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 9 passed; 4 failed; 1 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] running `"docker" "inspect" "59aa31e4f1ea1db4e24d14ec7110e5c8a69051ad0e4708e1e0331922c0dd809d"` [INFO] running `"docker" "rm" "-f" "59aa31e4f1ea1db4e24d14ec7110e5c8a69051ad0e4708e1e0331922c0dd809d"` [INFO] [stdout] 59aa31e4f1ea1db4e24d14ec7110e5c8a69051ad0e4708e1e0331922c0dd809d