[INFO] cloning repository https://github.com/horup/obby-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/horup/obby-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhorup%2Fobby-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhorup%2Fobby-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 7fecea9a430981edf402c3e8404c6b928b80e173 [INFO] testing horup/obby-rs against try#28f95933dc0727396c07b48d0a8cb5211b7fb472 for pr-154065-2 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhorup%2Fobby-rs" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/horup/obby-rs [INFO] finished tweaking git repo https://github.com/horup/obby-rs [INFO] tweaked toml for git repo https://github.com/horup/obby-rs written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/horup/obby-rs on toolchain 28f95933dc0727396c07b48d0a8cb5211b7fb472 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/horup/obby-rs already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2bd11ef222735e4ee5d6d6923d3bd6031c543d92ed7398380f97e9ac7fbb1b6f [INFO] running `Command { std: "docker" "start" "-a" "2bd11ef222735e4ee5d6d6923d3bd6031c543d92ed7398380f97e9ac7fbb1b6f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2bd11ef222735e4ee5d6d6923d3bd6031c543d92ed7398380f97e9ac7fbb1b6f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2bd11ef222735e4ee5d6d6923d3bd6031c543d92ed7398380f97e9ac7fbb1b6f", kill_on_drop: false }` [INFO] [stdout] 2bd11ef222735e4ee5d6d6923d3bd6031c543d92ed7398380f97e9ac7fbb1b6f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8c2e9bd625bd8f9a0b404dccfbd283912436bd09a11d7b84f5c12f2b23ba4247 [INFO] running `Command { std: "docker" "start" "-a" "8c2e9bd625bd8f9a0b404dccfbd283912436bd09a11d7b84f5c12f2b23ba4247", kill_on_drop: false }` [INFO] [stderr] Compiling libm v0.2.15 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling proc-macro2 v1.0.95 [INFO] [stderr] Compiling unicode-ident v1.0.18 [INFO] [stderr] Compiling libc v0.2.174 [INFO] [stderr] Compiling pkg-config v0.3.32 [INFO] [stderr] Compiling allocator-api2 v0.2.21 [INFO] [stderr] Compiling foldhash v0.1.5 [INFO] [stderr] Compiling cfg-if v1.0.1 [INFO] [stderr] Compiling equivalent v1.0.2 [INFO] [stderr] Compiling bytemuck v1.23.1 [INFO] [stderr] Compiling log v0.4.27 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling thiserror v2.0.12 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling bitflags v2.9.1 [INFO] [stderr] Compiling simd-adler32 v0.3.7 [INFO] [stderr] Compiling matrixmultiply v0.3.10 [INFO] [stderr] Compiling typenum v1.18.0 [INFO] [stderr] Compiling semver v1.0.26 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling adler2 v2.0.1 [INFO] [stderr] Compiling cfg_aliases v0.2.1 [INFO] [stderr] Compiling nix v0.29.0 [INFO] [stderr] Compiling miniz_oxide v0.8.9 [INFO] [stderr] Compiling safe_arch v0.7.4 [INFO] [stderr] Compiling crc32fast v1.4.2 [INFO] [stderr] Compiling quad-alsa-sys v0.3.2 [INFO] [stderr] Compiling hashbrown v0.15.4 [INFO] [stderr] Compiling rawpointer v0.2.1 [INFO] [stderr] Compiling smallvec v0.6.14 [INFO] [stderr] Compiling ogg v0.7.1 [INFO] [stderr] Compiling libudev-sys v0.1.4 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling dasp_sample v0.11.0 [INFO] [stderr] Compiling robust v1.2.0 [INFO] [stderr] Compiling zstd-safe v7.2.4 [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling dasp_frame v0.11.0 [INFO] [stderr] Compiling fdeflate v0.3.7 [INFO] [stderr] Compiling ena v0.14.3 [INFO] [stderr] Compiling glam v0.27.0 [INFO] [stderr] Compiling wide v0.7.33 [INFO] [stderr] Compiling flate2 v1.1.2 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling jobserver v0.1.33 [INFO] [stderr] Compiling indexmap v2.10.0 [INFO] [stderr] Compiling syn v2.0.104 [INFO] [stderr] Compiling lewton v0.9.4 [INFO] [stderr] Compiling slab v0.4.10 [INFO] [stderr] Compiling cc v1.2.29 [INFO] [stderr] Compiling quad-snd v0.2.8 [INFO] [stderr] Compiling downcast-rs v2.0.1 [INFO] [stderr] Compiling miniquad v0.4.8 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling hound v3.5.1 [INFO] [stderr] Compiling arrayvec v0.7.6 [INFO] [stderr] Compiling rustc-hash v2.1.1 [INFO] [stderr] Compiling gilrs v0.10.10 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling uuid v1.17.0 [INFO] [stderr] Compiling approx v0.5.1 [INFO] [stderr] Compiling num-complex v0.4.6 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling inotify-sys v0.1.5 [INFO] [stderr] Compiling integer-sqrt v0.1.5 [INFO] [stderr] Compiling spade v2.14.0 [INFO] [stderr] Compiling ordered-float v5.0.0 [INFO] [stderr] Compiling inotify v0.10.2 [INFO] [stderr] Compiling num-rational v0.4.2 [INFO] [stderr] Compiling png v0.17.16 [INFO] [stderr] Compiling ttf-parser v0.21.1 [INFO] [stderr] Compiling glam v0.30.4 [INFO] [stderr] Compiling simba v0.9.0 [INFO] [stderr] Compiling gilrs-core v0.5.15 [INFO] [stderr] Compiling color_quant v1.1.0 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling xml-rs v0.8.27 [INFO] [stderr] Compiling zstd-sys v2.0.15+zstd.1.5.7 [INFO] [stderr] Compiling base64 v0.22.1 [INFO] [stderr] Compiling quad-rand v0.2.3 [INFO] [stderr] Compiling image v0.24.9 [INFO] [stderr] Compiling macroquad_macro v0.1.8 [INFO] [stderr] Compiling fontdue v0.9.3 [INFO] [stderr] Compiling thiserror-impl v2.0.12 [INFO] [stderr] Compiling num-derive v0.4.2 [INFO] [stderr] Compiling deprecate-until v0.1.1 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling pathfinding v4.14.0 [INFO] [stderr] Compiling audrey v0.3.0 [INFO] [stderr] Compiling macroquad v0.4.14 [INFO] [stderr] Compiling gamepads v0.1.7 [INFO] [stderr] Compiling nalgebra v0.33.2 [INFO] [stderr] Compiling endlessgrid v0.2.3 [INFO] [stderr] Compiling parry2d v0.21.1 [INFO] [stderr] Compiling cliplib v0.1.0 (/opt/rustwide/workdir/cliplib) [INFO] [stderr] Compiling game v0.1.0 (/opt/rustwide/workdir/game) [INFO] [stderr] Compiling zstd v0.13.3 [INFO] [stderr] Compiling tiled v0.14.0 [INFO] [stderr] Compiling obby v0.1.0 (/opt/rustwide/workdir/obby) [INFO] [stderr] Finished `dev` profile [optimized + debuginfo] target(s) in 1m 57s [INFO] running `Command { std: "docker" "inspect" "8c2e9bd625bd8f9a0b404dccfbd283912436bd09a11d7b84f5c12f2b23ba4247", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8c2e9bd625bd8f9a0b404dccfbd283912436bd09a11d7b84f5c12f2b23ba4247", kill_on_drop: false }` [INFO] [stdout] 8c2e9bd625bd8f9a0b404dccfbd283912436bd09a11d7b84f5c12f2b23ba4247 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7d6ac92e75e73db83afbb489830629ca7c57e078e4936b209e5f09af972e6988 [INFO] running `Command { std: "docker" "start" "-a" "7d6ac92e75e73db83afbb489830629ca7c57e078e4936b209e5f09af972e6988", kill_on_drop: false }` [INFO] [stderr] Compiling game v0.1.0 (/opt/rustwide/workdir/game) [INFO] [stderr] Compiling cliplib v0.1.0 (/opt/rustwide/workdir/cliplib) [INFO] [stderr] Compiling obby v0.1.0 (/opt/rustwide/workdir/obby) [INFO] [stderr] Finished `test` profile [optimized + debuginfo] target(s) in 0.91s [INFO] running `Command { std: "docker" "inspect" "7d6ac92e75e73db83afbb489830629ca7c57e078e4936b209e5f09af972e6988", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7d6ac92e75e73db83afbb489830629ca7c57e078e4936b209e5f09af972e6988", kill_on_drop: false }` [INFO] [stdout] 7d6ac92e75e73db83afbb489830629ca7c57e078e4936b209e5f09af972e6988 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 9363ff5719486de90381bde4951dd305c4b3504bdf83b9a50f21bbd87dc40a5d [INFO] running `Command { std: "docker" "start" "-a" "9363ff5719486de90381bde4951dd305c4b3504bdf83b9a50f21bbd87dc40a5d", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [optimized + debuginfo] target(s) in 0.21s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/cliplib-1d415f655e0c5d66) [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] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/game-ced2280e615b6f8a) [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] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/obby-78d66297bde16fcb) [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 cliplib [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 game [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] running `Command { std: "docker" "inspect" "9363ff5719486de90381bde4951dd305c4b3504bdf83b9a50f21bbd87dc40a5d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9363ff5719486de90381bde4951dd305c4b3504bdf83b9a50f21bbd87dc40a5d", kill_on_drop: false }` [INFO] [stdout] 9363ff5719486de90381bde4951dd305c4b3504bdf83b9a50f21bbd87dc40a5d