Nov 17 11:15:19.965 INFO testing Tookerton21/flaschen_and_kinnect_rs against try#2e026d6e5d7621634147ad4c8074f1d964dbb1be for pr-55982 Nov 17 11:15:19.965 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-7/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +2e026d6e5d7621634147ad4c8074f1d964dbb1be-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 17 11:15:20.480 INFO [stdout] f89179fff35cd770941021125dd5a43a69484c26ddabb8a74079620b0092f627 Nov 17 11:15:20.484 INFO running `"docker" "start" "-a" "f89179fff35cd770941021125dd5a43a69484c26ddabb8a74079620b0092f627"` Nov 17 11:15:21.959 INFO [stderr] usermod: no changes Nov 17 11:15:22.419 INFO [stderr] Compiling freenectrs v0.1.0 Nov 17 11:15:22.422 INFO [stderr] Compiling tempfile v3.0.4 Nov 17 11:15:22.435 INFO [stderr] Compiling x11-dl v2.18.3 Nov 17 11:15:22.436 INFO [stderr] Compiling glutin v0.17.0 Nov 17 11:15:22.437 INFO [stderr] Compiling glium v0.22.0 Nov 17 11:15:22.451 INFO [stderr] Compiling wayland-sys v0.20.12 Nov 17 11:15:22.451 INFO [stderr] Compiling image v0.20.0 Nov 17 11:15:34.607 INFO [stderr] Compiling wayland-commons v0.20.12 Nov 17 11:15:36.793 INFO [stderr] Compiling wayland-client v0.20.12 Nov 17 11:15:46.525 INFO [stderr] Compiling wayland-protocols v0.20.12 Nov 17 11:16:15.445 INFO [stderr] Compiling smithay-client-toolkit v0.2.6 Nov 17 11:16:25.651 INFO [stderr] Compiling winit v0.16.2 Nov 17 11:17:08.307 INFO [stderr] Compiling flachen v0.1.0 (/source) Nov 17 11:17:08.808 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 46s Nov 17 11:17:08.820 INFO [stderr] su: No module specific data is present Nov 17 11:17:09.350 INFO running `"docker" "inspect" "f89179fff35cd770941021125dd5a43a69484c26ddabb8a74079620b0092f627"` Nov 17 11:17:09.508 INFO running `"docker" "rm" "-f" "f89179fff35cd770941021125dd5a43a69484c26ddabb8a74079620b0092f627"` Nov 17 11:17:09.719 INFO [stdout] f89179fff35cd770941021125dd5a43a69484c26ddabb8a74079620b0092f627 Nov 17 11:17:09.725 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-7/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +2e026d6e5d7621634147ad4c8074f1d964dbb1be-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 17 11:17:09.922 INFO [stdout] b883013ef01d22307b4ca320cc4bb47f23ecd570900ba42d3f878b742f0be2ff Nov 17 11:17:09.928 INFO running `"docker" "start" "-a" "b883013ef01d22307b4ca320cc4bb47f23ecd570900ba42d3f878b742f0be2ff"` Nov 17 11:17:10.539 INFO [stderr] usermod: no changes Nov 17 11:17:10.746 INFO [stderr] Compiling flachen v0.1.0 (/source) Nov 17 11:17:12.478 INFO [stderr] error: #[test] attribute is only allowed on fn items Nov 17 11:17:12.479 INFO [stderr] --> src/img.rs:121:2 Nov 17 11:17:12.479 INFO [stderr] | Nov 17 11:17:12.479 INFO [stderr] 121 | pub fn open_image(& mut self, img_file: &str) -> bool { Nov 17 11:17:12.480 INFO [stderr] | _____^ Nov 17 11:17:12.480 INFO [stderr] 122 | | use std::path::Path; Nov 17 11:17:12.480 INFO [stderr] 123 | | let img = image::open(&Path::new(img_file)); Nov 17 11:17:12.481 INFO [stderr] 124 | | let res = match img { Nov 17 11:17:12.481 INFO [stderr] ... | Nov 17 11:17:12.481 INFO [stderr] 132 | | res Nov 17 11:17:12.482 INFO [stderr] 133 | | } Nov 17 11:17:12.482 INFO [stderr] | |_____^ Nov 17 11:17:12.482 INFO [stderr] Nov 17 11:17:12.483 INFO [stderr] error: aborting due to previous error Nov 17 11:17:12.483 INFO [stderr] Nov 17 11:17:12.495 INFO [stderr] error: Could not compile `flachen`. Nov 17 11:17:12.495 INFO [stderr] Nov 17 11:17:12.496 INFO [stderr] To learn more, run the command again with --verbose. Nov 17 11:17:12.503 INFO [stderr] su: No module specific data is present Nov 17 11:17:13.072 INFO running `"docker" "inspect" "b883013ef01d22307b4ca320cc4bb47f23ecd570900ba42d3f878b742f0be2ff"` Nov 17 11:17:13.367 INFO running `"docker" "rm" "-f" "b883013ef01d22307b4ca320cc4bb47f23ecd570900ba42d3f878b742f0be2ff"` Nov 17 11:17:13.619 INFO [stdout] b883013ef01d22307b4ca320cc4bb47f23ecd570900ba42d3f878b742f0be2ff