[INFO] fetching crate gfx_smaa 0.2.1... [INFO] testing gfx_smaa-0.2.1 against beta-2021-09-08 for beta-1.56-1 [INFO] extracting crate gfx_smaa 0.2.1 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate gfx_smaa 0.2.1 on toolchain beta-2021-09-08 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate gfx_smaa 0.2.1 [INFO] finished tweaking crates.io crate gfx_smaa 0.2.1 [INFO] tweaked toml for crates.io crate gfx_smaa 0.2.1 written to /workspace/builds/worker-10/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ac3177f5b72e524fc7c9492e475e19466b026a3c621abd7334679bc5f5e5d0b7 [INFO] running `Command { std: "docker" "start" "-a" "ac3177f5b72e524fc7c9492e475e19466b026a3c621abd7334679bc5f5e5d0b7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ac3177f5b72e524fc7c9492e475e19466b026a3c621abd7334679bc5f5e5d0b7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ac3177f5b72e524fc7c9492e475e19466b026a3c621abd7334679bc5f5e5d0b7", kill_on_drop: false }` [INFO] [stdout] ac3177f5b72e524fc7c9492e475e19466b026a3c621abd7334679bc5f5e5d0b7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] da29f2e3c1a02a8cdc82372fec0443773ab076109d9961e1270e022da4cf2e2a [INFO] running `Command { std: "docker" "start" "-a" "da29f2e3c1a02a8cdc82372fec0443773ab076109d9961e1270e022da4cf2e2a", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.76 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling draw_state v0.8.0 [INFO] [stderr] Compiling derivative v1.0.4 [INFO] [stderr] Compiling object v0.26.2 [INFO] [stderr] Compiling gfx_core v0.8.3 [INFO] [stderr] Compiling synstructure v0.12.5 [INFO] [stderr] Compiling backtrace v0.3.61 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Compiling gfx v0.17.1 [INFO] [stderr] Compiling failure v0.1.8 [INFO] [stderr] Compiling gfx_smaa v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/../third_party/smaa/Textures/AreaTex.rs:34:33 [INFO] [stdout] | [INFO] [stdout] 34 | pub const AREATEX_SIZE: usize = (AREATEX_HEIGHT as usize * AREATEX_PITCH); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/../third_party/smaa/Textures/SearchTex.rs:34:35 [INFO] [stdout] | [INFO] [stdout] 34 | pub const SEARCHTEX_SIZE: usize = (SEARCHTEX_HEIGHT as usize * SEARCHTEX_PITCH); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 15.11s [INFO] running `Command { std: "docker" "inspect" "da29f2e3c1a02a8cdc82372fec0443773ab076109d9961e1270e022da4cf2e2a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "da29f2e3c1a02a8cdc82372fec0443773ab076109d9961e1270e022da4cf2e2a", kill_on_drop: false }` [INFO] [stdout] da29f2e3c1a02a8cdc82372fec0443773ab076109d9961e1270e022da4cf2e2a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c896d5749cb3434dcdfdb82a74f0722e3140935bcff33905adf50e499b9279a0 [INFO] running `Command { std: "docker" "start" "-a" "c896d5749cb3434dcdfdb82a74f0722e3140935bcff33905adf50e499b9279a0", kill_on_drop: false }` [INFO] [stderr] Compiling khronos_api v2.2.0 [INFO] [stderr] Compiling token_store v0.1.2 [INFO] [stderr] Compiling shader_version v0.3.0 [INFO] [stderr] Compiling arrayvec v0.4.12 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling piston-texture v0.6.0 [INFO] [stderr] Compiling read_color v1.0.0 [INFO] [stderr] Compiling piston-shaders_graphics2d v0.3.1 [INFO] [stderr] Compiling xml-rs v0.7.0 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling piston-viewport v0.3.0 [INFO] [stderr] Compiling inflate v0.3.4 [INFO] [stderr] Compiling deflate v0.7.20 [INFO] [stderr] Compiling stb_truetype v0.3.1 [INFO] [stderr] Compiling vecmath v0.3.1 [INFO] [stderr] Compiling dlib v0.4.2 [INFO] [stderr] Compiling gif v0.9.2 [INFO] [stderr] Compiling memmap v0.6.2 [INFO] [stderr] Compiling serde_derive v1.0.130 [INFO] [stderr] Compiling enum_primitive v0.1.1 [INFO] [stderr] Compiling jpeg-decoder v0.1.22 [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/../third_party/smaa/Textures/AreaTex.rs:34:33 [INFO] [stdout] | [INFO] [stdout] 34 | pub const AREATEX_SIZE: usize = (AREATEX_HEIGHT as usize * AREATEX_PITCH); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/../third_party/smaa/Textures/SearchTex.rs:34:35 [INFO] [stdout] | [INFO] [stdout] 34 | pub const SEARCHTEX_SIZE: usize = (SEARCHTEX_HEIGHT as usize * SEARCHTEX_PITCH); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling wayland-sys v0.12.5 [INFO] [stderr] Compiling unreachable v1.0.0 [INFO] [stderr] Compiling ordered-float v0.5.2 [INFO] [stderr] Compiling stb_truetype v0.2.8 [INFO] [stderr] Compiling wayland-scanner v0.12.5 [INFO] [stderr] Compiling gl_generator v0.9.0 [INFO] [stderr] Compiling gl_generator v0.8.0 [INFO] [stderr] Compiling rusttype v0.4.3 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling num-rational v0.1.42 [INFO] [stderr] Compiling wayland-client v0.12.5 [INFO] [stderr] Compiling wayland-protocols v0.12.5 [INFO] [stderr] Compiling png v0.11.0 [INFO] [stderr] Compiling piston2d-graphics v0.26.0 [INFO] [stderr] Compiling glutin v0.12.2 [INFO] [stderr] Compiling image v0.18.0 [INFO] [stderr] Compiling gfx_gl v0.5.0 [INFO] [stderr] Compiling gl v0.10.0 [INFO] [stderr] Compiling wayland-kbd v0.13.1 [INFO] [stderr] Compiling piston-gfx_texture v0.31.0 [INFO] [stderr] Compiling piston2d-gfx_graphics v0.50.0 [INFO] [stderr] Compiling wayland-window v0.13.3 [INFO] [stderr] Compiling pistoncore-input v0.20.0 [INFO] [stderr] Compiling winit v0.10.0 [INFO] [stderr] Compiling pistoncore-window v0.31.0 [INFO] [stderr] Compiling pistoncore-event_loop v0.36.0 [INFO] [stderr] Compiling piston v0.36.0 [INFO] [stderr] Compiling gfx_device_gl v0.15.5 [INFO] [stderr] Compiling pistoncore-glutin_window v0.45.3 [INFO] [stderr] Compiling piston_window v0.77.0 [INFO] [stderr] Compiling gfx_smaa v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/../third_party/smaa/Textures/AreaTex.rs:34:33 [INFO] [stdout] | [INFO] [stdout] 34 | pub const AREATEX_SIZE: usize = (AREATEX_HEIGHT as usize * AREATEX_PITCH); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/../third_party/smaa/Textures/SearchTex.rs:34:35 [INFO] [stdout] | [INFO] [stdout] 34 | pub const SEARCHTEX_SIZE: usize = (SEARCHTEX_HEIGHT as usize * SEARCHTEX_PITCH); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 22.34s [INFO] running `Command { std: "docker" "inspect" "c896d5749cb3434dcdfdb82a74f0722e3140935bcff33905adf50e499b9279a0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c896d5749cb3434dcdfdb82a74f0722e3140935bcff33905adf50e499b9279a0", kill_on_drop: false }` [INFO] [stdout] c896d5749cb3434dcdfdb82a74f0722e3140935bcff33905adf50e499b9279a0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 24e0b4fe84828c4d9b3101baf33df4c443ebda541f4ce248d36dd0abb8728a4a [INFO] running `Command { std: "docker" "start" "-a" "24e0b4fe84828c4d9b3101baf33df4c443ebda541f4ce248d36dd0abb8728a4a", kill_on_drop: false }` [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/../third_party/smaa/Textures/AreaTex.rs:34:33 [INFO] [stderr] | [INFO] [stderr] 34 | pub const AREATEX_SIZE: usize = (AREATEX_HEIGHT as usize * AREATEX_PITCH); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/../third_party/smaa/Textures/SearchTex.rs:34:35 [INFO] [stderr] | [INFO] [stderr] 34 | pub const SEARCHTEX_SIZE: usize = (SEARCHTEX_HEIGHT as usize * SEARCHTEX_PITCH); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: `gfx_smaa` (lib) generated 2 warnings [INFO] [stderr] warning: `gfx_smaa` (lib test) generated 2 warnings (2 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.11s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/gfx_smaa-65658230303cfe54) [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; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests gfx_smaa [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> /opt/rustwide/workdir/src/../third_party/smaa/Textures/AreaTex.rs:34:33 [INFO] [stderr] | [INFO] [stderr] 34 | pub const AREATEX_SIZE: usize = (AREATEX_HEIGHT as usize * AREATEX_PITCH); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> /opt/rustwide/workdir/src/../third_party/smaa/Textures/SearchTex.rs:34:35 [INFO] [stderr] | [INFO] [stderr] 34 | pub const SEARCHTEX_SIZE: usize = (SEARCHTEX_HEIGHT as usize * SEARCHTEX_PITCH); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/lib.rs - (line 6) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/lib.rs - (line 6) stdout ---- [INFO] [stdout] Test executable failed (exit code 101). [INFO] [stdout] [INFO] [stdout] stderr: [INFO] [stdout] error: XDG_RUNTIME_DIR not set in the environment. [INFO] [stdout] thread 'main' panicked at 'No backend is available', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/winit-0.10.0/src/platform/linux/mod.rs:346:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x557f2842bb8c - std::backtrace_rs::backtrace::libunwind::trace::h51faa62df48810e4 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x557f2842bb8c - std::backtrace_rs::backtrace::trace_unsynchronized::h91de4d8e16d607e4 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x557f2842bb8c - std::sys_common::backtrace::_print_fmt::h71b0935f97e4322c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x557f2842bb8c - ::fmt::h9a78218788c14e18 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x557f2844c0bc - core::fmt::write::h3381b3176fe2b3d3 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/fmt/mod.rs:1150:17 [INFO] [stdout] 5: 0x557f28429485 - std::io::Write::write_fmt::h1d5220480c7a2437 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/io/mod.rs:1667:15 [INFO] [stdout] 6: 0x557f2842d6b0 - std::sys_common::backtrace::_print::h4b77abc4d907ed0e [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x557f2842d6b0 - std::sys_common::backtrace::print::hb170c60b542377ad [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x557f2842d6b0 - std::panicking::default_hook::{{closure}}::h12bbda9af8901ee3 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:210:50 [INFO] [stdout] 9: 0x557f2842d267 - std::panicking::default_hook::h8c6c66d3f3ba6768 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:227:9 [INFO] [stdout] 10: 0x557f2842dd64 - std::panicking::rust_panic_with_hook::h36f2fa0bb09f4069 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:624:17 [INFO] [stdout] 11: 0x557f2820d9c2 - std::panicking::begin_panic::{{closure}}::h0aac13becf1d0a76 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:544:9 [INFO] [stdout] 12: 0x557f2820fb29 - std::sys_common::backtrace::__rust_end_short_backtrace::h88cbe0872512c371 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x557f2820d903 - std::panicking::begin_panic::h225526f6613062c8 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:543:12 [INFO] [stdout] 14: 0x557f2815da63 - winit::platform::platform::EventsLoop::new::hd5448a42dbaebd81 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/winit-0.10.0/src/platform/linux/mod.rs:346:9 [INFO] [stdout] 15: 0x557f2817b7fb - winit::EventsLoop::new::ha6efc227a081bf6a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/winit-0.10.0/src/lib.rs:195:26 [INFO] [stdout] 16: 0x557f280c0450 - glutin_window::GlutinWindow::new::h49eae6a6b7ecb0fd [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pistoncore-glutin_window-0.45.3/src/lib.rs:102:27 [INFO] [stdout] 17: 0x557f280c3057 - ::build_from_window_settings::heb7572376267f476 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pistoncore-glutin_window-0.45.3/src/lib.rs:449:9 [INFO] [stdout] 18: 0x557f280abc6e - window::WindowSettings::build::hbc2cc7e479aa2d8e [INFO] [stdout] 19: 0x557f280af309 - as window::BuildFromWindowSettings>::build_from_window_settings::he76eb249457fdeab [INFO] [stdout] 20: 0x557f280abc4d - window::WindowSettings::build::hae042142a01fcbb5 [INFO] [stdout] 21: 0x557f280b98c8 - rust_out::main::h61823b600df25383 [INFO] [stdout] 22: 0x557f28074123 - core::ops::function::FnOnce::call_once::h3d07824a44777914 [INFO] [stdout] 23: 0x557f28072ea9 - std::sys_common::backtrace::__rust_begin_short_backtrace::hd0fdc54e9188a18d [INFO] [stdout] 24: 0x557f28072fd9 - std::rt::lang_start::{{closure}}::hec4f5193e4af3c47 [INFO] [stdout] 25: 0x557f2842e26a - core::ops::function::impls:: for &F>::call_once::hc590b210ed55e22f [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:259:13 [INFO] [stdout] 26: 0x557f2842e26a - std::panicking::try::do_call::h5f0600b7a33ea1af [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:403:40 [INFO] [stdout] 27: 0x557f2842e26a - std::panicking::try::he15826df0f376a33 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:367:19 [INFO] [stdout] 28: 0x557f2842e26a - std::panic::catch_unwind::hd8af3a578b6b4c86 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panic.rs:129:14 [INFO] [stdout] 29: 0x557f2842e26a - std::rt::lang_start_internal::{{closure}}::h301d1329324ae1f0 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/rt.rs:45:48 [INFO] [stdout] 30: 0x557f2842e26a - std::panicking::try::do_call::h941e8fdb0bd03655 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:403:40 [INFO] [stdout] 31: 0x557f2842e26a - std::panicking::try::ha20a77bf65530f63 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:367:19 [INFO] [stdout] 32: 0x557f2842e26a - std::panic::catch_unwind::h33afc061cc69ef90 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panic.rs:129:14 [INFO] [stdout] 33: 0x557f2842e26a - std::rt::lang_start_internal::hc05c244593147106 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/rt.rs:45:20 [INFO] [stdout] 34: 0x557f28072fb1 - std::rt::lang_start::he85d58294892489a [INFO] [stdout] 35: 0x557f280b9c43 - main [INFO] [stdout] 36: 0x7fb53b0780b3 - __libc_start_main [INFO] [stdout] 37: 0x557f28065c2e - _start [INFO] [stdout] 38: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/lib.rs - (line 6) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.77s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] running `Command { std: "docker" "inspect" "24e0b4fe84828c4d9b3101baf33df4c443ebda541f4ce248d36dd0abb8728a4a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "24e0b4fe84828c4d9b3101baf33df4c443ebda541f4ce248d36dd0abb8728a4a", kill_on_drop: false }` [INFO] [stdout] 24e0b4fe84828c4d9b3101baf33df4c443ebda541f4ce248d36dd0abb8728a4a